|
org.netbeans.spi.viewmodel/2 1.26.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of NodeModel in org.netbeans.spi.viewmodel |
|---|
| Subinterfaces of NodeModel in org.netbeans.spi.viewmodel | |
|---|---|
interface |
CheckNodeModel
The extension of NodeModel that can display check-boxes next to the
node display name. |
interface |
DnDNodeModel
Extension of NodeModel with support for Drag and Drop of nodes. |
interface |
ExtendedNodeModel
Provides extension to NodeModel with cut/copy/paste and rename
functionality, and also allowing to set icons with extension. |
| Classes in org.netbeans.spi.viewmodel that implement NodeModel | |
|---|---|
static class |
Models.CompoundModel
This model encapsulates all currently supported models. |
| Methods in org.netbeans.spi.viewmodel with parameters of type NodeModel | |
|---|---|
String |
NodeModelFilter.getDisplayName(NodeModel original,
Object node)
Returns filterred display name for given node. |
String |
NodeModelFilter.getIconBase(NodeModel original,
Object node)
Returns filterred icon for given node. |
String |
NodeModelFilter.getShortDescription(NodeModel original,
Object node)
Returns filterred tooltip for given node. |
boolean |
CheckNodeModelFilter.isCheckable(NodeModel original,
Object node)
Tell the renderer to display the check-box. |
boolean |
CheckNodeModelFilter.isCheckEnabled(NodeModel original,
Object node)
Provide the enabled state of the check-box. |
Boolean |
CheckNodeModelFilter.isSelected(NodeModel original,
Object node)
Provide the selected state of the check-box. |
void |
CheckNodeModelFilter.setSelected(NodeModel original,
Object node,
Boolean selected)
Called by the renderer when the check-box gets selected/unselected |
|
org.netbeans.spi.viewmodel/2 1.26.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||