|
Domain Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
IDecorator
instead. The diagram.ui should be used in place of the presentation plugin
whenever possible.
public interface IDecorator
This is here for backwards compatibility only.
IDecorator| Method Summary | |
|---|---|
void |
activate()
Deprecated. Activates this decorator. |
void |
deactivate()
Deprecated. Deactivates this decorator, the inverse of IDecorator.activate(). |
void |
refresh()
Deprecated. Refreshes the decorations. |
| Method Detail |
|---|
void activate()
deactivate().
IDecorator.deactivate()void deactivate()
IDecorator.activate().
Deactivate is called when the host decorator target is deactivated.
Deactivate unhooks any listeners, and removes decoration figures that
have been added.
IDecorator.activate()void refresh()
|
Domain Modeling Layer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||