Domain Modeling Layer

com.ibm.xtools.presentation.services.decorator
Interface IDecorator


Deprecated. Use the org.eclipse.gmf.runtime.diagram.ui 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.

See Also:
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

activate

void activate()
Deprecated. 
Activates this decorator. The decorator might need to hook listeners. These listeners should be unhooked in deactivate().

See Also:
IDecorator.deactivate()

deactivate

void deactivate()
Deprecated. 
Deactivates this decorator, the inverse of IDecorator.activate(). Deactivate is called when the host decorator target is deactivated. Deactivate unhooks any listeners, and removes decoration figures that have been added.

See Also:
IDecorator.activate()

refresh

void refresh()
Deprecated. 
Refreshes the decorations. This is called when the host decorator target is refreshed.


Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.