|
||||||||||
| 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.jaspira.decoration.ListDecorator
org.openbp.cockpit.plugins.debugger.DebuggerPlugin.BreakPointDecorator
public class DebuggerPlugin.BreakPointDecorator
Decorator for breakpoints.
| Constructor Summary | |
|---|---|
DebuggerPlugin.BreakPointDecorator()
|
|
| 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)
Checks for qualification of an object. |
| Methods inherited from class org.openbp.jaspira.decoration.ListDecorator |
|---|
add, clear, isEmpty, remove |
| 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 DebuggerPlugin.BreakPointDecorator()
| Method Detail |
|---|
public boolean qualifies(java.lang.Object owner)
ListDecorator
qualifies in class ListDecoratorowner - Owner of the object.
This parameter is passed to the DecorationMgr.decorate(java.lang.Object, java.lang.String, java.lang.Object) method.
ListDecorator.qualifies(Object)
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||