- selectVisibleColumns(TableColumnSelector.TreeNode, String[]) - Method in class org.netbeans.swing.etable.TableColumnSelector
-
Presents the user vith a dialog allowing to select visible columns
from the available column.
- selectVisibleColumns(String[], String[]) - Method in class org.netbeans.swing.etable.TableColumnSelector
-
Presents the user vith a dialog allowing to select visible columns
from the available column.
- setAscending(boolean) - Method in class org.netbeans.swing.etable.ETableColumn
-
Sets the sort order.
- setAutoCreateRowSorter(boolean) - Method in class org.netbeans.swing.etable.ETable
-
- setBorder(Border) - Method in class org.netbeans.swing.outline.DefaultOutlineCellRenderer
-
Overridden to combine the expansion border (whose insets determine how
much a child tree node is shifted to the right relative to the ancestor
root node) with whatever border is set, as a CompoundBorder.
- setCellBackground(Component, boolean, int, int) - Method in class org.netbeans.swing.etable.ETable
-
Sets the table cell background colors accodring to NET UI guidelines.
- setColumnHidden(TableColumn, boolean) - Method in class org.netbeans.swing.etable.ETableColumnModel
-
Makes the given column hidden or visible according to the parameter
hidden.
- setColumnHidingAllowed(boolean) - Method in class org.netbeans.swing.etable.ETable
-
Turn column hiding on/off
- setColumnHierarchyRoot(TableColumnSelector.TreeNode) - 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.
- setColumnSelectionOn(int, ETable.ColumnSelection) - Method in class org.netbeans.swing.etable.ETable
-
Set if popup with column selection menu or column selection dialog
should be displayed as a response to the mouse event.
- setColumnSelector(TableColumnSelector) - Method in class org.netbeans.swing.etable.ETable
-
Allows to supply alternative implementation of the column
selection functionality in ETable.
- setColumnSorted(int, boolean, int) - Method in class org.netbeans.swing.etable.ETable
-
Make the column sorted.
- setColumnSorted(ETableColumn, boolean, int) - Method in class org.netbeans.swing.etable.ETableColumnModel
-
This method marks this column as sorted.
- setCustomIcon(Icon) - Method in class org.netbeans.swing.etable.ETableColumn
-
Allows setting a custom icon for this column.
- setDefaultColumnSelector(TableColumnSelector) - Static method in class org.netbeans.swing.etable.ETable
-
Allows to supply the default column selector for all instances
of ETable.
- setFullyEditable(boolean) - Method in class org.netbeans.swing.etable.ETable
-
Sets all the cells in the ETable
to be editable if
fullyEditable
is true.
- setFullyNonEditable(boolean) - Method in class org.netbeans.swing.etable.ETable
-
Sets all the cells in the ETable
to be non-editable if
fullyNonEditable
is true.
- setHeaderRenderer(TableCellRenderer) - Method in class org.netbeans.swing.etable.ETableColumn
-
Allows to set the header renderer.
- setModel(TableModel) - Method in class org.netbeans.swing.etable.ETable
-
Overridden to update the header listeners and also to adjust the
preferred width of the columns.
- setModel(TableModel) - Method in class org.netbeans.swing.outline.Outline
-
Overridden to throw an exception if the passed model is not an instance
of OutlineModel
(with the exception of calls from the
superclass constructor)
- setNestedComparator(Comparator) - Method in class org.netbeans.swing.etable.ETableColumn
-
Method allowing to set custom comparator for sorting the rows belonging to
same parent in tree-like part of table.
- setNodesColumnLabel(String) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
-
Change the label of the 'tree' column.
- setPopupUsedFromTheCorner(boolean) - Method in class org.netbeans.swing.etable.ETable
-
- setQuickFilter(int, Object) - Method in class org.netbeans.swing.etable.ETable
-
Makes the table display only the rows that match the given "quick-filter".
- setQuickFilterFormatStrings(String[]) - Method in class org.netbeans.swing.etable.ETable
-
Replaces the quickFilterFormatStrings by the given array.
- setRenderDataProvider(RenderDataProvider) - Method in class org.netbeans.swing.outline.Outline
-
Set the RenderDataProvider which will provide text, icons and tooltips
for items in the tree column.
- setRootVisible(boolean) - Method in class org.netbeans.swing.outline.Outline
-
Set whether or not the root is visible
- setRowHeight(int) - Method in class org.netbeans.swing.outline.Outline
-
Overridden to pass the fixed row height to the tree layout cache
- setRowHeight(int, int) - Method in class org.netbeans.swing.outline.Outline
-
- setRowSorter(RowSorter<? extends TableModel>) - Method in class org.netbeans.swing.etable.ETable
-
When ETable has ETableColumnModel set, only null
sorter
is accepted, which turns off sorting.
- setSelected(Object, Boolean) - Method in interface org.netbeans.swing.outline.CheckRenderDataProvider
-
Called by the renderer when the check-box gets selected/unselected
- setSelectVisibleColumnsLabel(String) - Method in class org.netbeans.swing.etable.ETable
-
Allows customization of the text appearing in the column
customization dialog.
- setSorted(int, boolean) - Method in class org.netbeans.swing.etable.ETableColumn
-
- setSortRank(int) - 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.
- setTreeValueAt(Object, int) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
-
Sets the value of a 'tree' cell at given row number.
- setValue(Object) - Method in class org.netbeans.swing.outline.DefaultOutlineCellRenderer
-
- setValueAt(Object, int, int) - Method in class org.netbeans.swing.etable.ETable
-
Overridden to call convertRowIndexToModel(...).
- setValueAt(Object, int, int) - Method in class org.netbeans.swing.outline.DefaultOutlineModel
-
Delegates to the RowModel (or TableModel) for non-0 columns
- setValueFor(Object, int, Object) - Method in interface org.netbeans.swing.outline.RowModel
-
Set the value of the object in this column.
- showColumnSelectionDialog() - Method in class org.netbeans.swing.etable.ETable
-
Shows dialog that allows to show/hide columns.
- sortAndFilter() - Method in class org.netbeans.swing.etable.ETable
-
Sorts the rows of the table.
- sortAndFilter() - Method in class org.netbeans.swing.outline.Outline
-
Sorts the rows of the tree table.
- sortedColumns - Variable in class org.netbeans.swing.etable.ETableColumnModel
-
List<ETableColumn>: holds list of sorted columns in this model.
- sortingPermutation - Variable in class org.netbeans.swing.etable.ETable
-
Array with size exactly same as the number of rows in the data model
or null.