|
org.netbeans.spi.viewmodel/2 1.9.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeModelFilter
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 |
|---|
String getDisplayName(NodeModel original,
Object node)
throws UnknownTypeException
UnknownTypeException - this exception can be thrown from
original.getDisplayName (...) method call only!
String getIconBase(NodeModel original,
Object node)
throws UnknownTypeException
UnknownTypeException - this exception can be thrown from
original.getIconBase (...) method call only!
String getShortDescription(NodeModel original,
Object node)
throws UnknownTypeException
UnknownTypeException - this exception can be thrown from
original.getShortDescription (...) method call only!void addModelListener(ModelListener l)
l - the listener to addvoid removeModelListener(ModelListener l)
l - the listener to remove
|
org.netbeans.spi.viewmodel/2 1.9.22 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||