|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Decorateable
A simple interface implemented by objects that to which objects of type Decoration can be added.
This interface is implemented by the Exhibit class and the View class.
It is not likely to find other uses.
| Method Summary | |
|---|---|
void |
addDecoration(Decoration dec)
Add a decoration to this object. |
void |
removeDecoration(Decoration dec)
Remove a decoration from this object. |
| Method Detail |
|---|
void addDecoration(Decoration dec)
dec - The decoration to be added. If null, nothing is done.void removeDecoration(Decoration dec)
dec - The decoration to be removed (if present).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||