Skip navigation links
org.netbeans.spi.viewmodel/2 1.63
A C D E G H I M N O P R S T U V 

G

getActions(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns set of actions for given node.
getActions(Object) - Method in interface org.netbeans.spi.viewmodel.NodeActionsProvider
Returns set of actions for given node.
getActions(NodeActionsProvider, Object) - Method in interface org.netbeans.spi.viewmodel.NodeActionsProviderFilter
Returns set of actions for given node.
getAllowedDragActions() - Method in interface org.netbeans.spi.viewmodel.DnDNodeModel
Action constants from DnDConstants.
getAllowedDragActions(DnDNodeModel) - Method in interface org.netbeans.spi.viewmodel.DnDNodeModelFilter
Action constants from DnDConstants.
getAllowedDragActions() - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getAllowedDropActions(Transferable) - Method in interface org.netbeans.spi.viewmodel.DnDNodeModel
Action constants from DnDConstants.
getAllowedDropActions(DnDNodeModel, Transferable) - Method in interface org.netbeans.spi.viewmodel.DnDNodeModelFilter
Action constants from DnDConstants.
getAllowedDropActions(Transferable) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getCellEditor(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getCellEditor(Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModel
Get the editor of the given cell
getCellEditor(TableRendererModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModelFilter
Get the editor of the given cell
getCellRenderer(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getCellRenderer(Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModel
Get the renderer of the given cell
getCellRenderer(TableRendererModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TableRendererModelFilter
Get the renderer of the given cell
getChange() - Method in class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
Get the change mask.
getChange() - Method in class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged
Get the change mask.
getChildren(Object, int, int) - Method in class org.netbeans.spi.viewmodel.CachedChildrenTreeModel
 
getChildren(Object, int, int) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns children for given parent on given indexes.
getChildren(Object, int, int) - Method in interface org.netbeans.spi.viewmodel.TreeModel
Returns children for given parent on given indexes.
getChildren(TreeModel, Object, int, int) - Method in interface org.netbeans.spi.viewmodel.TreeModelFilter
Returns filtered children for given parent on given indexes.
getChildrenCount(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns number of children for given node.
getChildrenCount(Object) - Method in interface org.netbeans.spi.viewmodel.TreeModel
Returns the number of children for given node.
getChildrenCount(TreeModel, Object) - Method in interface org.netbeans.spi.viewmodel.TreeModelFilter
Returns number of filtered children for given node.
getColumnID() - Method in class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged
Returns changed column name.
getColumns() - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns sorted array of ColumnModels.
getColumnWidth() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Return column width of this column.
getCurrentOrderNumber() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Should return current order number of this column.
getDisplayedMnemonic() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Deprecated.
getDisplayName() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns display name of this column.
getDisplayName(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns display name for given node.
getDisplayName(Object) - Method in interface org.netbeans.spi.viewmodel.NodeModel
Returns display name for given node.
getDisplayName(NodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.NodeModelFilter
Returns filterred display name for given node.
getDropType(Object, Transferable, int, int) - Method in interface org.netbeans.spi.viewmodel.DnDNodeModel
Determines if there is a paste operation that can be performed on provided transferable when drop is done.
getDropType(DnDNodeModel, Object, Transferable, int, int) - Method in interface org.netbeans.spi.viewmodel.DnDNodeModelFilter
Determines if there is a paste operation that can be performed on provided transferable when drop is done.
getDropType(Object, Transferable, int, int) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getHelpId() - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Get a help ID for this model.
getHTMLValueAt(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getHTMLValueAt(Object, String) - Method in interface org.netbeans.spi.viewmodel.TableHTMLModel
Get the HTML value.
getHTMLValueAt(TableHTMLModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TableHTMLModelFilter
Get the HTML value.
getIconBase(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns icon for given node.
getIconBase(Object) - Method in interface org.netbeans.spi.viewmodel.NodeModel
Returns icon for given node.
getIconBase(NodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.NodeModelFilter
Returns filterred icon for given node.
getIconBaseWithExtension(Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
Returns icon resource with extension for given node.
getIconBaseWithExtension(ExtendedNodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
Returns icon resource with extension for given node.
getIconBaseWithExtension(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getID() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns unique ID of this column.
getMessage() - Method in exception org.netbeans.spi.viewmodel.UnknownTypeException
 
getNextColumnID() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Deprecated.
getNode() - Method in class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
Returns changed node instance.
getNode() - Method in class org.netbeans.spi.viewmodel.ModelEvent.TableValueChanged
Returns changed node instance.
getNodes() - Method in class org.netbeans.spi.viewmodel.ModelEvent.SelectionChanged
Returns selected node instances.
getPasteTypes(Object, Transferable) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModel
Determine which paste operations are allowed when a given transferable is in the clipboard.
getPasteTypes(ExtendedNodeModel, Object, Transferable) - Method in interface org.netbeans.spi.viewmodel.ExtendedNodeModelFilter
Determine which paste operations are allowed when a given transferable is in the clipboard.
getPasteTypes(Object, Transferable) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getPreviuosColumnID() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Deprecated.
getPropertyEditor() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns PropertyEditor to be used for this column.
getPropertyEditor(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getPropertyEditor(Object, String) - Method in interface org.netbeans.spi.viewmodel.TablePropertyEditorsModel
Get the property editor for the given table cell.
getPropertyEditor(TablePropertyEditorsModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TablePropertyEditorsModelFilter
Get the property editor for the given table cell.
getRoot() - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns the root node of the tree or null, if the tree is empty.
getRoot() - Method in interface org.netbeans.spi.viewmodel.TreeModel
Returns the root node of the tree or null, if the tree is empty.
getRoot(TreeModel) - Method in interface org.netbeans.spi.viewmodel.TreeModelFilter
Returns filtered root of hierarchy.
getShortDescription() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns tooltip for given column.
getShortDescription(Object) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Returns tool tip for given node.
getShortDescription(Object) - Method in interface org.netbeans.spi.viewmodel.NodeModel
Returns tool tip for given node.
getShortDescription(NodeModel, Object) - Method in interface org.netbeans.spi.viewmodel.NodeModelFilter
Returns filterred tooltip for given node.
getType() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns type of column items.
getValueAt(Object, String) - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
 
getValueAt(Object, String) - Method in interface org.netbeans.spi.viewmodel.TableModel
Returns value to be displayed in column columnID and row identified by node.
getValueAt(TableModel, Object, String) - Method in interface org.netbeans.spi.viewmodel.TableModelFilter
Returns filterred value to be displayed in column columnID and row node.
A C D E G H I M N O P R S T U V 
Skip navigation links
org.netbeans.spi.viewmodel/2 1.63