Copyright © 2005 Scientific Applications. All Rights Reserved.
A B C D E F G H I J 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
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.
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.
addNotify() - Method in class com.sciapp.treetable.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).
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.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.PopupFilterHeaderModel
The button that is showing on the header.
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.
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.
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) - Method in class com.sciapp.filter.PopupFilterHeaderModel
Determines if the user clicked on any of the arrow buttons on the table's header.
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.ThreadedListTableModel
Clears the model of any data.
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.
column - Variable in class com.sciapp.filter.TableFilter
The column of the table to filter
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) (NOT IMPLEMENTED)
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.
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.
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.
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.
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.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
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.
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.
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.
createDefaultTreeHeaderRenderer(int) - Method in class com.sciapp.table.group.TreeTableHeader
Returns a default renderer at a specified level for displaying expandable columns.
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.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.
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.
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.
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
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.
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.
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.
doProcessMouseEvent(MouseEvent) - Method in class com.sciapp.filter.FilterTableHeader
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
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.table.group.TreeTableHeader
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseEvent(MouseEvent) - Method in class com.sciapp.table.GroupTableHeader
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.filter.FilterTableHeader
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
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.
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.
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.
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.TreeTableHeader
a rectangle that holds the bounds of the expansion control
expansionFrame - Variable in class com.sciapp.table.group.TreeTableHeader
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.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.
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
 
fireColumnAdded(TableColumnModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
fireColumnMarginChanged() - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
 
fireColumnMoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
 
fireColumnRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
 
fireColumnRemoved(TableColumnModelEvent) - Method in class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter
fireColumnSelectionChanged(ListSelectionEvent) - Method in class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter
 
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.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.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.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
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.
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).
getAllowGroupReordering() - Method in class com.sciapp.table.GroupTableHeader
Determines whether the group columns can be dragged 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.PopupFilterHeaderModel
Returns the arrow button that is showing when a filter is installed on the column.
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(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.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 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.
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.
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.
getDefaultTreeHeaderRenderer(int) - Method in class com.sciapp.table.group.TreeTableHeader
Returns the default renderer at the specified level for displaying expandable columns.
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.
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.
getExpansion(Rectangle, Rectangle) - Method in class com.sciapp.table.group.DefaultTreeTableHeaderRenderer
Retrieves the bounds of the expansion components of an expandable column that is currently being painted.
getExpansion(Rectangle, Rectangle) - Method in interface com.sciapp.table.group.TreeTableHeaderRenderer
Retrieves the bounds of the expansion components of an expandable column that is currently being painted.
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.
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.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.DoubleFilter
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.FloatFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.IntegerFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.sciapp.filter.LongFilter
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.
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.sci