Skip navigation links
org.netbeans.swing.outline 1.58
A C D E G H I M O P Q R S T U V W 

G

getBackground(Object) - Method in interface org.netbeans.swing.outline.RenderDataProvider
Get the background color to be used for rendering this node.
getCellRenderer(int, int) - Method in class org.netbeans.swing.outline.Outline
Always returns the default renderer for Object.class for the tree column
getChild(Object, int) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getChildCount(Object) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getChildren() - Method in interface org.netbeans.swing.etable.TableColumnSelector.TreeNode
Children of this node.
getClosestPathForLocation(int, int) - Method in class org.netbeans.swing.outline.Outline
Find the tree path that is closest to the given position.
getColumnClass(int) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
Delegates to the RowMapper for > 0 columns; column 0 always returns Object.class
getColumnClass(int) - Method in interface org.netbeans.swing.outline.RowModel
Get the object class for the column.
getColumnCount() - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getColumnCount() - Method in interface org.netbeans.swing.outline.RowModel
Get the column count.
getColumnDisplayName(String) - Method in class org.netbeans.swing.etable.ETable
Allows subclasses to localize the column headers.
getColumnHierarchyRoot() - Method in class org.netbeans.swing.etable.ETableColumnModel
Allows the user to customize the list of the visible columns using a hierarchy in a special TableColumnSelector.
getColumnName(int) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getColumnName(int) - Method in interface org.netbeans.swing.outline.RowModel
Get a localized name of this column that can be displayed in the table header
getColumnSelectionOn(int) - Method in class org.netbeans.swing.etable.ETable
Get the column selection method, that is displayed as a response to the mouse event.
getColumnSelector() - Method in class org.netbeans.swing.etable.ETable
Allows to supply alternative implementation of the column selection functionality in ETable.
getComparator() - Method in class org.netbeans.swing.etable.ETableColumnModel
Provides a comparator for sorting the rows of the table.
getDefaultColumnSelector() - Static method in class org.netbeans.swing.etable.ETable
Default column selector is used when columnSelector is null.
getDisplayName(Object) - Method in interface org.netbeans.swing.outline.RenderDataProvider
Convert an object in the tree to the string that should be used to display its node
getExpandedDescendants(TreePath) - Method in class org.netbeans.swing.outline.TreePathSupport
Get all expanded descendants of the given tree path.
getForeground(Object) - Method in interface org.netbeans.swing.outline.RenderDataProvider
Get the foreground color to be used for rendering this node.
getIcon(Object) - Method in interface org.netbeans.swing.outline.RenderDataProvider
Get an icon to be used for this object.
getIndexOfChild(Object, Object) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getLayout() - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getLayout() - Method in interface org.netbeans.swing.outline.OutlineModel
Get the layout cache which is used to track the visual state of nodes.
getLayoutCache() - Method in class org.netbeans.swing.outline.Outline
Get the layout cache which manages layout data for the Outline.
getModelObject(int) - Method in class org.netbeans.swing.etable.ETable.RowMapping
Get the model object at the row index of this mapping and the given column.
getModelRowIndex() - Method in class org.netbeans.swing.etable.ETable.RowMapping
Get the model row index.
getNestedComparator() - Method in class org.netbeans.swing.etable.ETableColumn
Returns comparator for sorting the rows belonging to same parent in tree-like part of table.
getOutlineModel() - Method in class org.netbeans.swing.outline.Outline
Convenience getter for the TableModel as an instance of OutlineModel.
getPathBounds(TreePath) - Method in class org.netbeans.swing.outline.Outline
Get the UI bounds of the given tree path.
getPlainData() - Method in class org.netbeans.swing.etable.ETableTransferable
Fetch the data in a text/plain format.
getQuickFilterColumn() - Method in class org.netbeans.swing.etable.ETable
Get the column which is currently filtered by "quick-filter" object.
getQuickFilterCompareItem(int, Object, String, String, boolean, boolean) - Method in class org.netbeans.swing.etable.ETable
Creates the menu item for setting the quick filter that filters the objects using Comparable interface.
getQuickFilterEqualsItem(int, Object, String, String, boolean) - Method in class org.netbeans.swing.etable.ETable
Creates the menu item for setting the quick filter that filters the objects using equality (or non-equality).
getQuickFilterFormatStrings() - Method in class org.netbeans.swing.etable.ETable
Returns the quickFilterFormatStrings array.
getQuickFilterNoFilterItem(String) - Method in class org.netbeans.swing.etable.ETable
Creates the menu item for resetting the quick filter (to no filter).
getQuickFilterObject() - Method in class org.netbeans.swing.etable.ETable
Get the "quick-filter" object that is currently active.
getQuickFilterPopup(int, Object, String) - Method in class org.netbeans.swing.etable.ETable
Creates a menu item usable in a popup that will trigger QuickFilter functionality for given column and value of the cell it was invoked on (returned from transformValue(getValueAt(column, row))).
getRenderDataProvider() - Method in class org.netbeans.swing.outline.Outline
Get the RenderDataProvider which is providing text, icons and tooltips for items in the tree column.
getRoot() - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getRowComparator(int, boolean) - Method in class org.netbeans.swing.etable.ETableColumn
Allow subclasses to supply special row comparator object.
getRowComparator(int, boolean) - Method in class org.netbeans.swing.outline.Outline.OutlineColumn
 
getRowCount() - Method in class org.netbeans.swing.etable.ETable
If the quick-filter is applied the number of rows do not match the number of rows in the model.
getRowCount() - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getRowSorter() - Method in class org.netbeans.swing.etable.ETable
Get the RowSorter in case that the ETable does not have ETableColumnModel set.
getSortRank() - Method in class org.netbeans.swing.etable.ETableColumn
Rank value 1 means that this is the most important column (with respect to the table sort), value 2 means second etc.
getSourceActions(JComponent) - Method in class org.netbeans.swing.etable.ETableTransferHandler
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.netbeans.swing.outline.DefaultOutlineCellRenderer
Get a component that can render cells in an Outline.
getText() - Method in interface org.netbeans.swing.etable.TableColumnSelector.TreeNode
The text displayed to the user as a column name.
getToolTipText(MouseEvent) - Method in class org.netbeans.swing.etable.ETable
Overridden to make a speed optimization.
getToolTipText() - Method in class org.netbeans.swing.outline.DefaultOutlineCellRenderer
 
getToolTipText(MouseEvent) - Method in class org.netbeans.swing.outline.Outline
 
getTooltipText(Object) - Method in interface org.netbeans.swing.outline.RenderDataProvider
Get a description for this object suitable for use in a tooltip.
getTransferData(DataFlavor) - Method in class org.netbeans.swing.etable.ETableTransferable
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class org.netbeans.swing.etable.ETableTransferable
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDelimiter(boolean) - Method in class org.netbeans.swing.etable.ETable
Returns string used to delimit entries when copying into clipboard.
getTransformedValue(int) - Method in class org.netbeans.swing.etable.ETable.RowMapping
Get the transformed value.
getTreePathSupport() - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getTreePathSupport() - Method in interface org.netbeans.swing.outline.OutlineModel
Get the TreePathSupport object this model uses to manage information about expanded nodes.
getValueAt(int, int) - Method in class org.netbeans.swing.etable.ETable
Overridden to call convertRowIndexToModel(...).
getValueAt(int, int) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
 
getValueFor(Object, int) - Method in interface org.netbeans.swing.outline.RowModel
Get the value at a given column.
A C D E G H I M O P Q R S T U V W 
Skip navigation links
org.netbeans.swing.outline 1.58