|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.decoration.FilteredDecorator
org.openbp.cockpit.modeler.drawing.SelectionDecorator.FrameDecorator
public class SelectionDecorator.FrameDecorator
Decorater for a frame. A frame is decorated if itself is selected.
| Constructor Summary | |
|---|---|
SelectionDecorator.FrameDecorator()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
doDecorate(java.lang.Object owner,
java.lang.String key,
java.lang.Object value)
Performs the actual decoration. |
boolean |
qualifies(java.lang.Object owner)
The actual filter method. |
| Methods inherited from class org.openbp.jaspira.decoration.FilteredDecorator |
|---|
decorate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SelectionDecorator.FrameDecorator()
| Method Detail |
|---|
public java.lang.Object doDecorate(java.lang.Object owner,
java.lang.String key,
java.lang.Object value)
FilteredDecorator
doDecorate in class FilteredDecoratorowner - Owner of the objectkey - Key under which the decorator is accessedvalue - Object to decorate (also passed to the DecorationMgr.decorate(java.lang.Object, java.lang.String, java.lang.Object) method)
FilteredDecorator.doDecorate(Object, String, Object)public boolean qualifies(java.lang.Object owner)
FilteredDecorator
qualifies in class FilteredDecoratorowner - Owner of the object.
This parameter is passed to the DecorationMgr.decorate(java.lang.Object, java.lang.String, java.lang.Object) method.
FilteredDecorator.qualifies(Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||