|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Filters content of some existing NodeModel
. You can change display
name, tooltip, or icon for some existing object here.
Method Summary | |
void |
addModelListener(ModelListener l)
Registers given listener. |
String |
getDisplayName(NodeModel original,
Object node)
Returns filterred display name for given node. |
String |
getIconBase(NodeModel original,
Object node)
Returns filterred icon for given node. |
String |
getShortDescription(NodeModel original,
Object node)
Returns filterred tooltip for given node. |
void |
removeModelListener(ModelListener l)
Unregisters given listener. |
Method Detail |
public String getDisplayName(NodeModel original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.getDisplayName (...)
method call only!public String getIconBase(NodeModel original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.getIconBase (...)
method call only!public String getShortDescription(NodeModel original, Object node) throws UnknownTypeException
UnknownTypeException
- this exception can be thrown from
original.getShortDescription (...)
method call only!public void addModelListener(ModelListener l)
l
- the listener to addpublic void removeModelListener(ModelListener l)
l
- the listener to remove
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |