- canCopy(Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
-
Test whether this node permits copying.
- canCopy(ExtendedNodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
-
Test whether this node permits copying.
- canCopy(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- canCut(Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
-
Test whether this node permits cutting.
- canCut(ExtendedNodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
-
Test whether this node permits cutting.
- canCut(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- canEditCell(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- canEditCell(Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModel
-
Test whether this renderer can edit the given cell.
- canEditCell(TableRendererModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModelFilter
-
Test whether this renderer can edit the given cell.
- canRename(Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
-
Test whether this node permits renaming.
- canRename(ExtendedNodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
-
Test whether this node permits renaming.
- canRename(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- canRenderCell(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- canRenderCell(Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModel
-
Test whether this renderer can render the given cell.
- canRenderCell(TableRendererModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModelFilter
-
Test whether this renderer can render the given cell.
- canReorder(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- canReorder(Object) - Method in interface org.netbeans.spi.viewmodel.ReorderableTreeModel
-
Provide if this model implementation can reorder children nodes.
- canReorder(ReorderableTreeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ReorderableTreeModelFilter
-
Provide if this filter implementation can reorder children nodes.
- CheckNodeModel - Interface in org.netbeans.spi.viewmodel
-
The extension of
NodeModel
that can display check-boxes next to the
node display name.
- CheckNodeModelFilter - Interface in org.netbeans.spi.viewmodel
-
- CHILDREN_MASK - Static variable in class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
-
The mask for children change.
- clipboardCopy(Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
-
Called when a node is to be copied to the clipboard.
- clipboardCopy(ExtendedNodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
-
Called when a node is to be copied to the clipboard.
- clipboardCopy(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- clipboardCut(Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
-
Called when a node is to be cut to the clipboard.
- clipboardCut(ExtendedNodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
-
Called when a node is to be cut to the clipboard.
- clipboardCut(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
-
- collapseNode(Object) - Method in class org.netbeans.spi.viewmodel.Models.TreeFeatures
-
Collapses given node.
- ColumnModel - Class in org.netbeans.spi.viewmodel
-
Defines model for one table view column.
- ColumnModel() - Constructor for class org.netbeans.spi.viewmodel.ColumnModel
-
- createAction(String, Models.ActionPerformer, int) - Static method in class org.netbeans.spi.viewmodel.Models
-
Returns
Action
for given parameters.
- createCompoundModel(List) - Static method in class org.netbeans.spi.viewmodel.Models
-
- createCompoundModel(List, String) - Static method in class org.netbeans.spi.viewmodel.Models
-
- createNodes(Models.CompoundModel, TreeView) - Static method in class org.netbeans.spi.viewmodel.Models
-
- createView(Models.CompoundModel) - Static method in class org.netbeans.spi.viewmodel.Models
-
- CURRENT_THREAD - Static variable in interface org.netbeans.spi.viewmodel.AsynchronousModelFilter
-
Executor for invocation of models method calls in the current thread.