Copyright © 2005 Scientific Applications. All Rights Reserved.
A B C D E F G H I J K L M N O P R S T U V W X Y

A

AbstractAggregator - Class in com.sciapp.treetable
AbstractAggregator implements the prepareValue method in order to evaluate an aggregate value only if that value is null.
AbstractAggregator() - Constructor for class com.sciapp.treetable.AbstractAggregator
Constructs an AbstractAggregator.
AbstractAutoFilterPanel - Class in com.sciapp.filter.auto
AbstractAutoFilterPanel defines a panel that is the visual representation of a custom duplex filter.
AbstractAutoFilterPanel() - Constructor for class com.sciapp.filter.auto.AbstractAutoFilterPanel
Creates a new AbstractAutoFilterPanel.
AbstractAutoFilterPanel(String) - Constructor for class com.sciapp.filter.auto.AbstractAutoFilterPanel
Creates a new AbstractAutoFilterPanel.
AbstractCache - Class in com.sciapp.table.cache
AbstractCache defines variables that determine the cache's store behaviour\ when caching values.
AbstractCache() - Constructor for class com.sciapp.table.cache.AbstractCache
Creates an AbstractCache with a default chunk size and a default maximum cache size.
AbstractCache(int, int) - Constructor for class com.sciapp.table.cache.AbstractCache
Creates an AbstractCache with a chunk size and maximum cache size determined by chunkSize and maximumCacheSize.
AbstractColumnFilterMapper - Class in com.sciapp.filter.tree
AbstractColumnFilterMapper provides an abstract ColumnFilterMapper implementation.
AbstractColumnFilterMapper() - Constructor for class com.sciapp.filter.tree.AbstractColumnFilterMapper
Constructs an AbstractColumnFilterMapper.
AbstractColumnFilterMapper.ColumnFilterTreeTableModel - Class in com.sciapp.filter.tree
ColumnFilterTreeTableModel is a treetablemodel that shows only one column.
AbstractColumnFilterMapper.ColumnFilterTreeTableModel(TreeTableModel) - Constructor for class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Constructs a ColumnFilterTreeTableModel.
AbstractColumnFilterMapper.ColumnFilterTreeTableModel(TreeTableModel, int) - Constructor for class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Constructs a ColumnFilterTreeTableModel.
AbstractDatabaseAggregator - Class in com.sciapp.treetable.db
AbstractDatabaseAggregator provides an implementation for the prepareValues method.
AbstractDatabaseAggregator(DefaultDatabaseTreeTableModel) - Constructor for class com.sciapp.treetable.db.AbstractDatabaseAggregator
Constructs an AbstractDatabaseAggregator.
AbstractDatabaseTableModel - Class in com.sciapp.table.db
AbstractDatabaseTableModel represents a sortable and filterable database model that is also cached.
AbstractDatabaseTableModel(TableCache) - Constructor for class com.sciapp.table.db.AbstractDatabaseTableModel
Constructs an AbstractDatabaseTableModel.
AbstractDatabaseTreeTableModel - Class in com.sciapp.treetable.db
AbstractDatabaseTreeTableModel represents a sortable and filterable database treetable model that is also cached.
AbstractDatabaseTreeTableModel(Object, TreeTableCache) - Constructor for class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Constructs an AbstractDatabaseTableModel.
AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache - Class in com.sciapp.treetable.db
This class represents a cache object for aggregate rows.
AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache() - Constructor for class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Constructs a DefaultTreeTableAggregateRowCache.
AbstractGroupCache - Class in com.sciapp.treetable.db
AbstractGroupCache uses the user object property of a DefaultMutableTreeNode in order to cache the group value for that node.
AbstractGroupCache(CacheableTreeTableModel) - Constructor for class com.sciapp.treetable.db.AbstractGroupCache
Constructs an AbstractGroupCache.
AbstractGroupCache(CacheableTreeTableModel, int, int) - Constructor for class com.sciapp.treetable.db.AbstractGroupCache
Constructs an AbstractGroupCache.
AbstractSearchPanel - Class in com.sciapp.table.search
An abstract implementation of a search panel that can be easily extended.
AbstractSearchPanel() - Constructor for class com.sciapp.table.search.AbstractSearchPanel
Constructs an AbstractSearchPanel.
AbstractSpanModel - Class in com.sciapp.table.span
AbstractSpanModel provides methods for notifying its listeners.
AbstractSpanModel() - Constructor for class com.sciapp.table.span.AbstractSpanModel
Constructs an AbstractSpanModel.
AbstractTableCache - Class in com.sciapp.table.cache
AbstractTableCache is a TableCache that uses a map as the cache store.
AbstractTableCache(CacheableTableModel) - Constructor for class com.sciapp.table.cache.AbstractTableCache
Creates an AbstractTableCache.
AbstractTableCache(CacheableTableModel, int, int) - Constructor for class com.sciapp.table.cache.AbstractTableCache
Creates an AbstractTableCache.
AbstractTreeTableCache - Class in com.sciapp.table.cache
AbstractTreeTableCache is a TreeTableCache that uses a map as the cache store.
AbstractTreeTableCache(CacheableTreeTableModel) - Constructor for class com.sciapp.table.cache.AbstractTreeTableCache
Creates an AbstractTreeTableCache.
AbstractTreeTableCache(CacheableTreeTableModel, int, int) - Constructor for class com.sciapp.table.cache.AbstractTreeTableCache
Creates an AbstractTreeTableCache.
AbstractTreeTableColumnModelAdapter - Class in com.sciapp.table.group
AbstractTreeTableColumnModelAdapter is an implementation of a TreeTableColumnModelAdapter to serve as a basis for implementing a column model for a TreeTableHeader.
AbstractTreeTableColumnModelAdapter() - Constructor for class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Constructs an AbstractTreeTableColumnModelAdapter.
AbstractTreeTableModel - Class in com.sciapp.treetable
AbstractTreeTableModel provides an abstract treetablemodel implementation.
AbstractTreeTableModel(Object) - Constructor for class com.sciapp.treetable.AbstractTreeTableModel
Constructs an AbstractTreeTableModel.
accept(Object) - Method in class com.sciapp.filter.BlockFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.sciapp.filter.BooleanFilter
Decides whether to accept the value supplied.
accept(boolean) - Method in class com.sciapp.filter.BooleanFilter
Matches the boolean value b against the current filter.
accept(Object) - Method in class com.sciapp.filter.DateFilter
Decides whether to accept the value supplied.
accept(Date) - Method in class com.sciapp.filter.DateFilter
Matches the Date value supplied against the date expression of the filter.
accept(double) - Method in class com.sciapp.filter.DoubleFilter
Matches the double value i against the current filter.
accept(Object) - Method in class com.sciapp.filter.DoubleFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.sciapp.filter.Filter
Decides whether to accept the value supplied.
accept(float) - Method in class com.sciapp.filter.FloatFilter
Matches the float value i against the current filter.
accept(Object) - Method in class com.sciapp.filter.FloatFilter
Decides whether to accept the value supplied.
accept(int) - Method in class com.sciapp.filter.IntegerFilter
Matches the integer value i against the current filter.
accept(Object) - Method in class com.sciapp.filter.IntegerFilter
Decides whether to accept the value supplied.
accept(long) - Method in class com.sciapp.filter.LongFilter
Matches the long value i against the current filter.
accept(Object) - Method in class com.sciapp.filter.LongFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.sciapp.filter.PassFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.sciapp.filter.StringFilter
Decides whether to accept the value supplied.
accept(String) - Method in class com.sciapp.filter.StringFilter
Matches the String expression against the current filter.
acceptNull - Variable in class com.sciapp.filter.Filter
boolean indicating if the filter is going to accept null values.
activeLabel - Variable in class com.sciapp.filter.FilterTablePanel
a label showing whether the filter is active
adapter - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
the treetable column model adapter
add(Object) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Convenience method to add a node to the model whose 'column data' is identified by nodeData.
add(List) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Convenience method to add a list of nodes to the model.
ADD_SORT - Static variable in class com.sciapp.table.SortTableModel
Defines the mode for adding sorting columns after clearing existing ones.
addCellEditorListener(CellEditorListener) - Method in class com.sciapp.editors.DateEditor
Adds a CellEditorListener to the listener list.
addCellSpan(CellSpan) - Method in class com.sciapp.table.span.DefaultSpanModel
Adds a cell span.
addChildForGroup - Variable in class com.sciapp.treetable.ComparableTreeTableModel
boolean flag that indicates whether we want a child node added for every new group created, when adding nodes via the addNode method.
addColumn(String, Class, String) - Method in class com.sciapp.table.db.DefaultDatabaseTableDefinition
Adds the column to the definition.
addColumn(String, Class, String) - Method in class com.sciapp.table.db.DefaultMeasureDefinition
Adds the column to the definition.
addColumn(String, Class, String, String[]) - Method in class com.sciapp.table.db.DefaultMeasureDefinition
Adds the column to the definition.
addColumn(TableColumn) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Appends aColumn to the end of the tableColumns array.
addColumn(TableColumn) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Appends aColumn to the end of the tableColumns array.
addColumn(TableColumn) - Method in class com.sciapp.table.GroupTableColumn
Appends aColumn to the end of the children vector.
addColumn(String) - Method in class com.sciapp.treetable.MutableTreeTableModel
Adds a column to the model.
addColumn(String, Class) - Method in class com.sciapp.treetable.MutableTreeTableModel
Adds a column to the model.
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in interface com.sciapp.table.group.TreeTableColumnModel
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnModelListener(TableColumnModelListener) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Adds a listener for table column model events.
addFilterInColumn(TableColumn) - Method in class com.sciapp.filter.FilterHeaderModel
Installs a filter on the supplied column.
addFilterInColumns() - Method in class com.sciapp.filter.FilterHeaderModel
Installs filters on all columns.
addFilterModelListener(FilterModelListener) - Method in class com.sciapp.filter.FilterModel
Adds a FilterModelListener that is notified each time a filter event is generated.
addFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Adds a FilterTreeTableModelListener that is notified each time filters are added or removed.
addFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Adds a FilterTreeTableModelListener that is notified each time filters are added or removed.
addGroupColumn(GroupTableColumn) - Method in class com.sciapp.table.GroupTableHeader
Adds a group column to the header.
addGroupColumnModelListener(GroupTableColumnModelListener) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Adds a GroupTableColumnModelListener that is notified each time a group column is added or removed from the model.
addGroupColumnModelListener(GroupTableColumnModelListener) - Method in interface com.sciapp.table.GroupTableColumnModel
Adds a GroupTableColumnModelListener that is notified each time a group column is added or removed from the model.
addIndex(int) - Method in class com.sciapp.filter.ListTableFilter
Adds a row index to the list of accepted indexes.
addLockedTableModelListener(LockedTableModelListener) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Adds a LockedTableModelListener that is notified each time a locked row/column is added/removed from the table.
addLockedTableModelListener(LockedTableModelListener) - Method in interface com.sciapp.table.locked.LockedTableModel
Adds a LockedTableModelListener that is notified each time a locked row/column is added/removed from the table.
addNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Adds a node to the model.
addNotify() - Method in class com.sciapp.table.AdvancedJScrollPane.LockedTextField
Notifies this component that it now has a parent component.
addNotify() - Method in class com.sciapp.table.AdvancedTableHeader
Notifies this component that it now has a parent component.
addNotify() - Method in class com.sciapp.tree.TreeTable
Calls the configureEnclosingScrollPane method.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableColumnModel changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sciapp.table.group.TreeTableColumnModelAdapter
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableColumnModel changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableModel or the JTree changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.sciapp.treetable.TreeTableModelAdapterIF
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableModel or the JTree changes.
addRemoteTableListener(RemoteTableListener) - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Adds a RemoteTableListener that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
addRemoteTableListener(RemoteTableListener) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Adds a RemoteTableListener that is notified each time the RemoteTableModel will start or stop querying the underlying treetable model.
addRemoteTableListener(RemoteTableListener) - Method in interface com.sciapp.table.remote.RemoteTableModel
Adds a RemoteTableListener that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
addRemoteTableListener(RemoteTableListener) - Method in interface com.sciapp.table.remote.RemoteTreeTableModel
Adds a RemoteTableListener that is notified each time the RemoteTableModel will start or stop querying the underlying treetable model.
addReorderListener(ReorderListener) - Method in class com.sciapp.table.ListTableMap
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addReorderListener(ReorderListener) - Method in class com.sciapp.table.ObjectTableModel
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addReorderListener(ReorderListener) - Method in interface com.sciapp.table.ReorderModel
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addReorderListener(ReorderListener) - Method in class com.sciapp.table.TableMap
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addReorderListener(ReorderListener) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addReorderListener(ReorderListener) - Method in class com.sciapp.treetable.MutableTreeTableModel
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addReorderListener(ReorderListener) - Method in class com.sciapp.treetable.TreeTableModelMap
Adds a ReorderListener that is notified each time a change to the data model occurs so that the table updates the selected rows accordingly.
addRow(Object) - Method in class com.sciapp.table.DefaultListTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.sciapp.table.ListTableMap
Adds a row to the end of the model.
addRow(Object) - Method in interface com.sciapp.table.ListTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.sciapp.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
addRow(Object) - Method in class com.sciapp.table.ObjectTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.sciapp.table.ThreadedListTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Adds a row to the end of the model.
addRowComparator(TreeTableComparator) - Method in class com.sciapp.tree.TreeTableModel
Adds a new row comparator at the end of the list of comparators.
addRowComparator(TreeTableComparator) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Adds a new row comparator at the end of the list of comparators.
addRowComparator(TreeTableComparator) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Adds a new row comparator at the end of the list of comparators.
addRows(List) - Method in class com.sciapp.table.DefaultListTableModel
Adds a list of rows to the end of the model.
addRows(List) - Method in class com.sciapp.table.ListTableMap
Adds a list of rows to the end of the model.
addRows(List) - Method in interface com.sciapp.table.ListTableModel
Adds a list of rows to the end of the model.
addRows(List) - Method in class com.sciapp.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
addRows(List) - Method in class com.sciapp.table.ObjectTableModel
Adds a list of rows to the end of the model.
addRows(List) - Method in class com.sciapp.table.ThreadedListTableModel
Adds a list of rows to the end of the model.

addedRows contains objects representing the actual rows being added. e.g. java.util.Vector, for DefaultTableModel.

addRows(List) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Adds a list of rows to the end of the model.
addSearchModelListener(SearchModelListener) - Method in class com.sciapp.table.search.DefaultSearchModel
Adds a SearchModelListener that is notified each time a search model event is generated.
addSearchModelListener(SearchModelListener) - Method in interface com.sciapp.table.search.SearchModel
Adds a SearchModelListener that is notified each time a search model event is generated.
addSelectionPath(TreePath) - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Adds path to the current selection.
addSpanModelListener(SpanModelListener) - Method in class com.sciapp.table.span.AbstractSpanModel
Adds a SpanModelListener that is notified each time a cell merge or split occurs.
addSpanModelListener(SpanModelListener) - Method in interface com.sciapp.table.span.SpanModel
Adds a SpanModelListener that is notified each time a cell merge or split occurs.
addStyle(Style) - Method in class com.sciapp.table.styles.DefaultStyleModel
Adds a style to the end of the list of styles.
addStyle(Style) - Method in interface com.sciapp.table.styles.StyleModel
Adds a style to the end of the list of styles.
addTreeModelListener(TreeModelListener) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Adds a listener that is notified when a table column is about to be added, moved or removed.
addVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Adds a listener that is notified when a table column is about to be added, moved or removed.
addVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in interface com.sciapp.table.VetoableTableColumnModel
Adds a listener that is notified when a table column is about to be added, moved or removed.
AdvancedJScrollPane - Class in com.sciapp.table
This subclass of JScrollPane ensures that the scrollpane will adjust correctly to the last (dummy) column added by AdvancedJTable.
AdvancedJScrollPane() - Constructor for class com.sciapp.table.AdvancedJScrollPane
Creates an empty (no viewport view) AdvancedJScrollPane where both horizontal and vertical scrollbars appear when needed.
AdvancedJScrollPane(int, int) - Constructor for class com.sciapp.table.AdvancedJScrollPane
Creates an empty (no viewport view) AdvancedJScrollPane with specified scrollbar policies.
AdvancedJScrollPane(Component) - Constructor for class com.sciapp.table.AdvancedJScrollPane
Creates an AdvancedJScrollPane that displays the contents of the specified component, where both horizontal and vertical scrollbars appear whenever the component's contents are larger than the view.
AdvancedJScrollPane(Component, int, int) - Constructor for class com.sciapp.table.AdvancedJScrollPane
Creates an AdvancedJScrollPane that displays the view component in a viewport whose view position can be controlled with a pair of scrollbars.
AdvancedJScrollPane.LockedTextField - Class in com.sciapp.table
LockedTextField is a textfield suitable when locked rows/columns are in place.
AdvancedJScrollPane.LockedTextField() - Constructor for class com.sciapp.table.AdvancedJScrollPane.LockedTextField
Constructs a LockedTextField.
AdvancedJTable - Class in com.sciapp.table
AdvancedJTable is a sublass of JTable that makes full use of classes contained in this library, so as to add extra functionality to the JTable Swing component.
AdvancedJTable() - Constructor for class com.sciapp.table.AdvancedJTable
Constructs a default AdvancedJTable which is initialized with a default data model, a default column model, and a default selection model.
AdvancedJTable(Object[][], Object[]) - Constructor for class com.sciapp.table.AdvancedJTable
Constructs an AdvancedJTable to display the values in the two dimensional array, rowData, with column names, columnNames.
AdvancedJTable(int, int) - Constructor for class com.sciapp.table.AdvancedJTable
Constructs an AdvancedJTable with numRows and numColumns of empty cells using the DefaultTableModel.
AdvancedJTable(Vector, Vector) - Constructor for class com.sciapp.table.AdvancedJTable
Constructs an AdvancedJTable to display the values in the Vector of Vectors, rowData, with column names, columnNames.
AdvancedJTable(TableModel) - Constructor for class com.sciapp.table.AdvancedJTable
Constructs a JTable which is initialized with dm as the data model, a default column model, and a default selection model.
AdvancedJTable(TableModel, TableColumnModel) - Constructor for class com.sciapp.table.AdvancedJTable
Constructs an AdvancedJTable which is initialized with dm as the data model, cm as the column model, and a default selection model.
AdvancedJTable(TableModel, TableColumnModel, ListSelectionModel) - Constructor for class com.sciapp.table.AdvancedJTable
Constructs an AdvancedJTable which is initialized with dm as the data model, cm as the column model, and sm as the selection model.
AdvancedTableHeader - Class in com.sciapp.table
This is the object which manages the header of AdvancedJTable.
AdvancedTableHeader() - Constructor for class com.sciapp.table.AdvancedTableHeader
Constructs an AdvancedTableHeader.
AdvancedTableHeader(TableColumnModel) - Constructor for class com.sciapp.table.AdvancedTableHeader
Constructs an AdvancedTableHeader which is initialized with cm as the column model.
aggregateDefinition - Variable in class com.sciapp.table.db.DefaultPivotTableModel
the database definition for all the columns.
AggregateRow - Class in com.sciapp.tree
A specialized TreeTableRow subclass that represents an aggregate row of a TreeTable.
AggregateRow(Object, int) - Constructor for class com.sciapp.tree.AggregateRow
Constructs an AggregateRow object.
AggregateRow - Class in com.sciapp.treetable
A specialized TreeTableRow subclass that represents an aggregate row of a TreeTable.
AggregateRow(Object, int) - Constructor for class com.sciapp.treetable.AggregateRow
Constructs an AggregateRow object.
aggregateRowCache - Variable in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
the cache for aggregate rows
AggregateTreeTableModel - Class in com.sciapp.treetable
AggregateTreeTableModel is a treetable model whose nodes' cell value depends on the aggregate values of a TreeTableRow.
AggregateTreeTableModel() - Constructor for class com.sciapp.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(String[]) - Constructor for class com.sciapp.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(String[], Class[], TreeTableRow) - Constructor for class com.sciapp.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(String[], TreeTableRow) - Constructor for class com.sciapp.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(TreeTableRow) - Constructor for class com.sciapp.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
aggregateValues - Variable in class com.sciapp.tree.AggregateRow
The object array which is used to store aggregate information.
aggregateValues - Variable in class com.sciapp.treetable.TreeTableRow
The object array which is used to store aggregate information.
Aggregator - Class in com.sciapp.tree
Aggregator calculates and returns values for the aggregate rows of a TreeTable component.
Aggregator(TreeTableModel) - Constructor for class com.sciapp.tree.Aggregator
Constructs an Aggregator object.
Aggregator - Interface in com.sciapp.treetable
Aggregator calculates and returns values for the aggregate rows of a TreeTable component.
aggregator - Variable in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
the default database aggregator
ALL_COLUMNS - Static variable in class com.sciapp.filter.TableFilter
Field specifying all columns of a table.
ALL_COLUMNS - Static variable in class com.sciapp.table.search.SearchModelEvent
denotes to search all columns
ALL_COLUMNS - Static variable in class com.sciapp.table.search.TableSearch
denotes all columns to be searched
ALL_COLUMNS - Static variable in class com.sciapp.table.span.CellSpan
identifies a cellspan where all columns are spanned.
ALL_RESIZE - Static variable in class com.sciapp.table.Viewable
defines a mode with cells resizing to all the available viewable space
ALL_ROWS - Static variable in class com.sciapp.table.search.SearchModelEvent
denotes to search all rows
ALL_ROWS - Static variable in class com.sciapp.table.span.CellSpan
identifies a cellspan where all rows are spanned.
ALL_STRING - Variable in class com.sciapp.filter.tree.AbstractColumnFilterMapper
The string to display for the "ALL" option
ALL_VALUES_MODE - Static variable in class com.sciapp.filter.FilterHeaderModel
Defines the filter mode for showing all objects under a certain column
ALL_VALUES_MODE - Static variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
Defines the filter mode for showing all objects under a certain column
allowEditColumn - Variable in class com.sciapp.table.TableAssistant
flag to indicate whether users are able to rename columns in the column dialog
allowFilter - Variable in class com.sciapp.table.FilterTableModel
a boolean flag that determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).
allowGroupColumnReordering - Variable in class com.sciapp.table.GroupTableHeader
a flag that is true if group columns can be reordered with the mouse, false otherwise
allowGroupReordering - Variable in class com.sciapp.table.GroupTableHeader
boolean flag that controls the reordering of group columns.
allowReorder - Variable in class com.sciapp.table.TableAssistant
flag to indicate whether users are able to reorder columns in the column dialog
allowSort - Variable in class com.sciapp.table.SortTableModel
a boolean flag that determines whether the model will perform the sorting if the underlying model changes (via updates, deletes or additions).
allString - Variable in class com.sciapp.filter.PopupFilterHeaderModel
The string to display for the "ALL" option
alwaysCreateGroup - Variable in class com.sciapp.treetable.DefaultTreeTableComparator
a boolean which is true if group nodes are always to be created.
alwaysCreateGroup - Variable in class com.sciapp.treetable.TreeNodeComparator
a boolean which is true if group nodes are always to be created.
amount - Variable in class com.sciapp.table.locked.LockedTableModelEvent
The number of locked rows/columns at the specified direction.
AND_FILTER - Static variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the mode which defines an AND combination of a node and level filter
andButton - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
the 'and' radio button.
AndFilterHeaderCallback - Class in com.sciapp.filter
AndFilterHeaderCallback combines two or more call backs together.
AndFilterHeaderCallback(FilterHeaderCallback[]) - Constructor for class com.sciapp.filter.AndFilterHeaderCallback
Constructs an AndFilterHeaderCallback.
AndFilterHeaderCallback(FilterHeaderCallback, FilterHeaderCallback) - Constructor for class com.sciapp.filter.AndFilterHeaderCallback
Constructs an AndFilterHeaderCallback.
AndTableFilter - Class in com.sciapp.filter
A TableFilter that implements the logical AND operator on individual TableFilters.
AndTableFilter(TableFilter[]) - Constructor for class com.sciapp.filter.AndTableFilter
Constructs an AndTableFilter with an array of TableFilters.
AndTableFilter(TableFilter, TableFilter) - Constructor for class com.sciapp.filter.AndTableFilter
Constructs an AndTableFilter with two TableFilters.
anyKey - Variable in class com.sciapp.filter.VisualFilter
boolean flag that if true, filter events are fired whenever a key press is detected on a text field, otherwise the user must press the Enter key.
anyKey - Variable in class com.sciapp.table.search.VisualSeeker
boolean flag that if true, search model events are fired whenever a key press is detected on a text field, otherwise the user must press the Enter key.
apply(Component, JTable, int, int) - Method in class com.sciapp.table.remote.RemoteStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in class com.sciapp.table.search.ColorStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in class com.sciapp.table.styles.DefaultStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in interface com.sciapp.table.styles.Style
Applies the style to the component c.
applyFilter(FilterModelEvent) - Method in interface com.sciapp.event.FilterModelListener
Called whenever filtering of data has been requested.
applyFilter(FilterModelEvent) - Method in class com.sciapp.table.FilterTableModel
Called whenever filtering of data has been requested.
applyFilters(FilterTreeTableModel, int[]) - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Applies the stored filters to the supplied filterTreeTableModel, excluding a list of column indexes defined by excludedModelIndexes.
applyFilters(FilterTreeTableModel, int[]) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Applies the stored filters to the supplied filterTreeTableModel, excluding a list of column indexes defined by excludedModelIndexes.
applyFilters(FilterTreeTableModel, int[]) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Applies the stored filters to the supplied filterTreeTableModel, excluding a list of column indexes defined by excludedModelIndexes.
applyFilters(FilterTreeTableModel, int[]) - Method in class com.sciapp.filter.tree.NodeFilterMapper
Applies the stored filters to the supplied filterTreeTableModel, excluding a list of column indexes defined by excludedModelIndexes.
applyStyles(Component, JTable, int, int) - Method in class com.sciapp.table.styles.DefaultStyleModel
Applies the styles currently in the model to the component c.
applyStyles(Component, JTable, int, int) - Method in interface com.sciapp.table.styles.StyleModel
Applies the styles currently in the model to the component c.
applyStyles(Component, JTable, int, int) - Method in class com.sciapp.treetable.TreeTable.DefaultTreeStyleModel
Applies the styles currently in the model to the component c.
arrow - Variable in class com.sciapp.filter.DefaultFilterRenderer
The button that is showing on the header.
arrow - Variable in class com.sciapp.filter.PopupFilterHeaderModel
Deprecated.  
arrow - Variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
The button that is showing on the header.
ARROW_LEFT - Static variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
integer identifying that the arrow button should appear on the left of the column
ARROW_RIGHT - Static variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
integer identifying that the arrow button should appear on the right of the column
ArrowButton - Class in com.sciapp.common.gui
JButton object that draws a scaled Arrow in one of the cardinal directions.
ArrowButton(int) - Constructor for class com.sciapp.common.gui.ArrowButton
Creates an ArrowButton with the supplied direction.
ArrowButton(int, Color) - Constructor for class com.sciapp.common.gui.ArrowButton
Creates an ArrowButton with the supplied direction.
arrowColor - Variable in class com.sciapp.common.gui.ArrowButton
The color of the arrow.
arrowMode - Variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
the current positioning mode of the arrow (left or right)
attachToHeader(JTableHeader) - Method in class com.sciapp.table.ViewableResizer
Attaches this viewable resizer to the header.
attachToTable(JTable) - Method in class com.sciapp.filter.FilterHeaderModel
Installs this FilterHeaderModel instance to a table.
attachToTable(JTable, FilterListModel) - Method in class com.sciapp.filter.FilterHeaderModel
Installs this FilterHeaderModel instance to a table, by explicitly specifying the FilterListModel object that will process filter events.
attachToTable(JTable, FilterListModel) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Installs this FilterHeaderModel instance to a table, by explicitly specifying the FilterListModel object that will process filter events.
attachToTable(TreeTable) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Installs this TreeFilterHeaderModel instance to a treetable.
attachToTable(JTable, FilterTreeTableModel) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Installs this TreeFilterHeaderModel instance to a table, by explicitly specifying the FilterTreeTableModel object that will process filter events.
autoCreateAllFilters - Variable in class com.sciapp.filter.FilterHeaderModel
A flag that if true will automatically install a filter for each column added to the table.
autoCreateAllFilters - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
A flag that if true will automatically install a filter for each column added to the table.
autoFilter - Variable in class com.sciapp.filter.CustomPopupFilterHeaderModel
the auto filter component
AutoFilterDialog - Class in com.sciapp.filter.auto
The dialog that is shown from CustomPopupFilterHeaderModel.
AutoFilterDialog(Component, String, boolean, JAutoFilter, ActionListener, ActionListener) - Constructor for class com.sciapp.filter.auto.AutoFilterDialog
 
autoUpdateWidth - Variable in class com.sciapp.table.ListRowHeader
flag that is true if the width is updated when the contents of the list change

B

BEGINS_WITH - Static variable in class com.sciapp.filter.StringFilter
The mode that tests if a string begins with the supplied object.
BLANK_STRING - Variable in class com.sciapp.filter.PopupFilterHeaderModel
a string for the 'blanks' filter selection
BlankIcon - Class in com.sciapp.table
A blank square icon filled with a color.
BlankIcon() - Constructor for class com.sciapp.table.BlankIcon
Creates a BlankIcon object with no fill color and a dimension of 11x11.
BlankIcon(Color, int) - Constructor for class com.sciapp.table.BlankIcon
Creates a BlankIcon object with color as the fill color and a dimension of size x size.
BlockFilter - Class in com.sciapp.filter
This filter will block all supplied values.
BlockFilter() - Constructor for class com.sciapp.filter.BlockFilter
Constructs a BlockFilter.
BooleanAutoFilterPanel - Class in com.sciapp.filter.auto
BooleanAutoFilterPanel provides a specialized BooleanVisualFilter subclass for the filter representation.
BooleanAutoFilterPanel() - Constructor for class com.sciapp.filter.auto.BooleanAutoFilterPanel
Constructs a new BooleanAutoFilterPanel.
BooleanAutoFilterPanel(String) - Constructor for class com.sciapp.filter.auto.BooleanAutoFilterPanel
Constructs a new BooleanAutoFilterPanel.
BooleanComparator - Class in com.sciapp.comparators
BooleanComparator is used to compare two Boolean objects since the Boolean class does not implement the Comparable interface.
BooleanComparator() - Constructor for class com.sciapp.comparators.BooleanComparator
 
booleanComparator() - Static method in class com.sciapp.comparators.Comparators
Returns a boolean comparator.
BooleanFilter - Class in com.sciapp.filter
A boolean filter.
BooleanFilter() - Constructor for class com.sciapp.filter.BooleanFilter
Constructs a BooleanFilter that will match false values.
BooleanFilter(boolean) - Constructor for class com.sciapp.filter.BooleanFilter
Constructs a BooleanFilter that will match values depending on condition.
booleanFilter - Variable in class com.sciapp.filter.BooleanVisualFilter
a boolean filter object used to filter Boolean values.
booleanFilter - Variable in class com.sciapp.table.search.BooleanVisualSeeker
a boolean filter object used to filter Boolean values.
BooleanRenderer - Class in com.sciapp.renderers
BooleanRenderer is a TableCellRenderer suitable for rendering Boolean objects.
BooleanRenderer() - Constructor for class com.sciapp.renderers.BooleanRenderer
Constructs a BooleanRenderer.
BooleanRenderer(JCheckBox) - Constructor for class com.sciapp.renderers.BooleanRenderer
Constructs a BooleanRenderer having checkBox as the internal JCheckBox object that renders the cell.
BooleanVisualFilter - Class in com.sciapp.filter
A VisualFilter for Boolean values.
BooleanVisualFilter() - Constructor for class com.sciapp.filter.BooleanVisualFilter
Constructs a BooleanVisualFilter.
BooleanVisualSeeker - Class in com.sciapp.table.search
A VisualSeeker for Boolean values.
BooleanVisualSeeker() - Constructor for class com.sciapp.table.search.BooleanVisualSeeker
Constructs a BooleanVisualSeeker.
borderPainted - Variable in class com.sciapp.table.span.SpanDrawer
flag indicating whether SpanDrawer is responsible for drawing the grid border around the cells
BOTTOM_DIRECTION - Static variable in interface com.sciapp.table.locked.LockedTableModel
constant indicating the bottom side of the table.
box - Variable in class com.sciapp.filter.PopupFilterHeaderModel
The combo box whose popup menu is displayed.
box - Variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
The combo box whose popup menu is displayed.
bringUpDialog(int) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Displays the custom auto filter dialog for column c.
bringUpDialog() - Method in class com.sciapp.filter.DateVisualFilter
Displays the date chooser dialog
bringUpDialog() - Method in class com.sciapp.table.search.DateVisualSeeker
Displays the date chooser dialog
buildFooter() - Method in class com.sciapp.tree.TreeTableModel
Creates and adds FooterRows to the tree.
buildFooter() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Creates and adds FooterRows to the tree.
buildTree() - Method in class com.sciapp.tree.TreeTableModel
Creates the tree based on the data supplied by the underlying ListTableModel.
buildTree() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Creates the tree based on the data supplied by the underlying ListTableModel.

C

c - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
The current connection to the database
c - Variable in class com.sciapp.table.db.DefaultPivotTableModel
The current connection to the database
c - Variable in class com.sciapp.table.db.DistinctDatabaseTableModel
The current connection to the database
c - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
The current connection to the database
Cache - Interface in com.sciapp.table.cache
Cache is an interface that defines methods for retrieving and putting objects in a cache store.
cache - Variable in class com.sciapp.table.cache.CachedListTableModel
the cache
cache - Variable in class com.sciapp.table.cache.CachedTableModel
the cache
cache - Variable in class com.sciapp.table.db.AbstractDatabaseTableModel
the cache
cache - Variable in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
the cache for NON-aggregate rows
CacheableTableModel - Interface in com.sciapp.table.cache
CacheableTableModel defines methods for retrieving the non-cached data of a TableModel.
CacheableTreeTableModel - Interface in com.sciapp.table.cache
CacheableTreeTableModel defines methods for retrieving the non-cached data of a TreeTableModel.
CachedListTableModel - Class in com.sciapp.table.cache
CachedListTableModel wraps around a ListTableModel in order to provide for a caching mechanism.
CachedListTableModel(ListTableModel) - Constructor for class com.sciapp.table.cache.CachedListTableModel
Creates a CachedListTableModel.
CachedListTableModel(ListTableModel, int, int) - Constructor for class com.sciapp.table.cache.CachedListTableModel
Creates a CachedListTableModel.
CachedListTableModel(ListTableModel, DefaultTableCache) - Constructor for class com.sciapp.table.cache.CachedListTableModel
Creates a CachedListTableModel.
CachedTableModel - Class in com.sciapp.table.cache
CachedListTableModel wraps around a TableModel in order to provide for a caching mechanism.
CachedTableModel(TableModel) - Constructor for class com.sciapp.table.cache.CachedTableModel
Creates a CachedTableModel.
CachedTableModel(TableModel, int, int) - Constructor for class com.sciapp.table.cache.CachedTableModel
Creates a CachedTableModel.
CachedTableModel(TableModel, DefaultTableCache) - Constructor for class com.sciapp.table.cache.CachedTableModel
Creates a CachedTableModel.
cacheTableModel - Variable in class com.sciapp.table.remote.DefaultRemoteTableModel
the cacheable table model to query.
cacheTreeModel - Variable in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
the cacheable treetable model to query.
calcContentWidth(int) - Method in class com.sciapp.table.TableAssistant
Calculates the preferred width for a column, based on the its cell contents.
calcHeaderWidth(int) - Method in class com.sciapp.table.TableAssistant
Calculates the preferred width for a column, based on the content of its header.
calendar1 - Variable in class com.sciapp.comparators.DateComparator
a calendar object that is used in the compare method
calendar2 - Variable in class com.sciapp.comparators.DateComparator
a calendar object that is used in the compare method
callBack - Variable in class com.sciapp.filter.FilterTableHeader
The callback object.
callBacks - Variable in class com.sciapp.filter.AndFilterHeaderCallback
an array of call backs
cancelCellEditing() - Method in class com.sciapp.editors.DateEditor
Tells the editor to cancel editing and not accept any partially edited value.
canMove(int, int) - Method in class com.sciapp.table.AdvancedTableHeader
Determines whether the column at fromIndex can be moved to toIndex.
canMove(int, int) - Method in class com.sciapp.table.group.TreeTableHeader
Determines whether the column at fromIndex can be moved to toIndex. By default, this method returns true. You will need to override it in order to define conditions for which columns cannot be moved.
canMove(int, int) - Method in class com.sciapp.table.GroupTableHeader
Determines whether the column at fromIndex can be moved to toIndex.
canResizeColumn(int) - Method in class com.sciapp.table.TableCellResizer
Returns true if the column is allowed to be resized.
canResizeRow(int) - Method in class com.sciapp.table.TableCellResizer
Returns true if the row is allowed to be resized.
CaseInsensitiveStringComparator - Class in com.sciapp.comparators
This class compares two strings lexicographically, ignoring case differences.
CaseInsensitiveStringComparator() - Constructor for class com.sciapp.comparators.CaseInsensitiveStringComparator
 
caseInsensitiveStringComparator() - Static method in class com.sciapp.comparators.Comparators
Returns a case insensitive comparator for String objects.
caseSensitive - Variable in class com.sciapp.comparators.StringComparator
a boolean flag indicating the case-sensitivity of the String comparator.
caseSensitive - Variable in class com.sciapp.filter.StringFilter
boolean denoting case sensitivity.
caseSensitive - Variable in class com.sciapp.filter.StringVisualFilter
a checkbox used to denote case(in)sensitivity.
caseSensitive - Variable in class com.sciapp.table.search.SearchPanel
the case sensitive check box
caseSensitive - Variable in class com.sciapp.table.search.StringVisualSeeker
a checkbox used to denote case(in)sensitivity.
cc - Variable in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
a local cache of the model's column count
cellResizer - Variable in class com.sciapp.table.AdvancedJTable
object that adds cell-resizing functionality to a JTable
CellSpan - Class in com.sciapp.table.span
The class that defines a span for a cell.
CellSpan(int, int, int, int) - Constructor for class com.sciapp.table.span.CellSpan
Constructs a CellSpan.
cellSpan - Variable in class com.sciapp.table.span.SpanModelEvent
the event's cellspan.
CHANGE_COLUMN_SOURCE - Static variable in interface com.sciapp.treetable.TreeTableModel
 
changedIndices - Variable in class com.sciapp.table.TableReorder
an int array showing how the rows have changed place
changeEvent - Variable in class com.sciapp.editors.DateEditor
The ChangeEvent fired when editing is stopped or canceled.
changeEvent - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Change event (only one needed)
changeSelection(int, int, boolean, boolean) - Method in class com.sciapp.table.AdvancedJTable
Updates the selection models of the table, depending on the state of the two flags: toggle and extend.
changeSelection(int, int, boolean, boolean) - Method in class com.sciapp.treetable.TreeTable
Updates the selection models of the table, depending on the state of the two flags: toggle and extend.
changeSupport - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
change support for the TREE_TABLE_COLUMN_MODEL_PROPERTY.
check(MouseEvent) - Method in class com.sciapp.table.TableCellResizer
Processes the mouse event and determines whether the table is being resized.
checkBox - Variable in class com.sciapp.renderers.BooleanRenderer
The checkbox instance
checkBox - Variable in class com.sciapp.renderers.PopupRenderer
The checkbox object
checkBoxGap - Variable in class com.sciapp.component.CheckBoxTree
the gap between the checkbox and the node's value
CheckBoxTree - Class in com.sciapp.component
CheckBoxTree is a JTree that shows a checkbox for every node in the tree.
CheckBoxTree() - Constructor for class com.sciapp.component.CheckBoxTree
Returns a CheckBoxTree with a sample model.
CheckBoxTree(Object[]) - Constructor for class com.sciapp.component.CheckBoxTree
Returns a CheckBoxTree with each element of the specified array as the child of a new root node which is not displayed.
CheckBoxTree(Hashtable) - Constructor for class com.sciapp.component.CheckBoxTree
Returns a CheckBoxTree created from a Hashtable which does not display with root.
CheckBoxTree(Vector) - Constructor for class com.sciapp.component.CheckBoxTree
Returns a CheckBoxTree with each element of the specified Vector as the child of a new root node which is not displayed.
CheckBoxTree(TreeModel) - Constructor for class com.sciapp.component.CheckBoxTree
Returns an instance of CheckBoxTree which displays the root node -- the tree is created using the specified data model.
CheckBoxTree(TreeNode) - Constructor for class com.sciapp.component.CheckBoxTree
Returns a CheckBoxTree with the specified TreeNode as its root, which displays the root node.
CheckBoxTree(TreeNode, boolean) - Constructor for class com.sciapp.component.CheckBoxTree
Returns a CheckBoxTree with the specified TreeNode as its root, which displays the root node and which decides whether a node is a leaf node in the specified manner.
CheckBoxTreeSelectionModel - Class in com.sciapp.component
CheckBoxTreeSelectionModel is the default selection model for a CheckBoxTree.
CheckBoxTreeSelectionModel(TreeModel) - Constructor for class com.sciapp.component.CheckBoxTreeSelectionModel
Constructs a CheckBoxTreeSelectionModel.
CHECKED - Static variable in class com.sciapp.component.TristateButtonModel
the checked state
checkForFilter(MouseEvent, PopupFilterHeaderModel) - Method in class com.sciapp.filter.DefaultFilterRenderer
Determines whether the mouse event triggered the start of a filter action on the column.
checkForFilter(MouseEvent, PopupFilterHeaderModel) - Method in interface com.sciapp.filter.FilterRenderer
Determines whether the mouse event triggered the start of a filter action on the column.
checkForFilter(MouseEvent) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Deprecated.  
checkForFilter(MouseEvent) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Determines if the user clicked on any of the arrow buttons on the table's header.
checkForFilter(MouseEvent) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Determines if the user clicked on any of the arrow buttons on the table's header.
checkSelectionModel - Variable in class com.sciapp.component.CheckBoxTree
the selection model for the CheckBoxTree's checked state
childIndices - Variable in class com.sciapp.event.GroupTableColumnModelEvent
Indices identifying the position of where the children were added or removed
children - Variable in class com.sciapp.event.GroupTableColumnModelEvent
Children that have been added or removed
children - Variable in class com.sciapp.table.GroupTableColumn
the vector of this group table column children.
chunkSize - Variable in class com.sciapp.table.cache.AbstractCache
the chunk size
classes - Variable in class com.sciapp.table.db.DefaultDatabaseTableDefinition
the Java classes of the columns
classes - Variable in class com.sciapp.treetable.MutableTreeTableModel
the column classes
clear() - Method in class com.sciapp.filter.ListTableFilter
Clears all row indexes, therefore blocking all rows.
clear(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Removes the association made between a column and a node or level mapper.
clear() - Method in class com.sciapp.table.db.DefaultDatabaseTableDefinition
Clears the definition of any columns.
clear() - Method in class com.sciapp.table.db.DefaultMeasureDefinition
Clears the definition of any columns.
clear() - Method in class com.sciapp.table.DefaultListTableModel
Clears the model of any data.
clear() - Method in class com.sciapp.table.GroupTableColumn
Removes all columns from the children vector.
clear() - Method in class com.sciapp.table.ListTableMap
Clears the model of any data.
clear() - Method in interface com.sciapp.table.ListTableModel
Clears the model of any data.
clear() - Method in class com.sciapp.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
clear() - Method in class com.sciapp.table.ObjectTableModel
Clears the model of any data.
clear() - Method in class com.sciapp.table.search.ColorStyle
Clears all of the matched cells.
clear() - Method in class com.sciapp.table.ThreadedListTableModel
Clears the model of any data.
clear() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Clears the model of any filtering performed.
clear() - Method in class com.sciapp.treetable.DefaultSortTreeTableModel
Clears the model of any sorting performed.
clear() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Clears the model of any data.
clear() - Method in class com.sciapp.treetable.MutableTreeTableModel
Clears the model of any data.
clear() - Method in class com.sciapp.treetable.TreeTableRow
Clear the aggregate values that are stored.
clear() - Method in class com.sciapp.treetable.UniqueTreeTableModel
Removes all children from the root node and rebuilds the model.
clearComparators() - Method in class com.sciapp.tree.TreeTableModel
Removes all row comparators and rebuilds the tree.
clearComparators() - Method in class com.sciapp.treetable.ComparableTreeTableModel
Removes all row comparators and rebuilds the tree.
clearComparators() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Removes all row comparators and rebuilds the tree.
clearFilters() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Removes all assigned filters.
clearFilters() - Method in interface com.sciapp.treetable.FilterTreeTableModel
Removes all assigned filters.
clearOnDataChanged - Variable in class com.sciapp.table.FilterTableModel
a boolean flag that determines whether the model will assume that all data have changed when a fireTableDataChanged TableModelEvent has been issued.
clearSelectionDate() - Method in class com.sciapp.editors.JDateChooser
 
clearStyles() - Method in class com.sciapp.table.styles.DefaultStyleModel
Removes all styles.
clearStyles() - Method in interface com.sciapp.table.styles.StyleModel
Removes all styles.
closeButton - Variable in class com.sciapp.table.search.AbstractSearchPanel
the close button
collapseAll() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Convenience method to collapse all columns.
collapseAll() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Convenience method to collapse all rows.
ColorStyle - Class in com.sciapp.table.search
ColorStyle is a style that is used to highlight the matching cells of a search with a specified background color.
ColorStyle() - Constructor for class com.sciapp.table.search.ColorStyle
Constructs a ColorStyle.
ColorStyle(Color) - Constructor for class com.sciapp.table.search.ColorStyle
Constructs a ColorStyle.
column - Variable in class com.sciapp.filter.TableFilter
The column of the table to filter
column - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
the column index of the cell being drawn
column - Variable in class com.sciapp.tree.DefaultTreeTableComparator
the column to use when comparing rows
column - Variable in class com.sciapp.treetable.DefaultTreeTableComparator
the column to use when comparing rows
column - Variable in class com.sciapp.treetable.TreeNodeComparator
the column to use when comparing rows
COLUMN_MODE - Static variable in class com.sciapp.table.search.TableSearch
mode indicating that the search will take place in a horizontal direction (column)
COLUMN_RESIZE - Static variable in class com.sciapp.table.TableCellResizer
integer indicating that the column will be resized to its contents should the user double-click on its border
columnAdded(TableColumn, int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Invoke this method after columns were added.
columnAdded(TableColumnModelEvent) - Method in class com.sciapp.table.GroupTableHeader
Invoked when a column is added to the table column model.
columnAdded(TableColumnModelEvent) - Method in class com.sciapp.table.NonContiguousSelectionModel
Tells listeners that a column was added to the model.
ColumnFilterHeaderModel - Class in com.sciapp.table.group
ColumnFilterHeaderModel is a PopupTreeFilterHeaderModel subclass used for filtering the nodes of a TreeTableColumnModel.
ColumnFilterHeaderModel() - Constructor for class com.sciapp.table.group.ColumnFilterHeaderModel
Constructs a ColumnFilterHeaderModel.
ColumnFilterMapper - Interface in com.sciapp.filter.tree
ColumnFilterMapper is an interface that defines methods for installing/uninstalling and applying table filters on a FilterTreeTableModel.
columnFilterTreeTableModel - Variable in class com.sciapp.filter.tree.AbstractColumnFilterMapper
a treetablemodel that shows only one column.
ColumnInvalidatorListener - Interface in com.sciapp.table.group
ColumnInvalidatorListener is the listener that is notified when the columns of a TreeTableColumnModel change via additions or removals.
columnMargin - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Width margin between each column
columnMargin - Variable in class com.sciapp.table.TableAssistant
the pixels to add to the columns that are resized
columnMargin - Variable in class com.sciapp.table.TableCellResizer
the pixels to add to the columns that are resized
columnMarginChanged(ChangeEvent) - Method in class com.sciapp.table.NonContiguousSelectionModel
Tells listeners that a column was moved due to a margin change.
ColumnModelVetoException - Exception in com.sciapp.table
Exception which is used to stop the addition, removal and moving of the columns of a TableColumnModel.
ColumnModelVetoException(TableColumnModelEvent) - Constructor for exception com.sciapp.table.ColumnModelVetoException
Constructs a ColumnModelVetoException with no message.
ColumnModelVetoException(TableColumnModelEvent, String) - Constructor for exception com.sciapp.table.ColumnModelVetoException
Constructs a ColumnModelVetoException with the specified message.
columnMoved(TableColumnModelEvent) - Method in class com.sciapp.table.GroupTableHeader
Invoked when a column is repositioned.
columnMoved(TableColumnModelEvent) - Method in class com.sciapp.table.NonContiguousSelectionModel
Tells listeners that a column was repositioned.
columnName - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
the column name
columnName_label - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
the label for the column name.
columnPopupOrder - Variable in class com.sciapp.table.TableAssistant
defines the ordering of column names in the column popup
columnRemoved(TableColumn, int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Invoke this method after columns were removed.
columnRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.GroupTableHeader
Invoked when a column is removed from the table column model.
columnRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.NonContiguousSelectionModel
Tells listeners that a column was removed from the model.
columnResizingEnabled - Variable in class com.sciapp.table.TableCellResizer
flag indicating whether column resizing is enabled
columns - Variable in class com.sciapp.table.db.DefaultDatabaseTableDefinition
the table columns
columns - Variable in class com.sciapp.table.ObjectTableModel
A String array holding the columns of the TableModel
columns - Variable in class com.sciapp.treetable.MutableTreeTableModel
the column names
columnsChanged() - Method in class com.sciapp.table.group.TreeTableHeader
Notification that the structure of the entire column model has changed.
columnSelectionAllowed - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Column selection allowed in this column model
columnSelectionChanged(ListSelectionEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked when the selection model of the TableColumnModel is changed.
columnSelectionChanged(ListSelectionEvent) - Method in class com.sciapp.table.NonContiguousSelectionModel
Tells listeners that the selection model of the TableColumnModel changed.
columnShowing - Variable in class com.sciapp.filter.FilterHeaderModel
the column of the header that is currently showing available filter expressions.
columnShowing - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
the column of the header that is currently showing available filter expressions.
columnsInvalidated() - Method in interface com.sciapp.table.group.ColumnInvalidatorListener
Method that is called when the columns of a TreeTableColumnModel have changed in some way via additions or removals.
columnsInvalidated() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Method that is called when the columns of a TreeTableColumnModel have changed in some way via additions or removals.
columnSpan - Variable in class com.sciapp.table.span.CellSpan
the number of columns this cell spans.
columnWidth - Variable in class com.sciapp.table.JTableRowHeader
The column width of each cell in the header.
columnWillBeAdded(TableColumnModelEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked whenever a table column is about to be added.
columnWillBeAdded(TableColumnModelEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Invoked whenever a table column is about to be added.
columnWillBeAdded(TableColumnModelEvent) - Method in interface com.sciapp.table.VetoableTableColumnModelListener
Invoked whenever a table column is about to be added.
columnWillBeMoved(TableColumnModelEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked whenever a table column is about to be moved.
columnWillBeMoved(TableColumnModelEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Invoked whenever a table column is about to be moved.
columnWillBeMoved(TableColumnModelEvent) - Method in class com.sciapp.table.GroupTableHeader
Invoked whenever a table column is about to be moved.
columnWillBeMoved(TableColumnModelEvent) - Method in interface com.sciapp.table.VetoableTableColumnModelListener
Invoked whenever a table column is about to be moved.
columnWillBeRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked whenever a table column is about to be removed.
columnWillBeRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Invoked whenever a table column is about to be removed.
columnWillBeRemoved(TableColumnModelEvent) - Method in interface com.sciapp.table.VetoableTableColumnModelListener
Invoked whenever a table column is about to be removed.
com.sciapp.common.gui - package com.sciapp.common.gui
A package containing common gui utilities.
com.sciapp.comparators - package com.sciapp.comparators
Provides classes for comparing objects between them.
com.sciapp.component - package com.sciapp.component
Contains components commonly used in Table Library.
com.sciapp.editors - package com.sciapp.editors
Contains classes for editing the cells of a JTable.
com.sciapp.event - package com.sciapp.event
Provides for events used by the members of the com.sciapp.table package.
com.sciapp.filter - package com.sciapp.filter
Provides classes that act as filters in order to be used by FilterTableModel.
com.sciapp.filter.auto - package com.sciapp.filter.auto
Provides classes for creating and using a custom filter component.
com.sciapp.filter.tree - package com.sciapp.filter.tree
Contains classes for showing a filter treetable component on the table's column header.
com.sciapp.renderers - package com.sciapp.renderers
Provides classes for rendering the cells of a JTable.
com.sciapp.table - package com.sciapp.table
Provides classes and interfaces for use with JTable.
com.sciapp.table.cache - package com.sciapp.table.cache
Contains classes that are used for caching TableModels.
com.sciapp.table.db - package com.sciapp.table.db
Contains classes that are used to fetch the data from a database into a table.
com.sciapp.table.group - package com.sciapp.table.group
Contains classes for displaying a hierarchical table column model.
com.sciapp.table.io - package com.sciapp.table.io
Contains classes that are used for writing a table model to a stream.
com.sciapp.table.locked - package com.sciapp.table.locked
Contains classes that are used for locking (freezing) rows or columns of a JTable.
com.sciapp.table.remote - package com.sciapp.table.remote
Contains classes that are used for asynchronously querying a TableModel.
com.sciapp.table.search - package com.sciapp.table.search
Contains classes that are used for searching a JTable.
com.sciapp.table.span - package com.sciapp.table.span
Contains classes that have the ability to merge and split the cells of a JTable.
com.sciapp.table.styles - package com.sciapp.table.styles
Contains classes that can be used as an alternate way of rendering the cells of a JTable besides TableCellRenderers.
com.sciapp.tree - package com.sciapp.tree
Contains classes that implement a TreeTable Swing component (old implementation).
com.sciapp.treetable - package com.sciapp.treetable
Contains classes that implement a TreeTable Swing component (new implementation).
com.sciapp.treetable.db - package com.sciapp.treetable.db
Contains classes that are used to fetch data from a database into a treetable.
com.sciapp.treetable.dir - package com.sciapp.treetable.dir
Contains classes that are used to display a tree-like directory structure.
com.sciapp.version - package com.sciapp.version
Contains versioning information.
comboBoxes - Variable in class com.sciapp.tree.GroupingPanel
the array list of comboboxes.
comboBoxes - Variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the array list of comboboxes.
comboBoxes - Variable in class com.sciapp.treetable.GroupingPanel
the array list of comboboxes.
comboBoxes - Variable in class com.sciapp.treetable.NodeGroupingPanel
the array list of comboboxes.
COMMIT_EDIT - Static variable in class com.sciapp.table.AdvancedJTable
an edit mode committing edited values when the model changes
commitFilters(FilterTreeTableModel, Filter, int) - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Stores and commits the filters for the column modelIndex for which filter expressions were previously made available to the user.
commitFilters(FilterTreeTableModel, Filter, int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Stores and commits the filters for the column modelIndex for which filter expressions were previously made available to the user.
commitFilters(FilterTreeTableModel, Filter, int) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Stores and commits the filters for the column modelIndex for which filter expressions were previously made available to the user.
commitFilters(FilterTreeTableModel, Filter, int) - Method in class com.sciapp.filter.tree.NodeFilterMapper
Stores and commits the filters for the column modelIndex for which filter expressions were previously made available to the user.
ComparableTreeTableModel - Class in com.sciapp.treetable
ComparableTreeTableModel provides for a mutable treetable model whose tree structure is dictated by a dynamic set of rules.
ComparableTreeTableModel(String[], Class[], DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ComparableTreeTableModel
Creates a ComparableTreeTableModel object.
ComparableTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ComparableTreeTableModel
Creates a ComparableTreeTableModel object.
ComparableTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ComparableTreeTableModel
Creates a ComparableTreeTableModel object.
Comparators - Class in com.sciapp.comparators
A utility class for fetching shared comparators that are widely used throughout Table Library.
comparators - Variable in class com.sciapp.tree.TreeTableModel
the list of row comparators.
comparators - Variable in class com.sciapp.treetable.ComparableTreeTableModel
the list of row comparators.
comparators - Variable in class com.sciapp.treetable.DynamicTreeTableModel
the list of row comparators.
comparatorsByField - Variable in class com.sciapp.table.SortTableModel
A table of objects that compare two object with each other, indexed by field as declared in compareTo in the Comparable interface.
comparatorsChanged() - Method in class com.sciapp.treetable.ComparableTreeTableModel
The comparators have changed in some way and the model re-creates the whole tree structure.
compare(Object, Object) - Method in class com.sciapp.comparators.BooleanComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.sciapp.comparators.CaseInsensitiveStringComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.sciapp.comparators.DateComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.sciapp.comparators.GeneralComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.sciapp.comparators.StringComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.sciapp.tree.DefaultTreeTableComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.sciapp.treetable.dir.FileRowComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.sciapp.treetable.TreeNodeComparator
Compares its two arguments for order.
compareRows(int, int) - Method in interface com.sciapp.table.SortListModel
Compares two rows with each other and returns the result of the comparison.
compareRows(Object, Object) - Method in interface com.sciapp.table.SortListModel
Compares two rows with each other and returns the result of the comparison.
compareRows(int, int) - Method in class com.sciapp.table.SortTableModel
Compares two rows with each other and returns the result of the comparison.
compareRows(Object, Object) - Method in class com.sciapp.table.SortTableModel
Compares two rows with each other and returns the result of the comparison.
compareTo(Object) - Method in class com.sciapp.treetable.dir.FileRow
Compares this object with the specified object for order.
comparison - Variable in class com.sciapp.filter.ComparisonFilter
The current comparison mode.
ComparisonFilter - Class in com.sciapp.filter
A general comparison filter.
ComparisonFilter() - Constructor for class com.sciapp.filter.ComparisonFilter
Constructs a ComparisonFilter with an EQUAL_TO mode.
component - Variable in class com.sciapp.common.gui.DndSupport
the component for which drag and drop is enabled
component - Variable in class com.sciapp.table.DefaultListRowHeaderRenderer
the component drawn and returned with the getListCellRendererComponent method.
CompositeFilter - Class in com.sciapp.filter
CompositeFilter is a TableFilter subclass that consists of an array of TableFilters.
CompositeFilter(TableFilter[]) - Constructor for class com.sciapp.filter.CompositeFilter
 
computePreferredWidth() - Method in class com.sciapp.table.ListRowHeader
Calculates and returns the row header's preferred width, taking into account all the rows of the table.
configureEnclosingScrollPane() - Method in class com.sciapp.table.AdvancedJTable
If this JTable is the viewportView of an enclosing JScrollPane (the usual situation), configure this ScrollPane by, amongst other things, installing the table's tableHeader as the columnHeaderView of the scroll pane.
CONTAINS - Static variable in class com.sciapp.filter.StringFilter
The mode that tests if a string is contained in the supplied object.
contains(int, int) - Method in class com.sciapp.table.AdvancedJScrollPane.LockedTextField
Gives the UI delegate an opportunity to define the precise shape of this component for the sake of mouse processing.
containsViewable - Variable in class com.sciapp.table.AdvancedJScrollPane
flag that is true if the scrollpane is configured to use a viewable resizer, false otherwise
CONTENT_RESIZE - Static variable in class com.sciapp.table.TableAssistant
integer indicating that the column will be resized to its contents should the user double-click on its border
CONTINUE_EDIT - Static variable in class com.sciapp.table.AdvancedJTable
an edit mode continuing editing when the model changes
convert(TableFilter, DatabaseTableDefinition, boolean) - Method in class com.sciapp.table.db.DefaultPivotTableModel.SQLFilterPivotConverter
Converts the supplied table filter into an SQL where clause.
convert(Filter, boolean) - Method in class com.sciapp.table.db.SQLFilterConverter
Converts the supplied filter into an SQL where clause.
convert(TableFilter, DatabaseTableDefinition) - Method in class com.sciapp.table.db.SQLFilterConverter
Converts the supplied table filter into an SQL where clause.
convert(TableFilter, DatabaseTableDefinition, boolean) - Method in class com.sciapp.table.db.SQLFilterConverter
Converts the supplied table filter into an SQL where clause.
convertBackX(int) - Method in class com.sciapp.table.AdvancedJScrollPane
Coverts an x-coordinate back from the ordinate system that is modified by locked rows/columns.
convertBackY(int) - Method in class com.sciapp.table.AdvancedJScrollPane
Coverts an y-coordinate back from the ordinate system that is modified by locked rows/columns.
convertBoolean(BooleanFilter, boolean) - Method in class com.sciapp.table.db.SQLFilterConverter
Converts the supplied boolean filter into an SQL where clause.
convertComparison(ComparisonFilter, boolean) - Method in class com.sciapp.table.db.SQLFilterConverter
Converts the supplied comparison filter into an SQL where clause.
converter - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
utility class that converts a TableFilter to an sql 'where' clause.
converter - Variable in class com.sciapp.table.db.DefaultPivotTableModel
utility class that converts a TableFilter to an sql 'where' clause.
converter - Variable in class com.sciapp.table.db.DistinctDatabaseTableModel
utility class that converts a TableFilter to an sql 'where' clause.
converter - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
utility class that converts a TableFilter to an sql 'where' clause.
convertObject(Object) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Converts the object rowObject, as received from the database, and returns the result.
convertObject(Object) - Method in class com.sciapp.treetable.db.DefaultGroupCache
Converts the object rowObject, as received from the database, and returns the result.
convertRowIndexToModel(int) - Method in class com.sciapp.table.FilterTableModel
Determines the index of the row in the underlying model in terms of the row index in this map.
convertRowIndexToModel(int) - Method in class com.sciapp.table.ListTableMap
Determines the index of the row in the underlying model in terms of the row index in this map.
convertRowIndexToModel(int) - Method in class com.sciapp.table.SortTableModel
Determines the index of the row in the underlying model in terms of the row index in this map.
convertRowIndexToModel(JTable, int) - Static method in class com.sciapp.table.TableUtils
Determines the index of the row in the underlying model in terms of the row index in the table.
convertRowIndexToView(int) - Method in class com.sciapp.table.FilterTableModel
Determines the index of the row in this map in terms of the row index in the underlying model.
convertRowIndexToView(int) - Method in class com.sciapp.table.ListTableMap
Determines the index of the row in this map in terms of the row index in the underlying model.
convertRowIndexToView(int) - Method in class com.sciapp.table.SortTableModel
Determines the index of the row in this map in terms of the row index in the underlying model.
convertRowIndexToView(JTable, int) - Static method in class com.sciapp.table.TableUtils
Determines the index of the row in the table in terms of the row index in the underlying model.
convertString(StringFilter, boolean) - Method in class com.sciapp.table.db.SQLFilterConverter
Converts the supplied string filter into an SQL where clause.
convertX(int) - Method in class com.sciapp.table.AdvancedJScrollPane
Coverts an x-coordinate to the ordinate system that is modified by locked rows/columns.
convertX(int, int) - Method in class com.sciapp.table.AdvancedJScrollPane
Coverts an x-coordinate to the ordinate system that is modified by locked rows/columns.
convertY(int) - Method in class com.sciapp.table.AdvancedJScrollPane
Coverts a y-coordinate to the ordinate system that is modified by locked rows/columns.
createAutoFilter() - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Returns a new instance of a custom auto filter.
createCheckBoxSelectionModel() - Method in class com.sciapp.component.CheckBoxTree
Returns a new instance of the selection model for the tree node's checked state.
createCollapsedIcon() - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Creates and returns an icon that represents the collapsed state of a 'non-leaf' column.
createDefaultAggregator() - Method in class com.sciapp.tree.TreeTableModel
Creates and returns the aggregator that will be used by default.
createDefaultAggregator() - Method in class com.sciapp.treetable.AggregateTreeTableModel
Creates and returns the aggregator that will be used by default.
createDefaultAggregator() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Creates and returns the default aggregator.
createDefaultAggregator() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Creates and returns the default aggregator.
createDefaultAggregator() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Creates and returns the aggregator that will be used by default.
createDefaultCellResizer() - Method in class com.sciapp.table.AdvancedJTable
Creates and returns a cell resizer.
createDefaultColumnModel() - Method in class com.sciapp.table.AdvancedJTable
Returns a new instance of DefaultVetoableColumnModel.
createDefaultColumnModel() - Method in class com.sciapp.table.AdvancedTableHeader
Creates a new instance of DefaultVetoableColumnModel.
createDefaultColumnModel() - Method in class com.sciapp.table.group.TreeTableHeader
Creates a new instance of DefaultVetoableColumnModel.
createDefaultColumnsFromModel() - Method in class com.sciapp.table.AdvancedJTable
Creates default columns for the table from the data model using the getColumnCount method defined in the TableModel interface.
createDefaultComparators() - Method in class com.sciapp.filter.tree.LevelFilterMapper
Creates default comparators for objects, strings and boolean values.
createDefaultComparators() - Method in class com.sciapp.table.SortTableModel
Creates default comparators for objects, strings and boolean values.
createDefaultComparators() - Method in class com.sciapp.tree.TreeTableModel
Creates default comparators for objects, strings, date and boolean values.
createDefaultComparators() - Method in class com.sciapp.treetable.ComparableTreeTableModel
Creates default comparators for objects, strings, date and boolean values.
createDefaultComparators() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Creates default comparators for objects, strings, date and boolean values.
createDefaultDataModel() - Method in class com.sciapp.treetable.TreeTable
Creates a new instance of a TreeTableModelAdapter.
createDefaultEditors() - Method in class com.sciapp.table.AdvancedJTable
Creates default cell editors for objects, numbers, and boolean values.
createDefaultFilterRenderer() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Creates and returns the default filter renderer that will be used to display the filterable header component.
createDefaultFilters() - Method in class com.sciapp.filter.FilterHeaderModel
Creates default filters for objects, strings, numbers and boolean values.
createDefaultFilters() - Method in class com.sciapp.filter.FilterTablePanel
Creates default VisualFilters for objects, strings, numbers and boolean values.
createDefaultFilters() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Creates default filters for objects, strings, numbers and boolean values.
createDefaultFooter() - Method in class com.sciapp.tree.TreeTableModel
Creates and returns the default footer.
createDefaultFooter() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Creates and returns the default footer.
createDefaultGroupColumnModel() - Method in class com.sciapp.table.GroupTableHeader
Creates and returns the default GroupTableColumnModel.
createDefaultGroupRenderer(int) - Method in class com.sciapp.table.GroupTableHeader
Returns a default renderer at a specified level to be used when no header renderer is defined by a GroupTableColumn.
createDefaultLockedModel() - Method in class com.sciapp.table.AdvancedJScrollPane
Creates and returns the default locked table model.
createDefaultNonContiguousSelectionModel() - Method in class com.sciapp.table.AdvancedJTable
Creates and returns a non-contiguous cell selection model
createDefaultRenderers() - Method in class com.sciapp.table.AdvancedJTable
Creates default cell renderers for objects, numbers, doubles, dates, booleans, and icons.
createDefaultRenderers() - Method in class com.sciapp.tree.TreeTable
TreeTable installs a DefaultAggregateRenderer for each of the basic classes (String, Object, Date, Boolean and Number).
createDefaultRenderers() - Method in class com.sciapp.treetable.TreeTable
TreeTable installs a DefaultTreeTableRenderer for each of the basic classes (String, Object, Date, Boolean and Number).
createDefaultRowHeader() - Method in class com.sciapp.table.AdvancedJTable
Returns the default row header object which is a ListRowHeader.
createDefaultRowRenderer() - Method in class com.sciapp.table.JTableRowHeader
Returns the default row renderer to be used.
createDefaultSeekers() - Method in class com.sciapp.table.search.SearchTablePanel
Creates default VisualSeeker for objects, strings, numbers and boolean values.
createDefaultSortTableRenderer() - Method in class com.sciapp.table.SortTableModel
Creates the default SortTableRenderer, which is a SortTableButtonRenderer.
createDefaultStringFilter() - Method in class com.sciapp.table.search.SearchPanel
Creates the default string filter.
createDefaultStyleModel() - Method in class com.sciapp.table.AdvancedJTable
Returns the default style model object which is a DefaultStyleModel.
createDefaultStyleModel() - Method in class com.sciapp.tree.TreeTable
Returns the default style model object which is a DefaultStyleModel.
createDefaultStyleModel() - Method in class com.sciapp.treetable.TreeTable
Creates a new instance of TreeTable.DefaultTreeStyleModel.
createDefaultTableAssistant() - Method in class com.sciapp.table.AdvancedJTable
Creates and returns the table assistant.
createDefaultTableHeader() - Method in class com.sciapp.table.AdvancedJTable
Returns a new instance of FilterTableHeader.
createDefaultTree() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns a new instance of the JTree that will be associated with this TreeTableColumnModelAdapter.
createDefaultTree() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns a new instance of the JTree that will be associated with this TreeTableModelAdapter.
createDefaultTreeColumnModel() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Creates and returns a new instance of the hierarchical column model that will be used.
createDefaultTreeHeaderFactory() - Method in class com.sciapp.table.group.TreeTableHeader
Creates and returns the default factory for creating TreeTableHeaderRenderers.
createDefaultTreeTableModel(ListTableModel) - Static method in class com.sciapp.tree.TreeTable
Returns a TreeTableModel instance that will be used as the tablemodel of this TreeTable.
createDefaultTreeTableModel() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Creates and returns a new instance of the treetable model associated with this TreeTableModelAdapter.
createDefaultViewableModel() - Method in class com.sciapp.table.ViewableResizer
Creates the default viewable model.
createDialog(Component, String, boolean, JDateChooser, ActionListener, ActionListener) - Static method in class com.sciapp.editors.JDateChooser
Creates and returns a new dialog containing the JDateChooser object and buttons for controlling the dialog.
createDialog(Component, String, boolean, JAutoFilter, ActionListener, ActionListener) - Static method in class com.sciapp.filter.auto.JAutoFilter
Creates and returns a new dialog containing the JAutoFilter object and buttons for controlling the dialog.
createExpandedIcon() - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Creates and returns an icon that represents the expanded state of a 'non-leaf' column.
createExpansionSet() - Method in class com.sciapp.treetable.db.DatabaseTreeTableReorder
Returns a new instance of the set that will be used to store the tree's expanded nodes.
createExpansionSet() - Method in class com.sciapp.treetable.DefaultTreeTableReorder
Returns a new instance of the set that will be used to store the tree's expanded nodes.
createExpansionSet() - Method in class com.sciapp.treetable.DynamicTreeMapReorder
Returns a new instance of the set that will be used to store the tree's expanded nodes.
createFieldGroup() - Method in class com.sciapp.tree.GroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFieldGroup() - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFieldGroup() - Method in class com.sciapp.treetable.GroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFieldGroup() - Method in class com.sciapp.treetable.NodeGroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFilterMapper() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
This will return a DefaultColumnFilterMapper.
createFilterMapper() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Creates a new instance of the column filter mapper that will be used to install and uninstall the filters.
createFilterMapper() - Method in class com.sciapp.table.group.ColumnFilterHeaderModel
This will return a custom ColumnFilterMapper.
createFilterMapper() - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
This will return a custom ColumnFilterMapper.
createHorizontalScrollBar() - Method in class com.sciapp.table.AdvancedJScrollPane
Returns a specialized horizontal scrollbar which is a subclass of JScrollPane.ScrollBar.
createLeafNode(Object) - Method in class com.sciapp.table.group.TreeColumnModelMask
Creates and returns a new instance of a leaf node whose 'column data' is identified by data. data in this framework is either DefaultMutableTreeNode's user object attribute or the aggregate values of a TreeTableRow.
createLeafNode(Object) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Creates and returns a new instance of a leaf node whose 'column data' is identified by data.
createLeafNode(Object) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Creates and returns a new instance of a leaf node whose 'column data' is identified by data.
createLeafNode(Object) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Creates and returns a new instance of a leaf node whose 'column data' is identified by data.
createLeafNode(Object) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Creates and returns a new instance of a leaf node whose 'column data' is identified by data.
createMaskedNode(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Creates and returns a new node masking node.
createMouseHandler() - Method in class com.sciapp.table.SortTableModel
Creates and returns the mouse listener that will process mouse events received on the sortable header.
createMutableColumnNode(TableColumn) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Creates and returns a tree-node containing the table column passed as argument.
createMutableColumnNode(TableColumn) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Creates and returns a tree-node containing the table column passed as argument.
createNewFilterPanel(Class) - Method in class com.sciapp.filter.auto.JAutoFilter
Returns a new instance of an auto filter panel, based on the supplying class.
createNonLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Creates and returns a new instance of a group (non-leaf) node whose child is identified by child.
createNonLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Creates and returns a new instance of a group (non-leaf) node whose child is identified by child.
createNonLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Creates and returns a new instance of a group (non-leaf) node whose child is identified by child.
createNonLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Creates and returns a new instance of a group (non-leaf) node whose child is identified by child.
createPanel() - Method in class com.sciapp.filter.auto.AbstractAutoFilterPanel
Creates the panel using a BoxLayout with vertical orientation.
createPartialIcon() - Method in class com.sciapp.component.SkinTristateCheckBox
Creates and returns an icon used for partial selections.
createPartialIcon() - Method in class com.sciapp.component.TristateCheckBox
Creates and returns an icon used for partial selections.
createPopup() - Method in class com.sciapp.table.TableAssistant
Returns a new instance of the column popup menu.
createRenderer() - Method in interface com.sciapp.renderers.TableCellRendererFactory
Creates and returns a new instance of a TableCellRenderer.
createRenderer() - Method in class com.sciapp.table.SortTableModel.SortTableButtonRendererFactory
Creates and returns a new instance of a TableCellRenderer.
createReorder() - Method in class com.sciapp.table.AdvancedJTable
Creates and returns a TableReorder that will handle table selection changes.
createReorder() - Method in class com.sciapp.tree.TreeTable
Creates and returns a TableReorder that will handle table selection changes.
createReorder() - Method in class com.sciapp.treetable.TreeTable
Creates and returns a TableReorder that will handle table selection changes.
createSearch() - Method in class com.sciapp.table.search.SearchPanel
Creates the search object that will be used to scan the table.
createSelectionModel() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Creates a new default list selection model.
createSpanDrawer() - Method in class com.sciapp.table.AdvancedJTable
Returns a new instance of the span drawer that is used to enable cell spanning.
createSpanDrawer() - Method in class com.sciapp.tree.TreeTable
Returns a new instance of the span drawer that is used to enable cell spanning. The SpanDrawer's associated SpanModel is an instance of TreeTable.DefaultTreeSpanModel.
createSpanDrawer() - Method in class com.sciapp.treetable.TreeTable
Returns a new instance of the span drawer that is used to enable cell spanning. The SpanDrawer's associated SpanModel is an instance of TreeTable.DefaultTreeSpanModel.
createTableHeader() - Method in class com.sciapp.filter.FilterHeaderModel
Returns a new instance of the header that will be installed on the table.
createTableHeader() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns a new instance of the header that will be installed on the table.
createTableRow(TreeTableRow, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Creates and returns a TreeTableRow for the node parent at its child index identified by index.
createTableRow(TreeTableRow, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Creates and returns a TreeTableRow for the node parent at its child index identified by index.
createTreeRenderer() - Method in interface com.sciapp.table.group.TreeTableHeaderRendererFactory
Creates and returns a new instance of a TreeTableHeaderRenderer.
createVisualFilter() - Method in class com.sciapp.filter.auto.AbstractAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.sciapp.filter.auto.BooleanAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.sciapp.filter.auto.DateAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.sciapp.filter.auto.NumericAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.sciapp.filter.auto.StringAutoFilterPanel
Returns a new instance of a visual filter subclass.
currentAutoFilter - Variable in class com.sciapp.filter.auto.JAutoFilter
the currently assigned auto filter panel component.
currentDate - Variable in class com.sciapp.editors.DateEditor
the date selected
cursors - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
boolean indicating if a cursor will be used to fetch data from the database.
cursors - Variable in class com.sciapp.table.db.DefaultPivotTableModel
boolean indicating if a cursor will be used to fetch data from the database.
cursors - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
boolean indicating if a cursor will be used to fetch data from the database.
CUSTOM_STRING - Variable in class com.sciapp.filter.CustomPopupFilterHeaderModel
a string for the 'custom' filter selection
CustomPopupFilterHeaderModel - Class in com.sciapp.filter
CustomPopupFilterHeaderModel overrides PopupFilterHeaderModel in order to supply a custom filter.
CustomPopupFilterHeaderModel() - Constructor for class com.sciapp.filter.CustomPopupFilterHeaderModel
Creates a new CustomPopupFilterHeaderModel object.

D

DatabaseAggregator - Interface in com.sciapp.treetable.db
DatabaseAggregator includes methods that allow the evaluation of the aggregate rows of a TreeTableModel in batches.
DatabaseGroupingPanel - Class in com.sciapp.treetable.db
This component represents a panel through which users can dynamically control the structure of a 'database' TreeTable.
DatabaseGroupingPanel(DefaultDatabaseTreeTableModel) - Constructor for class com.sciapp.treetable.db.DatabaseGroupingPanel
Constructs a DefaultDatabaseAggregator.
DatabaseGroupingPanel(DefaultDatabaseTreeTableModel, int) - Constructor for class com.sciapp.treetable.db.DatabaseGroupingPanel
Constructs a DefaultDatabaseAggregator.
DatabaseGroupingPanel(DefaultDatabaseTreeTableModel, int, String) - Constructor for class com.sciapp.treetable.db.DatabaseGroupingPanel
Constructs a DefaultDatabaseAggregator.
DatabaseHeaderRow - Class in com.sciapp.treetable.db
DatabaseHeaderRow is a specialized HeaderRow that allows setting its children count and assign children at a random index.
DatabaseHeaderRow(Object, int) - Constructor for class com.sciapp.treetable.db.DatabaseHeaderRow
Constructs a DatabaseHeaderRow.
DatabaseTableDefinition - Interface in com.sciapp.table.db
This interface supplies methods that define the structure of a database query.
DatabaseTableModel - Interface in com.sciapp.table.db
DatabaseTableModel defines methods for retrieving multiple rows from an underlying data source.
DatabaseTreeTableModel - Interface in com.sciapp.treetable.db
DatabaseTreeTableModel defines methods for retrieving data from an underlying database for use with a treetable model.
DatabaseTreeTableReorder - Class in com.sciapp.treetable.db
DatabaseTreeTableReorder is suitable for expanding and selecting the nodes of a DatabaseTreeTableModel.
DatabaseTreeTableReorder() - Constructor for class com.sciapp.treetable.db.DatabaseTreeTableReorder
Creates a DatabaseTreeTableReorder.
DatabaseTreeTableReorder(TreeTable) - Constructor for class com.sciapp.treetable.db.DatabaseTreeTableReorder
Creates a DatabaseTreeTableReorder.
DataRow - Class in com.sciapp.tree
A subclass of TreeTableRow that represents nodes of a TreeTable that are associated with an object row of the ListTableModel that holds the actual tabular data.
DataRow(Object, int) - Constructor for class com.sciapp.tree.DataRow
Constructs a DataRow object.
DataRow - Class in com.sciapp.treetable
A subclass of TreeTableRow that represents nodes of a TreeTable that are linked to the actual tabular data.
DataRow(Object, int) - Constructor for class com.sciapp.treetable.DataRow
Constructs a DataRow object.
date - Variable in class com.sciapp.filter.DateFilter
The date expression the supplied objects are matched against.
DateAutoFilterPanel - Class in com.sciapp.filter.auto
DateAutoFilterPanel provides a specialized DateVisualFilter subclass for the filter representation.
DateAutoFilterPanel() - Constructor for class com.sciapp.filter.auto.DateAutoFilterPanel
Constructs a new DateAutoFilterPanel.
DateAutoFilterPanel(String) - Constructor for class com.sciapp.filter.auto.DateAutoFilterPanel
Constructs a new DateAutoFilterPanel.
dateChooser - Variable in class com.sciapp.editors.DateEditor
the date chooser component
dateChooser - Variable in class com.sciapp.filter.DateVisualFilter
the datechooser that is contained in the dialog
dateChooser - Variable in class com.sciapp.table.search.DateVisualSeeker
the datechooser that is contained in the dialog
DateComparator - Class in com.sciapp.comparators
This class is used to compare two Date objects.
DateComparator() - Constructor for class com.sciapp.comparators.DateComparator
Constructs a DateComparator object that will ignore time differences.
DateComparator(boolean) - Constructor for class com.sciapp.comparators.DateComparator
Constructs a DateComparator object that will ignore time differences if ignoreTime is true.
DateEditor - Class in com.sciapp.editors
An editor for table and tree cells that handles the editing of Date objects.
DateEditor() - Constructor for class com.sciapp.editors.DateEditor
Constructs a DateEditor object that uses a Dialog component to edit dates.
DateFilter - Class in com.sciapp.filter
A date filter.
DateFilter() - Constructor for class com.sciapp.filter.DateFilter
Constructs a DateFilter with an EQUAL_TO mode and with the date expression set to the current date.
DateFilter(Date) - Constructor for class com.sciapp.filter.DateFilter
Constructs a DateFilter with an EQUAL_TO mode and with the date expression set to date.
dateFilter - Variable in class com.sciapp.filter.DateVisualFilter
a date filter object used to filter Date values.
dateFilter - Variable in class com.sciapp.table.search.DateVisualSeeker
a date filter object used to filter Date values.
DateRenderer - Class in com.sciapp.renderers
DateRenderer is a TableCellRenderer suitable for rendering Date objects.
DateRenderer() - Constructor for class com.sciapp.renderers.DateRenderer
Constructs a default DateRenderer.
DateRenderer(DateFormat) - Constructor for class com.sciapp.renderers.DateRenderer
Constructs a default DateRenderer having df as the DateFormat instance that will render the cells.
dateShown - Variable in class com.sciapp.filter.DateVisualFilter
the selected date
dateShown - Variable in class com.sciapp.table.search.DateVisualSeeker
the selected date
DateVisualFilter - Class in com.sciapp.filter
A VisualFilter for Date values.
DateVisualFilter() - Constructor for class com.sciapp.filter.DateVisualFilter
Constructs a DateVisualFilter.
DateVisualSeeker - Class in com.sciapp.table.search
A VisualSeeker for Date values.
DateVisualSeeker() - Constructor for class com.sciapp.table.search.DateVisualSeeker
Constructs a DateVisualSeeker.
dbColumns - Variable in class com.sciapp.table.db.DefaultDatabaseTableDefinition
the database columns
dbFilter - Variable in class com.sciapp.table.db.AbstractDatabaseTableModel
the internal filter tablemodel instance
dbFilter - Variable in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
the internal filter tablemodel instance
dbSorter - Variable in class com.sciapp.table.db.AbstractDatabaseTableModel
the internal sort tablemodel instance
dbSorter - Variable in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
the internal sort tablemodel instance
dc - Variable in class com.sciapp.filter.DateFilter
A Date comparator object used to compare Date values.
DEFAULT_CHECKBOX_GAP - Static variable in class com.sciapp.component.CheckBoxTree
the default gap between the checkbox and the node's value
DEFAULT_CHUNK_SIZE - Static variable in class com.sciapp.table.cache.AbstractCache
defines the default chunck size
DEFAULT_COLUMN_MARGIN - Static variable in class com.sciapp.table.TableAssistant
the default column margin
DEFAULT_COLUMN_MARGIN - Static variable in class com.sciapp.table.TableCellResizer
the default column margin
DEFAULT_COLUMN_WIDTH - Static variable in class com.sciapp.table.JTableRowHeader
The default column width of each row in the header.
DEFAULT_DESC_STR - Static variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
a default string for the description.
DEFAULT_IDENT - Static variable in class com.sciapp.table.io.XMLExportManager
the default identation string as "\t"
DEFAULT_MAX_CACHE_SIZE - Static variable in class com.sciapp.table.cache.AbstractCache
defines the default maximum cache size
DEFAULT_NEWLINE - Static variable in class com.sciapp.table.io.DelimitedExportManager
the default new line as "\r\n"
DEFAULT_NEWLINE - Static variable in class com.sciapp.table.io.XMLExportManager
the default new line as "\r\n"
DEFAULT_NO_GROUP - Static variable in class com.sciapp.tree.GroupingPanel
the default string to show if no grouping is desired.
DEFAULT_NO_GROUP - Static variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the default string to show if no grouping is desired.
DEFAULT_NO_GROUP - Static variable in class com.sciapp.treetable.GroupingPanel
the default string to show if no grouping is desired.
DEFAULT_NO_GROUP - Static variable in class com.sciapp.treetable.NodeGroupingPanel
the default string to show if no grouping is desired.
DefaultAggregateRenderer - Class in com.sciapp.renderers
DefaultAggregateRenderer is the default renderer for the aggregate rows of a TreeTable.
DefaultAggregateRenderer(DefaultRenderer) - Constructor for class com.sciapp.renderers.DefaultAggregateRenderer
Constructs a DefaultAggregateRenderer.
defaultAggregateRenderers - Variable in class com.sciapp.tree.TreeTable
A table of objects that are responsible for drawing the cells of aggregate rows, indexed by class.
defaultAggregateRenderers - Variable in class com.sciapp.treetable.TreeTable
A table of objects that are responsible for drawing the cells of aggregate rows, indexed by class.
defaultAggregator - Variable in class com.sciapp.tree.TreeTableModel
the default aggregator
defaultAggregator - Variable in class com.sciapp.treetable.AggregateTreeTableModel
the default aggregator
defaultAggregator - Variable in class com.sciapp.treetable.DynamicTreeTableModel
the default aggregator
DefaultCellAggregator - Class in com.sciapp.tree
The default Aggregator that is used by a TreeTableModel.
DefaultCellAggregator(TreeTableModel) - Constructor for class com.sciapp.tree.DefaultCellAggregator
Constructs a DefaultCellAggregator object.
DefaultCellAggregator - Class in com.sciapp.treetable
The default Aggregator that is used by a DynamicTreeTableModel.
DefaultCellAggregator(DynamicTreeTableModel) - Constructor for class com.sciapp.treetable.DefaultCellAggregator
Constructs a DefaultCellAggregator object.
defaultColumn - Variable in class com.sciapp.table.search.TableSearch
the default column
DefaultColumnFilterMapper - Class in com.sciapp.filter.tree
DefaultColumnFilterMapper is the default ColumnFilterMapper implementation that is a combination of node and level mappers.
DefaultColumnFilterMapper() - Constructor for class com.sciapp.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
DefaultColumnFilterMapper(LevelFilterMapper) - Constructor for class com.sciapp.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
DefaultColumnFilterMapper(NodeFilterMapper) - Constructor for class com.sciapp.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
DefaultColumnFilterMapper(NodeFilterMapper, LevelFilterMapper) - Constructor for class com.sciapp.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
defaultComparatorsByColumnClass - Variable in class com.sciapp.table.SortTableModel
A table of objects that compare two object with each other, indexed by class as declared in compareTo in the Comparable interface.
defaultComparatorsByColumnClass - Variable in class com.sciapp.tree.TreeTableModel
A table of objects that compare two object with each other, indexed by class
defaultComparatorsByColumnClass - Variable in class com.sciapp.treetable.ComparableTreeTableModel
A table of objects that compare two object with each other, indexed by class
defaultComparatorsByColumnClass - Variable in class com.sciapp.treetable.DynamicTreeTableModel
A table of objects that compare two object with each other, indexed by class
DefaultDatabaseAggregator - Class in com.sciapp.treetable.db
This class returns the value of the column under which the children of the header row are grouped, or an emptry string if the column was not used to group this node's children.
DefaultDatabaseAggregator(DefaultDatabaseTreeTableModel) - Constructor for class com.sciapp.treetable.db.DefaultDatabaseAggregator
Constructs a DefaultDatabaseAggregator.
DefaultDatabaseTableDefinition - Class in com.sciapp.table.db
DefaultDatabaseTableDefinition allows an easy definition to be created.
DefaultDatabaseTableDefinition() - Constructor for class com.sciapp.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition with no columns defined.
DefaultDatabaseTableDefinition(String[]) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition.
DefaultDatabaseTableDefinition(String[], Class[]) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition.
DefaultDatabaseTableDefinition(String[], Class[], String[]) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition.
DefaultDatabaseTableModel - Class in com.sciapp.table.db
DefaultDatabaseTableModel uses a Connection to connect to a database.
DefaultDatabaseTableModel(Connection, String, String[]) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTableModel(Connection, String, String[], Class[]) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTableModel(Connection, String, DatabaseTableDefinition) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTableModel(Connection, String, TableModel) - Constructor for class com.sciapp.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel - Class in com.sciapp.treetable.db
DefaultDatabaseTreeTableModel provides grouping for a DatabaseTreeTableModel with the help of a set of column indexes.
DefaultDatabaseTreeTableModel(Connection, String, String[]) - Constructor for class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, String[], Class[]) - Constructor for class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, DatabaseTableDefinition) - Constructor for class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, DatabaseTableDefinition, TreeTableCache) - Constructor for class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, TableModel) - Constructor for class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
defaultFilter - Variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the current default filter
DefaultFilterRenderer - Class in com.sciapp.filter
DefaultFilterRenderer is the default FilterRenderer implementation that uses an arrow button to present users with filter options for a column.
DefaultFilterRenderer() - Constructor for class com.sciapp.filter.DefaultFilterRenderer
Constructs a DefaultFilterRenderer.
defaultFiltersByColumnClass - Variable in class com.sciapp.filter.FilterHeaderModel
A table that contains filters indexed by class.
defaultFiltersByColumnClass - Variable in class com.sciapp.filter.FilterTablePanel
A table of objects that filter data and that can be manipulated visually, indexed by class.
defaultFiltersByColumnClass - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
A table that contains filters indexed by class.
DefaultFilterTreeTableModel - Class in com.sciapp.treetable
DefaultFilterTreeTableModel provides filtering capabilities to a TreeTableModel.
DefaultFilterTreeTableModel(TreeTableModel) - Constructor for class com.sciapp.treetable.DefaultFilterTreeTableModel
Constructs a DefaultFilterTreeTableModel.
DefaultGroupCache - Class in com.sciapp.treetable.db
DefaultGroupCache assumes that the row objects are an Object array.
DefaultGroupCache(CacheableTreeTableModel) - Constructor for class com.sciapp.treetable.db.DefaultGroupCache
Constructs a DefaultGroupCache.
DefaultGroupCache(CacheableTreeTableModel, int, int) - Constructor for class com.sciapp.treetable.db.DefaultGroupCache
Constructs a DefaultGroupCache.
DefaultGroupTableColumnModel - Class in com.sciapp.table
DefaultGroupTableColumnModel is the default implementation of a GroupTableColumnModel.
DefaultGroupTableColumnModel() - Constructor for class com.sciapp.table.DefaultGroupTableColumnModel
Constructs a DefaultGroupTableColumnModel.
defaultHeaderCursor - Variable in class com.sciapp.filter.PopupFilterHeaderModel
the header's default cursor
defaultHeaderCursor - Variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
the header's default cursor
defaultHeaderCursor - Variable in class com.sciapp.table.group.TreeTableHeader
the header's default cursor
defaultHeaderCursor - Variable in class com.sciapp.table.SortTableModel
the header's default cursor
defaultHeaderCursor - Variable in class com.sciapp.table.TableAssistant
the header's default cursor
defaultLevelBackground - Variable in class com.sciapp.renderers.DefaultAggregateRenderer
the default background color for aggregate rows
defaultLevelBackground - Variable in class com.sciapp.renderers.DefaultTreeTableRenderer
the default background color for aggregate rows
defaultLevelForeground - Variable in class com.sciapp.renderers.DefaultAggregateRenderer
the default foreground color for aggregate rows
defaultLevelForeground - Variable in class com.sciapp.renderers.DefaultTreeTableRenderer
the default foreground color for aggregate rows
DefaultListRowHeaderRenderer - Class in com.sciapp.table
DefaultListRowHeaderRenderer is the default renderer of a ListRowHeader.
DefaultListRowHeaderRenderer() - Constructor for class com.sciapp.table.DefaultListRowHeaderRenderer
Creates a DefaultListRowHeaderRenderer that uses a JButton.
DefaultListRowHeaderRenderer(JButton) - Constructor for class com.sciapp.table.DefaultListRowHeaderRenderer
Creates a DefaultListRowHeaderRenderer that uses a JButton.
DefaultListRowHeaderRenderer(JLabel) - Constructor for class com.sciapp.table.DefaultListRowHeaderRenderer
Creates a DefaultListRowHeaderRenderer that uses a JLabel.
DefaultListTableModel - Class in com.sciapp.table
DefaultListTableModel is a subclass of DefaultTableModel that implements ListTableModel.
DefaultListTableModel() - Constructor for class com.sciapp.table.DefaultListTableModel
Constructs a default DefaultListTableModel which is a table of zero columns and zero rows.
DefaultListTableModel(Object[][], Object[]) - Constructor for class com.sciapp.table.DefaultListTableModel
Constructs a DefaultListTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
DefaultListTableModel(Object[], int) - Constructor for class com.sciapp.table.DefaultListTableModel
Constructs a DefaultListTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultListTableModel(int, int) - Constructor for class com.sciapp.table.DefaultListTableModel
Constructs a DefaultListTableModel with numRows and numColumns of null object values.
DefaultListTableModel(Vector, int) - Constructor for class com.sciapp.table.DefaultListTableModel
Constructs a DefaultTableModel with as many columns as there are elements in columnNames and numRows of null object values.
DefaultListTableModel(Vector, Vector) - Constructor for class com.sciapp.table.DefaultListTableModel
Constructs a DefaultListTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
DefaultLockedTableModel - Class in com.sciapp.table.locked
DefaultLockedTableModel is the default implementation of a LockedTableModel.
DefaultLockedTableModel() - Constructor for class com.sciapp.table.locked.DefaultLockedTableModel
Constructs a DefaultLockedTableModel.
DefaultMeasureDefinition - Class in com.sciapp.table.db
DefaultMeasureDefinition allows addition of columns and functions.
DefaultMeasureDefinition() - Constructor for class com.sciapp.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[]) - Constructor for class com.sciapp.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[], Class[]) - Constructor for class com.sciapp.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[], Class[], String[]) - Constructor for class com.sciapp.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[], Class[], String[], String[][]) - Constructor for class com.sciapp.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
defaultMode - Variable in class com.sciapp.filter.tree.DefaultColumnFilterMapper
the default mode to use when a column has not been assigned to a mapper
DefaultMutableTreeTableModel - Class in com.sciapp.treetable
DefaultMutableTreeTableModel is a treetable model whose nodes' cell value depends on the aggregate values of a TreeTableRow.
DefaultMutableTreeTableModel() - Constructor for class com.sciapp.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(String[]) - Constructor for class com.sciapp.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(String[], Class[], TreeTableRow) - Constructor for class com.sciapp.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(String[], TreeTableRow) - Constructor for class com.sciapp.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(TreeTableRow) - Constructor for class com.sciapp.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultPendingValue - Class in com.sciapp.table.remote
DefaultPendingValue is the default object that is returned by RemoteTableModel and RemoteTreeTableModel for table cells that have not been evaluated yet.
DefaultPendingValue() - Constructor for class com.sciapp.table.remote.DefaultPendingValue
Constructs a PendingValue with an empty string.
DefaultPendingValue(String) - Constructor for class com.sciapp.table.remote.DefaultPendingValue
Constructs a PendingValue.
DefaultPivotDefinition - Class in com.sciapp.table.db
DefaultPivotDefinition is the default implementation for a PivotDefintion.
DefaultPivotDefinition(String) - Constructor for class com.sciapp.table.db.DefaultPivotDefinition
Constructs a DefaultPivotDefinition.
DefaultPivotDefinition(String, Class) - Constructor for class com.sciapp.table.db.DefaultPivotDefinition
Constructs a DefaultPivotDefinition.
DefaultPivotTableModel - Class in com.sciapp.table.db
DefaultPivotTableModel is the default PivotTableModel implementation to use for cross tab queries.
DefaultPivotTableModel(Connection, DatabaseTableDefinition, DatabaseTableDefinition, String, String) - Constructor for class com.sciapp.table.db.DefaultPivotTableModel
Constructs a DefaultPivotTableModel.
DefaultPivotTableModel(Connection, DatabaseTableDefinition, MeasureDefinition, PivotDefinition, String, String) - Constructor for class com.sciapp.table.db.DefaultPivotTableModel
Constructs a DefaultPivotTableModel.
DefaultPivotTableModel.SQLFilterPivotConverter - Class in com.sciapp.table.db
SQLFilterConverter should take care of pivot columns.
DefaultPivotTableModel.SQLFilterPivotConverter() - Constructor for class com.sciapp.table.db.DefaultPivotTableModel.SQLFilterPivotConverter
Constructs an SQLFilterPivotConverter.
DefaultRemoteTableModel - Class in com.sciapp.table.remote
DefaultRemoteTableModel is the default implementation of a RemoteTableModel.
DefaultRemoteTableModel(CacheableTableModel) - Constructor for class com.sciapp.table.remote.DefaultRemoteTableModel
Constructs a DefaultRemoteTableModel.
DefaultRemoteTreeTableModel - Class in com.sciapp.table.remote
DefaultRemoteTreeTableModel is the default implementation of a RemoteTreeTableModel.
DefaultRemoteTreeTableModel(CacheableTreeTableModel) - Constructor for class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Constructs a DefaultRemoteTreeTableModel.
defaultRenderer - Variable in class com.sciapp.renderers.DefaultAggregateRenderer
the renderer contained in this DefaultAggregateRenderer
DefaultRenderer - Class in com.sciapp.renderers
A TableCellRenderer which is common to all renderers in the com.sciapp.renderers package.
DefaultRenderer() - Constructor for class com.sciapp.renderers.DefaultRenderer
Constructs a default DefaultRenderer that does not paint alternate rows of the table and that adds 3 spaces at the end of each cell.
defaultRenderer - Variable in class com.sciapp.renderers.DefaultTreeTableRenderer
the renderer contained in this DefaultAggregateRenderer
defaultRenderer - Variable in class com.sciapp.table.JTableRowHeader
The renderer that is assigned to render the cells of the header.
DefaultRowHeaderRenderer - Class in com.sciapp.table
DefaultRowHeaderRenderer is the default renderer to use for rendering the cells of a JTableRowHeader.
DefaultRowHeaderRenderer() - Constructor for class com.sciapp.table.DefaultRowHeaderRenderer
Constructs a DefaultRowHeaderRenderer.
DefaultSearchModel - Class in com.sciapp.table.search
DefaultSearchModel is the default search model implementation.
DefaultSearchModel() - Constructor for class com.sciapp.table.search.DefaultSearchModel
Creates a DefaultSearchModel.
DefaultSortTreeTableModel - Class in com.sciapp.treetable
DefaultSortTreeTableModel provides sorting capabilities to a TreeTableModel.
DefaultSortTreeTableModel(TreeTableModel) - Constructor for class com.sciapp.treetable.DefaultSortTreeTableModel
Constructs a DefaultSortTreeTableModel.
DefaultSpanModel - Class in com.sciapp.table.span
DefaultSpanModel is the default implementation of the SpanModel interface.
DefaultSpanModel() - Constructor for class com.sciapp.table.span.DefaultSpanModel
Constructs a DefaultSpanModel.
DefaultStyle - Class in com.sciapp.table.styles
DefaultStyle is a Style implementation that paints alternate rows of a table with different colors.
DefaultStyle() - Constructor for class com.sciapp.table.styles.DefaultStyle
Constructs a DefaultStyle.
DefaultStyle(Color, Color) - Constructor for class com.sciapp.table.styles.DefaultStyle
Constructs a DefaultStyle.
DefaultStyleModel - Class in com.sciapp.table.styles
DefaultStyleModel is the default StyleModel implementation that is used by AdvancedJTable.
DefaultStyleModel() - Constructor for class com.sciapp.table.styles.DefaultStyleModel
Constructs a DefaultStyleModel.
DefaultTableCache - Class in com.sciapp.table.cache
DefaultTableCache assumes that the row objects are an Object array.
DefaultTableCache(CacheableTableModel) - Constructor for class com.sciapp.table.cache.DefaultTableCache
Creates a DefaultTableCache.
DefaultTableCache(CacheableTableModel, int, int) - Constructor for class com.sciapp.table.cache.DefaultTableCache
Creates a DefaultTableCache.
DefaultTreeNodeEnumeration - Class in com.sciapp.treetable
DefaultTreeNodeEnumeration is the default TreeNodeEnumeration.
DefaultTreeNodeEnumeration(TreeModel, Object) - Constructor for class com.sciapp.treetable.DefaultTreeNodeEnumeration
Constructs a DefaultTreeNodeEnumeration.
DefaultTreeTableCache - Class in com.sciapp.table.cache
DefaultTreeTableCache assumes that the row objects are an Object array.
DefaultTreeTableCache(CacheableTreeTableModel) - Constructor for class com.sciapp.table.cache.DefaultTreeTableCache
Creates a DefaultTreeTableCache.
DefaultTreeTableCache(CacheableTreeTableModel, int, int) - Constructor for class com.sciapp.table.cache.DefaultTreeTableCache
Creates a DefaultTreeTableCache.
DefaultTreeTableColumnModel - Class in com.sciapp.table.group
DefaultTreeTableColumnModel is the default implementation of a TreeTableColumnModel.
DefaultTreeTableColumnModel() - Constructor for class com.sciapp.table.group.DefaultTreeTableColumnModel
Constructs a DefaultTreeTableColumnModel.
DefaultTreeTableColumnModel(DefaultMutableTreeNode) - Constructor for class com.sciapp.table.group.DefaultTreeTableColumnModel
Constructs a DefaultTreeTableColumnModel.
DefaultTreeTableColumnModelAdapter - Class in com.sciapp.table.group
DefaultTreeTableColumnModelAdapter is the default implementation of a TreeTableColumnModelAdapter.
DefaultTreeTableColumnModelAdapter() - Constructor for class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Constructs a DefaultTreeTableColumnModelAdapter.
DefaultTreeTableColumnModelAdapter(TreeTableColumnModel) - Constructor for class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Constructs a DefaultTreeTableColumnModelAdapter.
DefaultTreeTableColumnModelAdapter(TreeTableColumnModel, JTree) - Constructor for class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Constructs a DefaultTreeTableColumnModelAdapter.
DefaultTreeTableComparator - Class in com.sciapp.tree
DefaultTreeTableComparator compares row data based on a single column.
DefaultTreeTableComparator(TreeTableModel, int) - Constructor for class com.sciapp.tree.DefaultTreeTableComparator
Constructs a DefaultTreeTableComparator object with column as the column to use when comparing rows.
DefaultTreeTableComparator - Class in com.sciapp.treetable
DefaultTreeTableComparator compares row data based on a single column.
DefaultTreeTableComparator(DynamicTreeTableModel, int) - Constructor for class com.sciapp.treetable.DefaultTreeTableComparator
Constructs a DefaultTreeTableComparator object with column as the column to use when comparing rows and the request to always create group nodes.
DefaultTreeTableComparator(DynamicTreeTableModel, int, boolean) - Constructor for class com.sciapp.treetable.DefaultTreeTableComparator
Constructs a DefaultTreeTableComparator object with column as the column to use when comparing rows.
DefaultTreeTableHeaderRenderer - Class in com.sciapp.table.group
DefaultTreeTableHeaderRenderer is the default implementation of a TreeTableHeaderRenderer that uses a panel to layout a JTree's expansion control.
DefaultTreeTableHeaderRenderer() - Constructor for class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Creates a DefaultTreeTableHeaderRenderer.
DefaultTreeTableHeaderRenderer(TableCellRenderer) - Constructor for class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Creates a DefaultTreeTableHeaderRenderer.
DefaultTreeTableRenderer - Class in com.sciapp.renderers
DefaultTreeTableRenderer is the default renderer for the aggregate rows of a TreeTable.
DefaultTreeTableRenderer(DefaultRenderer) - Constructor for class com.sciapp.renderers.DefaultTreeTableRenderer
Constructs a DefaultAggregateRenderer.
DefaultTreeTableReorder - Class in com.sciapp.treetable
DefaultTreeTableReorder acts on a TreeTable object in order to ensure that the same rows are selected after a ReorderEvent is generated.
DefaultTreeTableReorder() - Constructor for class com.sciapp.treetable.DefaultTreeTableReorder
Constructs a DefaultTreeTableReorder.
DefaultTreeTableReorder(TreeTable) - Constructor for class com.sciapp.treetable.DefaultTreeTableReorder
Constructs a DefaultTreeTableReorder.
DefaultVetoableColumnModel - Class in com.sciapp.table
DefaultVetoableColumnModel provides a standard implementation for a VetoableTableColumnModel.
DefaultVetoableColumnModel() - Constructor for class com.sciapp.table.DefaultVetoableColumnModel
Constructs a DefaultVetoableColumnModel.
defaultView - Variable in class com.sciapp.table.DefaultViewableModel
the default viewable object
DefaultViewableModel - Class in com.sciapp.table
DefaultViewableModel is the default viewable model implementation.
DefaultViewableModel() - Constructor for class com.sciapp.table.DefaultViewableModel
Constructs a DefaultViewableModel.
definition - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
the database definition.
definition - Variable in class com.sciapp.table.db.DistinctDatabaseTableModel
the database definition.
definition - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
the database definition.
delayed - Variable in class com.sciapp.table.group.TreeTableHeader
boolean flag that determines whether events received from the treemodel will be added to the swing event queue.
delayed - Variable in class com.sciapp.treetable.TreeTableModelAdapter
flag that controls whether the adapter will fire table change events immediatelly or add them to the swing event queue for later processing.
DELETE - Static variable in class com.sciapp.table.span.SpanModelEvent
identifies a DELETE event.
DelimitedExportManager - Class in com.sciapp.table.io
DelimitedExportManager writes a table model in a delimited format.
DelimitedExportManager() - Constructor for class com.sciapp.table.io.DelimitedExportManager
Constructs a DelimitedExportManager with a comma (,) as the delimiter.
DelimitedExportManager(String) - Constructor for class com.sciapp.table.io.DelimitedExportManager
Constructs a DelimitedExportManager.
delimiter - Variable in class com.sciapp.table.io.DelimitedExportManager
the delimiter string
desc_label - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
the label for the description.
desc_str - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
a string for the description at the top.
deselect(int) - Method in class com.sciapp.table.TableAssistant
Unchecks the column with model index modelIndex from the column popup.
df - Variable in class com.sciapp.filter.DateVisualFilter
the dateformat instance that is used to format the current date shown on the textfield.
df - Variable in class com.sciapp.table.search.DateVisualSeeker
the dateformat instance that is used to format the current date shown on the textfield.
dialog - Variable in class com.sciapp.editors.DateEditor
the dialog component
dialog - Variable in class com.sciapp.filter.CustomPopupFilterHeaderModel
the dialog component.
dialog - Variable in class com.sciapp.filter.DateVisualFilter
the dialog that is invoked for inputting the date pattern
dialog - Variable in class com.sciapp.table.search.DateVisualSeeker
the dialog that is invoked for inputting the date pattern
direction - Variable in class com.sciapp.common.gui.ArrowButton
The direction of the arrow.
direction - Variable in class com.sciapp.table.locked.LockedTableModelEvent
The direction - one of LockedTableModel's directions: TOP, BOTTOM, LEFT or RIGHT.
DirectoryTreeTable - Class in com.sciapp.treetable.dir
DirectoryTreeTable is a TreeTable subclass that displays a directory structure.
DirectoryTreeTable() - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTable(int) - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTable(DirectoryTreeTableModel) - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTable(DirectoryTreeTableModel, int) - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTableModel - Class in com.sciapp.treetable.dir
DirectoryTreeTableModel is the treetable model that can hold a directory structure.
DirectoryTreeTableModel() - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTableModel
Creates a DirectoryTreeTableModel.
DirectoryTreeTableModel(File[]) - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTableModel
Creates a DirectoryTreeTableModel.
DirectoryTreeTableModel(File) - Constructor for class com.sciapp.treetable.dir.DirectoryTreeTableModel
Creates a DirectoryTreeTableModel.
DISCARD_EDIT - Static variable in class com.sciapp.table.AdvancedJTable
an edit mode discarding edited values when the model changes
DistinctDatabaseTableModel - Class in com.sciapp.table.db
DistinctDatabaseTableModel behaves just like DefaultDatabaseTableModel, with the difference that it queries a database for unique rows, using the 'distinct' keyword.
DistinctDatabaseTableModel(Connection, String, String[]) - Constructor for class com.sciapp.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctDatabaseTableModel(Connection, String, String[], Class[]) - Constructor for class com.sciapp.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctDatabaseTableModel(Connection, String, DatabaseTableDefinition) - Constructor for class com.sciapp.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctDatabaseTableModel(Connection, String, TableModel) - Constructor for class com.sciapp.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DndSupport - Class in com.sciapp.common.gui
The DndSupport support class enables drag and drop for a component.
DndSupport(Component) - Constructor for class com.sciapp.common.gui.DndSupport
Constructs a DndSupport.
doEdit(TableModelEvent, int) - Method in class com.sciapp.table.AdvancedJTable
Discards, commits or continues editing after a model update, according to the table's edit mode.
doEdit(TableModelEvent, int, int) - Method in class com.sciapp.table.AdvancedJTable
Discards, commits or continues editing after a model update, according to the edit mode, passed as parameter.
doEdit(TableModelEvent, int, int) - Method in class com.sciapp.treetable.TreeTable
Discards, commits or continues editing after a model update, according to the edit mode, passed as parameter.
doLayout() - Method in class com.sciapp.table.AdvancedJScrollPane
Causes this container to lay out its components.
doProcessMouseEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedJTable
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseEvent(MouseEvent) - Method in class com.sciapp.treetable.TreeTable
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedJTable
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.sciapp.table.group.TreeTableHeader
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.sciapp.treetable.TreeTable
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
DoubleFilter - Class in com.sciapp.filter
A filter for Double values.
DoubleFilter() - Constructor for class com.sciapp.filter.DoubleFilter
Constructs a DoubleFilter.
DoubleFilter(double) - Constructor for class com.sciapp.filter.DoubleFilter
Constructs a DoubleFilter.
dragDropEnd(DragSourceDropEvent) - Method in class com.sciapp.common.gui.DndSupport
This method is invoked to signify that the Drag and Drop operation is complete.
dragEnter(DragSourceDragEvent) - Method in class com.sciapp.common.gui.DndSupport
Called as the cursor's hotspot enters a platform-dependent drop site.
dragEnter(DropTargetDragEvent) - Method in class com.sciapp.common.gui.DndSupport
Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
dragExit(DragSourceEvent) - Method in class com.sciapp.common.gui.DndSupport
Called as the cursor's hotspot exits a platform-dependent drop site.
dragExit(DropTargetEvent) - Method in class com.sciapp.common.gui.DndSupport
Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the DropTarget registered with this listener.
dragGestureRecognized(DragGestureEvent) - Method in class com.sciapp.common.gui.DndSupport
A DragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying this listener in order for it to initiate the action for the user.
dragOver(DragSourceDragEvent) - Method in class com.sciapp.common.gui.DndSupport
Called as the cursor's hotspot moves over a platform-dependent drop site.
dragOver(DropTargetDragEvent) - Method in class com.sciapp.common.gui.DndSupport
Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for the DropTarget registered with this listener.
dragStarted(MouseEvent) - Method in class com.sciapp.common.gui.DndSupport
Called when a mouse button has been pressed on the component.
dragStopped(MouseEvent) - Method in class com.sciapp.common.gui.DndSupport
Called when a mouse button has been released on the component.
drop(DropTargetDropEvent) - Method in class com.sciapp.common.gui.DndSupport
Called when the drag operation has terminated with a drop on the operable part of the drop site for the DropTarget registered with this listener.
dropActionChanged(DragSourceDragEvent) - Method in class com.sciapp.common.gui.DndSupport
Called when the user has modified the drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in class com.sciapp.common.gui.DndSupport
Called if the user has modified the current drop gesture.
dynamicFilterTreeTableModel - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
An internal filter tree table model providing a filtered model according to the mode installed.
DynamicTreeMapReorder - Class in com.sciapp.treetable
DynamicTreeMapReorder is suitable when wrapping a DynamicTreeTableModel around a TreeTableModelMap, such as DefaultSortTreeTableModel or DefaultFilterTreeTableModel.
DynamicTreeMapReorder() - Constructor for class com.sciapp.treetable.DynamicTreeMapReorder
Creates a DynamicTreeMapReorder.
DynamicTreeMapReorder(TreeTable) - Constructor for class com.sciapp.treetable.DynamicTreeMapReorder
Creates a DynamicTreeMapReorder.
DynamicTreeTableModel - Class in com.sciapp.treetable
DynamicTreeTableModel wraps around a ListTableModel instance in order to provide a tree-like view of the table's data.
DynamicTreeTableModel(ListTableModel) - Constructor for class com.sciapp.treetable.DynamicTreeTableModel
DynamicTreeTableModel constructor comment.

E

editable - Variable in class com.sciapp.treetable.DefaultMutableTreeTableModel
boolean flag that determines whether the model is editable.
editCellAt(int, int, EventObject) - Method in class com.sciapp.table.AdvancedJTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int, EventObject) - Method in class com.sciapp.tree.TreeTable
Programmatically starts editing the cell at row and column, if the cell is editable. To prevent the JTable from editing a particular table, column or cell value, return false from the isCellEditable method in the TableModel interface.
editCellAt(int, int, EventObject) - Method in class com.sciapp.treetable.TreeTable
Programmatically starts editing the cell at row and column, if the cell is editable. To prevent the JTable from editing a particular table, column or cell value, return false from the isCellEditable method in the TableModel interface.
editingStopped(ChangeEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked when editing is finished.
editMode - Variable in class com.sciapp.table.AdvancedJTable
the edit mode that defines the behaviour of the table when its model changes
ENDS_WITH - Static variable in class com.sciapp.filter.StringFilter
The mode that tests if a string ends with the supplied object.
EQ - Static variable in class com.sciapp.filter.ComparisonFilter
The comparison that tests if a value is equal to another.
EQUALS - Static variable in class com.sciapp.filter.StringFilter
The mode that tests for equality of the supplied object.
evenColor - Variable in class com.sciapp.renderers.DefaultRenderer
the background color for even rows
evenColor - Variable in class com.sciapp.table.styles.DefaultStyle
the background color for even rows
event - Variable in exception com.sciapp.table.ColumnModelVetoException
the table column model event responsible for the exception.
expandAll() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Convenience method to expand all columns.
expandAll() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Convenience method to expand all rows.
expansionControl - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
a rectangle that holds the bounds of the expansion control
expansionFrame - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
a rectangle that holds the bounds of the expansion frame
ExportManager - Interface in com.sciapp.table.io
An interface for writing a table model to an outputstream and/or a writer.
expression - Variable in class com.sciapp.filter.DateVisualFilter
a textfield used to show and input the date pattern.
expression - Variable in class com.sciapp.filter.NumericalVisualFilter
a textfield used to input the number.
expression - Variable in class com.sciapp.filter.StringVisualFilter
a textfield used to input the string expression.
expression - Variable in class com.sciapp.table.search.DateVisualSeeker
a textfield used to show and input the date pattern.
expression - Variable in class com.sciapp.table.search.NumericalVisualSeeker
a textfield used to input the number.
expression - Variable in class com.sciapp.table.search.StringVisualSeeker
a textfield used to input the string expression.

F

factory - Variable in class com.sciapp.table.GroupTableHeader
a factory for creating new table cell renderer components.
fetchChildren(Object, int, int) - Method in interface com.sciapp.treetable.db.DatabaseTreeTableModel
This method retrieves the data from the database for the children of parent in the range from - to.
fetchChildren(Object, int, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
This method retrieves the data from the database for the children of parent in the range from - to.
fetchChildrenStatement(Object, int, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Retrieves the sql statement for the fetchChildren method.
fetchGroupCount(Object) - Method in interface com.sciapp.treetable.db.DatabaseTreeTableModel
This method retrieves the aggregate values for the children of parent in the range from - to, and assigns them on the treeModel.
fetchGroupCount(Object) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
This method retrieves the aggregate values for the children of parent in the range from - to, and assigns them on the treeModel.
fetchGroupCountStatement(Object) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Retrieves the sql statement for the fetchGroupCount method.
fetchGroups(Object, int, int) - Method in interface com.sciapp.treetable.db.DatabaseTreeTableModel
This method retrieves the group values from the database for the children of parent in the range from - to.
fetchGroups(Object, int, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
This method retrieves the group values from the database for the children of parent in the range from - to.
fetchGroups(Object, int, int, String[]) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
A utility method to fetch group values from the database.
fetchGroupsStatement(Object, int, int, String[]) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Retrieves the sql statement for the fetchGroups method.
fieldBox - Variable in class com.sciapp.filter.FilterTablePanel
a combobox that contains the fields that we are able to filter.
fieldBox - Variable in class com.sciapp.table.search.SearchTablePanel
a combobox that contains the columns that we are able to search.
fieldBoxOptions - Variable in class com.sciapp.filter.BooleanVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.sciapp.filter.DateVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.sciapp.filter.NumericalVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.sciapp.filter.StringVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.sciapp.table.search.BooleanVisualSeeker
a combobox containing the search options.
fieldBoxOptions - Variable in class com.sciapp.table.search.DateVisualSeeker
a combobox containing the search options.
fieldBoxOptions - Variable in class com.sciapp.table.search.NumericalVisualSeeker
a combobox containing the search options.
fieldBoxOptions - Variable in class com.sciapp.table.search.StringVisualSeeker
a combobox containing the search options.
fieldLabel - Variable in class com.sciapp.filter.FilterTablePanel
a label showing the current filter column field
FileRow - Class in com.sciapp.treetable.dir
FileRow is the object that is used as the user object of the TreeTableRows of a DirectoryTreeTableModel.
FileRow(Icon, File, String) - Constructor for class com.sciapp.treetable.dir.FileRow
Constructs a FileRow object.
FileRowCellRenderer - Class in com.sciapp.treetable.dir
FileRowCellRenderer is a table cell renderer that displays both text and an icon on a table cell.
FileRowCellRenderer() - Constructor for class com.sciapp.treetable.dir.FileRowCellRenderer
Creates a FileRowCellRenderer.
FileRowComparator - Class in com.sciapp.treetable.dir
FileRowComparator compares two FileRow objects by using their file attribute.
FileRowComparator() - Constructor for class com.sciapp.treetable.dir.FileRowComparator
Creates a FileRowComparator.
fillColor - Variable in class com.sciapp.component.PartialIcon
the rectangle's fill color
filter(ListTableModel, Object) - Method in class com.sciapp.filter.AndTableFilter
The AND operation.
filter(TableModel, int) - Method in class com.sciapp.filter.AndTableFilter
The AND operation.
Filter - Class in com.sciapp.filter
This abstract class defines a filter.
Filter() - Constructor for class com.sciapp.filter.Filter
Creates a Filter object that will not accept null values.
filter(ListTableModel, Object) - Method in class com.sciapp.filter.ListTableFilter
This method will throw an UnsupportedOperationException since the row index cannot be evaluated from the supplied parameters.
filter(TableModel, int) - Method in class com.sciapp.filter.ListTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(ListTableModel, Object) - Method in class com.sciapp.filter.NotTableFilter
The NEGATION operation.
filter(TableModel, int) - Method in class com.sciapp.filter.NotTableFilter
The NEGATION operation.
filter(ListTableModel, Object) - Method in class com.sciapp.filter.OrTableFilter
The OR operation.
filter(TableModel, int) - Method in class com.sciapp.filter.OrTableFilter
The OR operation.
filter - Variable in class com.sciapp.filter.TableFilter
The filter being used.
filter(ListTableModel, Object) - Method in class com.sciapp.filter.TableFilter
Decides whether a particular row of a JTable will be filtered.
filter(TableModel, int) - Method in class com.sciapp.filter.TableFilter
Decides whether a particular row of a JTable will be filtered.
filter(ListTableModel, Object) - Method in class com.sciapp.filter.tree.NodeTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(TableModel, int) - Method in class com.sciapp.filter.tree.NodeTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(ListTableModel, Object) - Method in class com.sciapp.filter.ValuesTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(TableModel, int) - Method in class com.sciapp.filter.ValuesTableFilter
Decides whether a particular row of a JTable will be filtered.
filter - Variable in class com.sciapp.table.search.TableSearch
The filter being used.
FILTER_OPTION - Static variable in class com.sciapp.treetable.dir.DirectoryTreeTable
int mask that defines filtering
filterButton - Variable in class com.sciapp.filter.FilterTablePanel
a button that when clicked, fires the filter event.
filterCancelled() - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.sciapp.filter.tree.LevelFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.sciapp.filter.tree.NodeFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterData() - Method in class com.sciapp.table.FilterTableModel
Filters the data of the table.
filteredColor - Variable in class com.sciapp.filter.DefaultFilterRenderer
the color of the arrow for a column that has filters
filteredColor - Variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
the color of the arrow for a column that has filters
filterHeader - Variable in class com.sciapp.filter.FilterHeaderModel
The header that is installed on the table.
filterHeader - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
The header that is installed on the table.
FilterHeaderCallback - Interface in com.sciapp.filter
This interface defines a method that is called when a mouse event is detected on the table's header.
FilterHeaderModel - Class in com.sciapp.filter
FilterHeaderModel is used to provide real-time row filtering via a component that is installed on the table header.
FilterHeaderModel() - Constructor for class com.sciapp.filter.FilterHeaderModel
Constructs a FilterHeaderModel.
filterIterator() - Method in class com.sciapp.filter.FilterHeaderModel
Returns an iterator of the table filters that are installed, in the order they first appeared on the header.
filterLabel - Variable in class com.sciapp.filter.DateVisualFilter
the label between the filter options combo box and the expression
filterLabel - Variable in class com.sciapp.filter.NumericalVisualFilter
the label between the filter options combo box and the expression
filterLabel - Variable in class com.sciapp.filter.StringVisualFilter
the label between the filter options combo box and the expression
filterListenerList - Variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the list of filter treemodel listeners.
FilterListModel - Interface in com.sciapp.table
This interface defines a method for retrieving the unfiltered tablemodel that the FilterListModel filters.
filterMode - Variable in class com.sciapp.filter.FilterHeaderModel
The mode that is being employed to populate the available filter expressions.
filterMode - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
The mode that is being employed to populate the available filter expressions.
filterMode - Variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the current filter mode
filterModel - Variable in class com.sciapp.filter.FilterHeaderModel
The filtermodel that will be used to propagate the filter events.
FilterModel - Class in com.sciapp.filter
FilterModel defines the methods that will be used by objects that will normally filter the data of tables.
FilterModel() - Constructor for class com.sciapp.filter.FilterModel
Creates a FilterModel object.
filterModel - Variable in class com.sciapp.filter.FilterTablePanel
the filter model of the FilterTablePanel that forwards filter notification events to the listeners (normally a FilterTableModel).
filterModel - Variable in class com.sciapp.filter.VisualFilter
the filter model
FilterModelEvent - Class in com.sciapp.event
An event used to filter the rows of a JTable.
FilterModelEvent(Object, TableFilter) - Constructor for class com.sciapp.event.FilterModelEvent
Constructs a FilterModelEvent object.
FilterModelListener - Interface in com.sciapp.event
FilterModelListener is the listener that is notified when filtering of the row data of a JTable has been requested.
filterModelListeners - Variable in class com.sciapp.filter.FilterModel
The listenerlist of FilterModelListeners.
filterOn - Variable in class com.sciapp.filter.FilterTablePanel
a checkbox that shows if the filter displayed is active or not.
FilterRenderer - Interface in com.sciapp.filter
FilterRenderer defines methods for displaying a filterable header component and also for determining the start of a filter action on a column.
filterRenderer - Variable in class com.sciapp.filter.PopupFilterHeaderModel
the filter renderer displaying the filterable header component
filtersCleared() - Method in interface com.sciapp.event.FilterTreeTableModelListener
Called whenever all table filters of a FilterTreeTableModel were removed.
filterSelected(JList, int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Called as soon as the user has selected a value from the popup menu.
FilterTableHeader - Class in com.sciapp.filter
FilterTableHeader overrides processMouseEvent in order to forward all mouse events, generated on the header, to the callback instance.
FilterTableHeader() - Constructor for class com.sciapp.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableHeader(FilterHeaderCallback) - Constructor for class com.sciapp.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableHeader(TableColumnModel) - Constructor for class com.sciapp.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableHeader(TableColumnModel, FilterHeaderCallback) - Constructor for class com.sciapp.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableModel - Class in com.sciapp.table
FilterTableModel offers filtering capabilities to a table.
FilterTableModel(ListTableModel) - Constructor for class com.sciapp.table.FilterTableModel
Constructs a FilterTableModel having tableModel as the underlying ListTableModel holding the tabular data.
FilterTablePanel - Class in com.sciapp.filter
FilterTablePanel is a panel through which filter events are propagated to a FilterTableModel.
FilterTablePanel(String[]) - Constructor for class com.sciapp.filter.FilterTablePanel
Constructs a FilterTablePanel with fields as the fields that we are able to filter.
FilterTablePanel(String[], Class[]) - Constructor for class com.sciapp.filter.FilterTablePanel
Constructs a FilterTablePanel with fields as the fields that we are able to filter and classes as the corresponding classes of each field.
FilterTablePanel(TableModel) - Constructor for class com.sciapp.filter.FilterTablePanel
Constructs a FilterTablePanel by quering tableModel for the filtering fields and the corresponding classes.
filterTreeTableModel - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
The FilterTreeTableModel that will be used to process the filter events.
FilterTreeTableModel - Interface in com.sciapp.treetable
FilterTreeTableModel is an interface that a treetable model with filtering capabilities should implement.
FilterTreeTableModelEvent - Class in com.sciapp.event
An event that is sent whenever filters of a FilterTreeTableModel are added or removed.
FilterTreeTableModelEvent(FilterTreeTableModel, TableFilter, int) - Constructor for class com.sciapp.event.FilterTreeTableModelEvent
Constructs a FilterTreeTableModelEvent object.
FilterTreeTableModelEvent(FilterTreeTableModel, TableFilter, Object) - Constructor for class com.sciapp.event.FilterTreeTableModelEvent
Constructs a FilterTreeTableModelEvent object.
FilterTreeTableModelListener - Interface in com.sciapp.event
FilterTreeTableModelListener is the listener that is notified every time table filters of a FilterTreeTableModel are added or removed.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.sciapp.filter.tree.NodeFilterMapper
Method called when available filter expressions are made available to the user.
findLabel - Variable in class com.sciapp.table.search.AbstractSearchPanel
the find label
findTreeNode(Object, int) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Returns the tree node that is found to be equal to comparison at the specified level.
fireApplyFilter(FilterModelEvent) - Method in class com.sciapp.filter.FilterModel
Forwards the given notification event to all FilterModelListeners that registered themselves as listeners for this filter model.
fireApplyLevelFilter(FilterTreeTableModelEvent) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Notifies listeners that a filter has been assigned at a node level.
fireApplyNodeFilter(FilterTreeTableModelEvent) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Notifies listeners that a filter has been assigned at a node.
fireClearFilters() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Notifies listeners that all filters have been removed.
fireColumnAdded(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnAdded(TableColumnModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnMarginChanged() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnMoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnSelectionChanged(ListSelectionEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Notifies all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireColumnWillBeAdded(TableColumnModelEvent) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Notifies 'veto' listeners that a table column is about to be added.
fireColumnWillBeAdded(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notifies 'veto' listeners that a table column is about to be added.
fireColumnWillBeMoved(TableColumnModelEvent) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Notifies 'veto' listeners that a table column is about to be moved.
fireColumnWillBeMoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notifies 'veto' listeners that a table column is about to be moved.
fireColumnWillBeRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Notifies 'veto' listeners that a table column is about to be removed.
fireColumnWillBeRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Notifies 'veto' listeners that a table column is about to be removed.
fireEditingCanceled() - Method in class com.sciapp.editors.DateEditor
Notifies all listeners that have registered interest for notification on this event type.
fireEditingStopped() - Method in class com.sciapp.editors.DateEditor
Notifies all listeners that have registered interest for notification on this event type.
fireFilter() - Method in class com.sciapp.filter.VisualFilter
Generates and forwards a filter event to the listeners of the filter model.
fireGroupColumnsInserted(GroupTableColumnModelEvent) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Notifies listeners that a group column has been added to the model.
fireGroupColumnsRemoved(GroupTableColumnModelEvent) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Notifies listeners that a group column has been removed from the model.
fireLockedChanged(LockedTableModelEvent) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Notifies listeners that the number of lockable rows/columns has changed.
fireRemoteAction(int) - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Notifies listeners of this RemoteTableModel's status.
fireRemoteAction(int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Notifies listeners of this RemoteTreeTableModel's status.
fireRowsMapped(int[]) - Method in class com.sciapp.table.ListTableMap
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.sciapp.table.ObjectTableModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in interface com.sciapp.table.ReorderModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.sciapp.table.TableMap
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.sciapp.treetable.MutableTreeTableModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.sciapp.treetable.TreeTableModelMap
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsReordered(ReorderEvent) - Method in class com.sciapp.table.ListTableMap
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.sciapp.table.ObjectTableModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in interface com.sciapp.table.ReorderModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.sciapp.table.TableMap
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.MutableTreeTableModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.TreeTableModelMap
Notifies listeners that the rows of the table have been reordered in some way.
fireSearch() - Method in class com.sciapp.table.search.VisualSeeker
Generates and forwards a search model event to the listeners of the search model.
fireSpanCellDeleted(CellSpan) - Method in class com.sciapp.table.span.AbstractSpanModel
Notifies listeners that a cell span has been removed.
fireSpanCellInserted(CellSpan) - Method in class com.sciapp.table.span.AbstractSpanModel
Notifies listeners that a cell span has been inserted.
fireSpanCellsUpdated(CellSpan) - Method in class com.sciapp.table.span.AbstractSpanModel
Notifies listeners that a table's area defined by cellSpan has been updated.
fireSpanChanged(SpanModelEvent) - Method in class com.sciapp.table.span.AbstractSpanModel
Forward the given notification event to all SpanModelListener that registered themselves as listeners for this span model.
fireSpanDataChanged() - Method in class com.sciapp.table.span.AbstractSpanModel
Notifies listeners that the table's cell spans have been updated.
fireTableCellUpdated(int, int) - Method in interface com.sciapp.table.ListTableModel
Notify all listeners that the value of the cell at (row, column) has been updated.
fireTableChanged(TableModelEvent) - Method in class com.sciapp.table.cache.CachedTableModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableChanged(TableModelEvent) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableChanged(TableModelEvent) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableChanged(TableModelEvent) - Method in interface com.sciapp.table.ListTableModel
Forward the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableChanged(TableModelEvent) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableDataChanged() - Method in interface com.sciapp.table.ListTableModel
Notify all listeners that all cell values in the table's rows may have changed.
fireTableRowsDeleted(int, int) - Method in interface com.sciapp.table.ListTableModel
Notify all listeners that rows in the (inclusive) range [firstRow, lastRow] have been deleted.
fireTableRowsInserted(int, int) - Method in interface com.sciapp.table.ListTableModel
Notify all listeners that rows in the (inclusive) range [firstRow, lastRow] have been inserted.
fireTableRowsUpdated(int, int) - Method in interface com.sciapp.table.ListTableModel
Notify all listeners that rows in the (inclusive) range [firstRow, lastRow] have been updated.
fireTableStructureChanged() - Method in interface com.sciapp.table.ListTableModel
Notify all listeners that the table's structure has changed.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeTableStructureChanged(boolean) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fireTreeTableStructureChanged(boolean) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fireTreeTableStructureChanged() - Method in class com.sciapp.treetable.AbstractTreeTableModel
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fireTreeTableStructureChanged(boolean) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fixedRowHeight - Variable in class com.sciapp.table.span.SpanDrawer
flag that indicates whether the drawer will assume that the table has a fixed row height
flip() - Method in class com.sciapp.table.SortState
Flips the sorting order of the SortState.
FloatFilter - Class in com.sciapp.filter
A filter for Float values.
FloatFilter() - Constructor for class com.sciapp.filter.FloatFilter
Constructs a FloatFilter.
FloatFilter(float) - Constructor for class com.sciapp.filter.FloatFilter
Constructs a FloatFilter.
Footer - Interface in com.sciapp.tree
This interface defines the place and number of FooterRows to add to a TreeTableModel.
footer - Variable in class com.sciapp.tree.TreeTableModel
the footer object
footer - Variable in class com.sciapp.treetable.DynamicTreeTableModel
the footer object
Footer - Interface in com.sciapp.treetable
This interface defines the place and number of FooterRows to add to a DynamicTreeTableModel.
footerIndex - Variable in class com.sciapp.tree.FooterRow
the order with which the FooterRow was added to the TreeTable.
footerIndex - Variable in class com.sciapp.treetable.FooterRow
the order with which the FooterRow was added to the TreeTable.
FooterRow - Class in com.sciapp.tree
The FooterRow class corresponds to rows of a TreeTable component that are placed at the bottom of each tree hierarchy.
FooterRow(Object, int, int) - Constructor for class com.sciapp.tree.FooterRow
Constructs a FooterRow object.
FooterRow - Class in com.sciapp.treetable
The FooterRow class corresponds to rows of a TreeTable component that are placed at the bottom of each tree hierarchy.
FooterRow(Object, int, int) - Constructor for class com.sciapp.treetable.FooterRow
Constructs a FooterRow object.
format(TableModel, int, int) - Method in class com.sciapp.table.io.DelimitedExportManager
Returns the value of a specified cell as a string.
format(TableModel, int, int) - Method in class com.sciapp.table.io.XMLExportManager
Returns the value of a specified cell as a string.
formatHeader(String) - Method in class com.sciapp.table.io.DelimitedExportManager
Returns a formatted string of a table's column name.
formatHeader(String) - Method in class com.sciapp.table.io.XMLExportManager
Returns a formatted string of a table's column name.
formatter - Variable in class com.sciapp.renderers.DateRenderer
The date format instance
formatter - Variable in class com.sciapp.renderers.PopupRenderer
The dateformat instance
foundBackgroundColor - Variable in class com.sciapp.table.search.AbstractSearchPanel
the found background color
foundForegroundColor - Variable in class com.sciapp.table.search.AbstractSearchPanel
the found foreground color
fromColumn - Variable in class com.sciapp.table.search.SearchModelEvent
the starting column
fromRow - Variable in class com.sciapp.table.search.SearchModelEvent
the starting row
fromString(String) - Method in class com.sciapp.filter.DoubleFilter
Parses the supplied string to a Number and returns a boolean indicating if the parsing was successful.
fromString(String) - Method in class com.sciapp.filter.FloatFilter
Parses the supplied string to a Number and returns a boolean indicating if the parsing was successful.
fromString(String) - Method in class com.sciapp.filter.IntegerFilter
Parses the supplied string to a Number and returns a boolean indicating if the parsing was successful.
fromString(String) - Method in class com.sciapp.filter.LongFilter
Parses the supplied string to a Number and returns a boolean indicating if the parsing was successful.
fromString(String) - Method in class com.sciapp.filter.NumberFilter
Parses the supplied string to a Number and returns a boolean indicating if the parsing was successful.
functionDefinition - Variable in class com.sciapp.table.db.DefaultPivotTableModel
the database definition for the function columns.

G

GE - Static variable in class com.sciapp.filter.ComparisonFilter
The comparison that tests if a value is more or equal to another.
generalComparator() - Static method in class com.sciapp.comparators.Comparators
Returns a general comparator.
GeneralComparator - Class in com.sciapp.comparators
GeneralComparator compares two objects that implement the Comparable interface.
GeneralComparator() - Constructor for class com.sciapp.comparators.GeneralComparator
 
get(Object) - Method in class com.sciapp.table.cache.AbstractTableCache
Retrieves a value from the cache.
get(Object) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Retrieves a value from the cache.
get(Object) - Method in interface com.sciapp.table.cache.Cache
Retrieves a value from the cache.
get(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Retrieves a value from the cache.
get(Object) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Retrieves a value from the cache.
getAcceptedIndexes() - Method in class com.sciapp.filter.ListTableFilter
Retrieves the row indexes that this table filter will allow.
getAcceptNull() - Method in class com.sciapp.filter.Filter
Returns true if the filter should let null values pass through.
getAddChildForGroup() - Method in class com.sciapp.treetable.ComparableTreeTableModel
Determines whether we want a child node added for every new group created, when adding nodes via the addNode method.
getAggregateCellRenderer(int, int) - Method in class com.sciapp.tree.TreeTable
Returns a TableCellRenderer component that will be used to render the aggregate row specified by row and column.
getAggregateCellRenderer(int, int) - Method in class com.sciapp.treetable.TreeTable
Returns a TableCellRenderer component that will be used to render the aggregate row specified by row and column.
getAggregateObject(Object, int) - Method in interface com.sciapp.treetable.db.DatabaseAggregator
Returns the Object found at column of aggregateObject passed as a parameter.
getAggregateObject(Object, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseAggregator
Returns the Object found at column of aggregateObject passed as a parameter.
getAggregateValue(int, int) - Method in class com.sciapp.tree.AggregateRow
Returns the aggregate value for the row at rowIndex and column at columnIndex.
getAggregateValue(int, int) - Method in class com.sciapp.tree.Aggregator
Calculates and returns the aggregate value for the row at rowIndex and columnIndex.
getAggregateValue(int, int) - Method in class com.sciapp.tree.DefaultCellAggregator
Calculates and returns the aggregate value for the row at rowIndex and columnIndex. For header rows, returns the value of the column under which the children of the header row are grouped or an emptry string if the column was not used to group this node's children.
getAggregateValue(AggregateRow, int) - Method in interface com.sciapp.treetable.Aggregator
Calculates and returns the aggregate value for node at columnIndex.
getAggregateValue(AggregateRow, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseAggregator
Calculates and returns the aggregate value for node at columnIndex.
getAggregateValue(AggregateRow, int) - Method in class com.sciapp.treetable.DefaultCellAggregator
Calculates and returns the aggregate value for node at columnIndex. For header rows, returns the value of the column under which the children of the header row are grouped or an emptry string if the column was not used to group this node's children.
getAggregateValue(AggregateRow, int) - Method in class com.sciapp.treetable.TreeNodeAggregator
Calculates and returns the aggregate value for node at columnIndex. For aggregate rows, returns the value of the column under which the children of the header row are grouped or an emptry string if the column was not used to group this node's children.
getAggregateValue(int) - Method in class com.sciapp.treetable.TreeTableRow
Returns the aggregate value at columnIndex.
getAggregateValueAt(Object, int) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Returns the aggregate value to be displayed for node, at column index column.
getAggregateValues(AggregateRow, int, int) - Method in interface com.sciapp.treetable.db.DatabaseAggregator
Calculates and returns the aggregate values of the children of parent in the range from - to.
getAggregateValues(AggregateRow, int, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseAggregator
Calculates and returns the aggregate values of the children of parent in the range from - to.
getAggregateValues() - Method in class com.sciapp.treetable.TreeTableRow
Returns the aggregate values.
getAggregator(int, int) - Method in class com.sciapp.tree.TreeTableModel
Returns the aggregator at rowIndex and columnIndex.
getAggregator(int) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Returns the aggregator for columnIndex.
getAggregator() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the default database aggregator.
getAggregator(int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the aggregator for columnIndex.
getALL_String() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Returns the string used for the 'ALL' filter selection.
getAllowEditColumn() - Method in class com.sciapp.table.TableAssistant
Determines whether users are able to rename columns in the column dialog.
getAllowFilter() - Method in class com.sciapp.table.FilterTableModel
Determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).
getAllowGroupColumnReordering() - Method in class com.sciapp.table.group.TreeTableHeader
Determines whether group columns can be reordered with the mouse.
getAllowGroupColumnReordering() - Method in class com.sciapp.table.GroupTableHeader
Determines whether group columns can be reordered with the mouse.
getAllowGroupReordering() - Method in class com.sciapp.table.GroupTableHeader
Determines whether columns that are part of a group can be reordered with the mouse.
getAllowReorder() - Method in class com.sciapp.table.TableAssistant
Determines whether users are able to reorder columns in the column dialog.
getAllowSort() - Method in class com.sciapp.table.SortTableModel
Determines whether the model will perform the sorting if the underlying model changes (via updates, deletes or additions).
getAlwaysCreateGroup() - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Returns true if a group node should be used if there is only one child at the this comparator's tree level.
getAlwaysCreateGroup() - Method in class com.sciapp.treetable.TreeNodeComparator
Returns true if a group node should be used if there is only one child at the this comparator's tree level.
getAlwaysCreateGroup() - Method in interface com.sciapp.treetable.TreeTableComparator
Returns true if a group node should be used if there is only one child at the this comparator's tree level.
getAmount() - Method in class com.sciapp.table.locked.LockedTableModelEvent
Returns the number of locked rows/columns at the specified direction.
getArrowButton() - Method in class com.sciapp.filter.DefaultFilterRenderer
Returns the arrow button that is showing when a filter is installed on the column.
getArrowButton() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Deprecated.  
getArrowButton() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Returns the arrow button that is showing when a filter is installed on the column.
getArrowColor() - Method in class com.sciapp.common.gui.ArrowButton
Returns the color of the arrow.
getArrowMode() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Determines the positioning mode of the arrow.
getAscendingButton() - Method in class com.sciapp.table.SortTableButtonRenderer
Returns the button used to render a column sorted in ascending order.
getAutoCreateAllFilters() - Method in class com.sciapp.filter.FilterHeaderModel
Returns the autoCreateAllFilters property value.
getAutoCreateAllFilters() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns the autoCreateAllFilters property value.
getAutoFilter() - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Returns the custom auto filter.
getAutoUpdateWidth() - Method in class com.sciapp.table.ListRowHeader
Returns a flag that is true if the list's width is automatically updated when the contents of the list change.
getBLANKS_String() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Returns the string used for the 'BLANKS' filter selection.
getCache() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Retrieves the cache.
getCacheableModel() - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Returns the cacheable model.
getCallBack() - Method in class com.sciapp.filter.FilterTableHeader
Returns the callback objects.
getCancelButton() - Method in class com.sciapp.filter.auto.AutoFilterDialog
Returns the 'Cancel' button.
getCaseSensitive() - Method in class com.sciapp.filter.StringVisualFilter
Returns a checkbox that is used to denote case(in)sensitivity for the string pattern.
getCaseSensitive() - Method in class com.sciapp.table.search.StringVisualSeeker
Returns a checkbox that is used to denote case(in)sensitivity for the string pattern.
getCellBounds(int, int) - Method in class com.sciapp.table.ListRowHeader
Returns the bounds of the specified range of items in JList coordinates.
getCellEditorValue() - Method in class com.sciapp.editors.DateEditor
Returns the value contained in the editor.
getCellRect(int, int, boolean) - Method in class com.sciapp.table.span.SpanDrawer
Returns a rectangle for the cell that lies at the intersection of row and column, as it has been modified with the use of the span model.
getCellRenderer() - Method in class com.sciapp.component.CheckBoxTree
Returns the current TreeCellRenderer that is rendering each cell.
getCellRenderer(int, int) - Method in class com.sciapp.tree.TreeTable
For aggregate rows, this method returns the result from calling getAggregateCellRenderer.
getCellRenderer(int, int) - Method in class com.sciapp.treetable.TreeTable
For aggregate rows, this method returns the result from calling getAggregateCellRenderer.
getCellResizer() - Method in class com.sciapp.table.AdvancedJTable
Returns the cell resizer associated with this table.
getCellSpan() - Method in class com.sciapp.table.span.SpanModelEvent
Returns the cellspan object of the event.
getCellSpanAt(int, int) - Method in class com.sciapp.table.span.DefaultSpanModel
Returns the cell span for the cell at row and column.
getCellSpanAt(int, int) - Method in interface com.sciapp.table.span.SpanModel
Returns the cell span for the cell at row and column.
getCellSpanAt(int, int) - Method in class com.sciapp.tree.TreeTable.DefaultTreeSpanModel
Returns the cell span for the cell at row and column.
getCellSpanAt(int, int) - Method in class com.sciapp.treetable.TreeTable.DefaultTreeSpanModel
Returns the cell span for the cell at row and column.
getCellValue(Object, int) - Method in class com.sciapp.table.DefaultListTableModel
Returns the Object found at index of row passed as a parameter.
getCellValue(Object, int) - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getCellValue
getCellValue(Object, int) - Method in interface com.sciapp.table.ListTableModel
Returns the Object found at index of row passed as a parameter.
getCellValue(Object, int) - Method in class com.sciapp.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
getCellValue(Object, int) - Method in class com.sciapp.table.ObjectTableModel
Returns the Object found at index of row passed as a parameter.
getCellValue(Object, int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the Object found at index of row passed as a parameter.
getCheckBox() - Method in class com.sciapp.renderers.BooleanRenderer
Returns the internal JCheckBox object used to render the Boolean values.
getCheckBox() - Method in class com.sciapp.renderers.PopupRenderer
Returns the checkbox used to render the Boolean values.
getCheckBoxGap() - Method in class com.sciapp.component.CheckBoxTree
Returns the gap between the checkbox and the node's value.
getCheckBoxSelectionModel() - Method in class com.sciapp.component.CheckBoxTree
Returns the selection model for the tree node's checked state.
getCheckBoxState(TreePath) - Method in class com.sciapp.component.CheckBoxTree
Retrieves the state of the check box for a given path.
getChild(Object, int) - Method in class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getChild(Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Returns the child of parent at index index in the parent's child array. parent must be a node previously obtained from this data source. This should not return null if index is a valid index for parent (that is index >= 0 && index < getChildCount(parent)).
getChild(Object, int) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel
Returns the child of parent at index index in the parent's child array. parent must be a node previously obtained from this data source. This should not return null if index is a valid index for parent (that is index >= 0 && index < getChildCount(parent)).
getChild(Object, int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class com.sciapp.treetable.TreeModelMap
Returns the child of parent at index index in the parent's child array.
getChildAt(int) - Method in class com.sciapp.treetable.db.DatabaseHeaderRow
Returns the child at the specified index in this node's child array.
getChildColumn(GroupTableColumn, int) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Returns the child column of a group column at the specified location.
getChildColumn(GroupTableColumn, int) - Method in interface com.sciapp.table.GroupTableColumnModel
Returns the child column of a group column at the specified location.
getChildColumnCount(GroupTableColumn) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Returns the number of children columns in a group column.
getChildColumnCount(GroupTableColumn) - Method in interface com.sciapp.table.GroupTableColumnModel
Returns the number of children columns in a group column.
getChildCount(Object) - Method in class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getChildCount(Object) - Method in class com.sciapp.table.group.TreeColumnModelMask
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the number of children of parent.
getChildCount() - Method in class com.sciapp.treetable.db.DatabaseHeaderRow
Returns the number of children of this node.
getChildCount(Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns the number of children of parent.
getChildCount(Object) - Method in class com.sciapp.treetable.NodeTreeTableModelMap
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.sciapp.treetable.TreeModelMap
Returns the number of children of parent.
getChildCount(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildIndices() - Method in class com.sciapp.event.GroupTableColumnModelEvent
Returns the values of the child indexes.
getChildren() - Method in class com.sciapp.event.GroupTableColumnModelEvent
Returns the columns that are children of the group column identified by getGroupColumn at the locations specified by getChildIndices.
getClearOnDataChanged() - Method in class com.sciapp.table.FilterTableModel
Determines whether the model will assume that all data have changed when a fireTableDataChanged TableModelEvent has been issued.
getCloseButton() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the close button.
getCollectionForClass(Class) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Returns an empty collection that will be used to fill with available filter expression values.
getCollectionForColumn(int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Returns an empty collection that will be used to fill with available filter expression values.
getColumn() - Method in class com.sciapp.filter.TableFilter
Returns the column to filter.
getColumn() - Method in class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the only column that is shown.
getColumn(Object) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Returns the table column at the specified node.
getColumn(int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the TableColumn object for the column at columnIndex.
getColumn(Object) - Method in class com.sciapp.table.group.TreeColumnModelMask
Returns the table column at the specified node.
getColumn(Object) - Method in interface com.sciapp.table.group.TreeTableColumnModel
Returns the table column at the specified node.
getColumn(Object) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Returns the table column at the specified node.
getColumn(Object) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Returns the table column at the specified node.
getColumn() - Method in class com.sciapp.tree.DefaultTreeTableComparator
Returns the column to use when comparing rows.
getColumn() - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Returns the column to use when comparing rows.
getColumn() - Method in class com.sciapp.treetable.TreeNodeComparator
Returns the column to use when comparing nodes.
getColumnClass(int) - Method in class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.table.AdvancedJTable
Returns the type of the column appearing in the view at column position column.
getColumnClass(int) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.sciapp.table.db.DefaultDatabaseTableDefinition
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getColumnClass
getColumnClass(int) - Method in class com.sciapp.table.ObjectTableModel
Returns the class of the object at column c.
getColumnClass(int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in interface com.sciapp.table.TableDefinition
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.table.TableMap
Returns tableModel.getColumnClass
getColumnClass(int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in interface com.sciapp.treetable.TreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.sciapp.treetable.TreeTableModelMap
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Returns the class of all the cells in the column.
getColumnCount() - Method in class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getColumnCount() - Method in class com.sciapp.table.db.DefaultDatabaseTableDefinition
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.sciapp.table.db.DefaultPivotTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the number of columns in the model.
getColumnCount() - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getColumnCount
getColumnCount() - Method in class com.sciapp.table.ObjectTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns the number of columns.
getColumnCount() - Method in interface com.sciapp.table.TableDefinition
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.table.TableMap
Returns tableModel.getColumnCount
getColumnCount() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns the number of columns.
getColumnCount() - Method in interface com.sciapp.treetable.TreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns the number of columns in the model.
getColumnCount() - Method in class com.sciapp.treetable.TreeTableModelMap
Returns the number of columns.
getColumnCount() - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the number of columns.
getColumnCountFromTree() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the uncached models' column count.
getColumnFromModel(int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the column at columnIndex by delegating to the model.
getColumnFromModel(MutableTreeTableModel, Object) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Returns the column from the mutable treetable model's node passed as argument.
getColumnHeaderValue(int) - Method in class com.sciapp.table.JTableRowHeader
Returns the object to set as the header value for the cell at rowIndex.
getColumnIndex(Object) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns the index of the first column in the table whose identifier is equal to identifier, when compared using equals.
getColumnIndexAtX(int) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns the index of the column that lies on the horizontal point, xPosition; or -1 if it lies outside the any of the column's bounds.
getColumnMargin() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns the width between the cells in each column.
getColumnMargin() - Method in class com.sciapp.table.TableAssistant
Determines the pixels to increase the width of a column by, when it is being automatically resized with the TableAssistant.resizeColumnToHeader(int) or TableAssistant.resizeColumnToContents(int) methods.
getColumnMargin() - Method in class com.sciapp.table.TableCellResizer
Determines the pixels to increase the width of a column by, when it is being automatically resized with the TableCellResizer.resizeColumnToContents(int) method.
getColumnModelEvent() - Method in exception com.sciapp.table.ColumnModelVetoException
Returns the event that was responsible for the exception.
getColumnName(int) - Method in class com.sciapp.table.AdvancedJTable
Returns the name of the column appearing in the view at column position column.
getColumnName(int) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class com.sciapp.table.db.DefaultDatabaseTableDefinition
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ... Z, AA, AB, etc. If column cannot be found, returns an empty string.
getColumnName(int) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ... Z, AA, AB, etc. If column cannot be found, returns an empty string.
getColumnName(int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ... Z, AA, AB, etc. If column cannot be found, returns an empty string.
getColumnName(int) - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getColumnName
getColumnName(int) - Method in class com.sciapp.table.ObjectTableModel
Returns the name of the column at column, which depends on the String array passed in the constructor.
getColumnName(int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in interface com.sciapp.table.TableDefinition
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.table.TableMap
Returns tableModel.getColumnName
getColumnName(int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in interface com.sciapp.treetable.TreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class com.sciapp.treetable.TreeTableModelMap
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnPopup() - Method in class com.sciapp.table.TableAssistant
Returns the popup menu displayed.
getColumnPopupOrder() - Method in class com.sciapp.table.TableAssistant
Retrieves the mode according to which, columns in the column popup will be ordered.
getColumnPositions(TableColumn[], boolean[]) - Method in class com.sciapp.table.TableAssistant
Retrieves the position in the column popup for columns.
getColumnResizingEnabled() - Method in class com.sciapp.table.TableCellResizer
Determines whether column resizing is enabled.
getColumns() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns an Enumeration of all the columns in the model.
getColumns() - Method in class com.sciapp.table.ObjectTableModel
Returns a clone of the String array of table column names.
getColumnSelectionAllowed() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns true if columns may be selected.
getColumnShowing() - Method in class com.sciapp.filter.FilterHeaderModel
Returns the column that is currently showing available filter expressions.
getColumnShowing() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns the column that is currently showing available filter expressions.
getColumnSpan() - Method in class com.sciapp.table.span.CellSpan
Returns the number of columns this cell spans.
getColumnValue(Object) - Method in class com.sciapp.table.db.DefaultPivotDefinition
Returns the value to display on the table for this pivot column having pivotValue as its value.
getColumnValue(Object) - Method in interface com.sciapp.table.db.PivotDefinition
Returns the value to display on the table for this pivot column having pivotValue as its value.
getColumnWidth() - Method in class com.sciapp.table.JTableRowHeader
Returns the width of each cell in the row header.
getComboBox() - Method in class com.sciapp.editors.TableComboBoxEditor
Returns the combobox that contains the possible editor values.
getComboBox() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Returns the combo box whose popup menu is displayed when the arrow button is pressed.
getComboBox() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Returns the combo box whose popup menu is displayed when the arrow button is pressed.
getComparator(int) - Method in class com.sciapp.table.SortTableModel
Returns an appropriate comparator for the objects under the column defined by column.
getComparison() - Method in class com.sciapp.filter.ComparisonFilter
Returns the comparison mode.
getComponent() - Method in class com.sciapp.common.gui.DndSupport
Returns the component for which drag and drop is enabled.
getComponentAtPoint(Point) - Method in class com.sciapp.table.AdvancedTableHeader
Returns the component that is painted on the header at the point p.
getCondition() - Method in class com.sciapp.filter.BooleanFilter
Returns the boolean value the supplied objects are matched against.
getContainsViewable() - Method in class com.sciapp.table.AdvancedJScrollPane
Determines whether the scrollpane is configured to use a viewable resizer.
getCurrentTheme() - Method in class com.sciapp.common.gui.SkinManager
Returns the current theme.
getCUSTOM_String() - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Returns the string used for the 'CUSTOM' filter selection.
getDatabaseColumn(int) - Method in interface com.sciapp.table.db.DatabaseTableDefinition
Returns the name of the column at columnIndex as it exists in the database.
getDatabaseColumn(int) - Method in class com.sciapp.table.db.DefaultDatabaseTableDefinition
Returns the name of the column at columnIndex as it exists in the database.
getDatabaseDefinition() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
 
getDataRow(int) - Method in class com.sciapp.tree.TreeTableModel
Returns the index that corresponds to the object of the ListTableModel that holds the actual tabular data, that is found at row rowIndex.
getDataRow(TreeTableRow) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the index that corresponds to the object of the ListTableModel that holds the actual tabular data, for the node node.
getDataRows(int) - Method in class com.sciapp.tree.TreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow found at row rowIndex.
getDataRows(TreeTableRow) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow for the node node.
getDate() - Method in class com.sciapp.filter.DateFilter
Returns the current date expression of the filer.
getDateChooser() - Method in class com.sciapp.editors.DateEditor
Returns the date chooser that is shown to the user.
getDateChooser() - Method in class com.sciapp.filter.DateVisualFilter
Returns the date chooser that is shown to the user.
getDateComparator() - Method in class com.sciapp.filter.DateFilter
Returns the date comparator that is used when filtering.
getDateFormat() - Method in class com.sciapp.filter.DateVisualFilter
Returns the dateformat object associated with this date visual filter.
getDateFormat() - Method in class com.sciapp.renderers.DateRenderer
Returns the internal DateFormat object used to render the Dates.
getDateFormat() - Method in class com.sciapp.renderers.PopupRenderer
Returns the date formatter object used to render Date values.
getDateFormat() - Method in class com.sciapp.table.search.DateVisualSeeker
Returns the dateformat object associated with this date visual seeker.
getDateFromGUI() - Method in class com.sciapp.editors.JDateChooser
Returns a calendar object which is initialized to the selected values shown on the datechooser panel.
getDefaultAggregateRenderer(Class) - Method in class com.sciapp.tree.TreeTable
Returns the renderer responsible for drawing an aggregate's row column of class specified by columnClass.
getDefaultAggregateRenderer(Class) - Method in class com.sciapp.treetable.TreeTable
Returns the renderer responsible for drawing an aggregate's row column of class specified by columnClass.
getDefaultAggregator() - Method in class com.sciapp.tree.TreeTableModel
Returns the default aggregator that will be used to compute values for the aggregate rows of the model.
getDefaultAggregator() - Method in class com.sciapp.treetable.AggregateTreeTableModel
Returns the default aggregator that will be used to compute values for the aggregate rows of the model.
getDefaultAggregator() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the default aggregator that will be used to compute values for the aggregate rows of the model.
getDefaultColumn() - Method in class com.sciapp.table.search.TableSearch
Returns the default column to search upon or ALL_COLUMNS.
getDefaultComparator(Class) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.sciapp.table.SortTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.sciapp.tree.TreeTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultFilter(Class) - Method in class com.sciapp.filter.FilterHeaderModel
Returns the filter to use for the class defined by columnClass.
getDefaultFilter(int) - Method in class com.sciapp.filter.FilterTablePanel
Returns the visual filter to use for the value at field.
getDefaultFilter(Class) - Method in class com.sciapp.filter.FilterTablePanel
Returns the visual filter to use for the class defined by columnClass.
getDefaultFilter(Class) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns the filter to use for the class defined by columnClass.
getDefaultFilter() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Determines the default filter.
getDefaultGroupRenderer(int) - Method in class com.sciapp.table.GroupTableHeader
Returns the default renderer at the specified level used when no header renderer is defined by a GroupTableColumn.
getDefaultHeaderCursor() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.sciapp.table.group.TreeTableHeader
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.sciapp.table.SortTableModel
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.sciapp.table.TableAssistant
Retrieves the default header's cursor.
getDefaultLevelBackground() - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Return the default background color for aggregate rows
getDefaultLevelBackground() - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Return the default background color for aggregate rows
getDefaultLevelForeground() - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Return the default foreground color for aggregate rows
getDefaultLevelForeground() - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Return the default foreground color for aggregate rows
getDefaultMode() - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Determines the default mode for a column if an association has not been explicitly made.
getDefaultRenderer() - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Return the renderer this DefaultAggregateRenderer instance is associated with.
getDefaultRenderer() - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Return the renderer this DefaultAggregateRenderer instance is associated with.
getDefaultRowRenderer() - Method in class com.sciapp.table.JTableRowHeader
Returns the default row renderer used.
getDefaultSeeker(int) - Method in class com.sciapp.table.search.SearchTablePanel
Returns the visual seeker to use for the value at field.
getDefaultSeeker(Class) - Method in class com.sciapp.table.search.SearchTablePanel
Returns the visual seeker to use for the class defined by columnClass.
getDefaultView() - Method in class com.sciapp.table.DefaultViewableModel
Returns the default viewable object.
getDelayed() - Method in class com.sciapp.table.group.TreeTableHeader
Returns true if events received from the treemodel are to be added to the swing event queue.
getDelayed() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns true if events received from the treemodel are to be added to the swing event queue.
getDelimiter() - Method in class com.sciapp.table.io.DelimitedExportManager
Returns the current delimiter.
getDepth() - Method in class com.sciapp.table.GroupTableColumn
Returns the depth of the model rooted at this group column: the longest distance from this group column that ends to a simple TableColumn.
getDescendingButton() - Method in class com.sciapp.table.SortTableButtonRenderer
Returns the button used to render a column sorted in descending order.
getDialog() - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Returns the dialog to show when a custom filter is selected.
getDirection() - Method in class com.sciapp.common.gui.ArrowButton
Returns the direction of the arrow.
getDirection() - Method in class com.sciapp.table.locked.LockedTableModelEvent
Returns the side that the locked row or column belongs to.
getDirectoryTreeTableModel() - Method in class com.sciapp.treetable.dir.DirectoryTreeTable
Returns the internal directory treetablemodel instance.
getDraggedDistance() - Method in class com.sciapp.table.AdvancedTableHeader
Returns the column's horizontal distance from its original position, if and only if, a drag is in process.
getEditable() - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Determines whether the model is editable.
getEditingRow() - Method in class com.sciapp.table.AdvancedJTable
This method has been overriden in order to take into account the presence of the span model.
getEditingRow() - Method in class com.sciapp.tree.TreeTable
This method has been overriden in order to take into account the presence of the span model.
getEditingRow() - Method in class com.sciapp.treetable.TreeTable
This method has been overriden in order to take into account the presence of the span model.
getEditMode() - Method in class com.sciapp.table.AdvancedJTable
Determines the behaviour of the table when it is being edited and its model changes.
getEditOffset(int) - Method in class com.sciapp.treetable.TreeTable
Returns an offset to displace the tree column by, when that cell is being edited.
getEvenColor() - Method in class com.sciapp.renderers.DefaultRenderer
Returns the color used to paint the even rows of the table.
getEvenColor() - Method in class com.sciapp.table.styles.DefaultStyle
Returns the color used to paint the even rows of the table.
getExpression() - Method in class com.sciapp.filter.DateVisualFilter
Returns a textfield that is used to display and allow input of the date pattern.
getExpression() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns a textfield that is used to display and allow input of the numerical pattern.
getExpression() - Method in class com.sciapp.filter.StringVisualFilter
Returns a textfield that is used to display and allow input of the string pattern.
getExpression() - Method in class com.sciapp.table.search.DateVisualSeeker
Returns a textfield that is used to display and allow input of the date pattern.
getExpression() - Method in class com.sciapp.table.search.NumericalVisualSeeker
Returns a textfield that is used to display and allow input of the numerical pattern.
getExpression() - Method in class com.sciapp.table.search.StringVisualSeeker
Returns a textfield that is used to display and allow input of the string pattern.
getFactory() - Method in class com.sciapp.table.GroupTableHeader
Returns the factory that is used to create a new table cell renderer for a group column.
getField() - Method in class com.sciapp.table.SortState
Returns the field that corresponds to the view index of the table column.
getFieldBox() - Method in class com.sciapp.filter.FilterTablePanel
Returns a combobox that contains the fields that we are able to filter.
getFieldBox() - Method in class com.sciapp.table.search.SearchTablePanel
Returns a combobox that contains the fields that we are able to search.
getFieldBoxOptions() - Method in class com.sciapp.filter.BooleanVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.sciapp.filter.DateVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.sciapp.filter.StringVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.sciapp.table.search.BooleanVisualSeeker
Returns a combobox containing the searcb options.
getFieldBoxOptions() - Method in class com.sciapp.table.search.DateVisualSeeker
Returns a combobox containing the search options.
getFieldBoxOptions() - Method in class com.sciapp.table.search.NumericalVisualSeeker
Returns a combobox containing the search options.
getFieldBoxOptions() - Method in class com.sciapp.table.search.StringVisualSeeker
Returns a combobox containing the search options.
getFile() - Method in class com.sciapp.treetable.dir.FileRow
Returns the file associated with this FileRow.
getFilter() - Method in class com.sciapp.filter.BooleanVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.sciapp.filter.DateVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter(int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns a filter object for the column with model index index.
getFilter() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.sciapp.filter.StringVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.sciapp.filter.TableFilter
Returns the filter that will be used.
getFilter(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns a filter object for the column with view index viewIndex.
getFilter() - Method in class com.sciapp.filter.VisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.sciapp.table.search.TableSearch
Returns the associated filter.
getFilterableComponent(JTable, Object, boolean, boolean, int, int, int, PopupFilterHeaderModel, TableCellRenderer) - Method in class com.sciapp.filter.DefaultFilterRenderer
Returns the component used for drawing the filterable header column.
getFilterableComponent(JTable, Object, boolean, boolean, int, int, int, PopupFilterHeaderModel, TableCellRenderer) - Method in interface com.sciapp.filter.FilterRenderer
Returns the component used for drawing the filterable header column.
getFilterAtLevel(int) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Retrieves the TableFilter that is assigned at the node level identified by level.
getFilterAtLevel(int) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Retrieves the TableFilter that is assigned at the node level identified by level.
getFilterAtNode(Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Retrieves the TableFilter that is assigned for the node identified by node.
getFilterAtNode(Object) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Retrieves the TableFilter that is assigned for the node identified by node.
getFilterButton() - Method in class com.sciapp.filter.FilterTablePanel
Returns a button that when clicked, fires the filter event.
getFilteredColor() - Method in class com.sciapp.filter.DefaultFilterRenderer
Determines the color of the arrow button for columns that have filters.
getFilteredColor() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Determines the color of the arrow button for columns that have filters.
getFilteredColumns() - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Returns an array of the columns that have filters.
getFilteredColumns() - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Returns an array of the columns that have filters.
getFilteredColumns() - Method in class com.sciapp.filter.tree.LevelFilterMapper
Returns an array of the columns that have filters.
getFilteredColumns() - Method in class com.sciapp.filter.tree.NodeFilterMapper
Returns an array of the columns that have filters.
getFilteredIndexes() - Method in class com.sciapp.table.FilterTableModel
Returns an int array showing the relation between the original and the filtered data.
getFilterLabel() - Method in class com.sciapp.filter.DateVisualFilter
Returns a label between the filter options combo box and the expression textfield.
getFilterLabel() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns a label between the filter options combo box and the expression textfield.
getFilterLabel() - Method in class com.sciapp.filter.StringVisualFilter
Returns a label between the filter options combo box and the expression textfield.
getFilterMapper() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Creates the assigned column filter mapper that will be used to install and uninstall the column filters.
getFilterMode() - Method in class com.sciapp.filter.FilterHeaderModel
Returns the mode that is being employed to populate the available filter expressions.
getFilterMode() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns the mode that is being employed to populate the available filter expressions.
getFilterMode() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Determines the filtering mode.
getFilterModel() - Method in class com.sciapp.filter.FilterHeaderModel
Returns the filter model that is used to propagate the filter events.
getFilterModel() - Method in class com.sciapp.filter.FilterTablePanel
Returns the filter model.
getFilterModel() - Method in class com.sciapp.filter.VisualFilter
Returns the filter model.
getFilterOn() - Method in class com.sciapp.filter.FilterTablePanel
Returns a checkbox that shows if the filter displayed is active or not.
getFilterOnKey() - Method in class com.sciapp.filter.VisualFilter
Returns a boolean value that if true, filter events are fired whenever a key press is detected on a text field, otherwise the user must press the Enter key for this to happen.
getFilterOrder(int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns the order in which the filter expression was selected.
getFilterPattern() - Method in class com.sciapp.filter.BlockFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.BooleanFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.DateFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.Filter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.NumberFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.PassFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.StringFilter
Returns the object used as the filter pattern.
getFilterRenderer() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Retrieves the filter renderer that will be used to display the filterable header component.
getFilterTableModel() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Returns the internal filter tablemodel instance.
getFilterTableModel() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the internal filter tablemodel instance.
getFilterTableModel() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Returns the internal filter tablemodel instance.
getFilterTreeTableModel() - Method in class com.sciapp.treetable.dir.DirectoryTreeTable
Returns the internal filter treetablemodel instance.
getFilterValue(int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns the object that is used as the filter expression for the column at c.
getFilterValues(int, Collection) - Method in class com.sciapp.filter.FilterHeaderModel
Returns a collection filled with the objects that will be available to be selected as filter expressions for the specified column and the current filter mode.
getFilterValues(int, Collection, int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns a collection filled with the objects that will be available to be selected as filter expressions for the specified column and mode.
getFilterValuesFromModel(int, Collection) - Method in class com.sciapp.filter.FilterHeaderModel
Returns a collection filled with the objects that will be available to be selected as filter expressions for the specified column and the current filter mode.
getFilterValuesFromModel(int, Collection, int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns a collection filled with the objects that will be available to be selected as filter expressions for the specified column and mode.
getFindLabel() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the find label.
getFixedRowHeight() - Method in class com.sciapp.table.span.SpanDrawer
Determines whether the drawer will assume that the table has a fixed row height.
getFlatValueAt(Object, int) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Returns the non-aggregate value to be displayed for node, at column index column.
getFooter() - Method in class com.sciapp.tree.TreeTableModel
Returns the footer associated with this TreeTableModel instance.
getFooter() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the footer associated with this TreeTableModel instance.
getFooterIndex() - Method in class com.sciapp.tree.FooterRow
Returns the order with which the FooterRow was added to the TreeTable.
getFooterIndex() - Method in class com.sciapp.treetable.FooterRow
Returns the order with which the FooterRow was added to the TreeTable.
getFooterSize(TreeTableRow) - Method in interface com.sciapp.tree.Footer
Returns the number of FooterRows to add below a TreeTableRow specified by row.
getFooterSize(TreeTableRow) - Method in interface com.sciapp.treetable.Footer
Returns the number of FooterRows to add below a TreeTableRow specified by row.
getFoundBackgroundColor() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the background color of the search text field if the search string is found.
getFoundForegroundColor() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the foreground color of the search text field if the search string is found.
getFromColumn() - Method in class com.sciapp.table.search.SearchModelEvent
Returns the search starting column or NEXT_COLUMN.
getFromRow() - Method in class com.sciapp.table.search.SearchModelEvent
Returns the search starting row or NEXT_ROW.
getFunction(int, int) - Method in class com.sciapp.table.db.DefaultMeasureDefinition
Returns the function that exists for column at index.
getFunction(int, int) - Method in interface com.sciapp.table.db.MeasureDefinition
Returns the function that exists for column at index.
getGroupColumn() - Method in class com.sciapp.event.GroupTableColumnModelEvent
Returns the parent group column of the columns that have been added or removed.
getGroupColumn(TableColumn) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Returns the parent group column of the specified column.
getGroupColumn(TableColumn) - Method in interface com.sciapp.table.GroupTableColumnModel
Returns the parent group column of the specified column.
getGroupColumn(TableColumn) - Method in class com.sciapp.table.GroupTableHeader
Returns the parent group column of the specified column.
getGroupColumnModel() - Method in class com.sciapp.table.GroupTableHeader
Returns the group column model.
getGroupColumns(int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the column or columns that this level is grouped by.
getGroupCriteria(TreeTableRow) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns a clause that identifies the criteria for the supplied node.
getGroupingColumns() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the group columns as a list array.
getGroupingEnabled() - Method in class com.sciapp.table.TableAssistant
Determines whether users are able to group/ungroup columns in the column dialog.
getGroupLevel(Component) - Method in class com.sciapp.table.GroupTableHeader
Returns the group level of the component passed as argument.
getHeader(TableModel) - Method in class com.sciapp.table.io.DelimitedExportManager
Returns the table model header.
getHeight() - Method in class com.sciapp.table.GroupTableColumn
Retrieves the height of the group column, as it appears in the header.
getHidePopupOnSelection() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Determines whether the popup menu will be hidden after a selection is made.
getHighLightButton() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the highlight button.
getIcon() - Method in class com.sciapp.treetable.dir.FileRow
Returns the icon associated with this FileRow.
getIconHeight() - Method in class com.sciapp.component.PartialIcon
Returns the icon's height.
getIconHeight() - Method in class com.sciapp.table.BlankIcon
Returns the icon's height.
getIconWidth() - Method in class com.sciapp.component.PartialIcon
Returns the icon's width.
getIconWidth() - Method in class com.sciapp.table.BlankIcon
Returns the icon's width.
getIgnoreTime() - Method in class com.sciapp.comparators.DateComparator
Returns a boolean which is true if the date comparator is set to ignore time differences.
getIgnoreTime() - Method in class com.sciapp.filter.DateVisualFilter
Returns a checkbox that is used to show whether time differences should be considered when filtering.
getIgnoreTime() - Method in class com.sciapp.table.search.DateVisualSeeker
Returns a checkbox that is used to show whether time differences should be considered when searching.
getIndexOfChild(Object, Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Returns the index of child in parent. If parent is null or child is null, returns -1.
getIndexOfChild(Object, Object) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel
Returns the index of child in parent. If parent is null or child is null, returns -1.
getIndexOfChild(Object, Object) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class com.sciapp.treetable.TreeModelMap
Returns the index of child in parent.
getIndexOfChildColumn(GroupTableColumn, TableColumn) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Returns the index of a child column in its parent group column.
getIndexOfChildColumn(GroupTableColumn, TableColumn) - Method in interface com.sciapp.table.GroupTableColumnModel
Returns the index of a child column in its parent group column.
getInnerModel() - Method in class com.sciapp.table.ListTableMap
In a chain of ListTableMaps, this method returns the inner most tablemodel that is not an instanceof ListTableMap.
getInnerTreeTableModel() - Method in class com.sciapp.treetable.TreeTableModelMap
In a chain of TreeTableModelMaps, this method returns the inner most treetable model that is not an instanceof TreeTableModelMap.
getKeepSelectedDate() - Method in class com.sciapp.editors.JDateChooser
Determines whether the selected date should be kept, when changing the month or year.
getLastMatchingColumn() - Method in interface com.sciapp.table.search.Search
Returns the matched column from the last search.
getLastMatchingColumn() - Method in class com.sciapp.table.search.TableSearch
Returns the matched column from the last search.
getLevel() - Method in class com.sciapp.event.FilterTreeTableModelEvent
Returns the tree level at which a table filter was installed.
getLevel() - Method in class com.sciapp.table.GroupTableColumn
Returns the number of levels above this group column: the distance from the root column to this column.
getLevel(int) - Method in class com.sciapp.tree.TreeTableModel
Returns the level of the TreeTableRow object at rowIndex below the root node of the tree structure of the model.
getLevelBackGround(int, int, int) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Returns a color to be set as the background color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelBackGround(int, int, int) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Returns a color to be set as the background color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelCount() - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Determines the number of stacked columns that will be shown.
getLevelForeground(int, int, int) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Returns a color to be set as the foreground color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelForeground(int, int, int) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Returns a color to be set as the foreground color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelForNode(Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Determines the level of the supplied node.
getLevelMapper() - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Returns the mapper used for presenting distinct values on each tree level.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.sciapp.renderers.PopupRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.sciapp.table.DefaultListRowHeaderRenderer
Return a component that has been configured to display the specified value.
getListeners(Class) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns an array of all the objects currently registered as the listener type upon this model.
getListValue(int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns the object that is used as a label to identify the filter that is installed on the column at c.
getLockedColumns(int) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Returns the locked columns at the top or bottom of the table.
getLockedColumns(int) - Method in interface com.sciapp.table.locked.LockedTableModel
Returns the locked columns at the top or bottom of the table.
getLockedModel() - Method in class com.sciapp.table.AdvancedJScrollPane
Returns the locked table model.
getLockedRows(int) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Returns the locked rows at the left or right of the table.
getLockedRows(int) - Method in interface com.sciapp.table.locked.LockedTableModel
Returns the locked rows at the left or right of the table.
getMainComponent() - Method in class com.sciapp.filter.DefaultFilterRenderer
Returns the main wrapped component.
getMainComponent() - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Returns the main wrapped component.
getMainComponent() - Method in class com.sciapp.table.WrapperCellRendererPane
Returns the main wrapped component.
getMainComponent(Component) - Static method in class com.sciapp.table.WrapperCellRendererPane
Returns the main component of the wrapper.
getMappedIndexes(Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Returns an array representing how the nodes' children have been transformed.
getMappedIndexes(Object) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel
Returns an array representing how the nodes' children have been transformed.
getMappedIndexes(Object) - Method in class com.sciapp.treetable.TreeTableModelMap
Returns an array representing how the nodes' children have been transformed.
getMapper(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Determines the mapper that will be used for a column.
getMaskedNode(Object) - Method in class com.sciapp.table.group.TreeColumnModelMask
Returns the enclosed node of the underlying model, that node represents.
getMaskedNode(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the enclosed node of the underlying model, that node represents.
getMaxColumns() - Method in class com.sciapp.table.TableAssistant
Returns the maximum number of columns that the column popup is going to display.
getMaximumGroups() - Method in class com.sciapp.tree.GroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumGroups() - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumGroups() - Method in class com.sciapp.treetable.GroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumGroups() - Method in class com.sciapp.treetable.NodeGroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumSize() - Method in class com.sciapp.common.gui.ArrowButton
 
getMinimumSize() - Method in class com.sciapp.common.gui.ArrowButton
 
getMinResizeHeight() - Method in class com.sciapp.table.Viewable
Returns the minimum resize height.
getMinResizeWidth() - Method in class com.sciapp.table.Viewable
Returns the minimum resize width.
getMinRowHeight() - Method in class com.sciapp.table.TableCellResizer
Determines the minimum row height a row is allowed to be resized to.
getMode() - Method in class com.sciapp.filter.StringFilter
Returns the mode of this StringFilter.
getMode() - Method in class com.sciapp.table.search.SearchModelEvent
Returns the search mode.
getMode() - Method in class com.sciapp.table.search.TableSearch
Returns the current search mode.
getMode() - Method in class com.sciapp.treetable.UniqueTreeTableModel
Determines the mode that is used to build the level structure.
getModel() - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Retrieves the tree model.
getModel() - Method in class com.sciapp.table.ListTableMap
Returns the underlying ListTableModel model
getModel() - Method in class com.sciapp.table.TableMap
Returns the underlying TableModel instance.
getModel() - Method in class com.sciapp.tree.Aggregator
Returns the associated TreeTableModel instance.
getModel() - Method in class com.sciapp.tree.GroupingPanel
Returns the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
getModel() - Method in class com.sciapp.tree.TreeTableComparator
Returns the associated TreeTableModel instance.
getModel() - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Returns the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
getModel() - Method in class com.sciapp.treetable.DefaultCellAggregator
Returns the associated dynamic treetable model instance.
getModel() - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Returns the associated dynamic treetable model instance.
getModel() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the underlying ListTableModel model
getModel() - Method in class com.sciapp.treetable.GroupingPanel
Returns the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
getModel() - Method in class com.sciapp.treetable.NodeGroupingPanel
Returns the TreeTableModel that is used to add/remove TreeNodeComparators.
getModel() - Method in class com.sciapp.treetable.TreeNodeAggregator
Returns the associated aggregate treetable model instance.
getModel() - Method in class com.sciapp.treetable.TreeNodeComparator
Returns the associated comparable treetable model instance.
getModelIndex() - Method in class com.sciapp.tree.TreeTableRow
Returns the index of the object in the data list of a ListTableModel that this TreeTableRow is associated with.
getModelIndex() - Method in class com.sciapp.treetable.TreeTableRow
Returns the model index attribute which can be used for various purposes in this library.
getModelIndexesUnderRow(int, boolean) - Method in class com.sciapp.tree.TreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow found at row row.
getModelIndexesUnderRow(TreeTableRow, boolean) - Method in class com.sciapp.tree.TreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow row.
getModelIndexesUnderRow(TreeTableRow, boolean) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow row.
getMoreDialog() - Method in class com.sciapp.table.TableAssistant
Returns an instance of the 'More...' dialog.
getName() - Method in class com.sciapp.treetable.dir.FileRow
Returns the name associated with this FileRow.
getNewEditRow() - Method in class com.sciapp.table.TableReorder
Determines the displaced row index of the table's editing row, after a model update.
getNewEditRow() - Method in class com.sciapp.treetable.DefaultTreeTableReorder
Determines the displaced row index of the table's editing row, after a model update.
getNextButton() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the next button.
getNode() - Method in class com.sciapp.event.FilterTreeTableModelEvent
Returns the node at which a table filter was installed.
getNodeLevel() - Method in class com.sciapp.treetable.DefaultTreeNodeEnumeration
Returns the level of the node that has been previously returned by the nextElement method.
getNodeLevel() - Method in interface com.sciapp.treetable.TreeNodeEnumeration
Returns the level of the node that has been previously returned by the nextElement method.
getNodeMapper() - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Returns the mapper used for presenting every node of a tree.
getNodes() - Method in class com.sciapp.filter.tree.NodeTableFilter
Returns a list of accepted nodes.
getNON_BLANKS_String() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Returns the string used for the 'NON BLANKS' filter selection.
getNonContiguousCellSelection() - Method in class com.sciapp.table.AdvancedJTable
Determines whether non-contiguous cell selection is enabled.
getNonContiguousSelectionModel() - Method in class com.sciapp.table.AdvancedJTable
Returns the non-contiguous cell selection model that is associated with this table.
getNonSortableColumns() - Method in class com.sciapp.table.SortTableModel
Returns an array of ints representing columns that are not sortable.
getNoSortButton() - Method in class com.sciapp.table.SortTableButtonRenderer
Returns the button used to render a non-sortable column.
getNotFoundBackgroundColor() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the background color of the search text field if the search string is not found.
getNotFoundForegroundColor() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the foreground color of the search text field if the search string is not found.
getNotFoundLabel() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the not found label.
getNumber() - Method in class com.sciapp.filter.DoubleFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.sciapp.filter.FloatFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.sciapp.filter.IntegerFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.sciapp.filter.LongFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.sciapp.filter.NumberFilter
Returns the Number object which is set as the filter pattern.
getNumberFormat() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns the numberformat object associated with this numerical visual filter.
getNumberFormat() - Method in class com.sciapp.renderers.NumberRenderer
Returns the internal NumberFormat object used to render the Numbers.
getObjectAt(Object, int) - Method in class com.sciapp.table.cache.AbstractTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.sciapp.table.cache.DefaultTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.sciapp.table.cache.DefaultTreeTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
This method returns the userObject passed as argument.
getObjectAt(Object, int) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Returns the value for object at column
getObjectAt(Object, int) - Method in class com.sciapp.treetable.ListTreeTableModel
Returns the value for object at column
getObjectAt(Object, int) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Returns the value for object at column
getOddColor() - Method in class com.sciapp.renderers.DefaultRenderer
Returns the color used to paint the odd rows of the table.
getOddColor() - Method in class com.sciapp.table.styles.DefaultStyle
Returns the color used to paint the odd rows of the table.
getOkButton() - Method in class com.sciapp.filter.auto.AutoFilterDialog
Returns the 'Ok' button.
getPanel() - Method in class com.sciapp.filter.BooleanVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.sciapp.filter.DateVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.sciapp.filter.StringVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.sciapp.filter.VisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.sciapp.table.search.BooleanVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.sciapp.table.search.DateVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.sciapp.table.search.NumericalVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.sciapp.table.search.StringVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.sciapp.table.search.VisualSeeker
Returns the panel containing the controls used to manipulate the search.
getParent() - Method in class com.sciapp.table.GroupTableColumn
Returns this group column's parent or null if this group column has no parent.
getPartialIcon() - Method in class com.sciapp.component.TristateCheckBox
Returns the icon to be used for partial selections.
getPartialSelection() - Method in class com.sciapp.component.CheckBoxTree
Determines whether the checkbox tree will use partial selection.
getPartialSelection() - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Determines whether the checkbox tree will use partial selection.
getPath() - Method in class com.sciapp.table.io.XMLExportManager
Returns the current path.
getPathSelectionState(TreePath) - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Returns the selection state of the specified path.
getPathToRoot(GroupTableColumn, int) - Method in class com.sciapp.table.GroupTableHeader
Returns the path from the root group column to this column.
getPathToRoot(TableColumn) - Method in class com.sciapp.table.GroupTableHeader
Returns the path from the root group column to this column.
getPathToRoot(TreeNode) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode) - Method in class com.sciapp.treetable.MutableTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode) - Method in class com.sciapp.treetable.TreeModelMap
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class com.sciapp.treetable.TreeModelMap
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPattern() - Method in class com.sciapp.filter.StringFilter
Returns the filter expression.
getPendingBackgroundColor() - Method in class com.sciapp.table.remote.RemoteStyle
Returns the pending background color.
getPendingValue(int, int) - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Returns the object to display if a cell value is pending.
getPendingValue(Object, int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns the object to display if a cell value is pending.
getPendingValue(int, int) - Method in interface com.sciapp.table.remote.RemoteTableModel
Returns the object to display if a cell value is pending.
getPendingValue(Object, int) - Method in interface com.sciapp.table.remote.RemoteTreeTableModel
Returns the object to display if a cell value is pending.
getPivotColumn() - Method in class com.sciapp.table.db.DefaultPivotDefinition
Returns the pivot column as a string.
getPivotColumn() - Method in interface com.sciapp.table.db.PivotDefinition
Returns the pivot column as a string.
getPivotColumnClass() - Method in class com.sciapp.table.db.DefaultPivotDefinition
Returns the class of the pivot column
getPivotColumnClass() - Method in interface com.sciapp.table.db.PivotDefinition
Returns the class of the pivot column
getPivotColumns() - Method in class com.sciapp.table.db.DefaultPivotTableModel
Returns the pivot columns.
getPreferredHeight(Component, TableColumn, int, int) - Method in class com.sciapp.table.GroupTableHeader
Returns the preferred height of the component that renders the specified column.
getPreferredScrollableViewportSize() - Method in class com.sciapp.table.JScrollablePanel
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in class com.sciapp.common.gui.ArrowButton
 
getPreferredSize() - Method in class com.sciapp.filter.DefaultFilterRenderer
Returns the preferred size of this container.
getPreferredSize() - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Returns the preferred size of this container.
getPreferredSize() - Method in class com.sciapp.table.group.TreeTableHeader
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize() - Method in class com.sciapp.table.JTableRowHeader
If the preferredSize has been set to a non-null value just returns it.
getPreferredWidth() - Method in class com.sciapp.table.GroupTableColumn
Returns the preferred width of the TableColumn.
getPrevButton() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the prev button.
getPreviousAmount() - Method in class com.sciapp.table.locked.LockedTableModelEvent
Returns the previous number of locked rows/columns at the specified direction.
getPreviousColumnCount() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Called from subclasses during events to find what was the column count before the event.
getPreviousRowCount() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Called from subclasses during events to find what was the row count before the event.
getPriority() - Method in interface com.sciapp.renderers.TableCellRendererWrapper
Returns the priority of the wrapper.
getProgressBar() - Method in class com.sciapp.renderers.ProgressBarRenderer
Returns the internal JProgressBar object
getRealEditingRow() - Method in class com.sciapp.table.AdvancedJTable
Returns the index of the editing row.
getRealRenderer() - Method in class com.sciapp.component.CheckBoxTree
Returns the tree's cell renderer used for rendering the tree after the checkbox part.
getRemoteTreeTableModel() - Method in class com.sciapp.treetable.dir.DirectoryTreeTable
Returns the internal remote treetablemodel instance.
getRemoveOnInvisible() - Method in class com.sciapp.filter.FilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
getRemoveOnInvisible() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
getRenderer() - Method in interface com.sciapp.renderers.TableCellRendererWrapper
Returns the cell renderer that this wrapper contains.
getReorderingAllowed() - Method in class com.sciapp.table.AdvancedTableHeader
Returns true if the user is allowed to rearrange columns by dragging their headers, false otherwise.
getResetOnKeyInput() - Method in class com.sciapp.table.search.SearchPanel
Controls whether to reset the search when the text in the search box changes.
getResizeAllColumns() - Method in class com.sciapp.table.TableCellResizer
Determines whether all columns will be resized to the resizing column.
getResizeAllRows() - Method in class com.sciapp.table.TableCellResizer
Determines whether all rows will be resized to the resizing row.
getResizeMode() - Method in class com.sciapp.table.TableAssistant
Determines the current resize mode, when a user double clicks on a column border.
getResizeMode() - Method in class com.sciapp.table.TableCellResizer
Determines the current resize mode, when a user double clicks on a cell border.
getResizingAllowed() - Method in class com.sciapp.table.GroupTableHeader
Returns true if the user is allowed to resize columns by dragging between their headers, false otherwise.
getResourceBundle() - Static method in class com.sciapp.common.gui.TableResourceManager
Retrieves the assigned resource bundle.
getRoot() - Method in class com.sciapp.treetable.AbstractTreeTableModel
Returns the root of the tree.
getRoot() - Method in class com.sciapp.treetable.NodeTreeTableModelMap
Returns the root of the tree. Returns null only if the tree has no nodes.
getRoot() - Method in class com.sciapp.treetable.TreeModelMap
Returns the root of the tree. Returns null only if the tree has no nodes.
getRootGroupColumn() - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Returns the root group column.
getRootGroupColumn() - Method in interface com.sciapp.table.GroupTableColumnModel
Returns the root group column.
getRowComparator(int) - Method in class com.sciapp.tree.TreeTableModel
Returns the row comparator that will be used to determine row similarity at index.
getRowComparator(int) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Returns the row comparator that will be used to determine row similarity at index.
getRowComparator(int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the row comparator that will be used to determine row similarity at index.
getRowComparators() - Method in class com.sciapp.tree.TreeTableModel
Returns the list of row comparators as an array.
getRowComparators() - Method in class com.sciapp.treetable.ComparableTreeTableModel
Returns the list of row comparators as an array.
getRowComparators() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the list of row comparators as an array.
getRowComparatorSize() - Method in class com.sciapp.tree.TreeTableModel
Returns the size of the currently defined row comparators of this treetable.
getRowComparatorSize() - Method in class com.sciapp.treetable.ComparableTreeTableModel
Returns the size of the currently defined row comparators of this treetable.
getRowComparatorSize() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the size of the currently defined row comparators of this treetable.
getRowCount() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Returns the number of rows in the model.
getRowCount() - Method in class com.sciapp.table.db.DefaultPivotTableModel
Returns the number of rows in the model. A JTable uses this method to determine how many rows it should display. This method should be quick, as it is called frequently during rendering.
getRowCount() - Method in class com.sciapp.table.FilterTableModel
Returns tableModel.getRowCount
getRowCount() - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getRowCount
getRowCount() - Method in class com.sciapp.table.ObjectTableModel
Returns the number of rows in the model.
getRowCount() - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Returns tableModel.getRowCount
getRowCount() - Method in class com.sciapp.table.TableMap
Returns tableModel.getRowCount
getRowCount() - Method in class com.sciapp.tree.TreeTableModel
Returns tableModel.getRowCount
getRowCount() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns the number of rows in the model.
getRowHeader() - Method in class com.sciapp.table.AdvancedJTable
Returns the RowHeader used by this JTable.
getRowMap() - Method in class com.sciapp.event.ReorderEvent
Returns an integer array that can be used to find out the new location of a specific row.
getRowResizingEnabled() - Method in class com.sciapp.table.TableCellResizer
Determines whether row resizing is enabled.
getRows() - Method in class com.sciapp.table.DefaultListTableModel
Returns the data of this tablemodel
getRows() - Method in class com.sciapp.table.FilterTableModel
Returns tableModel.getRows
getRows() - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getRows
getRows() - Method in interface com.sciapp.table.ListTableModel
Returns the data of this tablemodel
getRows() - Method in class com.sciapp.table.ListTableModelWrapper
This method returns null.
getRows() - Method in class com.sciapp.table.ObjectTableModel
Returns the data of this tablemodel
getRows() - Method in class com.sciapp.table.SortTableModel
Returns tableModel.getRows
getRows() - Method in class com.sciapp.tree.TreeTableModel
Returns tableModel.getRows Returns a list containing the TreeTableRows of the model.
getRowSpan() - Method in class com.sciapp.table.span.CellSpan
Returns the number of rows this cell spans.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.sciapp.table.JScrollablePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - Method in class com.sciapp.table.JScrollablePanel
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - Method in class com.sciapp.table.JScrollablePanel
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.sciapp.table.JScrollablePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollPane() - Method in class com.sciapp.table.AdvancedJTable
Utility method that returns the scrollpane this table is enclosed by.
getScrollToSelection() - Method in class com.sciapp.table.TableReorder
Determines whether the table should scroll to the last selection after the cell selection has been restored.
getSearch() - Method in class com.sciapp.table.search.SearchModelEvent
Returns the object that will search the table structure.
getSearchBox() - Method in class com.sciapp.table.search.SearchPanel
Returns the search text field.
getSearchModel() - Method in class com.sciapp.table.search.AbstractSearchPanel
Returns the search model.
getSearchModel() - Method in class com.sciapp.table.search.VisualSeeker
Returns the search model.
getSearchOnKey() - Method in class com.sciapp.table.search.VisualSeeker
Returns a boolean value that if true, search model events are fired whenever a key press is detected on a text field, otherwise the user must press the Enter key for this to happen.
getSearchOnKeyInput() - Method in class com.sciapp.table.search.SearchPanel
Determines whether to perform a search if a key is typed in the search box.
getSelectCurrentDateIfNull() - Method in class com.sciapp.editors.DateEditor
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
getSelectCurrentDateIfNull() - Method in class com.sciapp.filter.DateVisualFilter
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
getSelectedColumnCount() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns the number of selected columns.
getSelectedColumns() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns an array of indicies of all selected columns.
getSelectedDate() - Method in class com.sciapp.editors.JDateChooser
Returns a calendar object which is initialized to the selected date.
getSelectionColor() - Method in class com.sciapp.table.search.ColorStyle
Retrieves the selection color.
getSelectionColor() - Method in class com.sciapp.table.search.TableStyleSelector
Retrieves the matching selection color.
getSelectionModel() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns the current selection model.
getSelectRows() - Method in class com.sciapp.treetable.db.DatabaseTreeTableReorder
Determines whether or not the reorder will scan the whole tree to select previously selected rows.
getSendReorderEvent() - Method in class com.sciapp.table.ObjectTableModel
Determines if a reorder event should be sent when needed.
getSeparator() - Method in class com.sciapp.tree.GroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSeparator() - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSeparator() - Method in class com.sciapp.treetable.GroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSeparator() - Method in class com.sciapp.treetable.NodeGroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getShowButtonPress() - Method in class com.sciapp.table.SortTableButtonRenderer
Returns true if the button should be pressed when clicked.
getShowChildren() - Method in class com.sciapp.table.GroupTableColumn
Determines the visibility of the columns underneath this group column.
getShowChildren() - Method in class com.sciapp.treetable.NodeTreeTableModelMap
Determines whether to show the node's children.
getShowDatePanel() - Method in class com.sciapp.editors.JDateChooser
Determines whether the date panel is visible.
getShowDummyColumn() - Method in class com.sciapp.table.AdvancedJTable
Determines whether the table is set to show the dummy column.
getShowMore() - Method in class com.sciapp.table.TableAssistant
Returns a flag that is true if a menuitem (more) is to be added to the column popup, that provides more column options.
getShowPopup() - Method in class com.sciapp.table.TableAssistant
Returns true if the column popup is to be shown.
getShowRowHeader() - Method in class com.sciapp.table.AdvancedJTable
Determines whether the row header should be displayed.
getShowSeconds() - Method in class com.sciapp.editors.JDateChooser
Determines whether the date chooser will show and accept seconds in the time field box.
getShowTimePanel() - Method in class com.sciapp.editors.JDateChooser
Determines whether the time panel is visible.
getSortedIndexes() - Method in class com.sciapp.table.SortTableModel
Returns an int array showing the relation between the original and the sorted data.
getSortMode() - Method in class com.sciapp.table.SortTableModel
Returns the sorting mode used by the SortTableModel.
getSortStates() - Method in class com.sciapp.table.SortTableModel
Returns the current sorting state of the model, as an array of SortStates.
getSortStatesAsString() - Method in class com.sciapp.table.SortTableModel
Returns the current sorting state of the model, as a String.
getSortTableModel() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Returns the internal sort tablemodel instance.
getSortTableModel() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the internal sort tablemodel instance.
getSortTableModel() - Method in class com.sciapp.treetable.DefaultSortTreeTableModel
Returns the internal sort tablemodel instance.
getSortTableRenderer() - Method in class com.sciapp.table.SortTableModel
Returns the SortTableRenderer used to render the table header.
getSortTreeTableModel() - Method in class com.sciapp.treetable.dir.DirectoryTreeTable
Returns the internal sort treetablemodel instance.
getSpacing() - Method in class com.sciapp.renderers.DefaultRenderer
Determines whether the renderer will add spaces to the end of each cell.
getSpanDrawer() - Method in class com.sciapp.table.AdvancedJTable
Returns the span drawer that is used to enable cell spanning.
getSpanModel() - Method in class com.sciapp.table.span.SpanDrawer
Returns the span model that this SpanDrawer queries to lookup the merged cells.
getSpannedColumn() - Method in class com.sciapp.table.span.CellSpan
Returns the cell's spanned column.
getSpannedRow() - Method in class com.sciapp.table.span.CellSpan
Returns the cell's spanned row.
getSQLFilterConverter() - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Returns the object that will be used to convert a TableFilter to an sql 'where' clause.
getSQLFilterConverter() - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Returns the object that will be used to convert a TableFilter to an sql 'where' clause.
getSQLFilterConverter() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the object that will be used to convert a TableFilter to an sql 'where' clause.
getState() - Method in class com.sciapp.component.TristateButtonModel
Returns the state of the model.
getState() - Method in class com.sciapp.component.TristateCheckBox
Returns the state of the checkbox, taken from the model.
getStoreCellSelections() - Method in class com.sciapp.event.ReorderEvent
Returns a flag that indicates whether the reorder listener will store the cell selections.
getStoreCheckBoxSelections() - Method in class com.sciapp.event.ReorderEvent
Returns a flag that indicates whether the reorder listener will store the selected nodes of the checkbox tree.
getStoreExpandedNodes() - Method in class com.sciapp.event.ReorderEvent
Returns a flag that indicates whether the reorder listener will store the expanded tree nodes.
getString(String) - Static method in class com.sciapp.common.gui.TableResourceManager
Retrieves the assigned string for the given key.
getStringFilter() - Method in class com.sciapp.table.search.SearchPanel
Returns the string filter.
getStringForLevel(int) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Returns the string to return for the supplied level.
getStyle() - Method in class com.sciapp.table.search.TableStyleSelector
Retrieves the style that will be used to paint the matching cells.
getStyle(int) - Method in class com.sciapp.table.styles.DefaultStyleModel
Retrieves the style at index.
getStyle(int) - Method in interface com.sciapp.table.styles.StyleModel
Retrieves the style at index.
getStyleModel() - Method in class com.sciapp.table.AdvancedJTable
Returns the style model used.
getStyles() - Method in class com.sciapp.table.styles.DefaultStyleModel
Returns the styles of the style model as an array.
getStyles() - Method in interface com.sciapp.table.styles.StyleModel
Returns the styles of the style model as an array.
getTable() - Method in class com.sciapp.table.ListRowHeader
Returns the associated table.
getTable() - Method in class com.sciapp.table.span.SpanDrawer
Returns the associated table.
getTable() - Method in class com.sciapp.table.TableAssistant
Returns the table that is associated with the assistant.
getTable() - Method in class com.sciapp.table.TableCellResizer
Returns the associated table.
getTableAssistant() - Method in class com.sciapp.table.AdvancedJTable
Returns the table assistant instance associated with this table.
getTableCache() - Method in class com.sciapp.table.cache.CachedListTableModel
Returns the cache store that is caching the underlying list table model.
getTableCache() - Method in class com.sciapp.table.cache.CachedTableModel
Returns the cache store that is caching the underlying table model.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.sciapp.editors.DateEditor
Implementation of the one method defined by javax.swing.table.TableCellEditor.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.renderers.BooleanRenderer
Overriden in order to return the internal JCheckBox instance after configuring it appropriately.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.renderers.DefaultRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.renderers.ProgressBarRenderer
Overriden in order to return the internal JProgressBar instance after configuring it appropriately.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.table.DefaultRowHeaderRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.table.SortTableRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.sciapp.treetable.dir.FileRowCellRenderer
Returns the component used for drawing the cell.
getTableColumnAt(int) - Method in class com.sciapp.table.GroupTableColumn
Returns the table column at index.
getTableColumnCount() - Method in class com.sciapp.table.GroupTableColumn
Returns the number of this group column's children.
getTableColumns() - Method in class com.sciapp.table.GroupTableColumn
Returns an enumeration of this group column's children.
getTableFilter() - Method in class com.sciapp.event.FilterModelEvent
Returns the table filter that will filter the tabular data.
getTableFilter() - Method in class com.sciapp.event.FilterTreeTableModelEvent
Returns the table filter that was installed.
getTableFilter() - Method in class com.sciapp.filter.auto.AbstractAutoFilterPanel
Constructs and returns a table filter object that represents the selected values of the visual filters combination.
getTableFilter() - Method in class com.sciapp.filter.auto.JAutoFilter
Returns the table filter object associated with the currently showing auto filter panel.
getTableFilter() - Method in class com.sciapp.filter.BooleanVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.sciapp.filter.DateVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter(int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns the TableFilter object that is installed on the column at c and that is responsible for filtering that column.
getTableFilter() - Method in class com.sciapp.filter.NotTableFilter
Returns the TableFilter that is negated.
getTableFilter() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.sciapp.filter.StringVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.sciapp.filter.VisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.sciapp.table.FilterTableModel
Returns the current TableFilter of this FilterTableModel.
getTableFilterForModel(int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns the TableFilter object that is installed on a column and that is responsible for filtering that column.
getTableFilterForObject(Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns an appropriate table filter object for the supplied object and column index.
getTableFilterForObjectToModel(Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Returns an appropriate table filter object for the supplied object and column model index.
getTableFilters() - Method in class com.sciapp.filter.CompositeFilter
Returns the array of TableFilters.
getTableHeader() - Method in class com.sciapp.filter.FilterHeaderModel
Returns the header that will be used for displaying a visual representation of a filter on columns.
getTableHeader() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Returns the header that will be used for displaying a visual representation of a filter on columns.
getTableHeader() - Method in class com.sciapp.table.SortTableModel
Returns the table header associated with this model.
getTableReorder() - Method in class com.sciapp.table.AdvancedJTable
Returns the TableReorder that will handle table selection changes.
getTableSearch() - Method in class com.sciapp.table.search.BooleanVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.sciapp.table.search.DateVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.sciapp.table.search.NumericalVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.sciapp.table.search.StringVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.sciapp.table.search.VisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearchForSeeker(VisualSeeker) - Method in class com.sciapp.table.search.SearchTablePanel
Returns a TableSearch for the seeker passed as argument.
getTableState() - Method in class com.sciapp.table.AdvancedJTable
Returns a string showing which columns are shown and their corresponding widths.
getThemes() - Method in class com.sciapp.common.gui.SkinManager
Returns a list of themes.
getThrowsException() - Method in class com.sciapp.table.ListTableModelWrapper
Determines the behaviour of the model when the ListTableModel methods are called.
getToolTipLocation(MouseEvent) - Method in class com.sciapp.table.AdvancedJTable
Returns the tooltip location in this component's coordinate system.
getToolTipLocation(MouseEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Returns the tooltip location in this component's coordinate system.
getToolTipText(MouseEvent) - Method in class com.sciapp.filter.DefaultFilterRenderer
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.sciapp.table.AdvancedJTable
Overrides JComponent's getToolTipText method in order to allow the renderer's tips to be used if it has text set.
getToolTipText(MouseEvent) - Method in class com.sciapp.table.AdvancedTableHeader
Allows the renderer's tips to be used if there is text set.
getToolTipText(MouseEvent) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.sciapp.table.WrapperCellRendererPane
Returns the string to be used as the tooltip for event.
getTotalColumnWidth() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Returns the total width of all the columns.
getTotalGroupCount() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Returns the total number of groups defined.
getTree() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the associated tree.
getTree() - Method in interface com.sciapp.table.group.TreeTableColumnModelAdapter
Returns the associated tree.
getTree() - Method in class com.sciapp.table.group.TreeTableHeader
Returns the associated tree.
getTree() - Method in class com.sciapp.tree.TreeTable
Returns the JTree component that is displayed on the first column of the table.
getTree() - Method in class com.sciapp.treetable.TreeTable
Returns the JTree component that is displayed on the first column of the table.
getTree() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns the associated tree.
getTree() - Method in interface com.sciapp.treetable.TreeTableModelAdapterIF
Returns the associated tree.
getTreeColumn() - Method in class com.sciapp.treetable.TreeTable
Returns the column that contains the tree.
getTreeHeaderFactory() - Method in class com.sciapp.table.group.TreeTableHeader
Retrieves the factory for creating TreeTableHeaderRenderers.
getTreeModel() - Method in class com.sciapp.treetable.TreeModelMap
Returns the underlying tree model.
getTreeRow(int) - Method in class com.sciapp.tree.TreeTableModel
Returns the TreeTableRow found at row rowIndex of the TreeTable.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, TreeTableColumnModelAdapter, TreePath, TableCellRenderer, int) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Returns the component used for drawing the expandable column header.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, TreeTableColumnModelAdapter, TreePath, TableCellRenderer, int) - Method in class com.sciapp.table.group.TreeTableHeader.CachingHeaderControl
Stores the component returned by the renderer before returning it.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, TreeTableColumnModelAdapter, TreePath, TableCellRenderer, int) - Method in interface com.sciapp.table.group.TreeTableHeaderRenderer
Returns the component used for drawing the expandable column header.
getTreeTableColumnModel() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the associated treetable column model.
getTreeTableColumnModel() - Method in class com.sciapp.table.group.TreeColumnModelMask
Returns the underlying treetable column model.
getTreeTableColumnModel() - Method in interface com.sciapp.table.group.TreeTableColumnModelAdapter
Returns the associated treetable column model.
getTreeTableColumnModel() - Method in class com.sciapp.table.group.TreeTableHeader
Convenience method to retrieve the treetable column model.
getTreeTableColumnModelAdapter() - Method in class com.sciapp.table.group.TreeTableHeader
Convenience method to retrieve the treetable model adapter.
getTreeTableModel() - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns the associated treetable model.
getTreeTableModel() - Method in interface com.sciapp.treetable.TreeTableModelAdapterIF
Returns the associated treetable model.
getTreeTableModel() - Method in class com.sciapp.treetable.TreeTableModelMap
Returns the underlying tree table model.
getTreeTableModel() - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the underlying treetable model.
getTreeTableModel() - Method in class com.sciapp.treetable.UniqueTreeTableModel
Returns the underlying treetable model.
getTreeTableModelAdapter() - Method in class com.sciapp.treetable.TreeTable
Convenience method to retrieve the treetable model adapter.
getTrueTableColumnCount() - Method in class com.sciapp.table.GroupTableColumn
Returns the number of children table columns that are not instances of GroupTableColumn.
getTrueTableColumns() - Method in class com.sciapp.table.GroupTableColumn
Returns an enumeration of all table columns that are not instances of GroupTableColumn.
getTrueTableColumnsArray() - Method in class com.sciapp.table.GroupTableColumn
Returns a list of all table columns that are not instances of GroupTableColumn.
getType() - Method in class com.sciapp.table.remote.RemoteTableEvent
Returns the event's type.
getType() - Method in class com.sciapp.table.span.SpanModelEvent
Returns the type of the event.
getUncachedChildren(Object, int, int) - Method in interface com.sciapp.table.cache.CacheableTreeTableModel
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedChildren(Object, int, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedChildren(Object, int, int) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedChildren(Object, int, int) - Method in class com.sciapp.treetable.TreeTableModelMap
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedGroupCount(Object) - Method in interface com.sciapp.table.cache.CacheableTreeTableModel
Retrieves the children count for node.
getUncachedGroupCount(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Retrieves the children count for node.
getUncachedGroupCount(Object) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Retrieves the children count for node.
getUncachedGroupCount(Object) - Method in class com.sciapp.treetable.TreeTableModelMap
Retrieves the children count for node.
getUncachedGroups(Object, int, int) - Method in interface com.sciapp.table.cache.CacheableTreeTableModel
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedGroups(Object, int, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedGroups(Object, int, int) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedGroups(Object, int, int) - Method in class com.sciapp.treetable.TreeTableModelMap
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedRows(int, int) - Method in interface com.sciapp.table.cache.CacheableTableModel
Retrieves the rows from the table model by specifying a row interval.
getUncachedRows(int, int) - Method in class com.sciapp.table.cache.CachedListTableModel
Retrieves the rows from the table model by specifying a row interval.
getUncachedRows(int, int) - Method in class com.sciapp.table.cache.CachedTableModel
Retrieves the rows from the table model by specifying a row interval.
getUncachedRows(int, int) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Retrieves the rows from the table model by specifying a row interval.
getUnfilteredColor() - Method in class com.sciapp.filter.DefaultFilterRenderer
Determines the color of the arrow button for columns that do not have filters.
getUnfilteredColor() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Determines the color of the arrow button for columns that do not have filters.
getUnfilteredTableModel() - Method in interface com.sciapp.table.FilterListModel
Returns a tableModel that holds the unfiltered data.
getUnfilteredTableModel() - Method in class com.sciapp.table.FilterTableModel
Returns a tableModel that holds the unfiltered data.
getUnfilteredTreeTableModel() - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Retrieves the TreeTableModel that holds the unfiltered data.
getUnfilteredTreeTableModel() - Method in interface com.sciapp.treetable.FilterTreeTableModel
Retrieves the TreeTableModel that holds the unfiltered data.
getUpdateSelections() - Method in class com.sciapp.table.span.SpanDrawer
Determines whether the drawer will update the cell selection evenly after a cell selection.
getUseRollOver() - Method in class com.sciapp.filter.DefaultFilterRenderer
Determines whether the arrow button will be visible only if the user rolls over the column with the mouse.
getUseSeparateComponent() - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Determines whether a separate component is used to layout the expansion control.
getUseSpan() - Method in class com.sciapp.table.span.SpanDrawer
Determines the spanning behaviour of the span model.
getValueAt(Object, int) - Method in class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getValueAt(int, int) - Method in class com.sciapp.table.AdvancedJTable
Returns the cell value at row and column.
getValueAt(int, int) - Method in class com.sciapp.table.cache.AbstractTableCache
Retrieves the cached value at the cell at (row, column).
getValueAt(Object, int) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Retrieves the cached value for node at index column.
getValueAt(int, int) - Method in class com.sciapp.table.cache.CachedListTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.sciapp.table.cache.CachedTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in interface com.sciapp.table.cache.TableCache
Retrieves the cached value at the cell at (row, column).
getValueAt(Object, int) - Method in interface com.sciapp.table.cache.TreeTableCache
Retrieves the cached value for node at index column.
getValueAt(int, int) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class com.sciapp.table.FilterTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.sciapp.table.ListTableMap
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.sciapp.table.ObjectTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(Object, int) - Method in class com.sciapp.table.ObjectTableModel
Returns the value for the object o at index.
getValueAt(int, int) - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Returns tableModel.getValueAt
getValueAt(Object, int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(int, int) - Method in class com.sciapp.table.SortTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.sciapp.table.TableMap
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.sciapp.tree.TreeTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(Object, int) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Retrieves the cached value for node at index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Retrieves the cached value for node at index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in interface com.sciapp.treetable.TreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(int, int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(Object, int) - Method in class com.sciapp.treetable.TreeTableModelMap
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the value to be displayed for node, at column index column.
getValues() - Method in class com.sciapp.filter.ValuesTableFilter
Retrieves the list of accepted values.
getVersion() - Static method in class com.sciapp.version.TableLibVersion
Retrieves the current version as a string.
getVersionDate() - Static method in class com.sciapp.version.TableLibVersion
Retrieves the current version's release date.
getView() - Method in class com.sciapp.table.ListRowHeader
Returns the view attached to the RowHeader.
getView() - Method in interface com.sciapp.table.RowHeader
Returns the view attached to the RowHeader.
getViewable(JTable, int, int) - Method in class com.sciapp.table.DefaultViewableModel
Defines how the cell of table at row and column will resize its contents to its currently viewable dimensions.
getViewable(JTable, int, int) - Method in interface com.sciapp.table.ViewableModel
Defines how the cell of table at row and column will resize its contents to its currently viewable dimensions.
getViewableModel() - Method in class com.sciapp.table.ViewableResizer
Returns the currently associated viewable model.
getViewableResizer() - Method in class com.sciapp.table.AdvancedJTable
Retrieves the object that paints cells with their contents resized to their viewable dimensions.
getWidth() - Method in class com.sciapp.table.GroupTableColumn
Returns the width of the TableColumn.
getWidth(int) - Method in class com.sciapp.table.GroupTableColumn
Returns the total width of the columns up to and NOT including the column at endIndex.
getWriteHeader() - Method in class com.sciapp.table.io.DelimitedExportManager
Determines whether we want the column values of the table model to be output as well.
groupCache - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
the object that is used to cache the GROUP values of the tree's nodes.
groupColumn - Variable in class com.sciapp.event.GroupTableColumnModelEvent
The parent group column of the columns that have been added or removed
groupColumnAtPoint(Point) - Method in class com.sciapp.table.GroupTableHeader
Returns the group column at the specified point.
groupColumnsInserted(GroupTableColumnModelEvent) - Method in interface com.sciapp.event.GroupTableColumnModelListener
Tells listeners that group columns were added to the model.
groupColumnsInserted(GroupTableColumnModelEvent) - Method in class com.sciapp.table.GroupTableHeader
Tells listeners that group columns were added to the model.
groupColumnsRemoved(GroupTableColumnModelEvent) - Method in interface com.sciapp.event.GroupTableColumnModelListener
Tells listeners that group columns were removed from the model.
groupColumnsRemoved(GroupTableColumnModelEvent) - Method in class com.sciapp.table.GroupTableHeader
Tells listeners that group columns were removed from the model.
groupingEnabled - Variable in class com.sciapp.table.TableAssistant
flag to indicate whether users are able to group/ungroup columns in the column dialog
GroupingPanel - Class in com.sciapp.tree
This component represents a panel through which users can dynamically control the structure of a TreeTable.
GroupingPanel(TreeTableModel) - Constructor for class com.sciapp.tree.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, horizontal layout and "" as the string to show if no grouping is desired.
GroupingPanel(TreeTableModel, int) - Constructor for class com.sciapp.tree.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and "" as the string to show if no grouping is desired.
GroupingPanel(TreeTableModel, int, String) - Constructor for class com.sciapp.tree.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and noGroupString as the string to show if no grouping is desired.
GroupingPanel - Class in com.sciapp.treetable
This component represents a panel through which users can dynamically control the structure of a TreeTable.
GroupingPanel(DynamicTreeTableModel) - Constructor for class com.sciapp.treetable.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, horizontal layout and "" as the string to show if no grouping is desired.
GroupingPanel(DynamicTreeTableModel, int) - Constructor for class com.sciapp.treetable.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and "" as the string to show if no grouping is desired.
GroupingPanel(DynamicTreeTableModel, int, String) - Constructor for class com.sciapp.treetable.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and noGroupString as the string to show if no grouping is desired.
groupLevelAtPoint(Point) - Method in class com.sciapp.table.GroupTableHeader
Returns the group level at the specified point.
GroupTableColumn - Class in com.sciapp.table
GroupTableColumn is a TableColumn subclass that contains a collection of 'children' columns and a group column parent.
GroupTableColumn(Object) - Constructor for class com.sciapp.table.GroupTableColumn
Constructs a GroupTableColumn.
GroupTableColumn(Object, int) - Constructor for class com.sciapp.table.GroupTableColumn
Constructs a GroupTableColumn.
GroupTableColumn(Object, int, TableCellRenderer, TableCellEditor) - Constructor for class com.sciapp.table.GroupTableColumn
Constructs a GroupTableColumn.
GroupTableColumnModel - Interface in com.sciapp.table
GroupTableColumnModel defines the requirements for a table column model object suitable for use with a GroupTableHeader.
groupTableColumnModel - Variable in class com.sciapp.table.GroupTableHeader
the group table column model
GroupTableColumnModelEvent - Class in com.sciapp.event
An event used to notify listeners that a group table column model has changed, such as group columns were added or removed.
GroupTableColumnModelEvent(Object, GroupTableColumn) - Constructor for class com.sciapp.event.GroupTableColumnModelEvent
Constructs a GroupTableColumnModelEvent.
GroupTableColumnModelEvent(Object, GroupTableColumn, int[], TableColumn[]) - Constructor for class com.sciapp.event.GroupTableColumnModelEvent
Constructs a GroupTableColumnModelEvent.
GroupTableColumnModelListener - Interface in com.sciapp.event
GroupTableColumnModelListener defines the interface for an object that listens to changes in a GroupTableColumnModel.
GroupTableHeader - Class in com.sciapp.table
GroupTableHeader provides for a TableHeader that is able to group columns together.
GroupTableHeader() - Constructor for class com.sciapp.table.GroupTableHeader
Constructs a GroupTableHeader.
GroupTableHeader(TableColumnModel) - Constructor for class com.sciapp.table.GroupTableHeader
Constructs a GroupTableHeader.
GT - Static variable in class com.sciapp.filter.ComparisonFilter
The comparison that tests if a value is more than another.
GUIFader - Class in com.sciapp.common.gui
GUIFader is responsible for making menus to fade in when they first appear on screen.

H

handleEvent(MouseEvent, Component) - Method in class com.sciapp.filter.FilterTableHeader
Handles a mouse event on the header. This method is called before the event is propagated to any mouse listeners.
handleEvent(MouseEvent, Component) - Method in class com.sciapp.table.AdvancedJTable
Handles a mouse event on the table.
handleEvent(MouseEvent, Component) - Method in class com.sciapp.table.AdvancedTableHeader
Handles a mouse event on the header.
handleEvent(MouseEvent, TreeTableHeader) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Handles a mouse event on this component.
handleEvent(MouseEvent, Component) - Method in class com.sciapp.table.group.TreeTableHeader
Handles a mouse event on the header. This method is called before the event is propagated to any mouse listeners.
handleEvent(MouseEvent, TreeTableHeader) - Method in interface com.sciapp.table.group.TreeTableHeaderRenderer
Handles a mouse event on this component.
handleEvent(MouseEvent, Component) - Method in class com.sciapp.table.GroupTableHeader
Handles a mouse event on the header.
hasFilter(int) - Method in class com.sciapp.filter.FilterHeaderModel
Determines whether a column is allowed to filter.
hasFilter(int) - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.sciapp.filter.tree.NodeFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Determines whether a column has a filter installed.
hasFilter(int) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
The supplied viewIndex in this subclass refers to the column level.
hasFilterControl(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Determines whether a column has a filter control installed.
hasMoreElements() - Method in class com.sciapp.treetable.DefaultTreeNodeEnumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.sciapp.treetable.LevelNodeEnumeration
Tests if this enumeration contains more elements.
havingSQL - Variable in class com.sciapp.table.db.DefaultPivotTableModel
a string which is used to hold the havingclause of the sql statement
HEADER_RESIZE - Static variable in class com.sciapp.table.TableAssistant
integer indicating that the column will be resized to its header contents should the user double-click on its border
headerControl - Variable in class com.sciapp.table.group.TreeTableHeader
provides caching for tree header renderers and components returned by them.
HeaderRow - Class in com.sciapp.tree
The HeaderRow class corresponds to group rows (rows that bear children nodes and that can be expanded) of a TreeTable component.
HeaderRow(Object, int) - Constructor for class com.sciapp.tree.HeaderRow
Creates a HeaderRow object.
HeaderRow - Class in com.sciapp.treetable
The HeaderRow class corresponds to group rows (rows that bear children nodes and that can be expanded) of a TreeTable component.
HeaderRow(Object, int) - Constructor for class com.sciapp.treetable.HeaderRow
Creates a HeaderRow object.
height - Variable in class com.sciapp.table.GroupTableColumn
the height of the group column
hidePopupOnSelection - Variable in class com.sciapp.filter.PopupFilterHeaderModel
flag indicating whether the popup menu will be hidden after a filter value is selected
highLight - Variable in class com.sciapp.table.search.AbstractSearchPanel
the highlight button
highLight() - Method in class com.sciapp.table.search.AbstractSearchPanel
Searches the whole table in an arbitrary direction.
highLight() - Method in class com.sciapp.table.search.SearchPanel
Searches the whole table in an arbitrary direction.
highLight() - Method in class com.sciapp.table.search.SearchTablePanel
Searches the whole table in an arbitrary direction.
HIGHLIGHT_OFF - Static variable in class com.sciapp.table.search.SearchModelEvent
the hightlight off mode
HIGHLIGHT_ON - Static variable in class com.sciapp.table.search.SearchModelEvent
the hightlight on mode
holder - Static variable in class com.sciapp.table.db.SQLFilterConverter
a string to use as an SQL placeholder (default is ?)

I

ic - Variable in class com.sciapp.component.PartialIcon
the icon to paint over
ident - Variable in class com.sciapp.table.io.XMLExportManager
the indentation string
IF_LARGER_RESIZE - Static variable in class com.sciapp.table.TableAssistant
integer indicating that the column will be resized only if the calculated width is larger than the current one
ignoreTime - Variable in class com.sciapp.comparators.DateComparator
flag to indicate if the date comparator will ignore time differences
ignoreTime - Variable in class com.sciapp.filter.DateVisualFilter
a checkbox used to denote whether time differences should be considered when filtering.
ignoreTime - Variable in class com.sciapp.table.search.DateVisualSeeker
a checkbox used to denote whether time differences should be considered when searching.
indexOfColumn(TableColumn) - Method in class com.sciapp.table.GroupTableColumn
Returns the index at which the supplied table column is found in the vector of children.
indicator - Variable in class com.sciapp.table.remote.StatusPanel
the indicator
inferColumnClass(int) - Method in class com.sciapp.filter.FilterHeaderModel
A utility method to retrieve the class for the objects under the column at c In most cases, this is similar to calling getColumnClass on the table.
inferColumnClass(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
A utility method to retrieve the class for the objects under the column at viewIndex In most cases, this is similar to calling getColumnClass on the table.
inferColumnClassModel(int) - Method in class com.sciapp.filter.FilterHeaderModel
A utility method to retrieve the class for the objects under the column at modelIndex In most cases, this is similar to calling getColumnClass on the table.
init(String, Icon) - Method in class com.sciapp.component.TristateCheckBox
initColumns() - Method in class com.sciapp.table.db.DefaultPivotTableModel
Initializes the DefaultPivotTableModel.
initComponents() - Method in class com.sciapp.table.search.AbstractSearchPanel
Initializes the components that will be added to the panel.
initComponents() - Method in class com.sciapp.table.search.SearchPanel
Initializes the components that will be added to the panel.
initComponents() - Method in class com.sciapp.table.search.SearchTablePanel
Initializes the components that will be added to the panel.
initializeLocalVars() - Method in class com.sciapp.table.AdvancedJTable
Initializes table properties to their default values.
initializeLocalVars() - Method in class com.sciapp.table.AdvancedTableHeader
Initializes the local variables and properties with default values.
INSERT - Static variable in class com.sciapp.table.span.SpanModelEvent
identifies an INSERT event.
INSERT_SORT - Static variable in class com.sciapp.table.SortTableModel
Defines the mode for inserting sorting columns.
insertColumn(TableColumn, int) - Method in class com.sciapp.table.GroupTableColumn
Inserts aColumn to the children vector at index.
insertColumnInto(TableColumn, GroupTableColumn, int) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Inserts a column as child of a group column at the specified index.
insertColumnInto(TableColumn, Object, Object, int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, Object, Object, int) - Method in interface com.sciapp.table.group.TreeTableColumnModel
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, Object, Object, int) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, Object, Object, int) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, GroupTableColumn, int) - Method in interface com.sciapp.table.GroupTableColumnModel
Inserts a column as child of a group column at the specified index.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.sciapp.table.group.TreeColumnModelMask
Inserts a node at a specific location index in its parents children.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.sciapp.treetable.ListTreeTableModel
Inserts a node at a specific location index in its parents children.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Inserts a node at a specific location index in its parents children.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.sciapp.treetable.TreeTableModelMask
Inserts a node at a specific location index in its parents children.
insertRow(int, Object) - Method in class com.sciapp.table.ObjectTableModel
Inserts a row at row in the model.
insertRowComparator(TreeTableComparator, int) - Method in class com.sciapp.tree.TreeTableModel
Inserts a row comparator at index in the list of row comparators of this model.
insertRowComparator(TreeTableComparator, int) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Inserts a row comparator at index in the list of row comparators of this model.
insertRowComparator(TreeTableComparator, int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Inserts a row comparator at index in the list of row comparators of this model.
insertRows(int, List) - Method in class com.sciapp.table.ObjectTableModel
Inserts a list of rows at row in the model.
insertStyle(Style, int) - Method in class com.sciapp.table.styles.DefaultStyleModel
Inserts a new style at index.
insertStyle(Style, int) - Method in interface com.sciapp.table.styles.StyleModel
Inserts a new style at index.
installFilter(TableFilter, Object, Object, int) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, int) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, Object, int) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column c. The table filter will be retrieved by calling getTableFilterForObject(filterValue, c).
installFilter(TableFilter, Object, Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new table filter to the column c.
installFilter(TableFilter, Object, Object, int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, Object, int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilterToModel(TableFilter, Object, Object, int) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
installFilterToModel(TableFilter, Object, Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
installFilterToModel(Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new table filter to the column with model indexmodelIndex.
installFilterToModel(Object, Object, int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
instance() - Static method in class com.sciapp.common.gui.SkinManager
Returns the instance of SkinManager.
instance() - Static method in class com.sciapp.common.gui.TableResourceManager
Retrieves the TableResourceManager instance.
IntegerFilter - Class in com.sciapp.filter
A filter for Integer values.
IntegerFilter() - Constructor for class com.sciapp.filter.IntegerFilter
Constructs an IntegerFilter.
IntegerFilter(int) - Constructor for class com.sciapp.filter.IntegerFilter
Constructs an IntegerFilter.
invalidate() - Method in class com.sciapp.table.ListRowHeader
Invalidates the container.
invalidateColumns() - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Invalidates the cached column store and count.
invalidateWidthCache() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Invalidates the cached total column width.
isAggregate() - Method in class com.sciapp.tree.AggregateRow
Returns true.
isAggregate() - Method in class com.sciapp.tree.DataRow
Returns false.
isAggregate(int) - Method in class com.sciapp.tree.TreeTableModel
Determines if the row at rowIndex is an aggregate row.
isAggregate() - Method in class com.sciapp.tree.TreeTableRow
Returns true if this node represents an aggregate row in the tree data structure created by TreeTableModel.
isAggregate(Object) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Determines if node is an aggregate row.
isAggregate() - Method in class com.sciapp.treetable.AggregateRow
Returns true.
isAggregate() - Method in class com.sciapp.treetable.DataRow
Returns false.
isAggregate(Object) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Determines if node is an aggregate row.
isAggregate(Object) - Method in interface com.sciapp.treetable.TreeTableModel
Determines if node is an aggregate row.
isAggregate(int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Determines if the row at rowIndex is an aggregate row.
isAggregate(Object) - Method in class com.sciapp.treetable.TreeTableModelMap
Determines if node is an aggregate row.
isAggregate() - Method in class com.sciapp.treetable.TreeTableRow
Returns true if this node represents an aggregate row in the tree data structure created by TreeTableModel.
isAscending() - Method in class com.sciapp.table.SortState
Returns true if the sorting is in ascending order.
isBorderPainted() - Method in class com.sciapp.table.span.SpanDrawer
Determines whether SpanDrawer is responsible for drawing the grid border around the cells.
isCaseSensitive() - Method in class com.sciapp.comparators.StringComparator
Determines if this comparator is case sensitive.
isCaseSensitive() - Method in class com.sciapp.filter.StringFilter
Determines if this string filter is case sensitive.
isCellEditable(EventObject) - Method in class com.sciapp.editors.DateEditor
Returns true.
isCellEditable(Object, int) - Method in class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
isCellEditable(int, int) - Method in class com.sciapp.table.AdvancedJTable
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in class com.sciapp.table.FilterTableModel
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.sciapp.table.ListTableMap
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.sciapp.table.ObjectTableModel
Returns true by default.
isCellEditable(Object, int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(int, int) - Method in class com.sciapp.table.SortTableModel
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.sciapp.table.TableMap
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.sciapp.tree.TreeTableModel
Returns false if the row at rowIndex is an aggregate row, otherwise returns the value of its super method.
isCellEditable(Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
This method is actually a call to getEditable.
isCellEditable(Object, int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.sciapp.treetable.ListTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in interface com.sciapp.treetable.TreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(int, int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns false.
isCellEditable(Object, int) - Method in class com.sciapp.treetable.TreeTableModelMap
Returns true if node at columnIndex is editable.
isCellMerged(int, int) - Method in class com.sciapp.table.span.SpanDrawer
Determines whether the cell at row, column is merged with another cell.
isCellNormal(int, int) - Method in class com.sciapp.table.span.SpanDrawer
Determines whether the cell at row, column is neither merged nor spanned (as it normally is when no spanning at all is used).
isCellSelected(int, int) - Method in class com.sciapp.table.AdvancedJTable
Returns true if the cell at the specified position is selected.
isCellSelected(int, int) - Method in class com.sciapp.table.NonContiguousSelectionModel
Returns true if the cell at the specified position is selected.
isCellSpanned(int, int) - Method in class com.sciapp.table.span.SpanDrawer
Determines whether the cell at row, column spans to another cell.
isCheckBoxEnabled(TreePath) - Method in class com.sciapp.component.CheckBoxTree
Determines whether the check box should be enabled for a given path.
isCheckBoxVisible(TreePath) - Method in class com.sciapp.component.CheckBoxTree
Determines whether the check box should be visible for a given path.
isCountCached() - Method in interface com.sciapp.table.cache.CacheableTableModel
Determines whether the row count has been evaluated.
isCountCached(Object) - Method in interface com.sciapp.table.cache.CacheableTreeTableModel
Determines whether the children count for node has been evaluated.
isCountCached() - Method in class com.sciapp.table.cache.CachedListTableModel
Determines whether the row count has been evaluated.
isCountCached() - Method in class com.sciapp.table.cache.CachedTableModel
Determines whether the row count has been evaluated.
isCountCached() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Determines whether the row count has been evaluated.
isCountCached(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Determines whether the children count for node has been evaluated.
isCountCached(Object) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Determines whether the children count for node has been evaluated.
isCountCached(Object) - Method in class com.sciapp.treetable.TreeTableModelMap
Determines whether the children count for node has been evaluated.
isCountEvaluated() - Method in class com.sciapp.treetable.HeaderRow
Determines if this header row has evaluated its children count.
isDummyColumn(int) - Method in class com.sciapp.table.AdvancedJTable
Determines if the supplied column is the last dummy column.
isExpanded - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
flag that determines whether the path is expanded
isFirstColumnFixed - Variable in class com.sciapp.table.AdvancedJTable
boolean flag to indicate whether the first column of the table is fixed.
isFirstColumnFixed() - Method in class com.sciapp.table.AdvancedJTable
Determines whether the first column of the table can be removed or reordered.
isFocusTraversable() - Method in class com.sciapp.common.gui.ArrowButton
 
isFooter() - Method in class com.sciapp.tree.DataRow
Returns false.
isFooter() - Method in class com.sciapp.tree.FooterRow
Returns true.
isFooter() - Method in class com.sciapp.tree.HeaderRow
Returns false.
isFooter(int) - Method in class com.sciapp.tree.TreeTableModel
Determines if the row at rowIndex is a footer.
isFooter() - Method in class com.sciapp.tree.TreeTableRow
Returns true if this node represents a footer row in the tree data structure created by TreeTableModel.
isFooter(Object) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Determines if node is a footer.
isFooter() - Method in class com.sciapp.treetable.DataRow
Returns false.
isFooter(Object) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Determines if node is a footer.
isFooter() - Method in class com.sciapp.treetable.FooterRow
Returns true.
isFooter() - Method in class com.sciapp.treetable.HeaderRow
Returns false.
isFooter(Object) - Method in interface com.sciapp.treetable.TreeTableModel
Determines if node is a footer.
isFooter(int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Determines if the row at rowIndex is a footer.
isFooter(Object) - Method in class com.sciapp.treetable.TreeTableModelMap
Determines if node is a footer.
isFooter() - Method in class com.sciapp.treetable.TreeTableRow
Returns true if this node represents a footer row in the tree data structure created by TreeTableModel.
isForwards - Variable in class com.sciapp.table.search.SearchModelEvent
the search direction
isForwards() - Method in class com.sciapp.table.search.SearchModelEvent
Returns the direction of the search.
isGroupedBy(TreeTableRow, int) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Determines whether or not columnIndex at node was used to group the model.
isGroupedByColumn(int) - Method in class com.sciapp.tree.DefaultTreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in class com.sciapp.tree.TreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in class com.sciapp.treetable.TreeNodeComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in interface com.sciapp.treetable.TreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isHeader() - Method in class com.sciapp.tree.DataRow
Returns false.
isHeader() - Method in class com.sciapp.tree.FooterRow
Returns false.
isHeader() - Method in class com.sciapp.tree.HeaderRow
Returns true.
isHeader(int) - Method in class com.sciapp.tree.TreeTableModel
Determines if the row at rowIndex is a header.
isHeader() - Method in class com.sciapp.tree.TreeTableRow
Returns true if this node represents a header row in the tree data structure created by TreeTableModel.
isHeader(Object) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Determines if node is a header.
isHeader() - Method in class com.sciapp.treetable.DataRow
Returns false.
isHeader(Object) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Determines if node is a header.
isHeader() - Method in class com.sciapp.treetable.FooterRow
Returns false.
isHeader() - Method in class com.sciapp.treetable.HeaderRow
Returns true.
isHeader(Object) - Method in interface com.sciapp.treetable.TreeTableModel
Determines if node is a header.
isHeader(int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Determines if the row at rowIndex is a header.
isHeader(Object) - Method in class com.sciapp.treetable.TreeTableModelMap
Determines if node is a header.
isHeader() - Method in class com.sciapp.treetable.TreeTableRow
Returns true if this node represents a header row in the tree data structure created by TreeTableModel.
isLeaf - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
flag that determines whether the path is a leaf node
isLeaf(Object) - Method in class com.sciapp.table.group.TreeColumnModelMask
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.sciapp.treetable.MutableTreeTableModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.sciapp.treetable.NodeTreeTableModelMap
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.sciapp.treetable.TreeModelMap
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLevel(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Determines whether a column is assigned to use the level mapper.
isMasking(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Determines whether a node of the model is masking a node belonging to the underlying model.
isNegate() - Method in class com.sciapp.filter.StringFilter
Determines the negation behaviour of the filter.
isNode(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Determines whether a column is assigned to use the node mapper.
isRangedModel() - Method in interface com.sciapp.table.cache.CacheableTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in interface com.sciapp.table.cache.CacheableTreeTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.table.cache.CachedListTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.table.cache.CachedTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.sciapp.treetable.TreeTableModelMap
Determines whether the cache model can fetch data in ranges.
isReorderingAllowed(int) - Method in class com.sciapp.table.AdvancedTableHeader
Returns true if the column at index is reorderable.
isReorderingAllowed(Point) - Method in class com.sciapp.table.AdvancedTableHeader
Returns true if column reordering at the specified coordinate can be initiated.
isReorderingAllowed(int) - Method in class com.sciapp.table.GroupTableHeader
Returns true if the column at index is reorderable.
isReorderingAllowed(Point) - Method in class com.sciapp.table.GroupTableHeader
Returns true if column reordering at the specified coordinate can be initiated.
isSortable(int) - Method in class com.sciapp.table.SortTableModel
Determines if column is sortable.
isSorted() - Method in class com.sciapp.treetable.UniqueTreeTableModel
Determines whether the unique level values will be sorted.
isValueCached(int, int) - Method in class com.sciapp.table.cache.AbstractTableCache
Determines whether the cell's value at (row, column) is cached.
isValueCached(Object) - Method in class com.sciapp.table.cache.AbstractTableCache
Determines whether the value specificed by key is cached.
isValueCached(Object) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Determines whether the value specificed by key is cached.
isValueCached(Object, int) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Determines whether the value for node at index column exists in the cache.
isValueCached(Object) - Method in interface com.sciapp.table.cache.Cache
Determines whether the value specificed by key is cached.
isValueCached(int, int) - Method in interface com.sciapp.table.cache.CacheableTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(Object, int) - Method in interface com.sciapp.table.cache.CacheableTreeTableModel
Determines whether the value for node at index column has been evaluated.
isValueCached(int, int) - Method in class com.sciapp.table.cache.CachedListTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(int, int) - Method in class com.sciapp.table.cache.CachedTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(int, int) - Method in interface com.sciapp.table.cache.TableCache
Determines whether the cell's value at (row, column) is cached.
isValueCached(Object, int) - Method in interface com.sciapp.table.cache.TreeTableCache
Determines whether the value for node at index column exists in the cache.
isValueCached(int, int) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(int, int) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Determines whether the value specificed by key is cached.
isValueCached(Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Determines whether the value for node at index column exists in the cache.
isValueCached(Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Determines whether the value for node at index column has been evaluated.
isValueCached(Object) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Determines whether the value specificed by key is cached.
isValueCached(Object, int) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Determines whether the value for node at index column exists in the cache.
isValueCached(Object, int) - Method in class com.sciapp.treetable.dir.DirectoryTreeTableModel
Determines whether the value for node at index column has been evaluated.
isValueCached(Object, int) - Method in class com.sciapp.treetable.TreeTableModelMap
Determines whether the value for node at index column has been evaluated.

J

JAutoFilter - Class in com.sciapp.filter.auto
JAutoFilter provides a panel for supplying custom filter options.
JAutoFilter() - Constructor for class com.sciapp.filter.auto.JAutoFilter
Creates a new JAutoFilter object with a border layout.
JDateChooser - Class in com.sciapp.editors
A date chooser that contains controls for specifying year, month, date and time.
JDateChooser() - Constructor for class com.sciapp.editors.JDateChooser
Creates a new JDateChooser object.
joinStatement - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
a string representing the table or tables and the criteria (if any) that will be used to fetch the database data.
joinStatement - Variable in class com.sciapp.table.db.DefaultPivotTableModel
a string representing the table or tables and the criteria (if any) that will be used to fetch the database data.
joinStatement - Variable in class com.sciapp.table.db.DistinctDatabaseTableModel
a string representing the table or tables and the criteria (if any) that will be used to fetch the database data.
JScrollablePanel - Class in com.sciapp.table
JScrollablePanel is a scrollable JPanel that can be used inside a JScrollPane.
JScrollablePanel() - Constructor for class com.sciapp.table.JScrollablePanel
Create a new JScrollablePanel with a double buffer and a flow layout.
JScrollablePanel(LayoutManager) - Constructor for class com.sciapp.table.JScrollablePanel
Create a new buffered JScrollablePanel with the specified layout manager.
JScrollablePanel(LayoutManager, boolean) - Constructor for class com.sciapp.table.JScrollablePanel
Creates a new JScrollablePanel with the specified layout manager and buffering strategy.
JScrollablePanel(boolean) - Constructor for class com.sciapp.table.JScrollablePanel
Create a new JScrollablePanel with FlowLayout and the specified buffering strategy.
JTableRowHeader - Class in com.sciapp.table
JTableRowHeader represents a vertical table header, that can be used as the row header of a JTable.
JTableRowHeader(TableColumnModel) - Constructor for class com.sciapp.table.JTableRowHeader
Constructs a JTableRowHeader with DEFAULT_COLUMN_WIDTH as the cells' width.
JTableRowHeader(TableColumnModel, int) - Constructor for class com.sciapp.table.JTableRowHeader
Constructs a JTableRowHeader with columnWidth as the cells' width.

K

keepSelectedDate - Variable in class com.sciapp.editors.JDateChooser
flag that indicates whether the selected date should be kept, when changing the month or year from the gui

L

LAST_COLUMN - Static variable in class com.sciapp.table.search.SearchModelEvent
denotes the last column that previously matched
LAST_ROW - Static variable in class com.sciapp.table.search.SearchModelEvent
denotes the last row that previously matched
lastRow - Variable in class com.sciapp.table.cache.AbstractTableCache
the last row read
lastRowOb - Variable in class com.sciapp.table.cache.AbstractTableCache
the last object data read
layout() - Method in class com.sciapp.table.AdvancedJScrollPane
Causes this container to lay out its components.
LE - Static variable in class com.sciapp.filter.ComparisonFilter
The comparison that tests if a value is less than or equal to value.
LEFT_DIRECTION - Static variable in interface com.sciapp.table.locked.LockedTableModel
constant indicating the left side of the table.
level - Variable in class com.sciapp.event.FilterTreeTableModelEvent
the level at which a table filter was assigned
LEVEL_FILTER - Static variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the mode which defines a single filter assigned per level
LEVEL_MODE - Static variable in class com.sciapp.filter.tree.DefaultColumnFilterMapper
the mode that is associated to the level mapper
LEVEL_MODE - Static variable in class com.sciapp.treetable.UniqueTreeTableModel
the level mode
LevelColumnFilterHeaderModel - Class in com.sciapp.table.group
LevelColumnFilterHeaderModel is a FilterHeaderModel that can be used for filtering each level of a TreeTableColumnModel.
LevelColumnFilterHeaderModel() - Constructor for class com.sciapp.table.group.LevelColumnFilterHeaderModel
Constructs a LevelColumnFilterHeaderModel.
levelCount - Variable in class com.sciapp.table.group.LevelColumnFilterHeaderModel
the number of stacked columns
levelFilterApplied(FilterTreeTableModelEvent) - Method in interface com.sciapp.event.FilterTreeTableModelListener
Called whenever a table filter was assigned to a tree level.
LevelFilterMapper - Class in com.sciapp.filter.tree
LevelFilterMapper is a ColumnFilterMapper that presents users with unique values to filter on each tree level.
LevelFilterMapper() - Constructor for class com.sciapp.filter.tree.LevelFilterMapper
Constructs a LevelFilterMapper.
LevelFilterMapper.DoubleTreeTableModelMap - Class in com.sciapp.filter.tree
 
LevelFilterMapper.DoubleTreeTableModelMap(TreeTableModel) - Constructor for class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
levelMapper - Variable in class com.sciapp.filter.tree.DefaultColumnFilterMapper
the mapper used for presenting distinct values at each node level
LevelNodeEnumeration - Class in com.sciapp.treetable
LevelNodeEnumeration is a TreeNodeEnumeration that returns nodes at a designated level.
LevelNodeEnumeration(TreeModel, Object, int) - Constructor for class com.sciapp.treetable.LevelNodeEnumeration
Constructs a LevelNodeEnumeration.
listenerList - Variable in class com.sciapp.editors.DateEditor
The listenerlist of CellEditorListeners.
listenerList - Variable in class com.sciapp.table.DefaultGroupTableColumnModel
the listenerlist of GroupTableColumnModelListeners
listenerList - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
List of TableColumnModelListener
listenerList - Variable in class com.sciapp.table.locked.DefaultLockedTableModel
the listenerlist of LockedTableModelListeners
listenerList - Variable in class com.sciapp.table.span.AbstractSpanModel
the list of SpanModelListeners.
listenerList - Variable in class com.sciapp.treetable.AbstractTreeTableModel
the list of treemodel listeners.
ListRowHeader - Class in com.sciapp.table
The default RowHeader implementation that uses a JList and a ListCellRenderer.
ListRowHeader() - Constructor for class com.sciapp.table.ListRowHeader
Creates a ListRowHeader.
ListRowHeader(JTable) - Constructor for class com.sciapp.table.ListRowHeader
Creates a ListRowHeader.
ListTableFilter - Class in com.sciapp.filter
A table filter for filtering the rows of a TableModel based on a list of row indexes.
ListTableFilter() - Constructor for class com.sciapp.filter.ListTableFilter
Constructs a ListTableFilter.
ListTableFilter(int[]) - Constructor for class com.sciapp.filter.ListTableFilter
Constructs a ListTableFilter.
ListTableMap - Class in com.sciapp.table
This class defines a TableModel that wraps around a ListTableModel, which is passed in the constructor.
ListTableMap(ListTableModel) - Constructor for class com.sciapp.table.ListTableMap
Constructs a ListTableMap having tableModel as the underlying ListTableModel
ListTableModel - Interface in com.sciapp.table
The ListTableModel interface defines methods for manipulating the data of a tabular data model.
ListTableModelWrapper - Class in com.sciapp.table
ListTableModelWrapper provides a wrapping for any TableModel class.
ListTableModelWrapper(TableModel) - Constructor for class com.sciapp.table.ListTableModelWrapper
Constructs a ListTableModelWrapper.
ListTreeTableModel - Class in com.sciapp.treetable
ListTreeTableModel represents a TreeTableModel whose nodes's user objects are java.util.List objects.
ListTreeTableModel() - Constructor for class com.sciapp.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(String[]) - Constructor for class com.sciapp.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(String[], Class[], DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
loadComparators(ObjectInputStream) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Restores the TreeTableComparators and assigns them on the model.
loadComparators(ObjectInputStream) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Restores the TreeTableComparators and assigns them on the model.
loadCurrentDate() - Method in class com.sciapp.editors.JDateChooser
Positions the date chooser to the current date.
loadDate(Calendar) - Method in class com.sciapp.editors.JDateChooser
Positions the date chooser to the date specified by calendar.
loadDate(Date) - Method in class com.sciapp.editors.JDateChooser
Positions the date chooser to the date specified by date.
loadFilterState(ObjectInputStream) - Method in class com.sciapp.filter.FilterHeaderModel
Restores the filters and assigns them on the model.
lockedChanged(LockedTableModelEvent) - Method in interface com.sciapp.table.locked.LockedTableModelListener
Tells listeners that the number of lockable rows/columns has changed.
lockedTableModel - Variable in class com.sciapp.table.AdvancedJScrollPane
the locked table column model
LockedTableModel - Interface in com.sciapp.table.locked
LockedTableModel is the model that holds the number of locked rows/columns at the 4 edges of the table.
LockedTableModelEvent - Class in com.sciapp.table.locked
An event used to notify listeners that a locked table model has changed, such as a locked row/column was added/removed from the table.
LockedTableModelEvent(LockedTableModel, int, int) - Constructor for class com.sciapp.table.locked.LockedTableModelEvent
Constructs a LockedTableModelEvent.
LockedTableModelEvent(LockedTableModel, int, int, int) - Constructor for class com.sciapp.table.locked.LockedTableModelEvent
Constructs a LockedTableModelEvent.
LockedTableModelListener - Interface in com.sciapp.table.locked
LockedTableModelListener defines the interface for an object that listens to changes in a LockedTableModel.
LongFilter - Class in com.sciapp.filter
A filter for Long values.
LongFilter() - Constructor for class com.sciapp.filter.LongFilter
Constructs a LongFilter.
LongFilter(long) - Constructor for class com.sciapp.filter.LongFilter
Constructs a LongFilter.
LT - Static variable in class com.sciapp.filter.ComparisonFilter
The comparison that tests if a value is less than another.

M

makePanel() - Method in class com.sciapp.filter.FilterTablePanel
Adds the gui components to the FilterTablePanel using a box layout with horizontal orientation.
makePanel() - Method in class com.sciapp.table.search.AbstractSearchPanel
Initializes the panel.
makePanel() - Method in class com.sciapp.table.search.SearchPanel
Initializes the panel.
makePanel() - Method in class com.sciapp.table.search.SearchTablePanel
Initializes the panel.
mapper - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
The mapper responsible for creating, installing and assigning filters.
margin - Variable in class com.sciapp.table.GroupTableColumn
this group table column's margin.
marginX - Variable in class com.sciapp.component.PartialIcon
the distance of the filled rectangle from the left/right
marginY - Variable in class com.sciapp.component.PartialIcon
the distance of the filled rectangle from the top/bottom
max_groups - Variable in class com.sciapp.tree.GroupingPanel
the current maximum number of groups defined.
max_groups - Variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the current maximum number of groups defined.
max_groups - Variable in class com.sciapp.treetable.GroupingPanel
the current maximum number of groups defined.
max_groups - Variable in class com.sciapp.treetable.NodeGroupingPanel
the current maximum number of groups defined.
maxColumns - Variable in class com.sciapp.table.TableAssistant
the maximum number of columns that the column popup is going to display.
maximumCacheSize - Variable in class com.sciapp.table.cache.AbstractCache
the maximum cache size
MeasureDefinition - Interface in com.sciapp.table.db
An interface for defining a complex database aggregate function.
minResizeHeight - Variable in class com.sciapp.table.Viewable
the minimum resize height
minResizeWidth - Variable in class com.sciapp.table.Viewable
the minimum resize width
minRowHeight - Variable in class com.sciapp.table.TableCellResizer
the minimum row height a row is allowed to resize to
mode - Variable in class com.sciapp.filter.StringFilter
The current filter mode.
mode - Variable in class com.sciapp.table.search.SearchModelEvent
the search mode
mode - Variable in class com.sciapp.table.search.TableSearch
the search mode
mode - Variable in class com.sciapp.treetable.UniqueTreeTableModel
the mode that is used to build the unique structure by level
model - Variable in class com.sciapp.table.cache.AbstractTableCache
the cacheable table model
model - Variable in class com.sciapp.table.cache.AbstractTreeTableCache
the cacheable treetable model
model - Variable in class com.sciapp.table.group.TreeColumnModelMask
the underlying treetable column model
model - Variable in class com.sciapp.tree.Aggregator
the associated treetablemodel
model - Variable in class com.sciapp.tree.GroupingPanel
the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
model - Variable in class com.sciapp.tree.TreeTableComparator
the associated treetablemodel
model - Variable in class com.sciapp.treetable.db.AbstractGroupCache
the cacheable treetable model.
model - Variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the DefaultDatabaseTreeTableModel that is used to define the list of database grouping columns.
model - Variable in class com.sciapp.treetable.DefaultCellAggregator
the associated dynamic treetable model
model - Variable in class com.sciapp.treetable.DefaultTreeTableComparator
the associated dynamic treetablemodel
model - Variable in class com.sciapp.treetable.GroupingPanel
the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
model - Variable in class com.sciapp.treetable.NodeGroupingPanel
the TreeTableModel that is used to add/remove TreeNodeComparator.
model - Variable in class com.sciapp.treetable.TreeNodeAggregator
the associated aggregate treetable model
model - Variable in class com.sciapp.treetable.TreeNodeComparator
the associated comparable treetable model.
model - Variable in class com.sciapp.treetable.TreeTableModelMask
the underlying treetable model
model - Variable in class com.sciapp.treetable.UniqueTreeTableModel
the underlying treetable model
MODEL_ORDER - Static variable in class com.sciapp.table.TableAssistant
defines a column ordering, according to the position of the columns as they appear in the table's data model
modelIndex - Variable in class com.sciapp.tree.TreeTableRow
an integer that refers to the index of the object that this TreeTableRow is associated with.
modelIndex - Variable in class com.sciapp.treetable.TreeTableRow
an integer that can be used for various purposes.
mouseClicked(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseDragged(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when the mouse exits a component.
mouseMoved(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mousePressed(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class com.sciapp.table.SortTableModel.SorterMouseHandler
Invoked when a mouse button has been released on a component.
moveColumn(int, int) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Moves the column and heading at columnIndex to newIndex.
moveColumn(int, int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Moves the column and its header at columnIndex to newIndex.
moveColumn(int, int) - Method in class com.sciapp.table.GroupTableColumn
Moves a child column.
moveNode(MutableTreeNode, int, int, int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Moves one or more children nodes of fromNode starting at startIndex to endIndex to the toIndex.
MSAccessPivotTableModel - Class in com.sciapp.table.db
MSAccessPivotTableModel is a pivot table model that is customized for MS Access databases.
MSAccessPivotTableModel(Connection, DatabaseTableDefinition, DatabaseTableDefinition, String, String) - Constructor for class com.sciapp.table.db.MSAccessPivotTableModel
Constructs an MSAccessPivotTableModel.
MSAccessPivotTableModel(Connection, DatabaseTableDefinition, MeasureDefinition, PivotDefinition, String, String) - Constructor for class com.sciapp.table.db.MSAccessPivotTableModel
Constructs an MSAccessPivotTableModel.
MULTI_SORT - Static variable in class com.sciapp.table.SortTableModel
Defines multiple sort mode.
MutableTreeTableModel - Class in com.sciapp.treetable
MutableTreeTableModel provides for a TreeTableModel whose nodes can be added or removed dynamically.
MutableTreeTableModel(String[], Class[], TreeNode) - Constructor for class com.sciapp.treetable.MutableTreeTableModel
Constructs a MutableTreeTableModel.
MutableTreeTableModel(String[], TreeNode) - Constructor for class com.sciapp.treetable.MutableTreeTableModel
Constructs a MutableTreeTableModel.
MutableTreeTableModel(TreeNode) - Constructor for class com.sciapp.treetable.MutableTreeTableModel
Constructs a MutableTreeTableModel.

N

NE - Static variable in class com.sciapp.filter.ComparisonFilter
The comparison that tests if a value is not equal to another.
negate - Variable in class com.sciapp.filter.StringFilter
boolean indicating whether the string filter returns the negative of the result of each mode.
newline - Variable in class com.sciapp.table.io.DelimitedExportManager
the newline string
newline - Variable in class com.sciapp.table.io.XMLExportManager
the newline string
next() - Method in class com.sciapp.table.search.AbstractSearchPanel
Searches in the forward direction.
next() - Method in class com.sciapp.table.search.SearchPanel
Searches in the forward direction.
next() - Method in class com.sciapp.table.search.SearchTablePanel
Searches in the forward direction.
NEXT_COLUMN - Static variable in class com.sciapp.table.search.SearchModelEvent
denotes the next column from the previously matched
NEXT_ROW - Static variable in class com.sciapp.table.search.SearchModelEvent
denotes the next row from the previously matched
nextButton - Variable in class com.sciapp.table.search.AbstractSearchPanel
the next button
nextElement() - Method in class com.sciapp.treetable.DefaultTreeNodeEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextState() - Method in class com.sciapp.component.TristateCheckBox
Rotates between the checkbox's selection states: UNCHECKED -> CHECKED -> PARTIALLY_CHECKED
nf - Variable in class com.sciapp.filter.NumericalVisualFilter
the numberformat instance that is used to format the number shown on the textfield.
NO_RESIZE - Static variable in class com.sciapp.table.TableAssistant
integer indicating that nothing will happen should the user double-click on a column border
NO_RESIZE - Static variable in class com.sciapp.table.TableCellResizer
integer indicating that nothing will happen should the user double-click on a column border
NO_RESIZE - Static variable in class com.sciapp.table.Viewable
defines a no resize mode
node - Variable in class com.sciapp.event.FilterTreeTableModelEvent
the node at which a table filter was assigned
NODE_FILTER - Static variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the mode which defines a single filter assigned per node
NODE_MODE - Static variable in class com.sciapp.filter.tree.DefaultColumnFilterMapper
the mode that is associated to the node mapper
nodeChanged(TreeNode) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when the representation of node in the tree has changed.
nodeChanged(TreeNode) - Method in class com.sciapp.treetable.MutableTreeTableModel
This method should be invoked when the representation of node in the tree has changed.
nodeChanged(TreeNode) - Method in class com.sciapp.treetable.TreeModelMap
This method should be invoked when the representation of node in the tree has changed.
nodeCollapsed(TreePath) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notification that the specified path was collapsed.
nodeCollapsed(TreePath) - Method in class com.sciapp.table.group.TreeTableHeader
Notification that columns at the specified path were collapsed.
nodeCollapsed(TreePath) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Notification that the specified path was collapsed.
nodeComparator - Variable in class com.sciapp.treetable.UniqueTreeTableModel
the comparator that is used to compare tree nodes between them at each tree level
nodeEquals(Object, Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Checks for equality between two masking nodes.
nodeExpanded(TreePath) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notification that the specified path was expanded.
nodeExpanded(TreePath) - Method in class com.sciapp.table.group.TreeTableHeader
Notification that columns at the specified path were expanded.
nodeExpanded(TreePath, boolean) - Method in class com.sciapp.table.group.TreeTableHeader
Notification that columns at the specified path were expanded.
nodeExpanded(TreePath) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Notification that the specified path was expanded.
nodeFilterApplied(FilterTreeTableModelEvent) - Method in interface com.sciapp.event.FilterTreeTableModelListener
Called whenever a table filter was assigned to a node.
NodeFilterMapper - Class in com.sciapp.filter.tree
NodeFilterMapper is a ColumnFilterMapper that allows users to uniquely identify which nodes to include when filtering.
NodeFilterMapper() - Constructor for class com.sciapp.filter.tree.NodeFilterMapper
Constructs a NodeFilterMapper.
nodeForRow(int) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Returns the node found at row rowIndex of the tree.
nodeForRow(int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Returns the node at row rowIndex.
NodeGroupingPanel - Class in com.sciapp.treetable
This component represents a panel through which users can dynamically control the structure of a TreeTable.
NodeGroupingPanel(ComparableTreeTableModel) - Constructor for class com.sciapp.treetable.NodeGroupingPanel
Constructs a NodeGroupingPanel object with model as the associated TreeTableModel, horizontal layout and "" as the string to show if no grouping is desired.
NodeGroupingPanel(ComparableTreeTableModel, int) - Constructor for class com.sciapp.treetable.NodeGroupingPanel
Constructs a NodeGroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and "" as the string to show if no grouping is desired.
NodeGroupingPanel(ComparableTreeTableModel, int, String) - Constructor for class com.sciapp.treetable.NodeGroupingPanel
Constructs a NodeGroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and noGroupString as the string to show if no grouping is desired.
nodeHashCode(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Returns the hashcode for the masking node.
nodeMapper - Variable in class com.sciapp.filter.tree.DefaultColumnFilterMapper
the mapper used for presenting every node of a tree
nodePrepared(Object) - Method in class com.sciapp.treetable.TreeTableModelMask
This method is called after a masked node encapsulating an underlying node has been prepared.
nodes - Variable in class com.sciapp.filter.tree.NodeTableFilter
the 'accepted' object list
nodesChanged(TreeModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notification that children nodes at the specified path have changed.
nodesChanged(TreeNode, int[]) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when the representation of the children identified by childIndices in the tree has changed.
nodesChanged(TreeNode, int[]) - Method in class com.sciapp.treetable.MutableTreeTableModel
This method should be invoked when the representation of the children identified by childIndices in the tree has changed.
nodesChanged(TreeNode, int[]) - Method in class com.sciapp.treetable.TreeModelMap
This method should be invoked when the representation of the children identified by childIndices in the tree has changed.
nodesChanged(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Notification that children nodes at the specified path have changed.
nodesInserted(TreeModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notification that children nodes at the specified path have been added.
nodesInserted(TreeModelEvent) - Method in class com.sciapp.table.group.TreeTableHeader
Notification that columns at the specified path have been added.
nodesInserted(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Notification that children nodes at the specified path have been added.
nodesRemoved(TreeModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notification that children nodes at the specified path have been removed.
nodesRemoved(TreeModelEvent) - Method in class com.sciapp.table.group.TreeTableHeader
Notification that columns at the specified path have been removed.
nodesRemoved(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Notification that children nodes at the specified path have been removed.
nodeStructureChanged(TreeNode) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when the children of node and its children children have completely changed.
nodeStructureChanged(TreeNode) - Method in class com.sciapp.treetable.MutableTreeTableModel
This method should be invoked when the children of node and its children children have completely changed.
nodeStructureChanged(TreeNode) - Method in class com.sciapp.treetable.TreeModelMap
This method should be invoked when the children of node and its children children have completely changed.
nodesWereInserted(TreeNode, int[]) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when some TreeNodes were inserted into node.
nodesWereInserted(TreeNode, int[]) - Method in class com.sciapp.treetable.MutableTreeTableModel
Invoke this method after you've inserted some TreeNodes into node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when some TreeNodes were removed from node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class com.sciapp.treetable.MutableTreeTableModel
Invoke this method after you've removed some TreeNodes from node.
NodeTableFilter - Class in com.sciapp.filter.tree
NodeTableFilter is a table filter for filtering the rows of a TableModel based on a list of objects.
NodeTableFilter() - Constructor for class com.sciapp.filter.tree.NodeTableFilter
Constructs a NodeTableFilter.
NodeTableFilter(Object[]) - Constructor for class com.sciapp.filter.tree.NodeTableFilter
Constructs a NodeTableFilter.
NodeTreeTableModelMap - Class in com.sciapp.treetable
NodeTreeTableModelMap will show only a single branch of a TreeTableModel.
NodeTreeTableModelMap(TreeTableModel, Object) - Constructor for class com.sciapp.treetable.NodeTreeTableModelMap
Constructs a NodeTreeTableModelMap.
noGroupString - Variable in class com.sciapp.tree.GroupingPanel
the current string to show if no grouping is desired.
noGroupString - Variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the current string to show if no grouping is desired.
noGroupString - Variable in class com.sciapp.treetable.GroupingPanel
the current string to show if no grouping is desired.
noGroupString - Variable in class com.sciapp.treetable.NodeGroupingPanel
the current string to show if no grouping is desired.
NON_BLANK_STRING - Variable in class com.sciapp.filter.PopupFilterHeaderModel
a string for the 'non blanks' filter selection
nonContiguousCellSelection - Variable in class com.sciapp.table.AdvancedJTable
flag indicating whether non-contiguous cell selection is enabled
nonContiguousSelectionModel - Variable in class com.sciapp.table.AdvancedJTable
the non-contiguous selection model
NonContiguousSelectionModel - Class in com.sciapp.table
NonContiguousSelectionModel enables non-contiguous cell selection for a JTable.
NonContiguousSelectionModel() - Constructor for class com.sciapp.table.NonContiguousSelectionModel
Creates a NonContiguousSelectionModel.
nonPivotDefinition - Variable in class com.sciapp.table.db.DefaultPivotTableModel
the database definition for the columns that are not pivoted.
NORMAL_MODE - Static variable in class com.sciapp.table.search.SearchModelEvent
the normal mode
normalComponent - Variable in class com.sciapp.filter.DefaultFilterRenderer
the component returned from the unfiltered renderer
notFound - Variable in class com.sciapp.table.search.AbstractSearchPanel
the notFound label
notFoundBackgroundColor - Variable in class com.sciapp.table.search.AbstractSearchPanel
the not found background color
notFoundForegroundColor - Variable in class com.sciapp.table.search.AbstractSearchPanel
the not found foreground color
NotTableFilter - Class in com.sciapp.filter
A TableFilter that implements the logical NEGATION operator.
NotTableFilter(TableFilter) - Constructor for class com.sciapp.filter.NotTableFilter
Constructs a NotTableFilter.
NumberFilter - Class in com.sciapp.filter
The superclass for filters that deal with Numbers.
NumberFilter() - Constructor for class com.sciapp.filter.NumberFilter
Constructs a NumberFilter object.
numberFilter - Variable in class com.sciapp.filter.NumericalVisualFilter
a numeric filter object used to filter Number objects.
numberFilter - Variable in class com.sciapp.table.search.NumericalVisualSeeker
a numeric filter object used to filter Number objects.
numberFormat - Variable in class com.sciapp.renderers.NumberRenderer
The number format instance
NumberRenderer - Class in com.sciapp.renderers
NumberRenderer is a TableCellRenderer suitable for rendering Number objects.
NumberRenderer() - Constructor for class com.sciapp.renderers.NumberRenderer
Constructs a default NumberRenderer.
NumberRenderer(NumberFormat) - Constructor for class com.sciapp.renderers.NumberRenderer
Constructs a default NumberRenderer with numberFormat as the NumberFormat instance that will render the cells.
NumericalVisualFilter - Class in com.sciapp.filter
A VisualFilter for numeric values.
NumericalVisualFilter(NumberFilter) - Constructor for class com.sciapp.filter.NumericalVisualFilter
Constructs a NumericVisualFilter.
NumericalVisualSeeker - Class in com.sciapp.table.search
A VisualSeeker for numeric values.
NumericalVisualSeeker(NumberFilter) - Constructor for class com.sciapp.table.search.NumericalVisualSeeker
Constructs a NumericalVisualSeeker.
NumericAutoFilterPanel - Class in com.sciapp.filter.auto
NumericAutoFilterPanel provides a specialized NumericalVisualFilter subclass for the filter representation.
NumericAutoFilterPanel(NumberFilter) - Constructor for class com.sciapp.filter.auto.NumericAutoFilterPanel
Constructs a new NumericAutoFilterPanel.
NumericAutoFilterPanel(NumberFilter, String) - Constructor for class com.sciapp.filter.auto.NumericAutoFilterPanel
Constructs a new NumericAutoFilterPanel.

O

ObjectTableModel - Class in com.sciapp.table
ObjectTableModel uses an internal ArrayList structure to store the rows of a JTable.
ObjectTableModel(String[]) - Constructor for class com.sciapp.table.ObjectTableModel
Constructs an ObjectTableModel with columns as the table columns.
ObjectTreeTableModel - Class in com.sciapp.treetable
ObjectTreeTableModel is a treetable model whose nodes' cell value depends on an abstract Object.
ObjectTreeTableModel() - Constructor for class com.sciapp.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(String[]) - Constructor for class com.sciapp.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(String[], Class[], DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.sciapp.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
oddColor - Variable in class com.sciapp.renderers.DefaultRenderer
the background color for odd rows
oddColor - Variable in class com.sciapp.table.styles.DefaultStyle
the background color for odd rows
opaqueFalse - Variable in class com.sciapp.table.WrapperCellRendererPane
flag that is true if JComponent children's opaque property is temporarily set to false before painting
OR_FILTER - Static variable in class com.sciapp.treetable.DefaultFilterTreeTableModel
the mode which defines an OR combination of a node and level filter
orButton - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
the 'or' radio button.
orderByClause() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.sciapp.table.db.DefaultPivotTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
This method is called whenever sorting is requested.
ORDERED_MODE - Static variable in class com.sciapp.filter.FilterHeaderModel
Defines the filter mode for showing objects depending on the order the filters were installed.
orderSQL - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
a string which is used to hold the order byclause of the sql statement
orderSQL - Variable in class com.sciapp.table.db.DefaultPivotTableModel
a string which is used to hold the order byclause of the sql statement
orderSQL - Variable in class com.sciapp.table.db.DistinctDatabaseTableModel
a string which is used to hold the order byclause of the sql statement
orderSQL - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
a string which is used to hold the order byclause of the sql statement
OrTableFilter - Class in com.sciapp.filter
A TableFilter that implements the logical OR operator on individual TableFilters.
OrTableFilter(TableFilter[]) - Constructor for class com.sciapp.filter.OrTableFilter
Constructs an OrTableFilter with an array of TableFilters.
OrTableFilter(TableFilter, TableFilter) - Constructor for class com.sciapp.filter.OrTableFilter
Constructs an OrTableFilter with two TableFilters.

P

paint(Graphics) - Method in class com.sciapp.common.gui.ArrowButton
 
paint(Graphics) - Method in class com.sciapp.table.WrapperCellRendererPane
Paints its children according to their size and location.
paintComponent(Graphics) - Method in class com.sciapp.table.JTableRowHeader
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintComponent(Graphics) - Method in class com.sciapp.table.remote.PendingIndicator
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintComponent(Graphics, Component, Container, int, int, int, int, boolean) - Method in class com.sciapp.table.WrapperCellRendererPane
Paint a cell renderer component c on graphics object g.
paintIcon(Component, Graphics, int, int) - Method in class com.sciapp.component.PartialIcon
Draw the icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class com.sciapp.table.BlankIcon
Draw the icon at the specified location.
parent - Variable in class com.sciapp.table.GroupTableColumn
this group table column's parent.
PartialIcon - Class in com.sciapp.component
The default icon for showing a partially selected state of a TristateCheckBox.
PartialIcon(Icon) - Constructor for class com.sciapp.component.PartialIcon
Creates a PartialIcon.
partialIcon - Variable in class com.sciapp.component.TristateCheckBox
the icon to show for partial selections
PARTIALLY_CHECKED - Static variable in class com.sciapp.component.TristateButtonModel
the partial-selected state
PARTIALLY_SELECTED - Static variable in class com.sciapp.component.CheckBoxTreeSelectionModel
defines a partially selected state
partialSelection - Variable in class com.sciapp.component.CheckBoxTreeSelectionModel
flag indicating whether partial selection is on/off
PassFilter - Class in com.sciapp.filter
This filter will allow all supplied values.
PassFilter() - Constructor for class com.sciapp.filter.PassFilter
Constructs a PassFilter.
path - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
the path to draw
path - Variable in class com.sciapp.table.io.XMLExportManager
the path
pathComparator - Static variable in class com.sciapp.table.group.TreeTableHeader
a comparator that compares paths used internally
pathSelected(TreePath, boolean) - Method in class com.sciapp.component.CheckBoxTree
Method called after a path has been selected with the mouse.
pathSelecting(TreePath, boolean) - Method in class com.sciapp.component.CheckBoxTree
Method called before a path is selected with the mouse.
pattern - Variable in class com.sciapp.filter.StringFilter
The filter expression.
pendingBackgroundColor - Variable in class com.sciapp.table.remote.RemoteStyle
the background color for pending cells.
PendingIndicator - Class in com.sciapp.table.remote
PendingIndicator is a component that sweeps a circular path, thus creating an indeterminate progress effect.
PendingIndicator() - Constructor for class com.sciapp.table.remote.PendingIndicator
Constructs a PendingIndicator.
pendingValue - Variable in class com.sciapp.table.remote.DefaultRemoteTableModel
the default object to return when a cell value is pending.
pendingValue - Variable in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
the default object to return when a cell value is pending.
PendingValue - Interface in com.sciapp.table.remote
Classes implementing this interface are considered to represent objects that have not yet been evaluated by RemoteTableModel or RemoteTreeTableModel.
performSearch(SearchModelEvent) - Method in class com.sciapp.table.search.DefaultSearchModel
Forwards the given notification event to all SearchModelListeners that registered themselves as listeners for this search model event.
performSearch(SearchModelEvent) - Method in interface com.sciapp.table.search.SearchModel
Forwards the given notification event to all SearchModelListeners that registered themselves as listeners for this search model event.
pivotClass - Variable in class com.sciapp.table.db.DefaultPivotDefinition
the pivot column class
pivotColumn - Variable in class com.sciapp.table.db.DefaultPivotDefinition
the pivot column
pivotColumns - Variable in class com.sciapp.table.db.DefaultPivotTableModel
the pivot columns.
pivotDefinition - Variable in class com.sciapp.table.db.DefaultPivotTableModel
the pivot definition
PivotDefinition - Interface in com.sciapp.table.db
An interface that defines the attributes of a pivot column.
pivotStatement - Variable in class com.sciapp.table.db.DefaultPivotTableModel
a string representing the table or tables and the criteria (if any) that will be used to fetch the pivot values.
PivotTableModel - Interface in com.sciapp.table.db
PivotTableModel is used to diplay a crosstab in tabular form.
pivotValues - Variable in class com.sciapp.table.db.DefaultPivotTableModel
the pivot values.
populate(Collection) - Method in class com.sciapp.filter.auto.AbstractAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.sciapp.filter.auto.BooleanAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.sciapp.filter.auto.DateAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.sciapp.filter.auto.NumericAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.sciapp.filter.auto.StringAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populateBox(JComboBox, Collection) - Method in class com.sciapp.filter.auto.DateAutoFilterPanel
Populates the combo box with possible filter values.
populateBox(JComboBox, Collection) - Method in class com.sciapp.filter.auto.NumericAutoFilterPanel
Populates the combo box with possible filter values.
populateBox(JComboBox, Collection) - Method in class com.sciapp.filter.auto.StringAutoFilterPanel
Populates the combo box with possible filter values.
populatePopup(int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Populates the popup menu with values that will be used as filter expressions.
PopupFilterHeaderModel - Class in com.sciapp.filter
PopupFilterHeaderModel uses an arrow button in order to provide real-time row filtering.
PopupFilterHeaderModel() - Constructor for class com.sciapp.filter.PopupFilterHeaderModel
Constructs a PopupFilterHeaderModel.
PopupRenderer - Class in com.sciapp.renderers
This class represents the ListCellRenderer object that is used to render the popup of a PopupFilterHeaderModel.
PopupRenderer() - Constructor for class com.sciapp.renderers.PopupRenderer
Constructs a PopupRenderer object.
PopupTreeFilterHeaderModel - Class in com.sciapp.filter.tree
PopupTreeFilterHeaderModel uses an arrow button in order to provide real-time row filtering.
PopupTreeFilterHeaderModel() - Constructor for class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Constructs a PopupTreeFilterHeaderModel.
popupWillShow(int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
This method is called just before the popup is shown on screen.
popupWillShow(int) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
This method is called just before the popup is shown on screen.
PREF_RESIZE - Static variable in class com.sciapp.table.Viewable
defines a mode with cells resizing to their preferred size
preferredSize - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
the preferred size of this component
prefSize - Variable in class com.sciapp.table.group.TreeTableHeader
the preferred size of the tree header
prepare(Component, int, int) - Method in class com.sciapp.table.span.SpanDrawer
Prepares the component at (row, column) to be used by the span model.
prepare(AggregateRow, int, int) - Method in class com.sciapp.tree.Aggregator
This method retrieves the aggregate value that was set for the row at rowIndex and columnIndex.
prepareAutoFilter(Class, String, int, Collection) - Method in class com.sciapp.filter.auto.JAutoFilter
Creates and adds the corresponding auto filter panel to the container.
prepareEditor(TableCellEditor, int, int) - Method in class com.sciapp.table.AdvancedJTable
Prepares the editor by querying the data model for the value and selection state of the cell at row, column.
prepareEditorComponent(TableCellEditor, Component, int, int) - Method in class com.sciapp.table.AdvancedJScrollPane
Prepares and returns a table cell editor component suitable for locked rows/columns.
prepareGroupTableHeader(GroupTableHeader) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Utility method that creates the necessary group table headers according to the definition of this pivot table model.
preparePopup(int) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Makes final preparations before the popup is shown on screen.
preparePopup(int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Makes final preparations before the popup is shown on screen.
prepareRenderer(int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Deprecated.  
prepareRenderer(int) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
This method is called just before the renderer paints the column at c for columns that have a filter installed.
prepareRenderer(TableCellRenderer, int, int) - Method in class com.sciapp.table.AdvancedJTable
Prepares the renderer by querying the data model for the value and selection state of the cell at row, column.
prepareRenderer(TableCellRenderer, Object, GroupTableColumn, int, int) - Method in class com.sciapp.table.GroupTableHeader
Prepares the renderer by returning a suitable component.
prepareRenderer(int, boolean, int, boolean, Object, int) - Method in class com.sciapp.table.SortTableButtonRenderer
Prepares and returns the component used for drawing the column header according to the method's arguments.
prepareRenderer(int, boolean, int, boolean, Object, int) - Method in class com.sciapp.table.SortTableRenderer
Prepares and returns the component used for drawing the column header according to the method's arguments.
prepareRendererLevel(int, ArrowButton) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
This method is called just before the renderer paints the column with tree level level for columns that have a filter installed.
prepareValue(AggregateRow, int) - Method in class com.sciapp.treetable.AbstractAggregator
This method retrieves the aggregate value that was set for the row at rowIndex and columnIndex.
prepareValue(AggregateRow, int) - Method in interface com.sciapp.treetable.Aggregator
This method retrieves the aggregate value that was set for the row at rowIndex and columnIndex.
prepareValues(AggregateRow, int, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseAggregator
This method retrieves the aggregate values for the children of parent in the range from - to, and assigns them on the treeModel.
prepareValues(AggregateRow, int, int) - Method in interface com.sciapp.treetable.db.DatabaseAggregator
This method retrieves the aggregate values for the children of parent in the range from - to, and assigns them on the treeModel.
prevButton - Variable in class com.sciapp.table.search.AbstractSearchPanel
the previous button
previous() - Method in class com.sciapp.table.search.AbstractSearchPanel
Searches in the backward direction.
previous() - Method in class com.sciapp.table.search.SearchPanel
Searches in the backward direction.
previous() - Method in class com.sciapp.table.search.SearchTablePanel
Searches in the backward direction.
previousAmount - Variable in class com.sciapp.table.locked.LockedTableModelEvent
The previous number of locked rows/columns at the specified direction.
processEvent(AWTEvent) - Method in class com.sciapp.table.AdvancedJScrollPane.LockedTextField
Processes events on this container.
processKeyEvent(KeyEvent) - Method in class com.sciapp.treetable.TreeTable
Overrides processKeyEvent to process events.
processMouseEvent(MouseEvent) - Method in class com.sciapp.component.CheckBoxTree
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedJTable
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
processMouseEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedTableHeader
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
processMouseMotionEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedJTable
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
processMouseMotionEvent(MouseEvent) - Method in class com.sciapp.table.AdvancedTableHeader
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
progressBar - Variable in class com.sciapp.renderers.ProgressBarRenderer
The progressBar instance
ProgressBarRenderer - Class in com.sciapp.renderers
ProgressBarRenderer is a TableCellRenderer which uses a JProgressBar instance to render a table's or tree table's cells.
ProgressBarRenderer() - Constructor for class com.sciapp.renderers.ProgressBarRenderer
Constructs a ProgressBarRenderer with a default JProgressBar object.
ProgressBarRenderer(JProgressBar) - Constructor for class com.sciapp.renderers.ProgressBarRenderer
Constructs a ProgressBarRenderer, having progressBar as the JProgressBar object.
PROGRESSIVE_MODE - Static variable in class com.sciapp.filter.FilterHeaderModel
Defines the filter mode for showing objects depending on all the filters currently installed.
PROGRESSIVE_MODE - Static variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
Defines the filter mode for showing objects depending on all the filters currently installed.
propertyChange(PropertyChangeEvent) - Method in class com.sciapp.table.AdvancedJScrollPane.LockedTextField
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
This method gets called when a bound property is changed.
PUSH_INVISIBLE_TO_END - Static variable in class com.sciapp.table.TableAssistant
a modifier used by the column popup, in which non-visible columns are pushed towards the end of the popup
put(int, Object) - Method in class com.sciapp.table.cache.AbstractTableCache
Inserts a row in the cache.
put(Object, Object) - Method in class com.sciapp.table.cache.AbstractTableCache
Inserts a value in the cache store.
put(Object, Object) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Inserts a value in the cache store.
put(Object, Object) - Method in interface com.sciapp.table.cache.Cache
Inserts a value in the cache store.
put(int, Object) - Method in interface com.sciapp.table.cache.TableCache
Inserts a row in the cache.
put(Object, Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Inserts a value in the cache store.
put(Object, Object) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Inserts a value in the cache store.

R

rangedModel - Variable in class com.sciapp.table.db.AbstractDatabaseTableModel
true if the model is going to fetch data in ranges
readRowCount() - Method in interface com.sciapp.table.db.DatabaseTableModel
Reads and returns the row count from the underlying data source.
readRowCount() - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Reads and returns the row count from the underlying data source.
readRowCount() - Method in class com.sciapp.table.db.DefaultPivotTableModel
Reads and returns the row count from the underlying data source.
readRowCount() - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Reads and returns the row count from the underlying data source.
readRowCount(int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Reads and returns the row count from the underlying data source for the distinct column supplied.
readRowCountStatement() - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Retrieves the sql statement for the readRowCount method.
readRowCountStatement() - Method in class com.sciapp.table.db.DefaultPivotTableModel
Retrieves the sql statement for the readRowCount method.
readRowCountStatement(int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Retrieves the sql statement for the readRowCount method.
readRowCountStatement() - Method in class com.sciapp.table.db.MSAccessPivotTableModel
Retrieves the sql statement for the readRowCount method.
recalcWidthCache() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Recalculates the total combined width of all columns.
refresh() - Method in class com.sciapp.tree.TreeTableModel
Forces a re-creation of the entire tree.
refresh() - Method in class com.sciapp.treetable.DynamicTreeTableModel
Forces a re-creation of the entire tree.
refreshColumns() - Method in class com.sciapp.table.TableAssistant
Recreates the column selection popup and dialog with values from the column model.
refreshComparators() - Method in class com.sciapp.treetable.ComparableTreeTableModel
Indicates that the underlying comparators have changed and the model should re-create the whole tree structure.
refreshPopup() - Method in class com.sciapp.table.TableAssistant
Reinitializes the popup with values from the column model.
register(JTable) - Method in class com.sciapp.table.NonContiguousSelectionModel
Registers a table to be used with this model.
register(TableModel) - Method in class com.sciapp.table.search.AbstractSearchPanel
Registers a table model so that changes to the model will initiate a search highlight action to be performed.
register(TableColumnModel) - Method in class com.sciapp.table.TableAssistant
The component registers itself to the listener list of columnModel.
registerListeners() - Method in class com.sciapp.table.search.AbstractSearchPanel
Registers listeners for the close, highlight, next and previous buttons.
registerListeners() - Method in class com.sciapp.table.search.SearchPanel
Registers listeners for the close, highlight, next and previous buttons.
reIndex() - Method in class com.sciapp.table.FilterTableModel
Reindexes the filter indexes.
reIndex() - Method in class com.sciapp.table.SortTableModel
Reindexes the sorting indexes.
releaseFromHeader(JTableHeader) - Method in class com.sciapp.table.ViewableResizer
Releases this viewable resizer from the header.
REMOTE_OPTION - Static variable in class com.sciapp.treetable.dir.DirectoryTreeTable
int mask that defines asynchronous directory and file fetching
remoteActionPerformed(RemoteTableEvent) - Method in interface com.sciapp.table.remote.RemoteTableListener
Notifies listeners that the RemoteTableModel has started or stopped an asynchronous query.
remoteActionPerformed(RemoteTableEvent) - Method in class com.sciapp.table.remote.StatusPanel
Notifies listeners that the RemoteTableModel has started or stopped an asynchronous query.
RemoteStyle - Class in com.sciapp.table.remote
RemoteStyle paints pending cells with a background color.
RemoteStyle() - Constructor for class com.sciapp.table.remote.RemoteStyle
Constructs a RemoteStyle with a yellow background color.
RemoteStyle(Color) - Constructor for class com.sciapp.table.remote.RemoteStyle
Constructs a RemoteStyle.
RemoteTableEvent - Class in com.sciapp.table.remote
An event used to identify the status of a RemoteTableModel.
RemoteTableEvent(Object, int) - Constructor for class com.sciapp.table.remote.RemoteTableEvent
Constructs a RemoteTableEvent.
RemoteTableListener - Interface in com.sciapp.table.remote
RemoteTableListener is a listener that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
RemoteTableModel - Interface in com.sciapp.table.remote
RemoteTableModel asynchronously retrieves data from a TableModel.
RemoteTreeTableModel - Interface in com.sciapp.table.remote
RemoteTreeTableModel asynchronously retrieves data from a TreeTableModel.
remove(int) - Method in class com.sciapp.table.cache.AbstractTableCache
Removes a row from the cache.
remove(Object) - Method in class com.sciapp.table.cache.AbstractTableCache
Removes a value from the cache store.
remove(Object) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Removes a value from the cache store.
remove(Object) - Method in interface com.sciapp.table.cache.Cache
Removes a value from the cache store.
remove(int) - Method in interface com.sciapp.table.cache.TableCache
Removes a row from the cache.
remove(int) - Method in class com.sciapp.tree.HeaderRow
Removes the child at the specified index from this node's children and sets that node's parent to null.
remove(Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Removes a value from the cache store.
remove(Object) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Removes a value from the cache store.
remove(int) - Method in class com.sciapp.treetable.HeaderRow
Removes the child at the specified index from this node's children and sets that node's parent to null.
REMOVE_SORT - Static variable in class com.sciapp.table.SortTableModel
Defines the mode for removing sorting columns.
removeAll() - Method in class com.sciapp.table.cache.AbstractTableCache
Clears the cache.
removeAll() - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Clears the cache.
removeAll() - Method in interface com.sciapp.table.cache.Cache
Clears the cache.
removeAll() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Clears the cache.
removeAll() - Method in class com.sciapp.treetable.db.AbstractGroupCache
Clears the cache.
removeAllCellSpans() - Method in class com.sciapp.table.span.DefaultSpanModel
Removes all cell spans from the model.
removeAllChildren() - Method in class com.sciapp.treetable.db.DatabaseHeaderRow
Removes all of this node's children, setting their parents to null.
removeCellEditorListener(CellEditorListener) - Method in class com.sciapp.editors.DateEditor
Removes a CellEditorListener from the listener list.
removeCellSpan(int, int) - Method in class com.sciapp.table.span.DefaultSpanModel
Removes the cell span at (row, column).
removeCellSpan(CellSpan) - Method in class com.sciapp.table.span.DefaultSpanModel
Removes a cell span.
removeColumn(TableColumn) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Deletes the column from the tableColumns array.
removeColumn(TableColumn) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Deletes the TableColumn column from the tableColumns array.
removeColumn(int) - Method in class com.sciapp.table.GroupTableColumn
Removes the column specified by columnIndex from the children vector.
removeColumn(TableColumn) - Method in class com.sciapp.table.GroupTableColumn
Removes aColumn from the children vector.
removeColumnFrom(Object) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Removes a node from the model.
removeColumnFrom(Object) - Method in interface com.sciapp.table.group.TreeTableColumnModel
Removes a node from the model.
removeColumnFrom(Object) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Removes a node from the model.
removeColumnFrom(Object) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Removes a node from the model.
removeColumnFromParent(TableColumn) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Removes a column from the model.
removeColumnFromParent(TableColumn) - Method in interface com.sciapp.table.GroupTableColumnModel
Removes a column from the model.
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModel
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in interface com.sciapp.table.group.TreeTableColumnModel
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.sciapp.table.group.TreeTableColumnModelMap
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.sciapp.table.group.TreeTableColumnModelMask
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnModelListener(TableColumnModelListener) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Removes a listener for table column model events.
removeEditor() - Method in class com.sciapp.table.AdvancedJTable
Discards the editor object and frees the real estate it used for cell rendering.
removeFilter(int) - Method in class com.sciapp.filter.FilterHeaderModel
Removes the filter value from the supplied column.
removeFilter(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Removes all installed filters from a column.
removeFilterControlFromColumn(TableColumn) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Removes a filter control previously installed on a column.
removeFilterControlFromColumns() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Removes the filter controls from all columns.
removeFilterFromColumn(TableColumn) - Method in class com.sciapp.filter.FilterHeaderModel
Removes a filter previously installed on a column.
removeFilterFromModel(int) - Method in class com.sciapp.filter.FilterHeaderModel
Removes the filter value from the supplied column.
removeFilterInColumns() - Method in class com.sciapp.filter.FilterHeaderModel
Removes the filters from all the columns.
removeFilterModelListener(FilterModelListener) - Method in class com.sciapp.filter.FilterModel
Removes a FilterModelListener from the list of listeners that is notified each time a filter event is generated.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in interface com.sciapp.filter.tree.ColumnFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in class com.sciapp.filter.tree.NodeFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Removes a FilterTreeTableModelListener that is notified each time filters are added or removed.
removeFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Removes a FilterTreeTableModelListener that is notified each time filters are added or removed.
removeFromTable() - Method in class com.sciapp.filter.FilterHeaderModel
Removes this FilterHeaderModel instance from the table to which it was previously assigned.
removeFromTable() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Removes this FilterHeaderModel instance from the table to which it was previously assigned.
removeFromTable() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Removes this TreeFilterHeaderModel instance from the table to which it was previously installed.
removeFromTable() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Removes this TreeFilterHeaderModel instance from the table to which it was previously installed.
removeGroupColumn(GroupTableColumn) - Method in class com.sciapp.table.GroupTableHeader
Removes a group column from the model.
removeGroupColumnModelListener(GroupTableColumnModelListener) - Method in class com.sciapp.table.DefaultGroupTableColumnModel
Removes a GroupTableColumnModelListener from the list that is notified each time a group column is added or removed from the model.
removeGroupColumnModelListener(GroupTableColumnModelListener) - Method in interface com.sciapp.table.GroupTableColumnModel
Removes a GroupTableColumnModelListener from the list that is notified each time a group column is added or removed from the model.
removeIndex(int) - Method in class com.sciapp.filter.ListTableFilter
Removes a row index from the list of accepted indexes.
removeLockedTableModelListener(LockedTableModelListener) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Removes a LockedTableModelListener from the list that is notified each time a locked row/column is added/removed from the table.
removeLockedTableModelListener(LockedTableModelListener) - Method in interface com.sciapp.table.locked.LockedTableModel
Removes a LockedTableModelListener from the list that is notified each time a locked row/column is added/removed from the table.
removeNodeFromParent(MutableTreeNode) - Method in class com.sciapp.treetable.MutableTreeTableModel
Removes a node from its parent.
removeNotify() - Method in class com.sciapp.table.AdvancedJScrollPane.LockedTextField
Notifies this component that it no longer has a parent component.
removeOnInvisible - Variable in class com.sciapp.filter.FilterHeaderModel
flag to indicate that the filter should be removed once the column is no longer shown in the table.
removeOnInvisible - Variable in class com.sciapp.filter.tree.TreeFilterHeaderModel
flag to indicate that the filter should be removed once the column is no longer shown in the table.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel changes.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.sciapp.table.group.TreeTableColumnModelAdapter
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel or the JTree changes.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.sciapp.treetable.TreeTableModelAdapterIF
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel or the JTree changes.
removeRemoteTableListener(RemoteTableListener) - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
removeRemoteTableListener(RemoteTableListener) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying treetable model.
removeRemoteTableListener(RemoteTableListener) - Method in interface com.sciapp.table.remote.RemoteTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
removeRemoteTableListener(RemoteTableListener) - Method in interface com.sciapp.table.remote.RemoteTreeTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying treetable model.
removeRenderer(TableColumn) - Method in class com.sciapp.filter.FilterHeaderModel
Remove the renderer for aColumn.
removeRenderer(TableColumn) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Remove the renderer for aColumn.
removeRenderer(TableColumn) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Remove the renderer for aColumn.
removeRenderer(TableColumn) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Remove the renderer for aColumn.
removeReorderListener(ReorderListener) - Method in class com.sciapp.table.ListTableMap
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.sciapp.table.ObjectTableModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in interface com.sciapp.table.ReorderModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.sciapp.table.TableMap
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.sciapp.treetable.MutableTreeTableModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.sciapp.treetable.TreeTableModelMap
Removes a listener from the list that is notified each time a reorder event is generated.
removeRow(int) - Method in class com.sciapp.table.FilterTableModel
Removes a row from the data model
removeRow(int) - Method in class com.sciapp.table.ListTableMap
Removes a row from the data model
removeRow(int) - Method in interface com.sciapp.table.ListTableModel
Removes a row from the data model
removeRow(int) - Method in class com.sciapp.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
removeRow(int) - Method in class com.sciapp.table.ObjectTableModel
Removes a row from the data model
removeRow(int) - Method in class com.sciapp.table.SortTableModel
Removes a row from the data model
removeRow(int) - Method in class com.sciapp.table.ThreadedListTableModel
Removes a row from the data model
removeRow(int) - Method in class com.sciapp.tree.TreeTableModel
Removes a row from the data model
removeRow(TreeTableRow) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Removes row from the model.
removeRowComparator(int) - Method in class com.sciapp.tree.TreeTableModel
Removes the row comparator that is located at index.
removeRowComparator(TreeTableComparator) - Method in class com.sciapp.tree.TreeTableModel
Removes a comparator from the list of comparators of this TreeTableModel.
removeRowComparator(int) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Removes the row comparator that is located at index.
removeRowComparator(TreeTableComparator) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Removes a comparator from the list of comparators of this TreeTableModel.
removeRowComparator(int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Removes the row comparator that is located at index.
removeRowComparator(TreeTableComparator) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Removes a comparator from the list of comparators of this TreeTableModel.
removeRows(int[]) - Method in class com.sciapp.table.DefaultListTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.sciapp.table.FilterTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.sciapp.table.ListTableMap
Removes a few rows from the data model
removeRows(int[]) - Method in interface com.sciapp.table.ListTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.sciapp.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
removeRows(int[]) - Method in class com.sciapp.table.ObjectTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.sciapp.table.SortTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.sciapp.table.ThreadedListTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.sciapp.tree.TreeTableModel
Removes a few rows from the data model
removeRows(TreeTableRow[]) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Removes a list of rows identified by rows from the model.
removeSearchModelListener(SearchModelListener) - Method in class com.sciapp.table.search.DefaultSearchModel
Removes a SearchModelListener from the list of listeners that is notified each time a search model event is generated.
removeSearchModelListener(SearchModelListener) - Method in interface com.sciapp.table.search.SearchModel
Removes a SearchModelListener from the list of listeners that is notified each time a search model event is generated.
removeSelectionPath(TreePath) - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Removes path from the selection.
removeSpanModelListener(SpanModelListener) - Method in class com.sciapp.table.span.AbstractSpanModel
Removes a SpanModelListener that is notified each time a cell merge or split occurs.
removeSpanModelListener(SpanModelListener) - Method in interface com.sciapp.table.span.SpanModel
Removes a SpanModelListener that is notified each time a cell merge or split occurs.
removeStyle(Style) - Method in class com.sciapp.table.styles.DefaultStyleModel
Removes a style from the style model.
removeStyle(Style) - Method in interface com.sciapp.table.styles.StyleModel
Removes a style from the style model.
removeTreeModelListener(TreeModelListener) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Removes a listener previously added with addTreeModelListener.
removeVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.sciapp.table.DefaultVetoableColumnModel
Removes a listener that is notified when a table column is about to be added, moved or removed.
removeVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Removes a listener that is notified when a table column is about to be added, moved or removed.
removeVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in interface com.sciapp.table.VetoableTableColumnModel
Removes a listener that is notified when a table column is about to be added, moved or removed.
ReorderEvent - Class in com.sciapp.event
An event used to identify how the rows of a table have been reordered.
ReorderEvent(Object, int[]) - Constructor for class com.sciapp.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean) - Constructor for class com.sciapp.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean, boolean) - Constructor for class com.sciapp.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean, boolean, boolean) - Constructor for class com.sciapp.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderListener - Interface in com.sciapp.event
The listener that is notified when the rows of a JTable have been reordered as a result of sorting or filtering.
ReorderModel - Interface in com.sciapp.table
The ReorderModel interface defines methods that will be used by TableModels in order to indicate how the rows of the table have been reordered after some manipulation occurs.
repaint(int, int, int, int) - Method in class com.sciapp.table.AdvancedJScrollPane.LockedTextField
Repaints the specified rectangle of this component.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
reselectTableRows() - Method in class com.sciapp.table.TableReorder
Uses the values stored when the rowsReordered method was called in order to update the table selection.
reselectTableRows(int[], int[]) - Method in class com.sciapp.table.TableReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.sciapp.treetable.db.DatabaseTreeTableReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.sciapp.treetable.DefaultTreeTableReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.sciapp.treetable.DynamicTreeMapReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.sciapp.treetable.TreeTableReorder
Updates the table selection.
resetOnKeyInput - Variable in class com.sciapp.table.search.SearchPanel
flag that controls whether to reset the search when the text in the search box changes
resizeAllColumns - Variable in class com.sciapp.table.TableCellResizer
flag indicating whether all columns will be resized to the resizing column
resizeAllRows - Variable in class com.sciapp.table.TableCellResizer
flag indicating whether all rows will be resized to the resizing row
resizeColumn(int) - Method in class com.sciapp.table.TableAssistant
Resizes the given column according to the current resize mode.
resizeColumn(int, int) - Method in class com.sciapp.table.TableAssistant
Resizes the given column according to the resize mode passed as argument to the method.
resizeColumns() - Method in class com.sciapp.table.TableAssistant
Resizes all columns according to the current resize mode.
resizeColumns(int) - Method in class com.sciapp.table.TableAssistant
Resizes all columns according to the resize mode passed as argument to the method.
resizeColumnsToContents() - Method in class com.sciapp.table.TableAssistant
Resizes all columns to their contents.
resizeColumnsToContents() - Method in class com.sciapp.table.TableCellResizer
Resizes all columns to their contents.
resizeColumnsToHeader() - Method in class com.sciapp.table.TableAssistant
Resizes all columns to the content of their header.
resizeColumnToContents(int) - Method in class com.sciapp.table.TableAssistant
Resizes the given column to its contents.
resizeColumnToContents(int) - Method in class com.sciapp.table.TableCellResizer
Resizes a column to its contents.
resizeColumnToHeader(int) - Method in class com.sciapp.table.TableAssistant
Resizes the given column to the content of its header.
resizeMode - Variable in class com.sciapp.table.TableAssistant
the resize mode
resizeMode - Variable in class com.sciapp.table.TableCellResizer
the resize mode
resizeRowsToContents() - Method in class com.sciapp.table.TableCellResizer
Resizes all rows to their contents.
resizeRowToContents(int) - Method in class com.sciapp.table.TableCellResizer
Resizes a row to its contents.
RESOURCE_NAME - Static variable in class com.sciapp.common.gui.TableResourceManager
The default resource name for Table Library.
retrieveFilter(Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Determines the table filter to use for the node identified by node.
retrieveFilter(Object) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Determines the table filter to use for the node identified by node.
retrieveFromDB(ResultSet, int) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's index, and returns the result.
retrieveFromDB(ResultSet, int, Class) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's class, and returns the result.
retrieveFromDB(ResultSet, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's index, and returns the result.
retrieveFromDB(ResultSet, int, Class) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's class, and returns the result.
retrievePivotColumns(String) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Retrieves the pivot columns from the underlying data source.
retrievePivotColumns(String) - Method in interface com.sciapp.table.db.PivotTableModel
Retrieves the pivot columns from the underlying data source.
retrievePivotColumnsStatement(String) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Retrieves the sql statement for the retrievePivotColumns method.
retrieveRows(int, int) - Method in interface com.sciapp.table.db.DatabaseTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int, int) - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int, int) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Fetches distinct rows from the underlying data source for the supplied column argument.
retrieveRows(int, int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int, int) - Method in class com.sciapp.table.db.MSAccessPivotTableModel
Fetches multiple rows from the underlying data source. The following condition must be true: from >= to. The List returned must contain the row elements starting at from. However, the List may contain less elements than those specified in the range.
retrieveRowsStatement(int, int) - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Retrieves the sql statement for the retrieveRows method.
retrieveRowsStatement(int, int) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Retrieves the sql statement for the retrieveRows method.
retrieveRowsStatement(int) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Retrieves the sql statement for the retrieveRows method.
retrieveRowsStatement(int, int) - Method in class com.sciapp.table.db.MSAccessPivotTableModel
Retrieves the sql statement for the retrieveRows method.
revalidate() - Method in class com.sciapp.table.group.TreeTableHeader
Supports deferred automatic layout.
RIGHT_DIRECTION - Static variable in interface com.sciapp.table.locked.LockedTableModel
constant indicating the right side of the table.
root - Variable in class com.sciapp.table.DefaultGroupTableColumnModel
the group table column used as the root.
root - Variable in class com.sciapp.tree.TreeTableModel
the root object of the tree structure
root - Variable in class com.sciapp.treetable.AbstractTreeTableModel
the root
ROOT_MODE - Static variable in class com.sciapp.treetable.UniqueTreeTableModel
the root mode
row - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
the row index of the cell being drawn
ROW_COLUMN_RESIZE - Static variable in class com.sciapp.table.TableCellResizer
integer indicating that both row and column will be resized to its contents should the user double-click on its border
ROW_MODE - Static variable in class com.sciapp.table.search.TableSearch
mode indicating that the search will take place in a vertical direction (row)
ROW_RESIZE - Static variable in class com.sciapp.table.TableCellResizer
integer indicating that the row will be resized to its contents should the user double-click on its border
rowCount - Variable in class com.sciapp.table.db.AbstractDatabaseTableModel
an index holding the last row count
rowHeader - Variable in class com.sciapp.table.AdvancedJTable
the table's row header
RowHeader - Interface in com.sciapp.table
This interface defines methods that will allow a JTable to use a row header at the left or right of a JScrollPane.
rowMap - Variable in class com.sciapp.event.ReorderEvent
The row transposition mapping.
rowResizingEnabled - Variable in class com.sciapp.table.TableCellResizer
flag indicating whether row resizing is enabled
rows - Variable in class com.sciapp.table.ObjectTableModel
The actual table rows stored in a List.
rowSpan - Variable in class com.sciapp.table.span.CellSpan
the number of rows this cell spans.
rowsReordered(ReorderEvent) - Method in interface com.sciapp.event.ReorderListener
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.table.FilterTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.table.group.TreeColumnModelMask
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.table.ListTableMap
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.table.SortTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.table.TableMap
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.table.TableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.tree.TreeTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.tree.TreeTableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.db.DatabaseTreeTableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.DefaultTreeTableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.DynamicTreeMapReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.TreeTableModelMap
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.TreeTableModelMask
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.sciapp.treetable.TreeTableReorder
Called whenever the rows of a JTable have been restructured.

S

saveComparators(ObjectOutputStream) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Saves the TreeTableComparators that are currently installed on the model.
saveComparators(ObjectOutputStream) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Saves the TreeTableComparators that are currently installed on the model.
saveFilterState(ObjectOutputStream) - Method in class com.sciapp.filter.FilterHeaderModel
Saves the filters that are currently installed on the model.
scroller - Variable in class com.sciapp.table.AdvancedJTable
the scrollpane this table is enclosed by
scrollRectToVisible(Rectangle) - Method in class com.sciapp.table.AdvancedJTable
Forwards the scrollRectToVisible() message to the JComponent's parent.
scrollToSelection - Variable in class com.sciapp.table.TableReorder
boolean flag indicating whether the table should scroll to the last selection after the cell selection has been restored.
Search - Interface in com.sciapp.table.search
This is the object that performs the actual searching through a table structure.
search(TableModel, Object, int, int, boolean) - Method in interface com.sciapp.table.search.Search
Searches the table and returns the matching row or -1 if no match was found.
search - Variable in class com.sciapp.table.search.SearchModelEvent
the search object
search(SearchModelEvent) - Method in interface com.sciapp.table.search.SearchModelListener
Called whenever searching of a table has been requested.
search(TableModel, Object, int, int, boolean) - Method in class com.sciapp.table.search.TableSearch
Searches the table and returns the matching row or -1 if no match was found.
search(SearchModelEvent) - Method in class com.sciapp.table.search.TableSelector
Called whenever searching of a table has been requested.
search(SearchModelEvent) - Method in class com.sciapp.table.search.TableStyleSelector
Called whenever searching of a table has been requested.
searchBox - Variable in class com.sciapp.table.search.SearchPanel
the search text box
searchModel - Variable in class com.sciapp.table.search.AbstractSearchPanel
the search model of the SearchTablePanel that forwards search model events to the listeners.
SearchModel - Interface in com.sciapp.table.search
SearchModel defines the methods that will be used by objects that will search table structures.
searchModel - Variable in class com.sciapp.table.search.VisualSeeker
the search model
SearchModelEvent - Class in com.sciapp.table.search
An event used to search a table structure.
SearchModelEvent(Object, Search) - Constructor for class com.sciapp.table.search.SearchModelEvent
Constructs a SearchModelEvent object.
SearchModelEvent(Object, Search, int, int, boolean) - Constructor for class com.sciapp.table.search.SearchModelEvent
Constructs a SearchModelEvent object.
SearchModelEvent(Object, Search, int, int, boolean, int) - Constructor for class com.sciapp.table.search.SearchModelEvent
Constructs a SearchModelEvent object.
SearchModelListener - Interface in com.sciapp.table.search
SearchModelListener is the listener that is notified when the searching of a table has been requested.
searchModelListeners - Variable in class com.sciapp.table.search.DefaultSearchModel
The listenerlist of SearchModelListeners.
searchOnKeyInput - Variable in class com.sciapp.table.search.SearchPanel
flag that indicates whether to perform a search if a key is typed in the search box
SearchPanel - Class in com.sciapp.table.search
SearchPanel represents a panel for searching an entire table.
SearchPanel() - Constructor for class com.sciapp.table.search.SearchPanel
Constructs a SearchPanel.
SearchTablePanel - Class in com.sciapp.table.search
SearchTablePanel is a panel through which search model events are constructed and propagated to SearchModelListeners.
SearchTablePanel(String[]) - Constructor for class com.sciapp.table.search.SearchTablePanel
Constructs a SearchTablePanel with fields as the fields that we are able to search.
SearchTablePanel(String[], Class[]) - Constructor for class com.sciapp.table.search.SearchTablePanel
Constructs a SearchTablePanel with fields as the fields that we are able to search and classes as the corresponding classes of each field.
SearchTablePanel(TableModel) - Constructor for class com.sciapp.table.search.SearchTablePanel
Constructs a SearchTablePanel by quering tableModel for the fields and their corresponding classes.
select(int) - Method in class com.sciapp.table.TableAssistant
Checks the column with model index modelIndex from the column popup.
select(JComboBox) - Method in class com.sciapp.tree.GroupingPanel
Performs the necessary actions when the selection of a combobox changes.
select(JComboBox) - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Performs the necessary actions when the selection of a combobox changes.
select(JComboBox) - Method in class com.sciapp.treetable.GroupingPanel
Performs the necessary actions when the selection of a combobox changes.
select(JComboBox) - Method in class com.sciapp.treetable.NodeGroupingPanel
Performs the necessary actions when the selection of a combobox changes.
selectAll() - Method in class com.sciapp.table.AdvancedJTable
Selects all rows, columns, and cells in the table.
selectCell(int, int) - Method in class com.sciapp.table.search.ColorStyle
Adds the specified cell defined by row and column to the matched cells.
selectCurrentDateIfNull - Variable in class com.sciapp.editors.DateEditor
flag that indicates whether the current date should be selected when showing the date dialog, if there is no selection date.
selectCurrentDateIfNull - Variable in class com.sciapp.filter.DateVisualFilter
flag that indicates whether the current date should be selected when showing the date dialog, if there is no selection date.
SELECTED - Static variable in class com.sciapp.component.CheckBoxTreeSelectionModel
defines a selected state
selectedColumns - Variable in class com.sciapp.table.TableReorder
the selected columns of the table
selectedRows - Variable in class com.sciapp.table.TableReorder
the selected rows of the table
selectionColor - Variable in class com.sciapp.table.search.ColorStyle
the background color to use
selectionModel - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Model for keeping track of column selections
selectRows - Variable in class com.sciapp.treetable.db.DatabaseTreeTableReorder
true, to scan the table to restore selections, false otherwise.
sendFilterEvent() - Method in class com.sciapp.filter.FilterHeaderModel
Sends a filter event to the associated FilterListModel.
sendReorderEvent - Variable in class com.sciapp.table.ObjectTableModel
boolean indicating if a reorder event should be sent when needed
separate - Variable in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
flag that determines whether a separate component should be used to layout the expansion control
setAcceptedIndexes(int[]) - Method in class com.sciapp.filter.ListTableFilter
Assigns the row indexes that this table filter will allow.
setAcceptNull(boolean) - Method in class com.sciapp.filter.Filter
Sets the behaviour of the filter when null values are passed in the accept method.
setAddChildForGroup(boolean) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Determines whether we want a child node added for every new group created, when adding nodes via the addNode method.
setAggregateValue(Object, int, int) - Method in class com.sciapp.tree.AggregateRow
Sets the aggregate value for the object at rowIndex and columnIndex.
setAggregateValue(Object, int) - Method in class com.sciapp.treetable.TreeTableRow
Sets the aggregate value at columnIndex.
setAggregateValues(Object[]) - Method in class com.sciapp.treetable.TreeTableRow
Assigns the aggregates values.
setAggregator(DatabaseAggregator) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Sets the default database aggregator.
setAllowEditColumn(boolean) - Method in class com.sciapp.table.TableAssistant
Sets a flag that is true if users are able to rename columns in the column dialog.
setAllowFilter(boolean) - Method in class com.sciapp.table.FilterTableModel
Determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).
setAllowGroupColumnReordering(boolean) - Method in class com.sciapp.table.GroupTableHeader
Assigns a flag that controls whether group columns can be reordered with the mouse.
setAllowGroupReordering(boolean) - Method in class com.sciapp.table.GroupTableHeader
Assigns a flag that controls whether columns that are part of a group can be reordered with the mouse.
setAllowReorder(boolean) - Method in class com.sciapp.table.TableAssistant
Sets a flag that is true if users are able to reorder columns in the column dialog.
setAllowSort(boolean) - Method in class com.sciapp.table.SortTableModel
Determines whether the model will perform the sorting if the underlying model changes (via updates, deletes or additions).
setAlwaysCreateGroup(boolean) - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Determines whether a group node should be used if there is only one child at the this comparator's tree level.
setAlwaysCreateGroup(boolean) - Method in class com.sciapp.treetable.TreeNodeComparator
Determines whether a group node should be used if there is only one child at the this comparator's tree level.
setArrowColor(Color) - Method in class com.sciapp.common.gui.ArrowButton
Set's the arrow's color.
setArrowMode(int) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Determines the positioning mode of the arrow.
setAutoCreateAllFilters(boolean) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a new value for the autoCreateAllFilters property.
setAutoCreateAllFilters(boolean) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Assigns a new value for the autoCreateAllFilters property.
setAutoFilter(JAutoFilter) - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Sets the custom auto filter.
setAutoResizeMode(int) - Method in class com.sciapp.table.AdvancedJTable
Sets the table's auto resize mode when the table is resized.
setAutoUpdateWidth(boolean) - Method in class com.sciapp.table.ListRowHeader
Assigns a flag that is true if the list's width is automatically updated when the contents of the list change.
setBorderPainted(boolean) - Method in class com.sciapp.table.span.SpanDrawer
Determines whether SpanDrawer is responsible for drawing the grid border around the cells.
setBounds(int, int, int, int) - Method in class com.sciapp.filter.DefaultFilterRenderer
Moves and resizes this component.
setBounds(int, int, int, int) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Moves and resizes this component.
setCache(TableCache) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Assigns a new cache.
setCache(TreeTableCache) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Assigns a new cache for the NON-aggregate nodes.
setCacheTableModel(CacheableTableModel) - Method in class com.sciapp.table.cache.AbstractTableCache
Assigns a CacheableTableModel that will be used to retrieve the uncached values.
setCacheTableModel(CacheableTableModel) - Method in interface com.sciapp.table.cache.TableCache
Assigns a CacheableTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in class com.sciapp.table.cache.AbstractTreeTableCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in interface com.sciapp.table.cache.TreeTableCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in class com.sciapp.treetable.db.AbstractGroupCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCallBack(FilterHeaderCallback) - Method in class com.sciapp.filter.FilterTableHeader
Assigns a new callback object.
setCaseSensitive(boolean) - Method in class com.sciapp.comparators.StringComparator
Sets the case sensitivity of this string comparator.
setCaseSensitive(boolean) - Method in class com.sciapp.filter.StringFilter
Sets the case sensitivity of this string filter.
setCellRenderer(TreeCellRenderer) - Method in class com.sciapp.component.CheckBoxTree
Sets the TreeCellRenderer that will be used to draw each cell.
setCellResizer(TableCellResizer) - Method in class com.sciapp.table.AdvancedJTable
Assigns a cell resizer to this table.
setCheckBox(JCheckBox) - Method in class com.sciapp.renderers.BooleanRenderer
Assigns a new JCheckBox object.
setCheckBox(JCheckBox) - Method in class com.sciapp.renderers.PopupRenderer
Assigns a new checkbox.
setCheckBoxGap(int) - Method in class com.sciapp.component.CheckBoxTree
Assigns the gap between the checkbox and the node's value.
setCheckBoxSelectionModel(CheckBoxTreeSelectionModel) - Method in class com.sciapp.component.CheckBoxTree
Assigns the selection model for the tree node's checked state.
setChildAt(TreeTableRow, int) - Method in class com.sciapp.treetable.db.DatabaseHeaderRow
Assignes newChild as the child at index.
setChildCount(int) - Method in class com.sciapp.treetable.db.DatabaseHeaderRow
Assigns childCount as this node's children count.
setChunkSize(int) - Method in class com.sciapp.table.cache.AbstractCache
Sets the current chunk size.
setClearOnDataChanged(boolean) - Method in class com.sciapp.table.FilterTableModel
Determines whether the model will assume that all data have changed when a fireTableDataChanged TableModelEvent has been issued.
setColumn(int) - Method in class com.sciapp.filter.CompositeFilter
Sets the column to filter.
setColumn(int) - Method in class com.sciapp.filter.NotTableFilter
Sets the column to filter.
setColumn(int) - Method in class com.sciapp.filter.TableFilter
Sets the column to filter.
setColumn(int) - Method in class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Assings the only column to show.
setColumn(int) - Method in class com.sciapp.tree.DefaultTreeTableComparator
Sets the column to use when comparing rows.
setColumn(int) - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Sets the column to use when comparing rows.
setColumn(int) - Method in class com.sciapp.treetable.TreeNodeComparator
Sets the column to use when comparing nodes.
setColumnClasses(Class[]) - Method in class com.sciapp.treetable.MutableTreeTableModel
Assigns the column classes.
setColumnHeader(JViewport) - Method in class com.sciapp.table.AdvancedJScrollPane
Removes the old columnHeader, if it exists.
setColumnHeaderView(Component) - Method in class com.sciapp.table.AdvancedJScrollPane
Creates a column-header viewport if necessary, sets its view, and then adds the column-header viewport to the scrollpane.
setColumnMargin(int) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Sets the TableColumn's column margin to newMargin.
setColumnMargin(int) - Method in class com.sciapp.table.GroupTableColumn
Sets the column margin to newMargin.
setColumnMargin(int) - Method in class com.sciapp.table.TableAssistant
Assigns the pixels to increase the width of a column by, when it is being automatically resized with the TableAssistant.resizeColumnToHeader(int) or TableAssistant.resizeColumnToContents(int) methods.
setColumnMargin(int) - Method in class com.sciapp.table.TableCellResizer
Assigns the pixels to increase the width of a column by, when it is being automatically resized with the TableCellResizer.resizeColumnToContents(int) method.
setColumnModel(TableColumnModel) - Method in class com.sciapp.table.AdvancedJTable
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.sciapp.table.AdvancedTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.sciapp.table.group.TreeTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.sciapp.table.GroupTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnName(String) - Method in class com.sciapp.filter.auto.AbstractAutoFilterPanel
Modifies the filtered column's name.
setColumnNames(String[]) - Method in class com.sciapp.treetable.MutableTreeTableModel
Assigns the column names.
setColumnPopupOrder(int) - Method in class com.sciapp.table.TableAssistant
Assigns the mode according to which, columns in the column popup will be ordered.
setColumnResizingEnabled(boolean) - Method in class com.sciapp.table.TableCellResizer
Determines whether column resizing is enabled.
setColumns(String[]) - Method in class com.sciapp.table.ObjectTableModel
Sets the table columns.
setColumnSelectionAllowed(boolean) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Sets whether the columns in this model may be selected.
setColumnShowing(int) - Method in class com.sciapp.filter.FilterHeaderModel
Sets the column for which the user requested a filter to appear.
setColumnShowing(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Sets the column for which the user requested a filter to appear.
setColumnShowing(int) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Sets the column for which the user requested a filter to appear.
setColumnSpan(int) - Method in class com.sciapp.table.span.CellSpan
Sets the number of columns this cell spans.
setColumnWidth(int) - Method in class com.sciapp.table.JTableRowHeader
Sets the width of each cell in the row header.
setColumnWidth(int, int) - Method in class com.sciapp.table.TableAssistant
Sets a new column width for the specified column.
setComparator(int, Comparator) - Method in class com.sciapp.table.SortTableModel
Sets a comparator for the column defined by column.
setComparison(int) - Method in class com.sciapp.filter.ComparisonFilter
Sets the comparison mode.
setComponent(Component) - Method in class com.sciapp.common.gui.DndSupport
Assigns the component for which drag and drop is enabled.
setCondition(boolean) - Method in class com.sciapp.filter.BooleanFilter
Sets the boolean value this filter is going to accept.
setContainsViewable(boolean) - Method in class com.sciapp.table.AdvancedJScrollPane
Enables/disables the viewable resizer functionality in the scrollpane.
setCountEvaluated(boolean) - Method in class com.sciapp.treetable.HeaderRow
Assigns a flag that is true if this header row has evaluated its children count.
setCurrentSeeker(VisualSeeker) - Method in class com.sciapp.table.search.SearchTablePanel
Assignes a visual seeker to the panel.
setCursors(boolean) - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Tells DefaultDatabaseTreeTableModel to use cursors when fetching a range of rows from the database.
setCursors(boolean) - Method in class com.sciapp.table.db.DefaultPivotTableModel
Tells DefaultPivotTableModel to use cursors when fetching a range of rows from the database.
setCursors(boolean) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Tells DefaultDatabaseTreeTableModel to use cursors when fetching a range of rows from the database.
setDate(Date) - Method in class com.sciapp.filter.DateFilter
Sets the date expression to d.
setDate(Date) - Method in class com.sciapp.filter.DateVisualFilter
Assigns the supplied date to the expression text field and to the date filter of this visual filter.
setDate(Date) - Method in class com.sciapp.table.search.DateVisualSeeker
Assigns the supplied date to the expression text field and to the date filter of this visual seeker.
setDateFormat(DateFormat) - Method in class com.sciapp.filter.DateVisualFilter
Assigns a new dateformat.
setDateFormat(DateFormat) - Method in class com.sciapp.renderers.DateRenderer
Assigns a new DateFormat object.
setDateFormat(DateFormat) - Method in class com.sciapp.renderers.PopupRenderer
Assigns a new date formatter.
setDefaultAggregateRenderer(Class, TableCellRenderer) - Method in class com.sciapp.tree.TreeTable
Set a default aggregate renderer to be used for rendering aggregate rows based on their column's class.
setDefaultAggregateRenderer(Class, TableCellRenderer) - Method in class com.sciapp.treetable.TreeTable
Set a default aggregate renderer to be used for rendering aggregate rows based on their column's class.
setDefaultAggregator(Aggregator) - Method in class com.sciapp.tree.TreeTableModel
Sets the default aggregator that will be used to compute values for the aggregate rows of the model.
setDefaultAggregator(Aggregator) - Method in class com.sciapp.treetable.AggregateTreeTableModel
Sets the default aggregator that will be used to compute values for the aggregate rows of the model.
setDefaultAggregator(Aggregator) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Sets the default aggregator that will be used to compute values for the aggregate rows of the model.
setDefaultColumn(int) - Method in class com.sciapp.table.search.TableSearch
Assigns the default column.
setDefaultComparator(Class, Comparator) - Method in class com.sciapp.filter.tree.LevelFilterMapper
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.sciapp.table.SortTableModel
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.sciapp.tree.TreeTableModel
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Sets the default comparator for columnClass.
setDefaultFilter(Class, Filter) - Method in class com.sciapp.filter.FilterHeaderModel
Sets the default filter for columnClass.
setDefaultFilter(Class, VisualFilter) - Method in class com.sciapp.filter.FilterTablePanel
Sets the default visual filter for columnClass.
setDefaultFilter(Class, Filter) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Sets the default filter for columnClass.
setDefaultFilter(TableFilter) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Assigns a new default filter.
setDefaultGroupRenderer(TableCellRenderer, int) - Method in class com.sciapp.table.GroupTableHeader
Sets the default renderer at the specified level used when no header renderer is defined by a GroupTableColumn.
setDefaultHeaderCursor(Cursor) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.sciapp.table.group.TreeTableHeader
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.sciapp.table.SortTableModel
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.sciapp.table.TableAssistant
Assigns the default headers' cursor.
setDefaultLevelBackground(Color) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Sets the default background color for aggregate rows.
setDefaultLevelBackground(Color) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Sets the default background color for aggregate rows.
setDefaultLevelForeground(Color) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Sets the default foreground color for aggregate rows.
setDefaultLevelForeground(Color) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Sets the default foreground color for aggregate rows.
setDefaultMode(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Assigns the default mode for a column if an association has not been explicitly made.
setDefaultRenderer(DefaultRenderer) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Sets a new DefaultRenderer object.
setDefaultRenderer(DefaultRenderer) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Sets a new DefaultRenderer object.
setDefaultRowRenderer(TableCellRenderer) - Method in class com.sciapp.table.JTableRowHeader
Sets the default row renderer to be used.
setDefaultSeeker(Class, VisualSeeker) - Method in class com.sciapp.table.search.SearchTablePanel
Sets the default visual seeker for columnClass.
setDefaultTime(String) - Method in class com.sciapp.editors.JDateChooser
Assigns the default time to show when the time field is visible.
setDefaultView(Viewable) - Method in class com.sciapp.table.DefaultViewableModel
Assigns the default viewable object.
setDelayed(boolean) - Method in class com.sciapp.table.group.TreeTableHeader
Sets the delay property, which if true, events received from the treemodel are to be added to the swing event queue.
setDelayed(boolean) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Sets the delay property, which if true, events received from the treemodel are to be added to the swing event queue.
setDelimiter(String) - Method in class com.sciapp.table.io.DelimitedExportManager
Assigns a new delimiter string.
setDirection(int) - Method in class com.sciapp.common.gui.ArrowButton
Sets the arrow's direction.
setDouble(double) - Method in class com.sciapp.filter.DoubleFilter
Sets the double value used to match against Number objects.
setDraggedColumn(TableColumn) - Method in class com.sciapp.table.AdvancedTableHeader
Sets the header's draggedColumn to aColumn.
setEditable(boolean) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Makes the model editable/non-editable.
setEditMode(int) - Method in class com.sciapp.table.AdvancedJTable
Determines the behaviour of the table when it is being edited and its model changes.
setEnabled(boolean) - Static method in class com.sciapp.common.gui.GUIFader
Sets the fading behaviour of menus.
setEvenColor(Color) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Sets the color for painting the even rows of the table.
setEvenColor(Color) - Method in class com.sciapp.renderers.DefaultRenderer
Sets the color for painting the even rows of the table.
setEvenColor(Color) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Sets the color for painting the even rows of the table.
setEvenColor(Color) - Method in class com.sciapp.table.AdvancedJTable
Utility method to set the color for painting the even rows of the table by looking for an instance of DefaultStyle in the style model's list of styles.
setEvenColor(Color) - Method in class com.sciapp.table.styles.DefaultStyle
Sets the color for painting the even rows of the table.
setFactory(TableCellRendererFactory) - Method in class com.sciapp.table.group.TreeTableHeader
Assigns a new table cell renderer factory.
setFactory(TableCellRendererFactory) - Method in class com.sciapp.table.GroupTableHeader
Assigns a new table cell renderer factory.
setFilter(Filter) - Method in class com.sciapp.filter.TableFilter
Assigns the filter that will be used.
setFilter(Filter) - Method in class com.sciapp.table.search.TableSearch
Assigns the filter to be used when searching.
setFilterAtLevel(TableFilter, int) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Assigns a TableFilter at the node level identified by level.
setFilterAtLevel(TableFilter, int) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Assigns a TableFilter at the node level identified by level.
setFilterAtNode(TableFilter, Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Assigns a TableFilter for the node identified by node.
setFilterAtNode(TableFilter, Object) - Method in interface com.sciapp.treetable.FilterTreeTableModel
Assigns a TableFilter for the node identified by node.
setFilterControlInColumn(TableColumn) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Installs a filter on the supplied column.
setFilterControlInColumn(TableColumn) - Method in class com.sciapp.table.group.ColumnFilterHeaderModel
Installs a filter on the supplied column.
setFilterControlInColumns() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Installs filters on all columns.
setFilteredColor(Color) - Method in class com.sciapp.filter.DefaultFilterRenderer
Assigns the color of the arrow button for columns that have filters.
setFilteredColor(Color) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Assigns the color of the arrow button for columns that have filters.
setFilteredIndexes(int[]) - Method in class com.sciapp.table.FilterTableModel
Assigns the filter indexes.
setFilterMapper(ColumnFilterMapper) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Assigns the column filter mapper that will be used to install and uninstall the column filters.
setFilterMode(int) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a mode that is being employed to populate the available filter expressions.
setFilterMode(int) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Assigns a mode that is being employed to populate the available filter expressions.
setFilterMode(int) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Assigns the filtering mode.
setFilterModel(FilterModel) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns the filter model that is used to propagate the filter events.
setFilterOnKey(boolean) - Method in class com.sciapp.filter.VisualFilter
Set key to true for filter events to be fired upon key detection.
setFilterPattern(Object) - Method in class com.sciapp.filter.BlockFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.sciapp.filter.BooleanFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.sciapp.filter.DateFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.sciapp.filter.Filter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.sciapp.filter.NumberFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.sciapp.filter.PassFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.sciapp.filter.StringFilter
Sets an object as the filter pattern.
setFilterRenderer(FilterRenderer) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Assigns the filter renderer that will be used to display the filterable header component.
setFirstColumnFixed(boolean) - Method in class com.sciapp.table.AdvancedJTable
Assigns a boolean flag that is true if the first column of the table can be removed or reordered.
setFixedRowHeight(boolean) - Method in class com.sciapp.table.span.SpanDrawer
Tells the drawer whether the table has a fixed row height.
setFloat(float) - Method in class com.sciapp.filter.FloatFilter
Sets the float value used to match against Number objects.
setFooter(Footer) - Method in class com.sciapp.tree.TreeTableModel
Sets a footer instance to be used as the model's default footer.
setFooter(Footer) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Sets a footer instance to be used as the model's default footer.
setFoundBackgroundColor(Color) - Method in class com.sciapp.table.search.AbstractSearchPanel
Assigns the background color of the search text field if the search string is found.
setFoundForegroundColor(Color) - Method in class com.sciapp.table.search.AbstractSearchPanel
Assigns the foreground color of the search text field if the search string is found.
setGroupCache(TreeTableCache) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Assigns a new cache for the the group values of aggregate rows.
setGroupColumnModel(GroupTableColumnModel) - Method in class com.sciapp.table.GroupTableHeader
Assigns a new group column model.
setGroupingColumns(int[]) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Assigns a new set of grouping columns.
setGroupingEnabled(boolean) - Method in class com.sciapp.table.TableAssistant
Sets a flag that is true if users are able to group/ungroup columns in the column dialog.
setHeader(JTableHeader) - Method in class com.sciapp.table.SortTableModel
Associates newTableHeader with this model.
setHeader(JTableHeader) - Method in class com.sciapp.table.TableAssistant
Associates newTableHeader with this instance of TableAssistant.
setHidePopupOnSelection(boolean) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Determines whether the popup menu will be hidden after a selection is made.
setIgnoreTime(boolean) - Method in class com.sciapp.comparators.DateComparator
Set whether time differences are to be ignored or not.
setInt(int) - Method in class com.sciapp.filter.IntegerFilter
Sets the integer value used to match against Number objects.
setKeepSelectedDate(boolean) - Method in class com.sciapp.editors.JDateChooser
Determines whether the selected date should be kept, when changing the month or year.
setLevel(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Assigns a column to use the level mapper.
setLevelCount(int) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Determines the number of stacked columns that will be shown.
setLevelValue(int, Object) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Convenience method for setting the header value of a column, based on its level.
setLockedColumns(int, int) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Assigns the locked columns at the top or bottom of the table.
setLockedColumns(int, int) - Method in interface com.sciapp.table.locked.LockedTableModel
Assigns the locked columns at the top or bottom of the table.
setLockedModel(LockedTableModel) - Method in class com.sciapp.table.AdvancedJScrollPane
Assigns a new locked table model.
setLockedRows(int, int) - Method in class com.sciapp.table.locked.DefaultLockedTableModel
Assigns the locked rows at the left or right of the table.
setLockedRows(int, int) - Method in interface com.sciapp.table.locked.LockedTableModel
Assigns the locked rows at the left or right of the table.
setLong(long) - Method in class com.sciapp.filter.LongFilter
Sets the long value used to match against Number objects.
setMainComponent(Component) - Method in class com.sciapp.common.gui.SkinManager
Sets the main component that will be used to update every time the LF changes.
setMaskedNode(Object, Object) - Method in class com.sciapp.treetable.TreeTableModelMask
Assigns a new masked node.
setMaxColumns(int) - Method in class com.sciapp.table.TableAssistant
Sets the maximum number of columns that the column popup is going to display.
setMaximumCacheSize(int) - Method in class com.sciapp.table.cache.AbstractCache
Sets the current maximum cache size.
setMaximumGroups(int) - Method in class com.sciapp.tree.GroupingPanel
Sets the maximum number of combo boxes that are visible.
setMaximumGroups(int) - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Sets the maximum number of combo boxes that are visible.
setMaximumGroups(int) - Method in class com.sciapp.treetable.GroupingPanel
Sets the maximum number of combo boxes that are visible.
setMaximumGroups(int) - Method in class com.sciapp.treetable.NodeGroupingPanel
Sets the maximum number of combo boxes that are visible.
setMinResizeHeight(int) - Method in class com.sciapp.table.Viewable
Assigns the minimum resize height.
setMinResizeWidth(int) - Method in class com.sciapp.table.Viewable
Assigns the minimum resize width.
setMinRowHeight(int) - Method in class com.sciapp.table.TableCellResizer
Determines the minimum row height a row is allowed to be resized to.
setMode(int) - Method in class com.sciapp.filter.StringFilter
Sets the mode of this StringFilter to mode.
setMode(int) - Method in class com.sciapp.table.search.TableSearch
Assigns the search mode.
setMode(int) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Determines the mode that is used to build the level structure.
setModel(TreeModel) - Method in class com.sciapp.component.CheckBoxTree
Sets the TreeModel that will provide the data.
setModel(TreeModel) - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Assigns the tree model.
setModel(ButtonModel) - Method in class com.sciapp.component.TristateCheckBox
Sets the model that this button represents.
setModel(FilterListModel) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns the filter list model that will be used to process the filter events.
setModel(TableModel) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns the filterlist model that will be used to process the filter events.
setModel(FilterTreeTableModel) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Assigns the filter tree table model that will be used to provide the filtering.
setModel(TreeTableModel) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Assigns the filter tree table model that will be used to provide the filtering.
setModel(TableModel) - Method in class com.sciapp.table.AdvancedJTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(ListTableModel) - Method in class com.sciapp.table.FilterTableModel
Sets the underlying ListTableModel to newModel.
setModel(ListModel) - Method in class com.sciapp.table.ListRowHeader
Sets the model that represents the contents or "value" of the list and clears the list selection after notifying PropertyChangeListeners.
setModel(ListTableModel) - Method in class com.sciapp.table.ListTableMap
Sets the underlying ListTableModel to newModel.
setModel(TableModel) - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Sets the underlying TableModel to newModel.
setModel(ListTableModel) - Method in class com.sciapp.table.SortTableModel
Sets the underlying ListTableModel to newModel.
setModel(TableModel) - Method in class com.sciapp.table.TableMap
Sets the underlying TableModel to newModel.
setModel(TreeTableModel) - Method in class com.sciapp.tree.Aggregator
Sets model as the TreeTableModel of this object.
setModel(TreeTableModel) - Method in class com.sciapp.tree.GroupingPanel
Sets the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
setModel(TableModel) - Method in class com.sciapp.tree.TreeTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(TreeTableModel) - Method in class com.sciapp.tree.TreeTableComparator
Sets model as the TreeTableModel of this object.
setModel(DefaultDatabaseTreeTableModel) - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Sets the DefaultDatabaseTreeTableModel that is used to define the list of database grouping columns.
setModel(DynamicTreeTableModel) - Method in class com.sciapp.treetable.DefaultCellAggregator
Sets model as the dynamic treetable model of this object.
setModel(DynamicTreeTableModel) - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Sets model as the DynamicTreeTableModel of this object.
setModel(ListTableModel) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Sets the underlying ListTableModel to newModel.
setModel(DynamicTreeTableModel) - Method in class com.sciapp.treetable.GroupingPanel
Sets the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
setModel(ComparableTreeTableModel) - Method in class com.sciapp.treetable.NodeGroupingPanel
Sets the TreeTableModel that is used to add/remove TreeNodeComparators.
setModel(AggregateTreeTableModel) - Method in class com.sciapp.treetable.TreeNodeAggregator
Sets model as the aggregate treetable model of this object.
setModel(ComparableTreeTableModel) - Method in class com.sciapp.treetable.TreeNodeComparator
Sets model as the ComparableTreeTableModel of this object.
setModel(TableModel) - Method in class com.sciapp.treetable.TreeTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModelIndex(int) - Method in class com.sciapp.treetable.TreeTableRow
Assigns a new model index attribute.
setNegate(boolean) - Method in class com.sciapp.filter.StringFilter
Sets the negation behaviour of the filter.
setNode(int) - Method in class com.sciapp.filter.tree.DefaultColumnFilterMapper
Assigns a column to use the node mapper.
setNodeComparator(Comparator) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Assigns the comparator that will be used to make out the unique nodes at each tree level.
setNodes(Object[]) - Method in class com.sciapp.filter.tree.NodeTableFilter
Assigns a new list of accepted nodes.
setNonContiguousCellSelection(boolean) - Method in class com.sciapp.table.AdvancedJTable
Determines whether non-contiguous cell selection is enabled.
setNonContiguousSelectionModel(NonContiguousSelectionModel) - Method in class com.sciapp.table.AdvancedJTable
Assigns a non-contiguous cell selection model to this table.
setNotFoundBackgroundColor(Color) - Method in class com.sciapp.table.search.AbstractSearchPanel
Assigns the background color of the search text field if the search string is not found.
setNotFoundForegroundColor(Color) - Method in class com.sciapp.table.search.AbstractSearchPanel
Assigns the foreground color of the search text field if the search string is not found.
setNumber(Number) - Method in class com.sciapp.filter.DoubleFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.sciapp.filter.FloatFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.sciapp.filter.IntegerFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.sciapp.filter.LongFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.sciapp.filter.NumberFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.sciapp.filter.NumericalVisualFilter
Assigns the supplied number to the expression text field and to the number filter of this visual filter.
setNumberFormat(NumberFormat) - Method in class com.sciapp.filter.NumericalVisualFilter
Assigns a new numberformat.
setNumberFormat(NumberFormat) - Method in class com.sciapp.renderers.NumberRenderer
Assigns a new NumberFormat object.
setObjectAt(Object, Object, int) - Method in class com.sciapp.treetable.ListTreeTableModel
Sets the value for node at column to aValue.
setObjectAt(Object, Object, int) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Sets the value for node at column to aValue.
setOddColor(Color) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Sets the color for painting the odd rows of the table.
setOddColor(Color) - Method in class com.sciapp.renderers.DefaultRenderer
Sets the color for painting the odd rows of the table.
setOddColor(Color) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Sets the color for painting the odd rows of the table.
setOddColor(Color) - Method in class com.sciapp.table.AdvancedJTable
Utility method to set the color for painting the odd rows of the table by looking for an instance of DefaultStyle in the style model's list of styles.
setOddColor(Color) - Method in class com.sciapp.table.styles.DefaultStyle
Sets the color for painting the odd rows of the table.
setParent(GroupTableColumn) - Method in class com.sciapp.table.GroupTableColumn
Assigns a new parent group column.
setPartialIcon(Icon) - Method in class com.sciapp.component.TristateCheckBox
Assigns the icon to be used for partial selections.
setPartialSelection(boolean) - Method in class com.sciapp.component.CheckBoxTree
Turns partial selection on/off.
setPartialSelection(boolean) - Method in class com.sciapp.component.CheckBoxTreeSelectionModel
Turns partial selection on/off.
setPath(String) - Method in class com.sciapp.table.io.XMLExportManager
Sets the current path.
setPattern(String) - Method in class com.sciapp.filter.StringFilter
Sets the filter expression.
setPendingBackgroundColor(Color) - Method in class com.sciapp.table.remote.RemoteStyle
Assigns a new pending background color.
setPreferredScrollableViewportSize(Dimension) - Method in class com.sciapp.table.JScrollablePanel
Sets the preferred size of the viewport for this panel.
setRangedModel(boolean) - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
Tells the database model whether to use ranges when fetching data from the database.
setRangedModel(boolean) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Tells the database model whether to use ranges when fetching data from the database.
setRemoveOnInvisible(boolean) - Method in class com.sciapp.filter.FilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
setRemoveOnInvisible(boolean) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
setRenderer(TableColumn) - Method in class com.sciapp.filter.FilterHeaderModel
Assigns a renderer for aColumn.
setRenderer(TableColumn) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Assigns a renderer for aColumn.
setRenderer(TableColumn) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Assigns a renderer for aColumn.
setRenderer(TableColumn) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Assigns a renderer for aColumn.
setRenderer(TableCellRenderer) - Method in interface com.sciapp.renderers.TableCellRendererWrapper
Assigns a new cell renderer that this wrapper should contain.
setRenderer(TableColumn) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Assigns a renderer for aColumn.
setResetOnKeyInput(boolean) - Method in class com.sciapp.table.search.SearchPanel
Controls whether to reset the search when the text in the search box changes.
setResizeAllColumns(boolean) - Method in class com.sciapp.table.TableCellResizer
Determines whether all columns will be resized to the resizing column.
setResizeAllRows(boolean) - Method in class com.sciapp.table.TableCellResizer
Determines whether all rows will be resized to the resizing row.
setResizeMode(int) - Method in class com.sciapp.table.TableAssistant
Assigns the resize mode, when a user double clicks on a column border.
setResizeMode(int) - Method in class com.sciapp.table.TableCellResizer
Assigns the resize mode, when a user double clicks on a cell border.
setResizingColumn(TableColumn) - Method in class com.sciapp.table.GroupTableHeader
Sets the header's resizingColumn to aColumn.
setResourceBundle(String) - Static method in class com.sciapp.common.gui.TableResourceManager
Assigns the resource bundle given by resource with the default locale.
setResourceBundle(String, Locale) - Static method in class com.sciapp.common.gui.TableResourceManager
Assigns the resource bundle given by resource with the specified locale.
setResourceBundle(ResourceBundle) - Static method in class com.sciapp.common.gui.TableResourceManager
Assigns a new resource bundle.
setRoot(Object) - Method in class com.sciapp.treetable.AbstractTreeTableModel
Assigns a new root to the model.
setRowComparator(TreeTableComparator, int) - Method in class com.sciapp.tree.TreeTableModel
Sets a TreeTable comparator at index.
setRowComparator(TreeTableComparator, int) - Method in class com.sciapp.treetable.ComparableTreeTableModel
Sets a treetable comparator at index.
setRowComparator(TreeTableComparator, int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Sets a treetable comparator at index.
setRowHeader(JViewport) - Method in class com.sciapp.table.AdvancedJScrollPane
Removes the old rowHeader, if it exists.
setRowHeader(RowHeader) - Method in class com.sciapp.table.AdvancedJTable
Sets the RowHeader working with this JTable to newRowHeader.
setRowHeaderView(Component) - Method in class com.sciapp.table.AdvancedJScrollPane
Creates a row-header viewport if necessary, sets its view and then adds the row-header viewport to the scrollpane.
setRowHeight(int) - Method in class com.sciapp.tree.TreeTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHeight(int) - Method in class com.sciapp.treetable.TreeTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowResizingEnabled(boolean) - Method in class com.sciapp.table.TableCellResizer
Determines whether row resizing is enabled.
setRows(List) - Method in class com.sciapp.table.ObjectTableModel
Assigns the 'row' data.
setRowSpan(int) - Method in class com.sciapp.table.span.CellSpan
Sets the number of rows this cell spans.
setScrollToSelection(boolean) - Method in class com.sciapp.table.TableReorder
Determines whether the table should scroll to the last selection after the cell selection has been restored.
setSearchOnKey(boolean) - Method in class com.sciapp.table.search.VisualSeeker
Set key to true for search model events to be fired upon key detection.
setSearchOnKeyInput(boolean) - Method in class com.sciapp.table.search.SearchPanel
Determines whether to perform a search if a key is typed in the search box.
setSelectCurrentDateIfNull(boolean) - Method in class com.sciapp.editors.DateEditor
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
setSelectCurrentDateIfNull(boolean) - Method in class com.sciapp.filter.DateVisualFilter
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
setSelectedDate(Date) - Method in class com.sciapp.editors.JDateChooser
Selects and positions the date chooser to the specified date.
setSelectionColor(Color) - Method in class com.sciapp.table.search.ColorStyle
Assigns the selection color.
setSelectionColor(Color) - Method in class com.sciapp.table.search.TableStyleSelector
Assigns the selection color.
setSelectionModel(ListSelectionModel) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Sets the selection model.
setSelectRows(boolean) - Method in class com.sciapp.treetable.db.DatabaseTreeTableReorder
Determines whether or not the reorder will scan the whole tree to select previously selected rows.
setSendReorderEvent(boolean) - Method in class com.sciapp.table.ObjectTableModel
Determines if a reorder event should be sent when needed.
setShowButtonPress(boolean) - Method in class com.sciapp.table.SortTableButtonRenderer
Sets a flag that is true if the button should be pressed when clicked.
setShowChildren(boolean) - Method in class com.sciapp.table.GroupTableColumn
Assigns the visibility behaviour of the columns underneath this group column.
setShowChildren(boolean) - Method in class com.sciapp.treetable.NodeTreeTableModelMap
Determines whether to show the node's children.
setShowDatePanel(boolean) - Method in class com.sciapp.editors.JDateChooser
Specifies whether the date panel should be visible.
setShowDummyColumn(boolean) - Method in class com.sciapp.table.AdvancedJTable
Sets this table's showLastColumn flag.
setShowMore(boolean) - Method in class com.sciapp.table.TableAssistant
Sets a flag that is true if a menuitem (more) is to be added to the column popup, that provides more column options.
setShowPopup(boolean) - Method in class com.sciapp.table.TableAssistant
Sets a flag that is true if the column popup is to be shown.
setShowRowHeader(boolean) - Method in class com.sciapp.table.AdvancedJTable
Sets whether or not the row header should be displayed.
setShowSeconds(boolean) - Method in class com.sciapp.editors.JDateChooser
Determines whether the date chooser will show and accept seconds in the time field box.
setShowTimePanel(boolean) - Method in class com.sciapp.editors.JDateChooser
Specifies whether the time panel should be visible.
setSortableColumn(int, boolean) - Method in class com.sciapp.table.SortTableModel
Sets the sortability of a column.
setSorted(boolean) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Determines whether the unique level values will be sorted.
setSortedIndexes(int[]) - Method in class com.sciapp.table.SortTableModel
Assigns the sorting indexes.
setSortMode(int) - Method in class com.sciapp.table.SortTableModel
Sets the sorting mode.
setSortStates(SortState[]) - Method in class com.sciapp.table.SortTableModel
Sets the sorting behaviour of the model using an array of SortStates.
setSortStatesAsString(String) - Method in class com.sciapp.table.SortTableModel
Sets the sorting behaviour of the model using a string as input.
setSortTableRenderer(SortTableRenderer) - Method in class com.sciapp.table.SortTableModel
Assigns the SortTableRenderer used to render the table header.
setSpaces(int) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Sets the number of spaces to add at the end of each cell.
setSpaces(int) - Method in class com.sciapp.renderers.DefaultRenderer
Sets the number of spaces to add at the end of each cell.
setSpaces(int) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Sets the number of spaces to add at the end of each cell.
setSpacing(boolean) - Method in class com.sciapp.renderers.DefaultAggregateRenderer
Tells the renderer whether to add spaces at the end of each cell.
setSpacing(boolean) - Method in class com.sciapp.renderers.DefaultRenderer
Tells the renderer whether to add spaces at the end of each cell.
setSpacing(boolean) - Method in class com.sciapp.renderers.DefaultTreeTableRenderer
Tells the renderer whether to add spaces at the end of each cell.
setSpanDrawer(SpanDrawer) - Method in class com.sciapp.table.AdvancedJTable
Sets the span drawer that is used to enable cell spanning.
setSpanModel(SpanModel) - Method in class com.sciapp.table.span.SpanDrawer
Sets the span model that this SpanDrawer queries to lookup the merged cells.
setSpannedColumn(int) - Method in class com.sciapp.table.span.CellSpan
Sets the spanned column.
setSpannedRow(int) - Method in class com.sciapp.table.span.CellSpan
Sets the spanned row.
setSQLFilterConverter(SQLFilterConverter) - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
Assigns the object that will be used to convert a TableFilter to an sql 'where' clause.
setSQLFilterConverter(SQLFilterConverter) - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
Assigns the object that will be used to convert a TableFilter to an sql 'where' clause.
setSQLFilterConverter(SQLFilterConverter) - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
Assigns the object that will be used to convert a TableFilter to an sql 'where' clause.
setState(int) - Method in class com.sciapp.component.TristateButtonModel
Assigns the state of the model.
setState(int) - Method in class com.sciapp.component.TristateCheckBox
Assigns the state of the checkbox to the model.
setStringFilter(StringFilter) - Method in class com.sciapp.table.search.SearchPanel
Assigns the string filter.
setStyle(ColorStyle) - Method in class com.sciapp.table.search.TableStyleSelector
Assigns the style that will be used to paint the matching cells.
setStyleModel(StyleModel) - Method in class com.sciapp.table.AdvancedJTable
Sets a new style model to be used.
setTable(JTable) - Method in class com.sciapp.table.AdvancedTableHeader
Sets the table associated with this header.
setTable(JTable) - Method in class com.sciapp.table.GroupTableHeader
Sets the table associated with this header.
setTable(JTable) - Method in class com.sciapp.table.JTableRowHeader
Sets the table associated with this header.
setTable(JTable) - Method in class com.sciapp.table.ListRowHeader
Assigns a table to the rowheader's view component.
setTable(JTable) - Method in interface com.sciapp.table.RowHeader
Assigns a table to the rowheader's view component.
setTable(JTable) - Method in class com.sciapp.table.search.SearchTablePanel
Assigns a table to the SearchTablePanel.
setTable(JTable) - Method in class com.sciapp.table.search.TableSelector
Assigns the table.
setTable(JTable) - Method in class com.sciapp.table.search.TableStyleSelector
Assigns the table.
setTable(JTable) - Method in class com.sciapp.table.span.SpanDrawer
Assigns the associated table.
setTable(JTable) - Method in class com.sciapp.table.TableAssistant
Assigns a new table to the assistant.
setTable(JTable) - Method in class com.sciapp.table.TableCellResizer
Assigns the table to be resized.
setTable(JTable) - Method in class com.sciapp.table.TableReorder
Sets the table to newTable
setTable(JTable) - Method in class com.sciapp.treetable.db.DatabaseTreeTableReorder
Sets the table to newTable
setTable(JTable) - Method in class com.sciapp.treetable.DefaultTreeTableReorder
Sets the table to newTable
setTable(JTable) - Method in class com.sciapp.treetable.TreeTableReorder
Sets the table to newTable
setTableAssistant(TableAssistant) - Method in class com.sciapp.table.AdvancedJTable
Assigns the table assistant instance associated with this table.
setTableCache(DefaultTableCache) - Method in class com.sciapp.table.cache.CachedListTableModel
Assigns the cache store that will be used for caching the underlying list table model.
setTableCache(DefaultTableCache) - Method in class com.sciapp.table.cache.CachedTableModel
Assigns the cache store that will be used for caching the underlying table model.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.auto.AbstractAutoFilterPanel
Initializes the visual controls to the values contained in the supplied table filter.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.auto.JAutoFilter
Assigns a new tablefilter object to the currently showing auto filter panel component.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.BooleanVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.DateVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.NumericalVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.StringVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.sciapp.filter.VisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.sciapp.table.FilterTableModel
Assigns a new table filter.
setTableHeader(FilterTableHeader) - Method in class com.sciapp.filter.FilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(JTableHeader) - Method in class com.sciapp.table.AdvancedJTable
Sets the tableHeader working with this JTable to newHeader.
setTableHeader(FilterTableHeader) - Method in class com.sciapp.table.group.ColumnFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableReorder(TableReorder) - Method in class com.sciapp.table.AdvancedJTable
Assigns a table reorder that will handle table selection changes.
setTableReorder(TableReorder) - Method in class com.sciapp.treetable.TreeTable
Assigns a table reorder that will handle table selection changes.
setTableState(String) - Method in class com.sciapp.table.AdvancedJTable
Set which columns will be shown and their corresponding widths.
setText(String) - Method in class com.sciapp.renderers.DefaultRenderer
Defines the single line of text this renderer will display.
setTheme(String) - Method in class com.sciapp.common.gui.SkinManager
Sets the theme to themeName.
setTheme(String, boolean) - Method in class com.sciapp.common.gui.SkinManager
Sets the theme to themeName.
setThrowsException(boolean) - Method in class com.sciapp.table.ListTableModelWrapper
Assigns the behaviour of the model when the ListTableModel methods are called.
setTree(JTree) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Sets a new tree.
setTree(JTree) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Sets a new tree.
setTreeColumn(int) - Method in class com.sciapp.treetable.TreeTable
Assigns the column that contains the tree.
setTreeHeaderFactory(TreeTableHeaderRendererFactory) - Method in class com.sciapp.table.group.TreeTableHeader
Assigns a new factory for creating TreeTableHeaderRenderers.
setTreeModel(TreeModel) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Sets the underlying tree model to newModel
setTreeModel(TreeModel) - Method in class com.sciapp.treetable.TreeModelMap
Sets the underlying tree model to newModel
setTreeModel(TreeModel) - Method in class com.sciapp.treetable.TreeTableModelMap
Sets the underlying tree model to newModel
setTreeTableColumnModel(TreeTableColumnModel) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Sets a new treetable column model.
setTreeTableColumnModel(TreeTableColumnModel) - Method in class com.sciapp.table.group.TreeColumnModelMask
Assigns a new underlying treetable column model
setTreeTableModel(TreeTableModel) - Method in class com.sciapp.treetable.TreeTable
Assigns a new TreeTableModel.
setTreeTableModel(TreeTableModel) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Sets a new treetable model.
setTreeTableModel(TreeTableModel) - Method in class com.sciapp.treetable.TreeTableModelMap
Sets the underlying tree table model to treeTableModel.
setTreeTableModel(TreeTableModel) - Method in class com.sciapp.treetable.TreeTableModelMask
Assigns a new underlying treetable model
setTreeTableModel(TreeTableModel) - Method in class com.sciapp.treetable.UniqueTreeTableModel
Assigns a new underlying treetable model
setUnfilteredColor(Color) - Method in class com.sciapp.filter.DefaultFilterRenderer
Assigns the color of the arrow button for columns that do not have filters.
setUnfilteredColor(Color) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Assigns the color of the arrow button for columns that do not have filters.
setUpdateComponents(boolean) - Static method in class com.sciapp.common.gui.TableResourceManager
Determines whether the components that make use of the Table Library resource bundle will re-initialize themselves with the new property values, when their UI is updated.
setUpdateSelections(boolean) - Method in class com.sciapp.table.span.SpanDrawer
Tells the drawer to update the cell selection evenly after a cell selection.
setUseRollOver(boolean) - Method in class com.sciapp.filter.DefaultFilterRenderer
Determines whether the arrow button will be visible only if the user rolls over the column with the mouse.
setUseSeparateComponent(boolean) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Defines whether a separate component is used to layout the expansion control.
setUseSpan(boolean) - Method in class com.sciapp.table.span.SpanDrawer
Sets the spanning behaviour of the span model.
setValue(Object) - Method in class com.sciapp.renderers.DateRenderer
Sets the String object for the cell being rendered to value.
setValue(Object) - Method in class com.sciapp.renderers.NumberRenderer
Sets the Number object for the cell being rendered to value.
setValue(Object) - Method in class com.sciapp.renderers.SizeRenderer
Sets the String object for the cell being rendered to value.
setValueAt(Object, int, int) - Method in class com.sciapp.table.FilterTableModel
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.sciapp.table.ListTableMap
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.sciapp.table.ObjectTableModel
Assigns aValue to the object at columnIndex and rowIndex.
setValueAt(Object, Object, int) - Method in class com.sciapp.table.ObjectTableModel
Sets the value of Object o at index to aValue
setValueAt(Object, Object, int) - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, int, int) - Method in class com.sciapp.table.SortTableModel
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.sciapp.table.TableMap
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.sciapp.tree.TreeTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.sciapp.treetable.DefaultMutableTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.sciapp.treetable.DynamicTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.sciapp.treetable.MutableTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.sciapp.treetable.ObjectTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in interface com.sciapp.treetable.TreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, int, int) - Method in class com.sciapp.treetable.TreeTableModelAdapter
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setValueAt(Object, Object, int) - Method in class com.sciapp.treetable.TreeTableModelMap
Sets the value for node at columnIndex to aValue.
setValues(Object[]) - Method in class com.sciapp.filter.ValuesTableFilter
Assigns the list of accepted values.
setViewableModel(ViewableModel) - Method in class com.sciapp.table.ViewableResizer
Assigns a new viewable model.
setViewport(JViewport) - Method in class com.sciapp.table.AdvancedJScrollPane
Removes the old viewport (if there is one); forces the viewPosition of the new viewport to be in the +x,+y quadrant; syncs up the row and column headers (if there are any) with the new viewport; and finally syncs the scrollbars and headers with the new viewport.
setViewportView(Component) - Method in class com.sciapp.table.AdvancedJScrollPane
Creates a viewport if necessary and then sets its view.
setWriteHeader(boolean) - Method in class com.sciapp.table.io.DelimitedExportManager
Assigns a variable that is true if the column values of the table model will be output as well.
shouldApplyFilter() - Method in class com.sciapp.filter.BooleanVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.sciapp.filter.DateVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.sciapp.filter.NumericalVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.sciapp.filter.StringVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.sciapp.filter.VisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldFilter(Object) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel
Determines on which occasions the filter treetable model should apply the filter.
shouldProcess - Variable in class com.sciapp.treetable.DefaultTreeTableReorder
 
shouldProcessEvent(MouseEvent) - Method in class com.sciapp.filter.AndFilterHeaderCallback
Determines whether the mouse event generated on the table's header should be propagated.
shouldProcessEvent(MouseEvent) - Method in interface com.sciapp.filter.FilterHeaderCallback
Determines whether the mouse event generated on the table's header should be propagated.
shouldProcessEvent(MouseEvent) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Determines whether the mouse event generated on the table's header should be propagated.
shouldProcessEvent(MouseEvent) - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Determines whether the mouse event generated on the table's header should be propagated.
shouldSelectCell(EventObject) - Method in class com.sciapp.editors.DateEditor
Returns true.
shouldSort(Object) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel
Determines on which occasions the sort treetable model should sort the supplied node.
shouldToggleExpand(int, int, EventObject, boolean) - Method in class com.sciapp.treetable.TreeTable
This method determines the situation under which a treetable's node is expanded/collapsed.
showButtonPress - Variable in class com.sciapp.table.SortTableButtonRenderer
boolean flag that when true, the buttons are pressed when clicked.
showChildren - Variable in class com.sciapp.table.GroupTableColumn
boolean that controls the visibility of the columns underneath this group column.
showChildren - Variable in class com.sciapp.treetable.NodeTreeTableModelMap
determines whether to show the node's children
showColumnDialog() - Method in class com.sciapp.table.TableAssistant
Makes the column dialog visible.
showDatePanel - Variable in class com.sciapp.editors.JDateChooser
flag that controls the date panel's visibility.
showMore - Variable in class com.sciapp.table.TableAssistant
flag to indicate whether a menuitem is to be added to the column popup, that provides more column options.
showPopup(Point, int, int) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Shows the filter popup for column at the specified location.
showRowHeader - Variable in class com.sciapp.table.AdvancedJTable
boolean flag to indicate whether the row header should be visible.
showTimePanel - Variable in class com.sciapp.editors.JDateChooser
flag that controls the time panel's visibility.
SINGLE_SORT - Static variable in class com.sciapp.table.SortTableModel
Defines single sort mode.
sizeColumnsToFit(int) - Method in class com.sciapp.table.AdvancedJTable
Obsolete as of Java 2 platform v1.4.
SizeRenderer - Class in com.sciapp.renderers
SizeRenderer is a table cellrenderer suitable for displaying the length of a file.
SizeRenderer() - Constructor for class com.sciapp.renderers.SizeRenderer
Constructs a SizeRenderer.
SkinManager - Class in com.sciapp.common.gui
A SkinManager.
SkinPanel - Class in com.sciapp.common.gui
A panel for selecting different skins.
SkinPanel() - Constructor for class com.sciapp.common.gui.SkinPanel
Constructs a SkinPanel.
SkinTristateCheckBox - Class in com.sciapp.component
SkinTristateCheckBox is a sample class that can be used with the SkinLookAndFeel.
SkinTristateCheckBox() - Constructor for class com.sciapp.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String) - Constructor for class com.sciapp.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String, int) - Constructor for class com.sciapp.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String, Icon) - Constructor for class com.sciapp.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String, Icon, int) - Constructor for class com.sciapp.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
sort(int, int) - Method in class com.sciapp.table.SortTableModel
Tells the model to change sorting on a column or columns.
SORT_OPTION - Static variable in class com.sciapp.treetable.dir.DirectoryTreeTable
int mask that defines sorting
sortData() - Method in class com.sciapp.table.SortTableModel
Sorts the data.
sorted - Variable in class com.sciapp.treetable.UniqueTreeTableModel
flag indicating whether the unique level values will be sorted
sorterMoved(MouseEvent) - Method in class com.sciapp.table.SortTableModel
This method is called when the mouse is being moved on the sortable header.
sorterPressed(MouseEvent) - Method in class com.sciapp.table.SortTableModel
This method is called when a mouse button is pressed on the sortable header.
sorterReleased(MouseEvent) - Method in class com.sciapp.table.SortTableModel
This method is called when a mouse button is released on the sortable header.
SortListModel - Interface in com.sciapp.table
This interface defines methods for comparing the rows of a tablemodel.
SortState - Class in com.sciapp.table
SortState is a class that holds information about the sorting state of a table column.
SortState(int) - Constructor for class com.sciapp.table.SortState
Constructs a SortState with field indicating the view index of the table column that we want to sort.
SortState(int, boolean) - Constructor for class com.sciapp.table.SortState
Constructs a SortState with field indicating the view index of the table column that we want to sort.
SortTableButtonRenderer - Class in com.sciapp.table
A SortTableRenderer implementation that uses JButtons in order to render the table header.
SortTableButtonRenderer() - Constructor for class com.sciapp.table.SortTableButtonRenderer
Constructs a SortTableButtonRenderer.
SortTableModel - Class in com.sciapp.table
SortTableModel offers sorting capabilities to a table.
SortTableModel(ListTableModel) - Constructor for class com.sciapp.table.SortTableModel
Constructs a SortTableModel with tableModel as the TableModel that holds the tabular data.
SortTableModel(ListTableModel, JTableHeader) - Constructor for class com.sciapp.table.SortTableModel
Constructs a SortTableModel with tableModel as the TableModel that holds the tabular data and tableHeader as the JTable's header.
SortTableModel.SorterMouseHandler - Class in com.sciapp.table
The default mouse listener for processing mouse events on the header.
SortTableModel.SorterMouseHandler() - Constructor for class com.sciapp.table.SortTableModel.SorterMouseHandler
 
SortTableModel.SortTableButtonRendererFactory - Class in com.sciapp.table
A cell renderer factory that creates SortTableButtonRenderer objects.
SortTableModel.SortTableButtonRendererFactory() - Constructor for class com.sciapp.table.SortTableModel.SortTableButtonRendererFactory
Creates a SortTableButtonRendererFactory.
SortTableRenderer - Class in com.sciapp.table
SortTableRenderer is responsible for drawing the columns of the table header.
SortTableRenderer() - Constructor for class com.sciapp.table.SortTableRenderer
Constructs a SortTableRenderer object to be used in drawing the columns of the table header.
SortTreeTableModel - Interface in com.sciapp.treetable
SortTreeTableModel is an interface that a treetable model with sorting capabilities should implement.
space - Variable in class com.sciapp.renderers.DefaultRenderer
a string that holds the number of spaces
spacing - Variable in class com.sciapp.renderers.DefaultRenderer
boolean flag that indicates if spaces are added at the end of each cell
spanChanged(SpanModelEvent) - Method in interface com.sciapp.table.span.SpanModelListener
Called whenever the cells of a table have been merged or split.
spanDrawer - Variable in class com.sciapp.table.AdvancedJTable
the span drawer.
SpanDrawer - Class in com.sciapp.table.span
SpanDrawer is used to enable cell spanning for a JTable.
SpanDrawer() - Constructor for class com.sciapp.table.span.SpanDrawer
Constructs a default SpanDrawer.
SpanDrawer(JTable) - Constructor for class com.sciapp.table.span.SpanDrawer
Constructs a default SpanDrawer.
SpanDrawer(JTable, SpanModel) - Constructor for class com.sciapp.table.span.SpanDrawer
Constructs a default SpanDrawer.
spanModel - Variable in class com.sciapp.table.span.SpanDrawer
the span model.
SpanModel - Interface in com.sciapp.table.span
The SpanModel interface specifies the methods the SpanDrawer will use to discover which cells of the table are spanned.
SpanModelEvent - Class in com.sciapp.table.span
An event used to identify which cells were merged or split.
SpanModelEvent(SpanModel) - Constructor for class com.sciapp.table.span.SpanModelEvent
Constructs an UPDATE SpanModelEvent with a cellspan covering all cells of the table.
SpanModelEvent(SpanModel, CellSpan, int) - Constructor for class com.sciapp.table.span.SpanModelEvent
Constructs an UPDATE SpanModelEvent having cellSpan as the cellspan and type as the type of the event (UPDATE, INSERT, DELETE).
SpanModelListener - Interface in com.sciapp.table.span
SpanModelListener is the listener that is notified when the cells of a table are merged or split.
spannedColumn - Variable in class com.sciapp.table.span.CellSpan
the cell's spanned column.
spannedRow - Variable in class com.sciapp.table.span.CellSpan
the cell's spanned row.
SQLFilterConverter - Class in com.sciapp.table.db
SQLFilterConverter is a utility class that converts a TableFilter into an SQL string.
SQLFilterConverter() - Constructor for class com.sciapp.table.db.SQLFilterConverter
Constructs an SQLFilterConverter.
start() - Method in class com.sciapp.table.remote.PendingIndicator
Starts the animation.
STARTED - Static variable in class com.sciapp.table.remote.RemoteTableEvent
an integer representing a 'started' remote action.
state - Variable in class com.sciapp.component.TristateButtonModel
the current state of the model
statusLabel - Variable in class com.sciapp.table.remote.StatusPanel
the label
StatusPanel - Class in com.sciapp.table.remote
StatusPanel is a JPanel that shows the current status of a RemoteTableModel or RemoteTreeTableModel.
StatusPanel() - Constructor for class com.sciapp.table.remote.StatusPanel
Constructs a StatusPanel.
stop() - Method in class com.sciapp.table.remote.DefaultRemoteTableModel
Stops the thread that asynchronously queries the underlying cacheable table model.
stop() - Method in class com.sciapp.table.remote.DefaultRemoteTreeTableModel
Stops the thread that asynchronously queries the underlying cacheable treetable model.
stop() - Method in class com.sciapp.table.remote.PendingIndicator
Stops the animation.
stopCellEditing() - Method in class com.sciapp.editors.DateEditor
Calls fireEditingStopped and returns true.
STOPPED - Static variable in class com.sciapp.table.remote.RemoteTableEvent
an integer representing a 'stopped' remote action.
storeCellSelections - Variable in class com.sciapp.event.ReorderEvent
flag to indicate whether the reorder listener will store the cell selections
storeCheckBoxSelections - Variable in class com.sciapp.event.ReorderEvent
flag to indicate whether the reorder listener will store the selected nodes of the checkbox tree
storeExpandedNodes - Variable in class com.sciapp.event.ReorderEvent
flag to indicate whether the reorder listener will store the expanded tree nodes
StringAutoFilterPanel - Class in com.sciapp.filter.auto
StringAutoFilterPanel provides a specialized StringVisualFilter subclass for the filter representation.
StringAutoFilterPanel() - Constructor for class com.sciapp.filter.auto.StringAutoFilterPanel
Constructs a new StringAutoFilterPanel.
StringAutoFilterPanel(String) - Constructor for class com.sciapp.filter.auto.StringAutoFilterPanel
Constructs a new StringAutoFilterPanel.
StringComparator - Class in com.sciapp.comparators
This class compares two strings lexicographically.
StringComparator() - Constructor for class com.sciapp.comparators.StringComparator
Creates a case-insensitive String comparator.
StringComparator(boolean) - Constructor for class com.sciapp.comparators.StringComparator
Creates a String comparator.
StringFilter - Class in com.sciapp.filter
A string filter.
StringFilter() - Constructor for class com.sciapp.filter.StringFilter
Constructs a StringFilter with a default CONTAINS mode and no negation.
StringFilter(String) - Constructor for class com.sciapp.filter.StringFilter
Constructs a StringFilter with a default CONTAINS mode, no negation and a string pattern equal to pattern.
stringFilter - Variable in class com.sciapp.filter.StringVisualFilter
a string filter object used to filter Strings.
stringFilter - Variable in class com.sciapp.table.search.SearchPanel
the string filter used for searching
stringFilter - Variable in class com.sciapp.table.search.StringVisualSeeker
a string filter object used to filter Strings.
StringVisualFilter - Class in com.sciapp.filter
A VisualFilter for String values.
StringVisualFilter() - Constructor for class com.sciapp.filter.StringVisualFilter
Constructs a StringVisualFilter.
StringVisualSeeker - Class in com.sciapp.table.search
A VisualSeeker for String values.
StringVisualSeeker() - Constructor for class com.sciapp.table.search.StringVisualSeeker
Constructs a StringVisualSeeker.
structureChanged(TreeModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
Notification that the structure of the nodes at the specified path has changed.
structureChanged(TreeModelEvent) - Method in class com.sciapp.table.group.TreeTableHeader
Notification that the structure of the columns at the specified path has changed.
structureChanged(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelAdapter
Notification that the structure of the nodes at the specified path has changed.
style - Variable in class com.sciapp.table.search.TableStyleSelector
the style that will be used to paint the matching cells
Style - Interface in com.sciapp.table.styles
Style is the interface that defines a method for modifying a table's renderer component, just before the component is shown on the table.
styleModel - Variable in class com.sciapp.table.AdvancedJTable
the style model.
StyleModel - Interface in com.sciapp.table.styles
StyleModel is used for rendering the cells of a JTable.
styles - Variable in class com.sciapp.table.styles.DefaultStyleModel
The list of styles.
superPrepareRenderer(TableCellRenderer, int, int) - Method in class com.sciapp.treetable.TreeTable
Calls the AdvancedJTable.prepareRenderer(javax.swing.table.TableCellRenderer, int, int) method of its superclass.
swapExpandedState(MouseEvent, TreeTableHeader) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Changes the expanded state of a non-leaf column, according to a mouse event on the header.
syncWithModel() - Method in class com.sciapp.tree.GroupingPanel
Synchronizes the grouping panel with the TreeTableModel.
syncWithModel() - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Synchronizes the grouping panel with the DefaultDatabaseTreeTableModel.
syncWithModel() - Method in class com.sciapp.treetable.GroupingPanel
Synchronizes the grouping panel with the DynamicTreeTableModel.
syncWithModel() - Method in class com.sciapp.treetable.NodeGroupingPanel
Synchronizes the grouping panel with the ComparableTreeTableModel.

T

table - Variable in class com.sciapp.table.ListRowHeader
the associated table
table - Variable in class com.sciapp.table.search.TableSelector
the associated table
table - Variable in class com.sciapp.table.search.TableStyleSelector
the associated table
table - Variable in class com.sciapp.table.TableCellResizer
the associated table
table - Variable in class com.sciapp.table.TableReorder
the table
table - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
string that holds the name of the table to query
tableAssistant - Variable in class com.sciapp.table.AdvancedJTable
the table assistant
TableAssistant - Class in com.sciapp.table
TableAssistant is a class that provides additional functions to a JTable.
TableAssistant(JTable) - Constructor for class com.sciapp.table.TableAssistant
Constructs a TableAssistant having table as the JTable on which this object acts.
TableCache - Interface in com.sciapp.table.cache
TableCache defines a cache suitable for caching tables.
TableCellRendererFactory - Interface in com.sciapp.renderers
A factory for creating TableCellRenderers.
TableCellRendererWrapper - Interface in com.sciapp.renderers
TableCellRendererWrapper wraps around a TableCellRenderer.
TableCellResizer - Class in com.sciapp.table
TableCellResizer adds cell-resizing functionality to a JTable.
TableCellResizer(JTable) - Constructor for class com.sciapp.table.TableCellResizer
Constructs a TableCellResizer.
tableChanged(TableModelEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked when this table's TableModel generates a TableModelEvent.
tableChanged(TableModelEvent) - Method in class com.sciapp.table.cache.CachedListTableModel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class com.sciapp.table.FilterTableModel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class com.sciapp.table.ListTableMap
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class com.sciapp.table.SortTableModel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class com.sciapp.table.TableMap
Fires the event to its TableModelListeners.
tableChanged(TableModelEvent) - Method in class com.sciapp.tree.TreeTableModel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class com.sciapp.treetable.DynamicTreeTableModel
This fine grain notification tells listeners the exact range of cells, rows, or columns that changed.
tableChanged(TableModelEvent) - Method in class com.sciapp.treetable.TreeTable
Invoked when this table's TableModel generates a TableModelEvent. The TableModelEvent should be constructed in the coordinate system of the model; the appropriate mapping to the view coordinate system is performed by this JTable when it receives the event.

Application code will not use these methods explicitly, they are used internally by JTable.

Note that as of 1.3, this method clears the selection, if any.

TableComboBoxEditor - Class in com.sciapp.editors
An editor for table and tree table cells that uses multiple values contained in a JComboBox.
TableComboBoxEditor() - Constructor for class com.sciapp.editors.TableComboBoxEditor
Constructs a TableComboBoxEditor with a default JComboBox object.
TableComboBoxEditor(String[]) - Constructor for class com.sciapp.editors.TableComboBoxEditor
Constructs a TableComboBoxEditor with a default JComboBox object, having items as the combobox's values.
TableComboBoxEditor(JComboBox) - Constructor for class com.sciapp.editors.TableComboBoxEditor
Constructs a TableComboBoxEditor with the JComboBox object specified in the argument of the constructor.
TableDefinition - Interface in com.sciapp.table
This interface supplies methods that define the structure of a table model.
tableFilter - Variable in class com.sciapp.event.FilterModelEvent
the table filter
tableFilter - Variable in class com.sciapp.event.FilterTreeTableModelEvent
the table filter
tableFilter - Variable in class com.sciapp.filter.NotTableFilter
The TableFilter to negate.
TableFilter - Class in com.sciapp.filter
TableFilter is used in order to filter the rows of a JTable.
TableFilter(Filter) - Constructor for class com.sciapp.filter.TableFilter
Constructs a TableFilter object that will filter all columns of the table.
TableFilter(Filter, int) - Constructor for class com.sciapp.filter.TableFilter
Constructs a TableFilter object.
tableFilter - Variable in class com.sciapp.table.FilterTableModel
the currently installed table filter
tableFilters - Variable in class com.sciapp.filter.CompositeFilter
The array of TableFilters.
TableLibVersion - Class in com.sciapp.version
Class that contains the current TableLib version.
TableMap - Class in com.sciapp.table
TableMap is a wrapper around a given TableModel instance, just as ListTableMap is for ListTableModel.
TableMap(TableModel) - Constructor for class com.sciapp.table.TableMap
Constructs a TableMap having tableModel as the underlying TableModel
tableModel - Variable in class com.sciapp.filter.FilterHeaderModel
The filterlistmodel that will be used to process the filter events.
tableModel - Variable in class com.sciapp.table.ListTableMap
The underlying ListTableModel
tableModel - Variable in class com.sciapp.table.TableMap
The underlying ListTableModel
tableModel - Variable in class com.sciapp.treetable.DynamicTreeTableModel
 
tableReorder - Variable in class com.sciapp.table.AdvancedJTable
This is the TableReorder object.
TableReorder - Class in com.sciapp.table
TableReorder acts on a JTable in order to ensure that the same rows are selected after the ReorderEvent is generated.
TableReorder() - Constructor for class com.sciapp.table.TableReorder
Constructs a TableReorder object with a null JTable.
TableReorder(JTable) - Constructor for class com.sciapp.table.TableReorder
Constructs a TableReorder object acting on table.
TableResourceManager - Class in com.sciapp.common.gui
TableResourceManager is used to add internationalization support.
TableSearch - Class in com.sciapp.table.search
TableSearch searches through tables with the use of a Filter.
TableSearch(Filter) - Constructor for class com.sciapp.table.search.TableSearch
Constructs a TableSearch.
TableSelector - Class in com.sciapp.table.search
A simple SearchModelListener implementation for selecting the matching cells of a table when searching.
TableSelector(JTable) - Constructor for class com.sciapp.table.search.TableSelector
Constructs a TableSelector.
TableStyleSelector - Class in com.sciapp.table.search
A simple SearchModelListener implementation that uses a Style to paint the matching cells of a table when searching with a different background color.
TableStyleSelector(JTable) - Constructor for class com.sciapp.table.search.TableStyleSelector
Constructs a TableStyleSelector.
TableUtils - Class in com.sciapp.table
TableUtils is a utility class for converting model/view row indeces to the view/model respectively.
tel - Variable in class com.sciapp.table.group.TreeTableHeader
a tree expansion listener added to the tree
text - Variable in class com.sciapp.table.remote.DefaultPendingValue
the string to set.
ThreadedListTableModel - Class in com.sciapp.table
ThreadedListTableModel wraps around a ListTableModel in order to make it thread safe.
ThreadedListTableModel(ListTableModel) - Constructor for class com.sciapp.table.ThreadedListTableModel
Create a ThreadedTableModel.
throwsException - Variable in class com.sciapp.table.ListTableModelWrapper
flag that indicates that an exception will be thrown when the ListTableModel methods are called.
TOP_DIRECTION - Static variable in interface com.sciapp.table.locked.LockedTableModel
constant indicating the top side of the table.
toString() - Method in class com.sciapp.table.remote.DefaultPendingValue
Returns a string representation of the object.
toString() - Method in class com.sciapp.table.SortState
Returns a string representation of the sort state.
toString() - Method in class com.sciapp.tree.DefaultTreeTableComparator
Returns a string representation of the object.
toString() - Method in class com.sciapp.treetable.DefaultTreeTableComparator
Returns a string representation of the object.
toString() - Method in class com.sciapp.treetable.dir.FileRow
Returns a string representation of the object.
toString() - Method in class com.sciapp.treetable.TreeNodeComparator
Returns a string representation of the object.
toString() - Method in class com.sciapp.treetable.TreeTableRow
Returns the result of sending toString() to this node's user object, or null if this node has no user object.
totalColumnWidth - Variable in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
A local cache of the combined width of all columns
tree - Variable in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
the tree
tree - Variable in class com.sciapp.tree.TreeTableModel
the tree structure created every time the data changes
tree - Variable in class com.sciapp.treetable.TreeTableModelAdapter
the tree
TREE_PROPERTY - Static variable in interface com.sciapp.table.group.TreeTableColumnModelAdapter
a string that identifies that the tree has changed
TREE_PROPERTY - Static variable in interface com.sciapp.treetable.TreeTableModelAdapterIF
a string that identifies that the tree has changed
TREE_TABLE_COLUMN_MODEL_PROPERTY - Static variable in interface com.sciapp.table.group.TreeTableColumnModelAdapter
a string that identifies that the column model has changed
TREE_TABLE_MODEL_PROPERTY - Static variable in interface com.sciapp.treetable.TreeTableModelAdapterIF
a string that identifies that the tree tablemodel has changed
treeColumn - Variable in class com.sciapp.treetable.TreeTable
the column containing the tree
treeColumnModel - Variable in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
the treetable column model
TreeColumnModelMask - Class in com.sciapp.table.group
TreeColumnModelMask wraps around a TreeTableColumnModel.
TreeColumnModelMask(TreeTableColumnModel) - Constructor for class com.sciapp.table.group.TreeColumnModelMask
Constructs a TreeColumnModelMask.
TreeFilterHeaderModel - Class in com.sciapp.filter.tree
TreeFilterHeaderModel is used to provide real-time row filtering via a component that is installed on the table header.
TreeFilterHeaderModel() - Constructor for class com.sciapp.filter.tree.TreeFilterHeaderModel
Constructs a TreeFilterHeaderModel.
treeHeaderFactory - Variable in class com.sciapp.table.group.TreeTableHeader
the factory for creating tree header renderers
treeModel - Variable in class com.sciapp.component.CheckBoxTreeSelectionModel
the assigned tree model
treeModel - Variable in class com.sciapp.tree.TreeTableModel
the model of the tree
treeModel - Variable in class com.sciapp.treetable.db.AbstractDatabaseAggregator
the treeModel that is used to prepare the aggregate values.
treeModel - Variable in class com.sciapp.treetable.TreeModelMap
the underlying treemodel.
TreeModelMap - Class in com.sciapp.treetable
TreeModelMap is a wrapper around a TreeTableModel.
TreeModelMap(TreeModel) - Constructor for class com.sciapp.treetable.TreeModelMap
Constructs a TreeModelMap.
TreeNodeAggregator - Class in com.sciapp.treetable
The default Aggregator that is used by an AggregateTreeTableModel.
TreeNodeAggregator(AggregateTreeTableModel) - Constructor for class com.sciapp.treetable.TreeNodeAggregator
Constructs a TreeNodeAggregator object.
TreeNodeComparator - Class in com.sciapp.treetable
TreeNodeComparator compares two tree nodes between them based on a single column.
TreeNodeComparator(ComparableTreeTableModel, int) - Constructor for class com.sciapp.treetable.TreeNodeComparator
Constructs a TreeNodeComparator object with column as the column to use when comparing rows and the request to always create group nodes.
TreeNodeComparator(ComparableTreeTableModel, int, boolean) - Constructor for class com.sciapp.treetable.TreeNodeComparator
Constructs a TreeNodeComparator object with column as the column to use when comparing rows.
TreeNodeEnumeration - Interface in com.sciapp.treetable
TreeNodeEnumeration is an enumeration for the nodes of a TreeModel that also defines a method for retrieving the level of the node being returned.
treeNodesChanged(TreeModelEvent) - Method in class com.sciapp.table.group.TreeColumnModelMask

Invoked after a node (or a set of siblings) has changed in some way.

treeNodesChanged(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel

Invoked after a node (or a set of siblings) has changed in some way. The node(s) have not changed locations in the tree or altered their children arrays, but other attributes have changed and may affect presentation. Example: the name of a file has changed, but it is in the same location in the file system.

To indicate the root has changed, childIndices and children will be null.

Use e.getPath() to get the parent of the changed node(s). e.getChildIndices() returns the index(es) of the changed node(s).

treeNodesChanged(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel

Invoked after a node (or a set of siblings) has changed in some way. The node(s) have not changed locations in the tree or altered their children arrays, but other attributes have changed and may affect presentation. Example: the name of a file has changed, but it is in the same location in the file system.

To indicate the root has changed, childIndices and children will be null.

Use e.getPath() to get the parent of the changed node(s). e.getChildIndices() returns the index(es) of the changed node(s).

treeNodesChanged(TreeModelEvent) - Method in class com.sciapp.treetable.TreeModelMap

Invoked after a node (or a set of siblings) has changed in some way.

treeNodesChanged(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelMask

Invoked after a node (or a set of siblings) has changed in some way.

treeNodesInserted(TreeModelEvent) - Method in class com.sciapp.table.group.TreeColumnModelMask

Invoked after nodes have been inserted into the tree.

treeNodesInserted(TreeModelEvent) - Method in class com.sciapp.table.group.TreeTableColumnModelMask

Invoked after nodes have been inserted into the tree.

Use e.getPath() to get the parent of the new node(s). e.getChildIndices() returns the index(es) of the new node(s) in ascending order.

treeNodesInserted(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel

Invoked after nodes have been inserted into the tree.

Use e.getPath() to get the parent of the new node(s). e.getChildIndices() returns the index(es) of the new node(s) in ascending order.

treeNodesInserted(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel

Invoked after nodes have been inserted into the tree.

Use e.getPath() to get the parent of the new node(s). e.getChildIndices() returns the index(es) of the new node(s) in ascending order.

treeNodesInserted(TreeModelEvent) - Method in class com.sciapp.treetable.TreeModelMap

Invoked after nodes have been inserted into the tree.

treeNodesInserted(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelMask

Invoked after nodes have been inserted into the tree.

treeNodesRemoved(TreeModelEvent) - Method in class com.sciapp.table.group.TreeColumnModelMask

Invoked after nodes have been removed from the tree.

treeNodesRemoved(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel

Invoked after nodes have been removed from the tree. Note that if a subtree is removed from the tree, this method may only be invoked once for the root of the removed subtree, not once for each individual set of siblings removed.

Use e.getPath() to get the former parent of the deleted node(s). e.getChildIndices() returns, in ascending order, the index(es) the node(s) had before being deleted.

treeNodesRemoved(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel

Invoked after nodes have been removed from the tree. Note that if a subtree is removed from the tree, this method may only be invoked once for the root of the removed subtree, not once for each individual set of siblings removed.

Use e.getPath() to get the former parent of the deleted node(s). e.getChildIndices() returns, in ascending order, the index(es) the node(s) had before being deleted.

treeNodesRemoved(TreeModelEvent) - Method in class com.sciapp.treetable.TreeModelMap

Invoked after nodes have been removed from the tree.

treeNodesRemoved(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelMask

Invoked after nodes have been removed from the tree.

treeStructureChanged(TreeModelEvent) - Method in class com.sciapp.table.group.TreeColumnModelMask

Invoked after the tree has drastically changed structure from a given node down.

treeStructureChanged(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultFilterTreeTableModel

Invoked after the tree has drastically changed structure from a given node down. If the path returned by e.getPath() is of length one and the first element does not identify the current root node the first element should become the new root of the tree.

Use e.getPath() to get the path to the node. e.getChildIndices() returns null.

treeStructureChanged(TreeModelEvent) - Method in class com.sciapp.treetable.DefaultSortTreeTableModel

Invoked after the tree has drastically changed structure from a given node down. If the path returned by e.getPath() is of length one and the first element does not identify the current root node the first element should become the new root of the tree.

Use e.getPath() to get the path to the node. e.getChildIndices() returns null.

treeStructureChanged(TreeModelEvent) - Method in class com.sciapp.treetable.NodeTreeTableModelMap

Invoked after the tree has drastically changed structure from a given node down. If the path returned by e.getPath() is of length one and the first element does not identify the current root node the first element should become the new root of the tree.

Use e.getPath() to get the path to the node. e.getChildIndices() returns null.

treeStructureChanged(TreeModelEvent) - Method in class com.sciapp.treetable.TreeModelMap

Invoked after the tree has drastically changed structure from a given node down.

treeStructureChanged(TreeModelEvent) - Method in class com.sciapp.treetable.TreeTableModelMask

Invoked after the tree has drastically changed structure from a given node down.

TreeTable - Class in com.sciapp.tree
TreeTable works exactly the same as AdvancedJTable, with the only difference that this component is capable of grouping several similar rows of a table in a single row by using a JTree component.
TreeTable() - Constructor for class com.sciapp.tree.TreeTable
Constructs a TreeTable object with an empty model as the ListTableModel that contains the table's data.
TreeTable(ListTableModel) - Constructor for class com.sciapp.tree.TreeTable
Constructs a TreeTable object having model as the ListTableModel that contains the table's data.
TreeTable(TreeTableModel) - Constructor for class com.sciapp.tree.TreeTable
Constructs a TreeTable object having model as the TreeTableModel.
TreeTable - Class in com.sciapp.treetable
TreeTable works exactly the same as AdvancedJTable, with the only difference that this component is capable of grouping several similar rows of a table in a single row by using a JTree component.
TreeTable() - Constructor for class com.sciapp.treetable.TreeTable
Constructs a TreeTable object with the table's model being returned by the createDefaultDataModel method.
TreeTable(TreeTableModel) - Constructor for class com.sciapp.treetable.TreeTable
Constructs a TreeTable object having model as the TreeTableModelAdapter's treetable model.
TreeTable(TreeTableModelAdapter) - Constructor for class com.sciapp.treetable.TreeTable
Constructs a TreeTable object having adapter as the table's model.
TreeTable.DefaultTreeSpanModel - Class in com.sciapp.tree
DefaultTreeSpanModel uses the treetable's model in order to return a cell span for every header row.
TreeTable.DefaultTreeSpanModel() - Constructor for class com.sciapp.tree.TreeTable.DefaultTreeSpanModel
Constructs a DefaultTreeSpanModel.
TreeTable.DefaultTreeSpanModel - Class in com.sciapp.treetable
DefaultTreeSpanModel uses the treetable's model in order to return a cell span for every header row.
TreeTable.DefaultTreeSpanModel() - Constructor for class com.sciapp.treetable.TreeTable.DefaultTreeSpanModel
Constructs a DefaultTreeSpanModel.
TreeTable.DefaultTreeStyleModel - Class in com.sciapp.treetable
DefaultTreeStyleModel is the TreeTable's style model.
TreeTable.DefaultTreeStyleModel() - Constructor for class com.sciapp.treetable.TreeTable.DefaultTreeStyleModel
Creates the default style model for the TreeTable.
TreeTableCache - Interface in com.sciapp.table.cache
TableCache defines a cache suitable for caching treetables.
TreeTableColumnModel - Interface in com.sciapp.table.group
TreeTableColumnModel is an interface that defines the structure of a hierarchical column model.
TreeTableColumnModelAdapter - Interface in com.sciapp.table.group
TreeTableColumnModelAdapter is the interface that defines a column model capable of storing table columns in a hierarchical tree-like structure.
TreeTableColumnModelMap - Class in com.sciapp.table.group
TreeTableColumnModelMap is used for transparently transforming an underlying TreeTableColumnModel.
TreeTableColumnModelMap(TreeTableModel) - Constructor for class com.sciapp.table.group.TreeTableColumnModelMap
Constructs a ColumnModelMapper.
TreeTableColumnModelMask - Class in com.sciapp.table.group
TreeTableColumnModelMask is a treetable column model used to create and return TableColumns from any treetable model implementation.
TreeTableColumnModelMask(TreeTableModel) - Constructor for class com.sciapp.table.group.TreeTableColumnModelMask
Constructs a TreeTableColumnModelMask.
TreeTableComparator - Class in com.sciapp.tree
The comparator used in order to group the rows of a TreeTable component.
TreeTableComparator(TreeTableModel) - Constructor for class com.sciapp.tree.TreeTableComparator
Constructs a TreeTableComparator object.
TreeTableComparator - Interface in com.sciapp.treetable
The comparator used in order to group the rows of a TreeTable component.
TreeTableHeader - Class in com.sciapp.table.group
TreeTableHeader is a JTableHeader component that is able to display table columns in a hierarchical structure.
TreeTableHeader() - Constructor for class com.sciapp.table.group.TreeTableHeader
Constructs a TreeTableHeader.
TreeTableHeader(TreeTableColumnModel) - Constructor for class com.sciapp.table.group.TreeTableHeader
Constructs a TreeTableHeader.
TreeTableHeader(TreeTableColumnModelAdapter) - Constructor for class com.sciapp.table.group.TreeTableHeader
Constructs a TreeTableHeader.
TreeTableHeader.CachingHeaderControl - Class in com.sciapp.table.group
CachingHeaderControl caches tree header renderers and components returned by them.
TreeTableHeader.CachingHeaderControl() - Constructor for class com.sciapp.table.group.TreeTableHeader.CachingHeaderControl
Constructs a CachingHeaderControl.
TreeTableHeaderRenderer - Interface in com.sciapp.table.group
TreeTableHeaderRenderer defines methods that renderers for expandable columns in a TreeTableHeader should implement.
TreeTableHeaderRendererFactory - Interface in com.sciapp.table.group
A factory for creating TreeTableHeaderRenderers.
TreeTableModel - Class in com.sciapp.tree
TreeTableModel is the tablemodel that the TreeTable class uses.
TreeTableModel(ListTableModel) - Constructor for class com.sciapp.tree.TreeTableModel
Constructs a TreeTableModel with tableModel as the underlying tablemodel holding the data.
TreeTableModel - Interface in com.sciapp.treetable
TreeTableModel is the tablemodel that the TreeTable class uses.
treeTableModel - Variable in class com.sciapp.treetable.TreeTableModelAdapter
the treetable model
treeTableModel - Variable in class com.sciapp.treetable.TreeTableModelMap
the underlying treetable model.
TreeTableModelAdapter - Class in com.sciapp.treetable
TreeTableModelAdapter sits between a TreeTable and a TreeTableModel.
TreeTableModelAdapter() - Constructor for class com.sciapp.treetable.TreeTableModelAdapter
Constructs a TreeTableModelAdapter.
TreeTableModelAdapter(TreeTableModel) - Constructor for class com.sciapp.treetable.TreeTableModelAdapter
Constructs a TreeTableModelAdapter.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class com.sciapp.treetable.TreeTableModelAdapter
Constructs a TreeTableModelAdapter.
TreeTableModelAdapterIF - Interface in com.sciapp.treetable
TreeTableModelAdapterIF is an interface that the model of a TreeTable should implement.
TreeTableModelMap - Class in com.sciapp.treetable
TreeTableModelMap wraps around a TreeTableModel.
TreeTableModelMap(TreeTableModel) - Constructor for class com.sciapp.treetable.TreeTableModelMap
Constructs a TreeTableModelMap.
TreeTableModelMask - Class in com.sciapp.treetable
TreeTableModelMask masks a TreeTableModel so that different values for a node can be returned, depending on the values of the underlying model.
TreeTableModelMask(TreeTableModel) - Constructor for class com.sciapp.treetable.TreeTableModelMask
Constructs a TreeTableModelMask.
TreeTableReorder - Class in com.sciapp.tree
TreeTableReorder acts on a TreeTable object in order to ensure that the same rows are selected after a ReorderEvent is generated.
TreeTableReorder(JTable) - Constructor for class com.sciapp.tree.TreeTableReorder
Constructs a TreeTableReorder object acting on table.
TreeTableReorder - Class in com.sciapp.treetable
TreeTableReorder acts on a TreeTable object in order to ensure that the same rows are selected after a ReorderEvent is generated.
TreeTableReorder() - Constructor for class com.sciapp.treetable.TreeTableReorder
Constructs a TreeTableReorder with a null JTable.
TreeTableReorder(TreeTable) - Constructor for class com.sciapp.treetable.TreeTableReorder
Constructs a TreeTableReorder.
TreeTableRow - Class in com.sciapp.tree
A TreeTableRow represents a node in the tree data structure of a TreeTableModel.
TreeTableRow(Object, int) - Constructor for class com.sciapp.tree.TreeTableRow
Constructs a TreeTableRow object having o as the userObject and modelIndex as the index of the object this TreeTableRow is associated with.
TreeTableRow - Class in com.sciapp.treetable
A TreeTableRow represents a node in the tree data structure of a TreeTableModel.
TreeTableRow(Object, int) - Constructor for class com.sciapp.treetable.TreeTableRow
Constructs a TreeTableRow object having o as the userObject and modelIndex as the model index.
TristateButtonModel - Class in com.sciapp.component
The model of a TristateCheckBox.
TristateButtonModel() - Constructor for class com.sciapp.component.TristateButtonModel
Creates a TristateButtonModel.
TristateCheckBox - Class in com.sciapp.component
TristateCheckBox adds a 'partial selection state' to JCheckBox.
TristateCheckBox() - Constructor for class com.sciapp.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String) - Constructor for class com.sciapp.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String, int) - Constructor for class com.sciapp.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String, Icon) - Constructor for class com.sciapp.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String, Icon, int) - Constructor for class com.sciapp.component.TristateCheckBox
Creates a TristateCheckBox.
type - Variable in class com.sciapp.table.remote.RemoteTableEvent
the type of the event.
type - Variable in class com.sciapp.table.span.SpanModelEvent
the event's type.

U

UNCHECKED - Static variable in class com.sciapp.component.TristateButtonModel
the unchecked state
unfilteredColor - Variable in class com.sciapp.filter.DefaultFilterRenderer
the color of the arrow for a column that has no filters
unfilteredColor - Variable in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
the color of the arrow for a column that has no filters
UniqueTreeTableModel - Class in com.sciapp.treetable
UniqueTreeTableModel is a TreeTableModel that builds a set of unique tree nodes at each tree level.
UniqueTreeTableModel(TreeTableModel, int) - Constructor for class com.sciapp.treetable.UniqueTreeTableModel
Constructs a UniqueTreeTableModel that compares nodes at a designated column with a GeneralComparator.
UniqueTreeTableModel(TreeTableModel, int, Comparator) - Constructor for class com.sciapp.treetable.UniqueTreeTableModel
Constructs a UniqueTreeTableModel that compares nodes at a designated column and comparator.
UniqueTreeTableModel(TreeTableModel, Comparator) - Constructor for class com.sciapp.treetable.UniqueTreeTableModel
Constructs a UniqueTreeTableModel that compares nodes with the supplied nodeComparator.
UNLIMITED_COLUMNS - Static variable in class com.sciapp.table.TableAssistant
integer that specifies that an unlimited number of columns will be added to the column popup.
UNLIMITED_GROUPS - Static variable in class com.sciapp.tree.GroupingPanel
the integer that corresponds to an unlimited number of tree groups.
UNLIMITED_GROUPS - Static variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the integer that corresponds to an unlimited number of tree groups.
UNLIMITED_GROUPS - Static variable in class com.sciapp.treetable.GroupingPanel
the integer that corresponds to an unlimited number of tree groups.
UNLIMITED_GROUPS - Static variable in class com.sciapp.treetable.NodeGroupingPanel
the integer that corresponds to an unlimited number of tree groups.
unregister(JTable) - Method in class com.sciapp.table.NonContiguousSelectionModel
Unregisters a table that was previously registered with this model
unregister(TableModel) - Method in class com.sciapp.table.search.AbstractSearchPanel
Unregisters a table model that was previously registered with this search panel.
unregister(TableColumnModel) - Method in class com.sciapp.table.TableAssistant
The component unregisters itself from the listener list of columnModel.
UNSELECTED - Static variable in class com.sciapp.component.CheckBoxTreeSelectionModel
defines an unselected state
update(TableModel) - Method in class com.sciapp.filter.FilterTablePanel
Updates the FilterTablePanel by querying model and recreating the fields that we are able to filter.
update(TableModel) - Method in class com.sciapp.table.search.SearchTablePanel
Updates the SearchTablePanel by querying model and recreating the fields that we are able to search.
UPDATE - Static variable in class com.sciapp.table.span.SpanModelEvent
identifies an UPDATE event.
updateComponents() - Static method in class com.sciapp.common.gui.TableResourceManager
Determines whether the components that make use of the Table Library resource bundle will re-initialize themselves with the new property values, when their UI is updated.
updateSelections - Variable in class com.sciapp.table.span.SpanDrawer
boolean flag to indicate that the drawer should update the cell selections evenly after a cell selection.
updateUI() - Method in class com.sciapp.component.CheckBoxTree
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sciapp.component.TristateCheckBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class com.sciapp.editors.DateEditor
Updates the DateEditor's dialog UI.
updateUI() - Method in class com.sciapp.editors.JDateChooser
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.filter.CustomPopupFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.sciapp.filter.FilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.sciapp.filter.FilterTablePanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.filter.PopupFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.sciapp.filter.tree.PopupTreeFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.sciapp.filter.tree.TreeFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.sciapp.renderers.BooleanRenderer
Overriden in order to update the JCheckBox's UI.
updateUI() - Method in class com.sciapp.renderers.PopupRenderer
Overriden in order to update the checkbox's UI.
updateUI() - Method in class com.sciapp.renderers.ProgressBarRenderer
Overriden in order to update the JProgressBar's UI.
updateUI() - Method in class com.sciapp.renderers.SizeRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
updateUI() - Method in class com.sciapp.table.AdvancedJTable
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.sciapp.table.AdvancedTableHeader
Notification from the UIManager that the look and feel (L&F) has changed.
updateUI() - Method in class com.sciapp.table.group.LevelColumnFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.sciapp.table.group.TreeTableHeader
Notification from the UIManager that the look and feel (L&F) has changed. Replaces the current UI object with the latest version from the UIManager.
updateUI() - Method in class com.sciapp.table.GroupTableHeader
Notification from the UIManager that the look and feel (L&F) has changed. Replaces the current UI object with the latest version from the UIManager.
updateUI() - Method in class com.sciapp.table.JTableRowHeader
 
updateUI() - Method in class com.sciapp.table.ListRowHeader
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class com.sciapp.table.remote.StatusPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.table.search.SearchTablePanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.table.SortTableButtonRenderer
Called whenever the UI changes, in order to update the components used to draw the columns of the table header.
updateUI() - Method in class com.sciapp.table.SortTableRenderer
Called whenever the UI changes, in order to update the components used to draw the columns of the table header.
updateUI() - Method in class com.sciapp.tree.GroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.tree.TreeTable
Notification from the UIManager that the L&F has changed. Replaces the current UI object with the latest version from the UIManager.
updateUI() - Method in class com.sciapp.treetable.db.DatabaseGroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.treetable.GroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.treetable.NodeGroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.sciapp.treetable.TreeTable
Notification from the UIManager that the L&F has changed. Replaces the current UI object with the latest version from the UIManager.
useRollOver - Variable in class com.sciapp.filter.DefaultFilterRenderer
flag that determines whether the arrow button will be visible only if the user rolls over the column with the mouse

V

validate() - Method in class com.sciapp.table.group.TreeTableHeader
Validates this container and all of its subcomponents.
validateTree() - Method in class com.sciapp.table.AdvancedJScrollPane
Recursively descends the container tree and recomputes the layout for any subtrees marked as needing it (those marked as invalid).
value - Variable in class com.sciapp.filter.BooleanFilter
the boolean value the supplied objects are matched against.
value - Variable in class com.sciapp.filter.DoubleFilter
the double value the supplied objects are matched against.
value - Variable in class com.sciapp.filter.FloatFilter
the float value the supplied objects are matched against.
value - Variable in class com.sciapp.filter.IntegerFilter
the integer value the supplied objects are matched against.
value - Variable in class com.sciapp.filter.LongFilter
the long value the supplied objects are matched against.
valueChanged(ListSelectionEvent) - Method in class com.sciapp.table.AdvancedJTable
Invoked when the row selection changes -- repaints to show the new selection.
valueChanged(ListSelectionEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
Called whenever the value of the selection changes.
valueForPathChanged(TreePath, Object) - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
Messaged when the user has altered the value for the item identified by path to newValue.
valueForPathChanged(TreePath, Object) - Method in class com.sciapp.treetable.MutableTreeTableModel
Messaged when the user has altered the value for the item identified by path to newValue.
valueForPathChanged(TreePath, Object) - Method in class com.sciapp.treetable.TreeModelMap
Messaged when the user has altered the value for the item identified by path to newValue.
values - Variable in class com.sciapp.filter.ValuesTableFilter
the list of accepted values
ValuesTableFilter - Class in com.sciapp.filter
A table filter for filtering the rows of a TableModel based on a list of values.
ValuesTableFilter(Object[], Filter) - Constructor for class com.sciapp.filter.ValuesTableFilter
Constructs a ValuesTableFilter.
ValuesTableFilter(Object[], Filter, int) - Constructor for class com.sciapp.filter.ValuesTableFilter
Constructs a ValuesTableFilter.
VetoableTableColumnModel - Interface in com.sciapp.table
VetoableTableColumnModel is an extension to TableColumnModel indicating the ability to stop ('veto') the addition, removal and moving of the table columns from occuring.
VetoableTableColumnModelListener - Interface in com.sciapp.table
The listener that is notified when a table column is about to be added, moved or removed.
VIEW_ORDER - Static variable in class com.sciapp.table.TableAssistant
defines a column ordering, according to the position of the columns as they appear in the table's column model (the view)
Viewable - Class in com.sciapp.table
Viewable is the object that contains information about a cell's resize behaviour when its size is larger than its viewable dimensions.
Viewable() - Constructor for class com.sciapp.table.Viewable
Constructs a Viewable having as minimum resize width ALL_RESIZE and minimum resize height PREF_RESIZE.
Viewable(int, int) - Constructor for class com.sciapp.table.Viewable
Constructs a Viewable.
ViewableModel - Interface in com.sciapp.table
ViewableModel is the model that defines how a cell will resize its contents to its viewable dimensions.
viewableModel - Variable in class com.sciapp.table.ViewableResizer
the associated viewable model
viewableResizer - Variable in class com.sciapp.table.AdvancedJTable
the viewable resizer.
ViewableResizer - Class in com.sciapp.table
ViewableResizer is used to resize the contents of a cell to its viewable dimensions while being painted.
ViewableResizer() - Constructor for class com.sciapp.table.ViewableResizer
Constructs a ViewableResizer.
ViewableResizer(ViewableModel) - Constructor for class com.sciapp.table.ViewableResizer
Constructs a ViewableResizer.
VisualFilter - Class in com.sciapp.filter
This class represents an object through which filters can be manipulated visually in a FilterTablePanel.
VisualFilter() - Constructor for class com.sciapp.filter.VisualFilter
Creates a new VisualFilter object with users required to press the enter key on textfields so that the filter can be applied.
visuals - Variable in class com.sciapp.filter.auto.AbstractAutoFilterPanel
a list of visual filters.
VisualSeeker - Class in com.sciapp.table.search
This class represents an object through which searching can be manipulated visually from a SearchTablePanel.
VisualSeeker() - Constructor for class com.sciapp.table.search.VisualSeeker
Creates a new VisualSeeker object with users required to press the enter key on textfields so that the search can be performed.

W

whereClause() - Method in class com.sciapp.table.db.AbstractDatabaseTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.sciapp.table.db.DefaultDatabaseTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.sciapp.table.db.DefaultPivotTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.sciapp.table.db.DistinctDatabaseTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
This method is called whenever filtering is requested.
whereSQL - Variable in class com.sciapp.table.db.DefaultDatabaseTableModel
a string which is used to hold the where clause of the sql statement
whereSQL - Variable in class com.sciapp.table.db.DefaultPivotTableModel
a string which is used to hold the where clause of the sql statement
whereSQL - Variable in class com.sciapp.table.db.DistinctDatabaseTableModel
a string which is used to hold the where clause of the sql statement
whereSQL - Variable in class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel
a string which is used to hold the where clause of the sql statement
WrapperCellRendererPane - Class in com.sciapp.table
WrapperCellRendererPane is a specialized CellRendererPane that translates and resizes its children accordingly.
WrapperCellRendererPane() - Constructor for class com.sciapp.table.WrapperCellRendererPane
Constructs a WrapperCellRendererPane.
WrapperCellRendererPane(boolean) - Constructor for class com.sciapp.table.WrapperCellRendererPane
Constructs a WrapperCellRendererPane.
wrapperPriority - Variable in class com.sciapp.table.group.TreeTableHeader
the wrapper's priority
write(TableModel, OutputStream) - Method in class com.sciapp.table.io.DelimitedExportManager
Writes model to the outputstream out.
write(TableModel, Writer) - Method in class com.sciapp.table.io.DelimitedExportManager
Writes model to the writer writer.
write(TableModel, OutputStream) - Method in interface com.sciapp.table.io.ExportManager
Writes model to the outputstream out.
write(TableModel, Writer) - Method in interface com.sciapp.table.io.ExportManager
Writes model to the writer writer.
write(TableModel, OutputStream) - Method in class com.sciapp.table.io.XMLExportManager
Writes model to the outputstream out.
write(TableModel, Writer) - Method in class com.sciapp.table.io.XMLExportManager
Writes model to the writer writer.
writeHeader - Variable in class com.sciapp.table.io.DelimitedExportManager
boolean variable for writing the header of the table model.

X

X_AXIS - Static variable in class com.sciapp.tree.GroupingPanel
the integer that corresponds to an X_AXIS box layout.
X_AXIS - Static variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the integer that corresponds to an X_AXIS box layout.
X_AXIS - Static variable in class com.sciapp.treetable.GroupingPanel
the integer that corresponds to an X_AXIS box layout.
X_AXIS - Static variable in class com.sciapp.treetable.NodeGroupingPanel
the integer that corresponds to an X_AXIS box layout.
XMLExportManager - Class in com.sciapp.table.io
XMLExportManager writes a table model in an XML format.
XMLExportManager(String) - Constructor for class com.sciapp.table.io.XMLExportManager
Constructs an XMLExportManager.

Y

Y_AXIS - Static variable in class com.sciapp.tree.GroupingPanel
the integer that corresponds to a Y_AXIS box layout.
Y_AXIS - Static variable in class com.sciapp.treetable.db.DatabaseGroupingPanel
the integer that corresponds to a Y_AXIS box layout.
Y_AXIS - Static variable in class com.sciapp.treetable.GroupingPanel
the integer that corresponds to a Y_AXIS box layout.
Y_AXIS - Static variable in class com.sciapp.treetable.NodeGroupingPanel
the integer that corresponds to a Y_AXIS box layout.

A B C D E F G H I J K L M N O P R S T U V W X Y
Copyright © 2005 Scientific Applications. All Rights Reserved.