站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

G-Index (NetBeans View Model) - NetBeans API Javadoc 5.5.1

org.netbeans.spi.viewmodel/2 1.9.31
A C D E G I M N O P R S T U

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.
getChange() - Method in class org.netbeans.spi.viewmodel.ModelEvent.NodeChanged
Get the change mask.
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 number of children for given node.
getChildrenCount(TreeModel, Object) - Method in interface org.netbeans.spi.viewmodel.TreeModelFilter
Returns number of filterred 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.
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.
getHelpId() - Method in class org.netbeans.spi.viewmodel.Models.CompoundModel
Get a help ID for this model.
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.
getID() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns unique ID of this column.
getNextColumnID() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns ID of column this column should be installed after or null.
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.
getPreviuosColumnID() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns ID of column this column should be installed before or null.
getPropertyEditor() - Method in class org.netbeans.spi.viewmodel.ColumnModel
Returns PropertyEditor to be used for this column.
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 tooltip for given node.
getShortDescription(Object) - Method in interface org.netbeans.spi.viewmodel.NodeModel
Returns tooltip 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.

org.netbeans.spi.viewmodel/2 1.9.31
A C D E G I M N O P R S T U
Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.