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

A

AbstractAggregator - Class in com.citra.treetable
AbstractAggregator implements the prepareValue method in order to evaluate an aggregate value only if that value is null.
AbstractAggregator() - Constructor for class com.citra.treetable.AbstractAggregator
Constructs an AbstractAggregator.
AbstractAutoFilterPanel - Class in com.citra.filter.auto
AbstractAutoFilterPanel defines a panel that is the visual representation of a custom duplex filter.
AbstractAutoFilterPanel() - Constructor for class com.citra.filter.auto.AbstractAutoFilterPanel
Creates a new AbstractAutoFilterPanel.
AbstractAutoFilterPanel(String) - Constructor for class com.citra.filter.auto.AbstractAutoFilterPanel
Creates a new AbstractAutoFilterPanel.
AbstractAxisSelection - Class in com.citra.pivot.olap.axis
AbstractAxisSelection is the basis of axis selections in this package.
AbstractAxisSelection() - Constructor for class com.citra.pivot.olap.axis.AbstractAxisSelection
Constructs an AbstractAxisSelection.
AbstractCache - Class in com.citra.table.cache
AbstractCache defines variables that determine the cache's store behaviour\ when caching values.
AbstractCache() - Constructor for class com.citra.table.cache.AbstractCache
Creates an AbstractCache with a default chunk size and a default maximum cache size.
AbstractCache(int, int) - Constructor for class com.citra.table.cache.AbstractCache
Creates an AbstractCache with a chunk size and maximum cache size determined by chunkSize and maximumCacheSize.
AbstractColumnFilterMapper - Class in com.citra.filter.tree
AbstractColumnFilterMapper provides an abstract ColumnFilterMapper implementation.
AbstractColumnFilterMapper() - Constructor for class com.citra.filter.tree.AbstractColumnFilterMapper
Constructs an AbstractColumnFilterMapper.
AbstractColumnFilterMapper.ColumnFilterTreeTableModel - Class in com.citra.filter.tree
ColumnFilterTreeTableModel is a treetablemodel that shows only one column.
AbstractColumnFilterMapper.ColumnFilterTreeTableModel(TreeTableModel) - Constructor for class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Constructs a ColumnFilterTreeTableModel.
AbstractColumnFilterMapper.ColumnFilterTreeTableModel(TreeTableModel, int) - Constructor for class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Constructs a ColumnFilterTreeTableModel.
AbstractDatabaseAggregator - Class in com.citra.treetable.db
AbstractDatabaseAggregator provides an implementation for the prepareValues method.
AbstractDatabaseAggregator(DefaultDatabaseTreeTableModel) - Constructor for class com.citra.treetable.db.AbstractDatabaseAggregator
Constructs an AbstractDatabaseAggregator.
AbstractDatabaseTableModel - Class in com.citra.table.db
AbstractDatabaseTableModel represents a sortable and filterable database model that is also cached.
AbstractDatabaseTableModel(TableCache) - Constructor for class com.citra.table.db.AbstractDatabaseTableModel
Constructs an AbstractDatabaseTableModel.
AbstractDatabaseTreeTableModel - Class in com.citra.treetable.db
AbstractDatabaseTreeTableModel represents a sortable and filterable database treetable model that is also cached.
AbstractDatabaseTreeTableModel(Object, TreeTableCache) - Constructor for class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Constructs an AbstractDatabaseTableModel.
AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache - Class in com.citra.treetable.db
This class represents a cache object for aggregate rows.
AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache() - Constructor for class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Constructs a DefaultTreeTableAggregateRowCache.
AbstractGroupCache - Class in com.citra.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.citra.treetable.db.AbstractGroupCache
Constructs an AbstractGroupCache.
AbstractGroupCache(CacheableTreeTableModel, int, int) - Constructor for class com.citra.treetable.db.AbstractGroupCache
Constructs an AbstractGroupCache.
AbstractLogicalSelection - Class in com.citra.pivot.olap.logical
AbstractLogicalSelection is the basis of logical selections in this package.
AbstractLogicalSelection() - Constructor for class com.citra.pivot.olap.logical.AbstractLogicalSelection
Constructs an AbstractLogicalSelection.
AbstractMemberSelection - Class in com.citra.pivot.olap.member
AbstractMemberSelection is the basis of member selections in this package.
AbstractMemberSelection() - Constructor for class com.citra.pivot.olap.member.AbstractMemberSelection
Constructs an AbstractMemberSelection.
AbstractOlapObject - Class in com.citra.pivot.olap.metadata.impl
AbstractOlapObject is the base abstract class for all modifiable metadata olap objects.
AbstractOlapObject(String) - Constructor for class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Constructs an AbstractOlapObject.
AbstractOlapObject(String, String) - Constructor for class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Constructs an AbstractOlapObject.
AbstractOlapObject(String, String, String) - Constructor for class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Constructs an AbstractOlapObject.
AbstractOlapObject(String, String, String, String) - Constructor for class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Constructs an AbstractOlapObject.
AbstractPivotDataModel - Class in com.citra.pivot
AbstractPivotDataModel is an abstract subclass of PivotDataModel that has methods for adding, removing and notifying pivot data model listeners.
AbstractPivotDataModel() - Constructor for class com.citra.pivot.AbstractPivotDataModel
Constructs an AbstractPivotDataModel.
AbstractQuerySelection - Class in com.citra.pivot.olap.query
AbstractQuerySelection is the basis of query selections in this package.
AbstractQuerySelection() - Constructor for class com.citra.pivot.olap.query.AbstractQuerySelection
Constructs an AbstractQuerySelection.
AbstractSearchPanel - Class in com.citra.table.search
An abstract implementation of a search panel that can be easily extended.
AbstractSearchPanel() - Constructor for class com.citra.table.search.AbstractSearchPanel
Constructs an AbstractSearchPanel.
AbstractSetSelection - Class in com.citra.pivot.olap.set
AbstractSetSelection is the basis of set selections in this package.
AbstractSetSelection() - Constructor for class com.citra.pivot.olap.set.AbstractSetSelection
Constructs an AbstractSetSelection.
AbstractSpanModel - Class in com.citra.table.span
AbstractSpanModel provides methods for notifying its listeners.
AbstractSpanModel() - Constructor for class com.citra.table.span.AbstractSpanModel
Constructs an AbstractSpanModel.
AbstractStringSelection - Class in com.citra.pivot.olap.string
AbstractStringSelection is the basis of string selections in this package.
AbstractStringSelection() - Constructor for class com.citra.pivot.olap.string.AbstractStringSelection
Constructs an AbstractStringSelection.
AbstractTableCache - Class in com.citra.table.cache
AbstractTableCache is a TableCache that uses a map as the cache store.
AbstractTableCache(CacheableTableModel) - Constructor for class com.citra.table.cache.AbstractTableCache
Creates an AbstractTableCache.
AbstractTableCache(CacheableTableModel, int, int) - Constructor for class com.citra.table.cache.AbstractTableCache
Creates an AbstractTableCache.
AbstractTableObject - Class in com.citra.pivot.table
AbstractTableObject is the base abstract class for all table metadata olap objects.
AbstractTableObject(String) - Constructor for class com.citra.pivot.table.AbstractTableObject
Constructs a AbstractTableObject.
AbstractTableObject(String, String) - Constructor for class com.citra.pivot.table.AbstractTableObject
Constructs a AbstractTableObject.
AbstractTableObject(String, String, String) - Constructor for class com.citra.pivot.table.AbstractTableObject
Constructs a AbstractTableObject.
AbstractTableObject(String, String, String, String) - Constructor for class com.citra.pivot.table.AbstractTableObject
Constructs a AbstractTableObject.
AbstractTabularSelection - Class in com.citra.pivot.olap.tab
AbstractTabularSelection is the basis of tabular selections in this package.
AbstractTabularSelection() - Constructor for class com.citra.pivot.olap.tab.AbstractTabularSelection
Constructs an AbstractTabularSelection.
AbstractTreeTableCache - Class in com.citra.table.cache
AbstractTreeTableCache is a TreeTableCache that uses a map as the cache store.
AbstractTreeTableCache(CacheableTreeTableModel) - Constructor for class com.citra.table.cache.AbstractTreeTableCache
Creates an AbstractTreeTableCache.
AbstractTreeTableCache(CacheableTreeTableModel, int, int) - Constructor for class com.citra.table.cache.AbstractTreeTableCache
Creates an AbstractTreeTableCache.
AbstractTreeTableColumnModelAdapter - Class in com.citra.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.citra.table.group.AbstractTreeTableColumnModelAdapter
Constructs an AbstractTreeTableColumnModelAdapter.
AbstractTreeTableModel - Class in com.citra.treetable
AbstractTreeTableModel provides an abstract treetablemodel implementation.
AbstractTreeTableModel(Object) - Constructor for class com.citra.treetable.AbstractTreeTableModel
Constructs an AbstractTreeTableModel.
AbstractTupleSelection - Class in com.citra.pivot.olap.tuple
AbstractTupleSelection is the basis of tuple selections in this package.
AbstractTupleSelection() - Constructor for class com.citra.pivot.olap.tuple.AbstractTupleSelection
Constructs an AbstractTupleSelection.
accept(Object) - Method in class com.citra.filter.BlockFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.citra.filter.BooleanFilter
Decides whether to accept the value supplied.
accept(boolean) - Method in class com.citra.filter.BooleanFilter
Matches the boolean value b against the current filter.
accept(Object) - Method in class com.citra.filter.DateFilter
Decides whether to accept the value supplied.
accept(Date) - Method in class com.citra.filter.DateFilter
Matches the Date value supplied against the date expression of the filter.
accept(double) - Method in class com.citra.filter.DoubleFilter
Matches the double value i against the current filter.
accept(Object) - Method in class com.citra.filter.DoubleFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.citra.filter.Filter
Decides whether to accept the value supplied.
accept(float) - Method in class com.citra.filter.FloatFilter
Matches the float value i against the current filter.
accept(Object) - Method in class com.citra.filter.FloatFilter
Decides whether to accept the value supplied.
accept(int) - Method in class com.citra.filter.IntegerFilter
Matches the integer value i against the current filter.
accept(Object) - Method in class com.citra.filter.IntegerFilter
Decides whether to accept the value supplied.
accept(long) - Method in class com.citra.filter.LongFilter
Matches the long value i against the current filter.
accept(Object) - Method in class com.citra.filter.LongFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.citra.filter.PassFilter
Decides whether to accept the value supplied.
accept(Object) - Method in class com.citra.filter.StringFilter
Decides whether to accept the value supplied.
accept(String) - Method in class com.citra.filter.StringFilter
Matches the String expression against the current filter.
accept(OlapTableModel, Object, Object) - Method in interface com.citra.pivot.olap.OlapFilter
Determines whether to accept a node or to filter it out.
acceptNull - Variable in class com.citra.filter.Filter
boolean indicating if the filter is going to accept null values.
activeLabel - Variable in class com.citra.filter.FilterTablePanel
a label showing whether the filter is active
adapter - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
the treetable column model adapter
add(OlapSet) - Method in class com.citra.pivot.olap.set.CrossSetSelection
Adds a set to cross join.
add(SetSelection) - Method in class com.citra.pivot.olap.set.CrossSetSelection
Adds a set to cross join.
add(OlapSet) - Method in class com.citra.pivot.olap.set.UnionSetSelection
Adds a set to the union.
add(SetSelection) - Method in class com.citra.pivot.olap.set.UnionSetSelection
Adds a set to the union.
add(Object) - Method in class com.citra.treetable.ComparableTreeTableModel
Convenience method to add a node to the model whose 'column data' is identified by nodeData.
add(List) - Method in class com.citra.treetable.ComparableTreeTableModel
Convenience method to add a list of nodes to the model.
ADD_SORT - Static variable in class com.citra.table.SortTableModel
Defines the mode for adding sorting columns after clearing existing ones.
ADD_TO_END - Static variable in class com.citra.pivot.olap.OlapDefinition
constant indicating that a hierarchy should be pivoted at the end of a list of hierarchies for that area
AddCalculatedMembersSetSelection - Class in com.citra.pivot.olap.set
AddCalculatedMembersSetSelection is a selection that adds calculated members to a set.
AddCalculatedMembersSetSelection() - Constructor for class com.citra.pivot.olap.set.AddCalculatedMembersSetSelection
Constructs a AddCalculatedMembersSetSelection.
AddCalculatedMembersSetSelection(OlapSet) - Constructor for class com.citra.pivot.olap.set.AddCalculatedMembersSetSelection
Constructs a AddCalculatedMembersSetSelection.
AddCalculatedMembersSetSelection(SetSelection) - Constructor for class com.citra.pivot.olap.set.AddCalculatedMembersSetSelection
Constructs a AddCalculatedMembersSetSelection.
addCellEditorListener(CellEditorListener) - Method in class com.citra.editors.DateEditor
Adds a CellEditorListener to the listener list.
addCellSpan(CellSpan) - Method in class com.citra.table.span.DefaultSpanModel
Adds a cell span.
addChildForGroup - Variable in class com.citra.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.citra.table.db.DefaultDatabaseTableDefinition
Adds the column to the definition.
addColumn(String, Class, String) - Method in class com.citra.table.db.DefaultMeasureDefinition
Adds the column to the definition.
addColumn(String, Class, String, String[]) - Method in class com.citra.table.db.DefaultMeasureDefinition
Adds the column to the definition.
addColumn(TableColumn) - Method in class com.citra.table.DefaultVetoableColumnModel
Appends aColumn to the end of the tableColumns array.
addColumn(TableColumn) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Appends aColumn to the end of the tableColumns array.
addColumn(TableColumn) - Method in class com.citra.table.GroupTableColumn
Appends aColumn to the end of the children vector.
addColumn(String) - Method in class com.citra.treetable.MutableTreeTableModel
Adds a column to the model.
addColumn(String, Class) - Method in class com.citra.treetable.MutableTreeTableModel
Adds a column to the model.
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in interface com.citra.pivot.PivotColumnAdapter
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in interface com.citra.table.group.TreeTableColumnModel
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.table.group.TreeTableColumnModelMap
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.table.group.TreeTableColumnModelMask
Adds a listener that is notified when the columns of the model were changed (via additions or removals).
addColumnModelListener(TableColumnModelListener) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Adds a listener for table column model events.
addCube(TableCube) - Method in class com.citra.pivot.table.TableSchema
Adds a cube to the schema.
addDataModelListener(PivotDataModelListener) - Method in class com.citra.pivot.AbstractPivotDataModel
Adds a listener that is notified when the data of the model has changed.
addDataModelListener(PivotDataModelListener) - Method in interface com.citra.pivot.PivotDataModel
Adds a listener that is notified when the data of the model has changed.
addDimension(TableDimension) - Method in class com.citra.pivot.table.TableCube
Adds a dimension to the cube.
addDimension(TableDimension) - Method in class com.citra.pivot.table.TableSchema
Adds a dimension to the schema.
addEntry(OlapMember) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Adds a member to the tree structure at the end of the tree's root.
addEntry(OlapEdge) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Adds a member to the tree structure at the end of the tree's root.
addFilterInColumn(TableColumn) - Method in class com.citra.filter.FilterHeaderModel
Installs a filter on the supplied column.
addFilterInColumns() - Method in class com.citra.filter.FilterHeaderModel
Installs filters on all columns.
addFilterModelListener(FilterModelListener) - Method in class com.citra.filter.FilterModel
Adds a FilterModelListener that is notified each time a filter event is generated.
addFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Adds a FilterTreeTableModelListener that is notified each time filters are added or removed.
addFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in interface com.citra.treetable.FilterTreeTableModel
Adds a FilterTreeTableModelListener that is notified each time filters are added or removed.
addGroupColumn(GroupTableColumn) - Method in class com.citra.table.GroupTableHeader
Adds a group column to the header.
addGroupColumnModelListener(GroupTableColumnModelListener) - Method in class com.citra.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.citra.table.GroupTableColumnModel
Adds a GroupTableColumnModelListener that is notified each time a group column is added or removed from the model.
addHierarchy(TableHierarchy) - Method in class com.citra.pivot.table.TableDimension
Adds a hierarchy to the dimension.
addIndex(int) - Method in class com.citra.filter.ListTableFilter
Adds a row index to the list of accepted indexes.
addLevel(TableLevel) - Method in class com.citra.pivot.table.TableHierarchy
Adds a level to the hierarchy.
addLockedTableModelListener(LockedTableModelListener) - Method in class com.citra.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.citra.table.locked.LockedTableModel
Adds a LockedTableModelListener that is notified each time a locked row/column is added/removed from the table.
addMember(OlapMember) - Method in class com.citra.pivot.olap.data.DefaultOlapSet
Adds a member to the set.
addMember(OlapMember) - Method in class com.citra.pivot.olap.data.DefaultOlapTuple
Adds a member to the tuple.
addMember(MemberSelection) - Method in class com.citra.pivot.olap.tuple.DefaultTupleSelection
Adds a member to the tuple.
addMember(OlapMember) - Method in class com.citra.pivot.olap.tuple.DefaultTupleSelection
Adds a member to the tuple.
addMembers(List) - Method in class com.citra.pivot.olap.data.DefaultOlapSet
Adds a list of members to the set.
addMembers(List) - Method in class com.citra.pivot.olap.data.DefaultOlapTuple
Adds a list of members to the tuple.
addNode(DefaultMutableTreeNode) - Method in class com.citra.treetable.ComparableTreeTableModel
Adds a node to the model.
addNotify() - Method in class com.citra.table.AdvancedJScrollPane.LockedTextField
Notifies this component that it now has a parent component.
addNotify() - Method in class com.citra.table.AdvancedTableHeader
Notifies this component that it now has a parent component.
addNotify() - Method in class com.citra.tree.TreeTable
Calls the configureEnclosingScrollPane method.
addOlapProviderListener(OlapProviderListener) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Adds a listener that is notified when the row, column header or filter area of an olap provider have changed.
addOlapProviderListener(OlapProviderListener) - Method in interface com.citra.pivot.olap.OlapProvider
Adds a listener that is notified when the row, column header or filter area of an olap provider have changed.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableColumnModel changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.citra.table.group.TreeTableColumnModelAdapter
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableColumnModel changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.citra.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.citra.treetable.TreeTableModelAdapterIF
Adds a PropertyChangeListener to the listener list to be notified when the TreeTableModel or the JTree changes.
addRemoteListener(RemoteOlapListener) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Adds a listener that is notified when the remote model starts or stops retrieving data from the underlying olap data model.
addRemoteTableListener(RemoteTableListener) - Method in class com.citra.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.citra.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.citra.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.citra.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.citra.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.citra.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.citra.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.citra.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.citra.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.citra.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.citra.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.citra.table.DefaultListTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.citra.table.ListTableMap
Adds a row to the end of the model.
addRow(Object) - Method in interface com.citra.table.ListTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.citra.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
addRow(Object) - Method in class com.citra.table.ObjectTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.citra.table.ThreadedListTableModel
Adds a row to the end of the model.
addRow(Object) - Method in class com.citra.treetable.DynamicTreeTableModel
Adds a row to the end of the model.
addRowComparator(TreeTableComparator) - Method in class com.citra.tree.TreeTableModel
Adds a new row comparator at the end of the list of comparators.
addRowComparator(TreeTableComparator) - Method in class com.citra.treetable.ComparableTreeTableModel
Adds a new row comparator at the end of the list of comparators.
addRowComparator(TreeTableComparator) - Method in class com.citra.treetable.DynamicTreeTableModel
Adds a new row comparator at the end of the list of comparators.
addRows(List) - Method in class com.citra.table.DefaultListTableModel
Adds a list of rows to the end of the model.
addRows(List) - Method in class com.citra.table.ListTableMap
Adds a list of rows to the end of the model.
addRows(List) - Method in interface com.citra.table.ListTableModel
Adds a list of rows to the end of the model.
addRows(List) - Method in class com.citra.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
addRows(List) - Method in class com.citra.table.ObjectTableModel
Adds a list of rows to the end of the model.
addRows(List) - Method in class com.citra.table.ThreadedListTableModel
Adds a list of rows to the end of the model.

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

addRows(List) - Method in class com.citra.treetable.DynamicTreeTableModel
Adds a list of rows to the end of the model.
addSearchModelListener(SearchModelListener) - Method in class com.citra.table.search.DefaultSearchModel
Adds a SearchModelListener that is notified each time a search model event is generated.
addSearchModelListener(SearchModelListener) - Method in interface com.citra.table.search.SearchModel
Adds a SearchModelListener that is notified each time a search model event is generated.
addSelection(Object) - Method in class com.citra.component.CheckComboBox
Adds a given object to the checkbox selection.
addSelectionPath(TreePath) - Method in class com.citra.component.CheckBoxTreeSelectionModel
Adds path to the current selection.
addSpanModelListener(SpanModelListener) - Method in class com.citra.table.span.AbstractSpanModel
Adds a SpanModelListener that is notified each time a cell merge or split occurs.
addSpanModelListener(SpanModelListener) - Method in interface com.citra.table.span.SpanModel
Adds a SpanModelListener that is notified each time a cell merge or split occurs.
addStyle(Style) - Method in class com.citra.table.styles.DefaultStyleModel
Adds a style to the end of the list of styles.
addStyle(Style) - Method in interface com.citra.table.styles.StyleModel
Adds a style to the end of the list of styles.
addSupportedLocale(Locale) - Method in class com.citra.pivot.table.TableCube
Adds a locale to the cube.
addTreeModelListener(TreeModelListener) - Method in class com.citra.treetable.AbstractTreeTableModel
Adds a listener for the TreeModelEvent posted after the tree changes.
addTuple(OlapTuple) - Method in class com.citra.pivot.olap.data.DefaultOlapSet
Adds a tuple to the set.
addTuple(OlapTuple) - Method in class com.citra.pivot.olap.tuple.UnionTupleSelection
Adds a tuple to the union.
addTuple(TupleSelection) - Method in class com.citra.pivot.olap.tuple.UnionTupleSelection
Adds a tuple to the union.
addTuples(List) - Method in class com.citra.pivot.olap.data.DefaultOlapSet
Adds a list of tuples to the set.
addVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.citra.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.citra.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.citra.table.VetoableTableColumnModel
Adds a listener that is notified when a table column is about to be added, moved or removed.
addWrapperFactory(TableCellRendererWrapperFactory) - Method in class com.citra.table.AdvancedTableHeader
Adds a renderer wrapper factory to the list of factories that render a table column.
AdvancedJScrollPane - Class in com.citra.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.citra.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.citra.table.AdvancedJScrollPane
Creates an empty (no viewport view) AdvancedJScrollPane with specified scrollbar policies.
AdvancedJScrollPane(Component) - Constructor for class com.citra.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.citra.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.citra.table
LockedTextField is a textfield suitable when locked rows/columns are in place.
AdvancedJScrollPane.LockedTextField() - Constructor for class com.citra.table.AdvancedJScrollPane.LockedTextField
Constructs a LockedTextField.
AdvancedJTable - Class in com.citra.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.citra.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.citra.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.citra.table.AdvancedJTable
Constructs an AdvancedJTable with numRows and numColumns of empty cells using the DefaultTableModel.
AdvancedJTable(Vector, Vector) - Constructor for class com.citra.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.citra.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.citra.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.citra.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.citra.table
This is the object which manages the header of AdvancedJTable.
AdvancedTableHeader() - Constructor for class com.citra.table.AdvancedTableHeader
Constructs an AdvancedTableHeader.
AdvancedTableHeader(TableColumnModel) - Constructor for class com.citra.table.AdvancedTableHeader
Constructs an AdvancedTableHeader which is initialized with cm as the column model.
AFTER - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a level lower than a given one will be selected
aggregate(TableQuery, TableConnection, TableMeasure, TableMeasure) - Method in class com.citra.pivot.table.aggregator.IndexAggregator
Aggregates the derived measure of a table datasource and returns the result.
aggregate(TableQuery, TableConnection, TableMeasure, TableMeasure) - Method in class com.citra.pivot.table.aggregator.MovingTotalAggregator
Aggregates the derived measure of a table datasource and returns the result.
aggregate(TableQuery, TableConnection, TableMeasure, TableMeasure) - Method in class com.citra.pivot.table.aggregator.RankAggregator
Aggregates the derived measure of a table datasource and returns the result.
aggregate(List, TableMeasure) - Method in class com.citra.pivot.table.DefaultTableLeafAggregator
Aggregates a list of values for a given measure.
aggregate(TableQuery, TableConnection, TableMeasure, TableMeasure) - Method in interface com.citra.pivot.table.DerivedMeasureAggregator
Aggregates the derived measure of a table datasource and returns the result.
aggregate(List, TableMeasure) - Method in interface com.citra.pivot.table.TableLeafAggregator
Aggregates a list of values for a given measure.
aggregateDefinition - Variable in class com.citra.table.db.DefaultCrosstabTableModel
the database definition for all the columns.
AggregateRow - Class in com.citra.tree
A specialized TreeTableRow subclass that represents an aggregate row of a TreeTable.
AggregateRow(Object, int) - Constructor for class com.citra.tree.AggregateRow
Constructs an AggregateRow object.
AggregateRow - Class in com.citra.treetable
A specialized TreeTableRow subclass that represents an aggregate row of a TreeTable.
AggregateRow(Object, int) - Constructor for class com.citra.treetable.AggregateRow
Constructs an AggregateRow object.
aggregateRowCache - Variable in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
the cache for aggregate rows
AggregateTreeTableModel - Class in com.citra.treetable
AggregateTreeTableModel is a treetable model whose nodes' cell value depends on the aggregate values of a TreeTableRow.
AggregateTreeTableModel() - Constructor for class com.citra.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(String[]) - Constructor for class com.citra.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(String[], Class[], TreeTableRow) - Constructor for class com.citra.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(String[], TreeTableRow) - Constructor for class com.citra.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
AggregateTreeTableModel(TreeTableRow) - Constructor for class com.citra.treetable.AggregateTreeTableModel
Constructs an AggregateTreeTableModel.
aggregateValues - Variable in class com.citra.tree.AggregateRow
The object array which is used to store aggregate information.
aggregateValues - Variable in class com.citra.treetable.TreeTableRow
The object array which is used to store aggregate information.
aggregationType - Variable in class com.citra.pivot.table.aggregator.NumericalAggregator
the number's data type
Aggregator - Class in com.citra.tree
Aggregator calculates and returns values for the aggregate rows of a TreeTable component.
Aggregator(TreeTableModel) - Constructor for class com.citra.tree.Aggregator
Constructs an Aggregator object.
Aggregator - Interface in com.citra.treetable
Aggregator calculates and returns values for the aggregate rows of a TreeTable component.
aggregator - Variable in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
the default database aggregator
Aggregators - Class in com.citra.pivot.table.aggregator
Utility class that returns static TableAggregator singletons commonly used.
all - Variable in class com.citra.pivot.olap.set.GenerateSetSelection
whether a set with all or distinct tuples is returned
all - Variable in class com.citra.pivot.olap.set.IntersectSetSelection
whether the resulting set will contain duplicates
all - Variable in class com.citra.pivot.olap.set.UnionSetSelection
whether duplicate members are allowed
ALL_COLUMNS - Static variable in class com.citra.filter.TableFilter
Field specifying all columns of a table.
ALL_COLUMNS - Static variable in class com.citra.table.search.SearchModelEvent
denotes to search all columns
ALL_COLUMNS - Static variable in class com.citra.table.search.TableSearch
denotes all columns to be searched
ALL_COLUMNS - Static variable in class com.citra.table.span.CellSpan
identifies a cellspan where all columns are spanned.
ALL_RESIZE - Static variable in class com.citra.table.Viewable
defines a mode with cells resizing to all the available viewable space
ALL_ROWS - Static variable in class com.citra.table.ListRowHeader
constant indicating that all rows will be used in order to compute the row header's width
ALL_ROWS - Static variable in class com.citra.table.search.SearchModelEvent
denotes to search all rows
ALL_ROWS - Static variable in class com.citra.table.span.CellSpan
identifies a cellspan where all rows are spanned.
ALL_STRING - Variable in class com.citra.filter.tree.AbstractColumnFilterMapper
The string to display for the "ALL" option
ALL_VALUES_MODE - Static variable in class com.citra.filter.FilterHeaderModel
Defines the filter mode for showing all objects under a certain column
ALL_VALUES_MODE - Static variable in class com.citra.filter.tree.TreeFilterHeaderModel
Defines the filter mode for showing all objects under a certain column
AllMembersSetSelection - Class in com.citra.pivot.olap.set
AllMembersSetSelection is a selection that returns a set containing all members, including calculated members, of the specified hierarchy or level.
AllMembersSetSelection() - Constructor for class com.citra.pivot.olap.set.AllMembersSetSelection
Constructs an AllMembersSetSelection.
AllMembersSetSelection(OlapHierarchy) - Constructor for class com.citra.pivot.olap.set.AllMembersSetSelection
Constructs an AllMembersSetSelection.
AllMembersSetSelection(OlapLevel) - Constructor for class com.citra.pivot.olap.set.AllMembersSetSelection
Constructs an AllMembersSetSelection.
allowEditColumn - Variable in class com.citra.table.TableAssistant
flag to indicate whether users are able to rename columns in the column dialog
allowEditing - Variable in class com.citra.table.ColumnChooser
determines whether column names can be edited
allowFilter - Variable in class com.citra.table.FilterTableModel
a boolean flag that determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).
allowGroupColumnReordering - Variable in class com.citra.table.GroupTableHeader
a flag that is true if group columns can be reordered with the mouse, false otherwise
allowGroupReordering - Variable in class com.citra.table.GroupTableHeader
boolean flag that controls the reordering of group columns.
allowReorder - Variable in class com.citra.table.TableAssistant
flag to indicate whether users are able to reorder columns in the column dialog
allowSort - Variable in class com.citra.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.citra.filter.PopupFilterHeaderModel
The string to display for the "ALL" option
alwaysCreateGroup - Variable in class com.citra.treetable.DefaultTreeTableComparator
a boolean which is true if group nodes are always to be created.
alwaysCreateGroup - Variable in class com.citra.treetable.TreeNodeComparator
a boolean which is true if group nodes are always to be created.
amount - Variable in class com.citra.table.locked.LockedTableModelEvent
The number of locked rows/columns at the specified direction.
AncestorMemberSelection - Class in com.citra.pivot.olap.member
AncestorMemberSelection is a selection that returns the ancestor of a member.
AncestorMemberSelection() - Constructor for class com.citra.pivot.olap.member.AncestorMemberSelection
Constructs an AncestorMemberSelection.
AncestorMemberSelection(MemberSelection, int) - Constructor for class com.citra.pivot.olap.member.AncestorMemberSelection
Constructs an AncestorMemberSelection.
AncestorMemberSelection(MemberSelection, OlapLevel) - Constructor for class com.citra.pivot.olap.member.AncestorMemberSelection
Constructs an AncestorMemberSelection.
AncestorMemberSelection(OlapMember, int) - Constructor for class com.citra.pivot.olap.member.AncestorMemberSelection
Constructs an AncestorMemberSelection.
AncestorMemberSelection(OlapMember, OlapLevel) - Constructor for class com.citra.pivot.olap.member.AncestorMemberSelection
Constructs an AncestorMemberSelection.
ANCESTORS - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that all of the member's ancestors are selected
AND_FILTER - Static variable in class com.citra.treetable.DefaultFilterTreeTableModel
the mode which defines an AND combination of a node and level filter
andButton - Variable in class com.citra.filter.auto.AbstractAutoFilterPanel
the 'and' radio button.
AndFilterHeaderCallback - Class in com.citra.filter
AndFilterHeaderCallback combines two or more call backs together.
AndFilterHeaderCallback(FilterHeaderCallback[]) - Constructor for class com.citra.filter.AndFilterHeaderCallback
Constructs an AndFilterHeaderCallback.
AndFilterHeaderCallback(FilterHeaderCallback, FilterHeaderCallback) - Constructor for class com.citra.filter.AndFilterHeaderCallback
Constructs an AndFilterHeaderCallback.
AndTableFilter - Class in com.citra.filter
A TableFilter that implements the logical AND operator on individual TableFilters.
AndTableFilter(TableFilter[]) - Constructor for class com.citra.filter.AndTableFilter
Constructs an AndTableFilter with an array of TableFilters.
AndTableFilter(TableFilter, TableFilter) - Constructor for class com.citra.filter.AndTableFilter
Constructs an AndTableFilter with two TableFilters.
anyKey - Variable in class com.citra.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.citra.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.citra.pivot.olap.remote.RemoteOlapStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in class com.citra.table.remote.RemoteStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in class com.citra.table.search.ColorStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in class com.citra.table.styles.DefaultStyle
Applies the style to the component c.
apply(Component, JTable, int, int) - Method in interface com.citra.table.styles.Style
Applies the style to the component c.
applyColumnHeaderStyle(Component, PivotTable, PivotColumnAdapter, TreePath, int, int) - Method in class com.citra.pivot.DefaultPivotStyleModel
Visually modifies a given component, that appears in the column header of a pivot table.
applyColumnHeaderStyle(Component, PivotTable, PivotColumnAdapter, TreePath, int, int) - Method in interface com.citra.pivot.PivotStyleModel
Visually modifies a given component, that appears in the column header of a pivot table.
applyDataStyle(Component, PivotTable, PivotRowAdapter[], TreePath[], PivotColumnAdapter[], TreePath[], int, int, Object) - Method in class com.citra.pivot.DefaultPivotStyleModel
Visually modifies a given component, that appears in the data area of a pivot table.
applyDataStyle(Component, PivotTable, PivotRowAdapter[], TreePath[], PivotColumnAdapter[], TreePath[], int, int, Object) - Method in class com.citra.pivot.olap.DefaultOlapStyleModel
Visually modifies a given component, that appears in the data area of a pivot table.
applyDataStyle(Component, PivotTable, PivotRowAdapter[], TreePath[], PivotColumnAdapter[], TreePath[], int, int, Object) - Method in interface com.citra.pivot.PivotStyleModel
Visually modifies a given component, that appears in the data area of a pivot table.
applyFilter(FilterModelEvent) - Method in interface com.citra.event.FilterModelListener
Called whenever filtering of data has been requested.
applyFilter(FilterModelEvent) - Method in class com.citra.table.FilterTableModel
Called whenever filtering of data has been requested.
applyFilters(FilterTreeTableModel, int[]) - Method in interface com.citra.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.citra.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.citra.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.citra.filter.tree.NodeFilterMapper
Applies the stored filters to the supplied filterTreeTableModel, excluding a list of column indexes defined by excludedModelIndexes.
applyFilters(FilterTreeTableModel, int[]) - Method in class com.citra.table.group.ColumnNodeFilterMapper
Applies the stored filters to the supplied filterTreeTableModel, excluding a list of column indexes defined by excludedModelIndexes. If excludedModelIndexes is null, or is empty, all stored filters are applied.
applyFormat(DateColumnContext.DateContext, List, Locale) - Method in class com.citra.pivot.table.context.DateColumnContext
Changes the simple date format's pattern, if necessary.
applyFormat(DateColumnContext.DateContext, List, Locale) - Method in class com.citra.pivot.table.context.QuarterContext
Changes the simple date format's pattern, if necessary.
applyRowHeaderStyle(Component, PivotTable, PivotRowAdapter, TreePath, int, int) - Method in class com.citra.pivot.DefaultPivotStyleModel
Visually modifies a given component, that appears in the row header of a pivot table.
applyRowHeaderStyle(Component, PivotTable, PivotRowAdapter, TreePath, int, int) - Method in interface com.citra.pivot.PivotStyleModel
Visually modifies a given component, that appears in the row header of a pivot table.
applyStyle(Component, PivotTable, int, int, PivotStyle, boolean) - Method in class com.citra.pivot.DefaultPivotStyleModel
Applies the style to a component, by using the styles parameters, such as background color, font and font style.
applyStyles(Component, JTable, int, int) - Method in class com.citra.pivot.PivotTable.PivotDataStyleModel
Applies the styles currently in the model to the component c.
applyStyles(Component, JTable, int, int) - Method in class com.citra.table.styles.DefaultStyleModel
Applies the styles currently in the model to the component c.
applyStyles(Component, JTable, int, int) - Method in interface com.citra.table.styles.StyleModel
Applies the styles currently in the model to the component c.
applyStyles(Component, JTable, int, int) - Method in class com.citra.treetable.TreeTable.DefaultTreeStyleModel
Applies the styles currently in the model to the component c.
arrow - Variable in class com.citra.filter.DefaultFilterRenderer
The button that is showing on the header.
arrow - Variable in class com.citra.filter.tree.DefaultFilterTreeRenderer
The button that is showing on the header
ARROW_LEFT - Static variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
integer identifying that the arrow button should appear on the left of the column
ARROW_RIGHT - Static variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
integer identifying that the arrow button should appear on the right of the column
ArrowButton - Class in com.citra.common.gui
JButton object that draws a scaled Arrow in one of the cardinal directions.
ArrowButton(int) - Constructor for class com.citra.common.gui.ArrowButton
Creates an ArrowButton with the supplied direction.
ArrowButton(int, Color) - Constructor for class com.citra.common.gui.ArrowButton
Creates an ArrowButton with the supplied direction.
arrowColor - Variable in class com.citra.common.gui.ArrowButton
The color of the arrow.
arrowColor - Variable in class com.citra.common.gui.ArrowIcon
the color of the arrow.
ArrowIcon - Class in com.citra.common.gui
An icon that draws an arrow in one of the cardinal directions.
ArrowIcon() - Constructor for class com.citra.common.gui.ArrowIcon
Constructs an ArrowIcon.
ArrowIcon(Color) - Constructor for class com.citra.common.gui.ArrowIcon
Constructs an ArrowIcon.
ArrowIcon(int) - Constructor for class com.citra.common.gui.ArrowIcon
Constructs an ArrowIcon.
ArrowIcon(int, Color) - Constructor for class com.citra.common.gui.ArrowIcon
Constructs an ArrowIcon.
arrowMode - Variable in class com.citra.filter.tree.DefaultFilterTreeRenderer
the current positioning mode of the arrow (left or right)
arrowMode - Variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
the current positioning mode of the arrow (left or right)
ASC - Static variable in class com.citra.pivot.olap.set.OrderSetSelection
ascending sort
ASC_SORT - Static variable in class com.citra.pivot.olap.OlapSort
constant indicating that sorting will take place in ascending order
ascending - Variable in class com.citra.pivot.table.aggregator.RankAggregator
whether to rank in ascending or descending order
ASSIGN_TO_MEMBER - Static variable in class com.citra.pivot.olap.DefaultOlapProvider
constant used for assigning a name to a member of a OlapTableModel
ASSIGN_TO_NODE - Static variable in class com.citra.pivot.olap.DefaultOlapProvider
constant used for assigning a name to a node of a OlapTableModel
assignSlicingMember(OlapMember) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns a member to use for slicing the measure data.
attachToHeader(JTableHeader) - Method in class com.citra.table.ViewableResizer
Attaches this viewable resizer to the header.
attachToTable(JTable) - Method in class com.citra.filter.FilterHeaderModel
Installs this FilterHeaderModel instance to a table.
attachToTable(JTable, FilterListModel) - Method in class com.citra.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.citra.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.citra.filter.tree.TreeFilterHeaderModel
Installs this TreeFilterHeaderModel instance to a treetable.
attachToTable(JTable, FilterTreeTableModel) - Method in class com.citra.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.citra.filter.FilterHeaderModel
A flag that if true will automatically install a filter for each column added to the table.
autoCreateAllFilters - Variable in class com.citra.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.citra.filter.CustomPopupFilterHeaderModel
the auto filter component
AutoFilterDialog - Class in com.citra.filter.auto
The dialog that is shown from CustomPopupFilterHeaderModel.
AutoFilterDialog(Component, String, boolean, JAutoFilter, ActionListener, ActionListener) - Constructor for class com.citra.filter.auto.AutoFilterDialog
 
autoUpdateWidth - Variable in class com.citra.table.ListRowHeader
flag that is true if the width is updated when the contents of the list change
AvgAggregator - Class in com.citra.pivot.table.aggregator
AvgAggregator is the aggregator that produces an average aggregation.
AvgAggregator() - Constructor for class com.citra.pivot.table.aggregator.AvgAggregator
Constructs an AvgAggregator.
AvgAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.AvgAggregator
Constructs an AvgAggregator.
axis - Variable in class com.citra.pivot.olap.axis.DefaultAxisSelection
the axis ordinal
AxisList - Class in com.citra.pivot.olap.data
AxisList is a list containing AxisOlapSet objects.
AxisList() - Constructor for class com.citra.pivot.olap.data.AxisList
Constructs an AxisList.
AxisList(AxisOlapSet) - Constructor for class com.citra.pivot.olap.data.AxisList
Constructs an AxisList.
AxisList(Collection) - Constructor for class com.citra.pivot.olap.data.AxisList
Constructs an AxisList.
AxisOlapSet - Interface in com.citra.pivot.olap.data
AxisOlapSet is a container for tuples pivoted on a given axis.
axisOrdinal - Variable in class com.citra.pivot.olap.data.DefaultAxisOlapSet
the location of the axis
AxisSelection - Interface in com.citra.pivot.olap.axis
AxisSelection defines a method for retrieving an AxisOlapSet from a DataSource connection.
axisSets - Variable in class com.citra.pivot.olap.data.DefaultCellSet
the list of axis sets
axisSetSelections - Variable in class com.citra.pivot.olap.query.DefaultQuerySelection
a list of selections on an axis

B

background - Variable in class com.citra.pivot.PivotStyle
the background color
BASC - Static variable in class com.citra.pivot.olap.set.OrderSetSelection
ascending sort, breaking the hierarchy
BDESC - Static variable in class com.citra.pivot.olap.set.OrderSetSelection
descending sort, breaking the hierarchy
BEFORE - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a level higher than a given one will be selected
BEFORE_AND_AFTER - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a level lower and higher than a given one will be selected
BEGINNING - Static variable in class com.citra.pivot.table.aggregator.MovingTotalAggregator
constant designating the first child in the level
BEGINS_WITH - Static variable in class com.citra.filter.StringFilter
The mode that tests if a string begins with the supplied object.
BLANK_STRING - Variable in class com.citra.filter.PopupFilterHeaderModel
a string for the 'blanks' filter selection
BlankIcon - Class in com.citra.table
A blank square icon filled with a color.
BlankIcon() - Constructor for class com.citra.table.BlankIcon
Creates a BlankIcon object with no fill color and a dimension of 11x11.
BlankIcon(Color, int) - Constructor for class com.citra.table.BlankIcon
Creates a BlankIcon object with color as the fill color and a dimension of size x size.
BlockFilter - Class in com.citra.filter
This filter will block all supplied values.
BlockFilter() - Constructor for class com.citra.filter.BlockFilter
Constructs a BlockFilter.
BOOLEAN - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing a boolean
BooleanAutoFilterPanel - Class in com.citra.filter.auto
BooleanAutoFilterPanel provides a specialized BooleanVisualFilter subclass for the filter representation.
BooleanAutoFilterPanel() - Constructor for class com.citra.filter.auto.BooleanAutoFilterPanel
Constructs a new BooleanAutoFilterPanel.
BooleanAutoFilterPanel(String) - Constructor for class com.citra.filter.auto.BooleanAutoFilterPanel
Constructs a new BooleanAutoFilterPanel.
BooleanComparator - Class in com.citra.comparators
BooleanComparator is used to compare two Boolean objects since the Boolean class does not implement the Comparable interface.
BooleanComparator() - Constructor for class com.citra.comparators.BooleanComparator
 
booleanComparator() - Static method in class com.citra.comparators.Comparators
Returns a boolean comparator.
BooleanFilter - Class in com.citra.filter
A boolean filter.
BooleanFilter() - Constructor for class com.citra.filter.BooleanFilter
Constructs a BooleanFilter that will match false values.
BooleanFilter(boolean) - Constructor for class com.citra.filter.BooleanFilter
Constructs a BooleanFilter that will match values depending on condition.
booleanFilter - Variable in class com.citra.filter.BooleanVisualFilter
a boolean filter object used to filter Boolean values.
booleanFilter - Variable in class com.citra.table.search.BooleanVisualSeeker
a boolean filter object used to filter Boolean values.
BooleanRenderer - Class in com.citra.renderers
BooleanRenderer is a TableCellRenderer suitable for rendering Boolean objects.
BooleanRenderer() - Constructor for class com.citra.renderers.BooleanRenderer
Constructs a BooleanRenderer.
BooleanRenderer(JCheckBox) - Constructor for class com.citra.renderers.BooleanRenderer
Constructs a BooleanRenderer having checkBox as the internal JCheckBox object that renders the cell.
BooleanVisualFilter - Class in com.citra.filter
A VisualFilter for Boolean values.
BooleanVisualFilter() - Constructor for class com.citra.filter.BooleanVisualFilter
Constructs a BooleanVisualFilter.
BooleanVisualSeeker - Class in com.citra.table.search
A VisualSeeker for Boolean values.
BooleanVisualSeeker() - Constructor for class com.citra.table.search.BooleanVisualSeeker
Constructs a BooleanVisualSeeker.
borderPainted - Variable in class com.citra.table.span.SpanDrawer
flag indicating whether SpanDrawer is responsible for drawing the grid border around the cells
BOTTOM - Static variable in class com.citra.pivot.olap.OlapTopBottom
constant indicating a bottom operation
BOTTOM_DIRECTION - Static variable in interface com.citra.table.locked.LockedTableModel
constant indicating the bottom side of the table.
BottomCountSetSelection - Class in com.citra.pivot.olap.set
BottomCountSetSelection is a selection that extracts the lowest valued tuples in a set, depending on a measure.
BottomCountSetSelection() - Constructor for class com.citra.pivot.olap.set.BottomCountSetSelection
Constructs a BottomCountSetSelection.
BottomCountSetSelection(SetSelection, int) - Constructor for class com.citra.pivot.olap.set.BottomCountSetSelection
Constructs a BottomCountSetSelection.
BottomCountSetSelection(SetSelection, int, OlapMeasure) - Constructor for class com.citra.pivot.olap.set.BottomCountSetSelection
Constructs a BottomCountSetSelection.
box - Variable in class com.citra.filter.PopupFilterHeaderModel
The combo box whose popup menu is displayed.
box - Variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
The combo box whose popup menu is displayed.
bringUpDialog(int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Displays the custom auto filter dialog for column c.
bringUpDialog() - Method in class com.citra.filter.DateVisualFilter
Displays the date chooser dialog
bringUpDialog() - Method in class com.citra.table.search.DateVisualSeeker
Displays the date chooser dialog
buildFooter() - Method in class com.citra.tree.TreeTableModel
Creates and adds FooterRows to the tree.
buildFooter() - Method in class com.citra.treetable.DynamicTreeTableModel
Creates and adds FooterRows to the tree.
buildTree() - Method in class com.citra.tree.TreeTableModel
Creates the tree based on the data supplied by the underlying ListTableModel.
buildTree() - Method in class com.citra.treetable.DynamicTreeTableModel
Creates the tree based on the data supplied by the underlying ListTableModel.
buttonPanel - Variable in class com.citra.component.CheckComboBox
the panel that contains buttons for accepting/canceling the current selection

C

c - Variable in class com.citra.table.db.DefaultCrosstabTableModel
The current connection to the database
c - Variable in class com.citra.table.db.DefaultDatabaseTableModel
The current connection to the database
c - Variable in class com.citra.table.db.DistinctDatabaseTableModel
The current connection to the database
c - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
The current connection to the database
Cache - Interface in com.citra.table.cache
Cache is an interface that defines methods for retrieving and putting objects in a cache store.
cache - Variable in class com.citra.table.cache.CachedListTableModel
the cache
cache - Variable in class com.citra.table.cache.CachedTableModel
the cache
cache - Variable in class com.citra.table.db.AbstractDatabaseTableModel
the cache
cache - Variable in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
the cache for NON-aggregate rows
CacheableTableModel - Interface in com.citra.table.cache
CacheableTableModel defines methods for retrieving the non-cached data of a TableModel.
CacheableTreeTableModel - Interface in com.citra.table.cache
CacheableTreeTableModel defines methods for retrieving the non-cached data of a TreeTableModel.
CachedListTableModel - Class in com.citra.table.cache
CachedListTableModel wraps around a ListTableModel in order to provide for a caching mechanism.
CachedListTableModel(ListTableModel) - Constructor for class com.citra.table.cache.CachedListTableModel
Creates a CachedListTableModel.
CachedListTableModel(ListTableModel, int, int) - Constructor for class com.citra.table.cache.CachedListTableModel
Creates a CachedListTableModel.
CachedListTableModel(ListTableModel, DefaultTableCache) - Constructor for class com.citra.table.cache.CachedListTableModel
Creates a CachedListTableModel.
CachedTableModel - Class in com.citra.table.cache
CachedListTableModel wraps around a TableModel in order to provide for a caching mechanism.
CachedTableModel(TableModel) - Constructor for class com.citra.table.cache.CachedTableModel
Creates a CachedTableModel.
CachedTableModel(TableModel, int, int) - Constructor for class com.citra.table.cache.CachedTableModel
Creates a CachedTableModel.
CachedTableModel(TableModel, DefaultTableCache) - Constructor for class com.citra.table.cache.CachedTableModel
Creates a CachedTableModel.
cacheTableModel - Variable in class com.citra.table.remote.DefaultRemoteTableModel
the cacheable table model to query.
cacheTreeModel - Variable in class com.citra.table.remote.DefaultRemoteTreeTableModel
the cacheable treetable model to query.
calcContentWidth(int) - Method in class com.citra.table.TableAssistant
Calculates the preferred width for a column, based on the its cell contents.
calcHeaderWidth(int) - Method in class com.citra.table.TableAssistant
Calculates the preferred width for a column, based on the content of its header.
calendar - Variable in class com.citra.pivot.table.context.DateColumnContext
a shared calendar to use for extracting date values
calendar1 - Variable in class com.citra.comparators.DateComparator
a calendar object that is used in the compare method
calendar2 - Variable in class com.citra.comparators.DateComparator
a calendar object that is used in the compare method
callBack - Variable in class com.citra.filter.FilterTableHeader
The callback object.
callBacks - Variable in class com.citra.filter.AndFilterHeaderCallback
an array of call backs
cancelButton - Variable in class com.citra.component.CheckComboBox
the button that cancels the current selection
cancelButton - Variable in class com.citra.table.ColumnChooser
the button for rejecting changes in the column dialog
cancelCellEditing() - Method in class com.citra.editors.DateEditor
Tells the editor to cancel editing and not accept any partially edited value.
canMove(int, int) - Method in class com.citra.table.AdvancedTableHeader
Determines whether the column at fromIndex can be moved to toIndex.
canMove(int, int) - Method in class com.citra.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.citra.table.GroupTableHeader
Determines whether the column at fromIndex can be moved to toIndex.
canResizeColumn(int) - Method in class com.citra.table.TableCellResizer
Returns true if the column is allowed to be resized.
canResizeRow(int) - Method in class com.citra.table.TableCellResizer
Returns true if the row is allowed to be resized.
caption - Variable in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
the object's caption
caption - Variable in class com.citra.pivot.table.AbstractTableObject
the object's default caption
captionColumn - Variable in class com.citra.pivot.table.context.SingleColumnContext
the default column to use for the displayed member captions
CaseInsensitiveStringComparator - Class in com.citra.comparators
This class compares two strings lexicographically, ignoring case differences.
CaseInsensitiveStringComparator() - Constructor for class com.citra.comparators.CaseInsensitiveStringComparator
 
caseInsensitiveStringComparator() - Static method in class com.citra.comparators.Comparators
Returns a case insensitive comparator for String objects.
caseSensitive - Variable in class com.citra.comparators.StringComparator
a boolean flag indicating the case-sensitivity of the String comparator.
caseSensitive - Variable in class com.citra.filter.StringFilter
boolean denoting case sensitivity.
caseSensitive - Variable in class com.citra.filter.StringVisualFilter
a checkbox used to denote case(in)sensitivity.
caseSensitive - Variable in class com.citra.table.search.SearchPanel
the case sensitive check box
caseSensitive - Variable in class com.citra.table.search.StringVisualSeeker
a checkbox used to denote case(in)sensitivity.
cc - Variable in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
a local cache of the model's column count
cellResizer - Variable in class com.citra.table.AdvancedJTable
object that adds cell-resizing functionality to a JTable
CellSpan - Class in com.citra.table.span
The class that defines a span for a cell.
CellSpan(int, int, int, int) - Constructor for class com.citra.table.span.CellSpan
Constructs a CellSpan.
cellSpan - Variable in class com.citra.table.span.SpanModelEvent
the event's cellspan.
CHANGE_COLUMN_SOURCE - Static variable in interface com.citra.treetable.TreeTableModel
an object source in a TreeModelEvent that identifies a column change in the table
changedIndices - Variable in class com.citra.table.TableReorder
an int array showing how the rows have changed place
changeEvent - Variable in class com.citra.editors.DateEditor
The ChangeEvent fired when editing is stopped or canceled.
changeEvent - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Change event (only one needed)
changeSelection(int, int, boolean, boolean) - Method in class com.citra.table.AdvancedJTable
Updates the selection models of the table, depending on the state of the two flags: toggle and extend.
changeSelection(int, int, boolean, boolean) - Method in class com.citra.treetable.TreeTable
Updates the selection models of the table, depending on the state of the two flags: toggle and extend.
changeSupport - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
change support for the TREE_TABLE_COLUMN_MODEL_PROPERTY.
check(MouseEvent) - Method in class com.citra.table.TableCellResizer
Processes the mouse event and determines whether the table is being resized.
CHECK_BOX_TREE_SELECTION_MODEL_PROPERTY - Static variable in class com.citra.component.CheckBoxTree
Bound property name for CheckBoxTreeSelectionModel.
checkBox - Variable in class com.citra.renderers.BooleanRenderer
The checkbox instance
checkBox - Variable in class com.citra.renderers.PopupRenderer
The checkbox object
checkBoxesEditable - Variable in class com.citra.component.CheckBoxTree
defines whether the checkboxes can be selected/unselected from the UI
checkBoxGap - Variable in class com.citra.component.CheckBoxTree
the gap between the checkbox and the node's value
CheckBoxTree - Class in com.citra.component
CheckBoxTree is a JTree that shows a checkbox for every node in the tree.
CheckBoxTree() - Constructor for class com.citra.component.CheckBoxTree
Returns a CheckBoxTree with a sample model.
CheckBoxTree(Object[]) - Constructor for class com.citra.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.citra.component.CheckBoxTree
Returns a CheckBoxTree created from a Hashtable which does not display with root.
CheckBoxTree(Vector) - Constructor for class com.citra.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.citra.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.citra.component.CheckBoxTree
Returns a CheckBoxTree with the specified TreeNode as its root, which displays the root node.
CheckBoxTree(TreeNode, boolean) - Constructor for class com.citra.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.citra.component
CheckBoxTreeSelectionModel is the default selection model for a CheckBoxTree.
CheckBoxTreeSelectionModel(TreeModel) - Constructor for class com.citra.component.CheckBoxTreeSelectionModel
Constructs a CheckBoxTreeSelectionModel.
CheckComboBox - Class in com.citra.component
CheckComboBox is a JComboBox that allows multiple values to be selected, instead of just one, via checkboxes.
CheckComboBox() - Constructor for class com.citra.component.CheckComboBox
Constructs a CheckComboBox.
CHECKED - Static variable in class com.citra.component.TristateButtonModel
the checked state
checkForFilter(MouseEvent, PopupFilterHeaderModel) - Method in class com.citra.filter.DefaultFilterRenderer
Determines whether the mouse event triggered the start of a filter action on the column.
checkForFilter(MouseEvent, PopupFilterHeaderModel) - Method in interface com.citra.filter.FilterRenderer
Determines whether the mouse event triggered the start of a filter action on the column.
checkForFilter(MouseEvent, PopupTreeFilterHeaderModel) - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Determines whether the mouse event triggered the start of a filter action on the column.
checkForFilter(MouseEvent, PopupTreeFilterHeaderModel) - Method in interface com.citra.filter.tree.FilterTreeRenderer
Determines whether the mouse event triggered the start of a filter action on the column.
checkSelectionModel - Variable in class com.citra.component.CheckBoxTree
the selection model for the CheckBoxTree's checked state
childIndices - Variable in class com.citra.event.GroupTableColumnModelEvent
Indices identifying the position of where the children were added or removed
children - Variable in class com.citra.event.GroupTableColumnModelEvent
Children that have been added or removed
CHILDREN - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that the children members are selected
children - Variable in class com.citra.table.GroupTableColumn
the vector of this group table column children.
chunkSize - Variable in class com.citra.table.cache.AbstractCache
the chunk size
classes - Variable in class com.citra.table.db.DefaultDatabaseTableDefinition
the Java classes of the columns
classes - Variable in class com.citra.treetable.MutableTreeTableModel
the column classes
clear() - Method in class com.citra.filter.ListTableFilter
Clears all row indexes, therefore blocking all rows.
clear(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Removes the association made between a column and a node or level mapper.
clear() - Method in class com.citra.table.db.DefaultDatabaseTableDefinition
Clears the definition of any columns.
clear() - Method in class com.citra.table.db.DefaultMeasureDefinition
Clears the definition of any columns.
clear() - Method in class com.citra.table.DefaultListTableModel
Clears the model of any data.
clear() - Method in class com.citra.table.GroupTableColumn
Removes all columns from the children vector.
clear() - Method in class com.citra.table.ListTableMap
Clears the model of any data.
clear() - Method in interface com.citra.table.ListTableModel
Clears the model of any data.
clear() - Method in class com.citra.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
clear() - Method in class com.citra.table.ObjectTableModel
Clears the model of any data.
clear() - Method in class com.citra.table.search.ColorStyle
Clears all of the matched cells.
clear() - Method in class com.citra.table.ThreadedListTableModel
Clears the model of any data.
clear() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Clears the model of any filtering performed.
clear() - Method in class com.citra.treetable.DefaultSortTreeTableModel
Clears the model of any sorting performed.
clear() - Method in class com.citra.treetable.DynamicTreeTableModel
Clears the model of any data.
clear() - Method in class com.citra.treetable.MutableTreeTableModel
Clears the model of any data.
clear() - Method in class com.citra.treetable.TreeTableRow
Clear the aggregate values that are stored.
clear() - Method in class com.citra.treetable.UniqueTreeTableModel
Removes all children from the root node and rebuilds the model.
clearCache() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Clears the cache from all values.
clearComparators() - Method in class com.citra.tree.TreeTableModel
Removes all row comparators and rebuilds the tree.
clearComparators() - Method in class com.citra.treetable.ComparableTreeTableModel
Removes all row comparators and rebuilds the tree.
clearComparators() - Method in class com.citra.treetable.DynamicTreeTableModel
Removes all row comparators and rebuilds the tree.
clearDataStyles() - Method in class com.citra.pivot.olap.DefaultOlapStyleModel
Clears any custom data styles that were based on a specific OlapCell.
clearFilters() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Removes all assigned filters.
clearFilters() - Method in interface com.citra.treetable.FilterTreeTableModel
Removes all assigned filters.
clearHierarchies() - Method in class com.citra.pivot.olap.OlapDefinition
Removes all pivoting information.
clearHierarchies(int) - Method in class com.citra.pivot.olap.OlapDefinition
Removes all pivoting information for the specified pivot type.
clearOnDataChanged - Variable in class com.citra.table.FilterTableModel
a boolean flag that determines whether the model will assume that all data have changed when a fireTableDataChanged TableModelEvent has been issued.
clearSelection() - Method in class com.citra.component.CheckComboBox
Clears all of the selected checkboxes.
clearSelectionDate() - Method in class com.citra.editors.JDateChooser
 
clearStyles() - Method in class com.citra.table.styles.DefaultStyleModel
Removes all styles.
clearStyles() - Method in interface com.citra.table.styles.StyleModel
Removes all styles.
clone() - Method in class com.citra.pivot.olap.OlapDefinition
Creates and returns a copy of this object.
cloneFilter(Filter) - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Clones a Filter object and returns the result.
cloneQuery(TableTuple) - Method in class com.citra.pivot.table.TableQuery
Creates a new query from a given tuple within the bounds of the current query.
cloneTuple(OlapMember, OlapDimension) - Method in class com.citra.pivot.table.TableTuple
Creates a new tuple, similar to this one, with a single member of the specified dimension equal to newMember.
close() - Method in interface com.citra.pivot.olap.data.Connection
Closes the connection to the underlying datasource.
close() - Method in class com.citra.pivot.table.TableConnection
Closes the connection to the underlying datasource.
closeButton - Variable in class com.citra.table.search.AbstractSearchPanel
the close button
closeConnection(Connection) - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Closes and releases a connection.
collapseAll(boolean) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Convenience method to collapse the column tree.
collapseAll() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Convenience method to collapse all columns.
collapseAll() - Method in class com.citra.treetable.TreeTableModelAdapter
Convenience method to collapse all rows.
collapsedIcon - Variable in class com.citra.pivot.DefaultPivotRowHeaderRenderer
the collapsed icon
colorsByLevel - Variable in class com.citra.pivot.DefaultPivotColumnHeaderRenderer
a map containing colors for each column adapter level
ColorStyle - Class in com.citra.table.search
ColorStyle is a style that is used to highlight the matching cells of a search with a specified background color.
ColorStyle() - Constructor for class com.citra.table.search.ColorStyle
Constructs a ColorStyle.
ColorStyle(Color) - Constructor for class com.citra.table.search.ColorStyle
Constructs a ColorStyle.
column - Variable in class com.citra.filter.HeaderFilter
the filter's column
column - Variable in class com.citra.filter.TableFilter
The column of the table to filter
column - Variable in class com.citra.pivot.table.DefaultTableLeafAggregator
the single column that is used in the aggregation of the leafs
column - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
the column index of the cell being drawn
column - Variable in class com.citra.tree.DefaultTreeTableComparator
the column to use when comparing rows
column - Variable in class com.citra.treetable.DefaultTreeTableComparator
the column to use when comparing rows
column - Variable in class com.citra.treetable.TreeNodeComparator
the column to use when comparing rows
COLUMN_HEADER_SEPARATOR - Static variable in class com.citra.pivot.PivotTable
constant indicating a column used as a separator for the column header
COLUMN_MODE - Static variable in class com.citra.table.search.TableSearch
mode indicating that the search will take place in a horizontal direction (column)
COLUMN_NAMES_SEPARATOR - Static variable in class com.citra.pivot.PivotTable
constant indicating a column used as a separator for the column header hierarchy names
COLUMN_RESIZE - Static variable in class com.citra.table.TableCellResizer
integer indicating that the column will be resized to its contents should the user double-click on its border
COLUMN_TYPE - Static variable in class com.citra.pivot.olap.OlapDefinition
constant indicating a column header pivot
columnAdapter - Variable in class com.citra.pivot.DefaultPivotTableModel
the column header's model
columnAdded(TableColumn, int) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Invoke this method after columns were added.
columnAdded(TableColumnModelEvent) - Method in class com.citra.table.AdvancedTableHeader
Invoked when a column is added to the table column model.
columnAdded(TableColumn, int) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Invoke this method after columns were added.
columnAdded(TableColumnModelEvent) - Method in class com.citra.table.NonContiguousSelectionModel
Tells listeners that a column was added to the model.
ColumnChooser - Class in com.citra.table
ColumnChooser is a class containing the dialog for managing the columns of a table.
ColumnChooser() - Constructor for class com.citra.table.ColumnChooser
Creates a ColumnChooser.
columnChooser - Variable in class com.citra.table.TableAssistant
the column chooser
ColumnFilterHeaderModel - Class in com.citra.table.group
ColumnFilterHeaderModel is a PopupTreeFilterHeaderModel subclass used for filtering the nodes of a TreeTableColumnModel.
ColumnFilterHeaderModel() - Constructor for class com.citra.table.group.ColumnFilterHeaderModel
Constructs a ColumnFilterHeaderModel.
ColumnFilterMapper - Interface in com.citra.filter.tree
ColumnFilterMapper is an interface that defines methods for installing/uninstalling and applying table filters on a FilterTreeTableModel.
columnFilterTreeTableModel - Variable in class com.citra.filter.tree.AbstractColumnFilterMapper
a treetablemodel that shows only one column.
ColumnInvalidatorListener - Interface in com.citra.table.group
ColumnInvalidatorListener is the listener that is notified when the columns of a TreeTableColumnModel change via additions or removals.
columnMargin - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Width margin between each column
columnMargin - Variable in class com.citra.table.TableAssistant
the pixels to add to the columns that are resized
columnMargin - Variable in class com.citra.table.TableCellResizer
the pixels to add to the columns that are resized
columnMarginChanged(ChangeEvent) - Method in class com.citra.table.NonContiguousSelectionModel
Tells listeners that a column was moved due to a margin change.
columnModel - Variable in class com.citra.table.group.ColumnNodeFilterMapper
the assigned treetable column model
columnModels - Variable in class com.citra.pivot.DefaultPivotColumnAdapter
the column models
ColumnModelVetoException - Exception in com.citra.table
Exception which is used to stop the addition, removal and moving of the columns of a TableColumnModel.
ColumnModelVetoException(TableColumnModelEvent) - Constructor for exception com.citra.table.ColumnModelVetoException
Constructs a ColumnModelVetoException with no message.
ColumnModelVetoException(TableColumnModelEvent, String) - Constructor for exception com.citra.table.ColumnModelVetoException
Constructs a ColumnModelVetoException with the specified message.
columnMoved(TableColumnModelEvent) - Method in class com.citra.table.NonContiguousSelectionModel
Tells listeners that a column was repositioned.
columnName - Variable in class com.citra.filter.auto.AbstractAutoFilterPanel
the column name
columnName_label - Variable in class com.citra.filter.auto.AbstractAutoFilterPanel
the label for the column name.
ColumnNodeFilterMapper - Class in com.citra.table.group
ColumnNodeFilterMapper is a FilterMapper for filtering a treetable column model at each node.
ColumnNodeFilterMapper(TreeTableColumnModel) - Constructor for class com.citra.table.group.ColumnNodeFilterMapper
Constructs a ColumnNodeFilterMapper.
columnPaths - Variable in class com.citra.pivot.olap.remote.RemoteOlapEvent
the paths to the column header
columnPopupOrder - Variable in class com.citra.table.TableAssistant
defines the ordering of column names in the column popup
columnRemoved(TableColumn, int) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Invoke this method after columns were removed.
columnRemoved(TableColumnModelEvent) - Method in class com.citra.table.GroupTableHeader
Invoked when a column is removed from the table column model.
columnRemoved(TableColumnModelEvent) - Method in class com.citra.table.NonContiguousSelectionModel
Tells listeners that a column was removed from the model.
columnResizingEnabled - Variable in class com.citra.table.TableCellResizer
flag indicating whether column resizing is enabled
columns - Variable in class com.citra.table.db.DefaultDatabaseTableDefinition
the table columns
columns - Variable in class com.citra.table.ObjectTableModel
A String array holding the columns of the TableModel
columns - Variable in class com.citra.treetable.MutableTreeTableModel
the column names
columnsByLocale - Variable in class com.citra.pivot.table.context.SingleColumnContext
a map containing column indeces vs locales
columnsChanged() - Method in class com.citra.table.group.TreeTableHeader
Notification that the structure of the entire column model has changed.
columnSelectionAllowed - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Column selection allowed in this column model
columnSelectionChanged(ListSelectionEvent) - Method in class com.citra.table.AdvancedJTable
Invoked when the selection model of the TableColumnModel is changed.
columnSelectionChanged(ListSelectionEvent) - Method in class com.citra.table.NonContiguousSelectionModel
Tells listeners that the selection model of the TableColumnModel changed.
columnShowing - Variable in class com.citra.filter.FilterHeaderModel
the column of the header that is currently showing available filter expressions.
columnShowing - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
the column of the header that is currently showing available filter expressions.
columnsInvalidated() - Method in interface com.citra.table.group.ColumnInvalidatorListener
Method that is called when the columns of a TreeTableColumnModel have changed in some way via additions or removals.
columnsInvalidated() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Method that is called when the columns of a TreeTableColumnModel have changed in some way via additions or removals.
columnSpan - Variable in class com.citra.table.span.CellSpan
the number of columns this cell spans.
columnWidth - Variable in class com.citra.table.JTableRowHeader
The column width of each cell in the header.
columnWillBeAdded(TableColumnModelEvent) - Method in class com.citra.table.AdvancedJTable
Invoked whenever a table column is about to be added.
columnWillBeAdded(TableColumnModelEvent) - Method in class com.citra.table.AdvancedTableHeader
Invoked whenever a table column is about to be added.
columnWillBeAdded(TableColumnModelEvent) - Method in interface com.citra.table.VetoableTableColumnModelListener
Invoked whenever a table column is about to be added.
columnWillBeMoved(TableColumnModelEvent) - Method in class com.citra.table.AdvancedJTable
Invoked whenever a table column is about to be moved.
columnWillBeMoved(TableColumnModelEvent) - Method in class com.citra.table.AdvancedTableHeader
Invoked whenever a table column is about to be moved.
columnWillBeMoved(TableColumnModelEvent) - Method in class com.citra.table.GroupTableHeader
Invoked whenever a table column is about to be moved.
columnWillBeMoved(TableColumnModelEvent) - Method in interface com.citra.table.VetoableTableColumnModelListener
Invoked whenever a table column is about to be moved.
columnWillBeRemoved(TableColumnModelEvent) - Method in class com.citra.table.AdvancedJTable
Invoked whenever a table column is about to be removed.
columnWillBeRemoved(TableColumnModelEvent) - Method in class com.citra.table.AdvancedTableHeader
Invoked whenever a table column is about to be removed.
columnWillBeRemoved(TableColumnModelEvent) - Method in interface com.citra.table.VetoableTableColumnModelListener
Invoked whenever a table column is about to be removed.
com.citra.common.gui - package com.citra.common.gui
A package containing common gui utilities.
com.citra.comparators - package com.citra.comparators
Provides classes for comparing objects between them.
com.citra.component - package com.citra.component
Contains components commonly used in Table Library.
com.citra.editors - package com.citra.editors
Contains classes for editing the cells of a JTable.
com.citra.event - package com.citra.event
Provides for events used by the members of the com.citra.table package.
com.citra.filter - package com.citra.filter
Provides classes that act as filters in order to be used by FilterTableModel.
com.citra.filter.auto - package com.citra.filter.auto
Provides classes for creating and using a custom filter component.
com.citra.filter.tree - package com.citra.filter.tree
Contains classes for showing a filter treetable component on the table's column header.
com.citra.pivot - package com.citra.pivot
Contains classes and interfaces for displaying a pivot table in Swing.
com.citra.pivot.icons - package com.citra.pivot.icons
Contains classes for creating the icons used throughout the pivot library.
com.citra.pivot.olap - package com.citra.pivot.olap
Provides a PivotDataModel implementation for visualizing olap data.
com.citra.pivot.olap.axis - package com.citra.pivot.olap.axis
Contains classes and interfaces for selecting axis values from a DataSource.
com.citra.pivot.olap.data - package com.citra.pivot.olap.data
Contains the fundamental classes and interfaces for a connection to a DataSource.
com.citra.pivot.olap.gui - package com.citra.pivot.olap.gui
Contains classes that provide pivot tables with auxiliary support, such as drag and drop, filtering and drilling.
com.citra.pivot.olap.logical - package com.citra.pivot.olap.logical
Contains classes and interfaces for selecting logical values from a DataSource.
com.citra.pivot.olap.mdx - package com.citra.pivot.olap.mdx
Contains a DataSource to be used with an MDX enabled database.
com.citra.pivot.olap.member - package com.citra.pivot.olap.member
Contains classes and interfaces for selecting member values from a DataSource.
com.citra.pivot.olap.metadata - package com.citra.pivot.olap.metadata
Contains the fundamental objects of an OLAP source.
com.citra.pivot.olap.metadata.impl - package com.citra.pivot.olap.metadata.impl
Contains modifiable implementations of OLAP metadata objects.
com.citra.pivot.olap.query - package com.citra.pivot.olap.query
Contains classes and interfaces for making queries to a DataSource.
com.citra.pivot.olap.remote - package com.citra.pivot.olap.remote
Provides a PivotDataModel that requests data asynchronously from a DataSource.
com.citra.pivot.olap.set - package com.citra.pivot.olap.set
Contains classes and interfaces for selecting sets from a DataSource.
com.citra.pivot.olap.string - package com.citra.pivot.olap.string
Contains classes and interfaces for selecting string values from a DataSource.
com.citra.pivot.olap.tab - package com.citra.pivot.olap.tab
Contains classes and interfaces for selecting data in tabular form from a DataSource.
com.citra.pivot.olap.tuple - package com.citra.pivot.olap.tuple
Contains classes and interfaces for selecting tuples from a DataSource.
com.citra.pivot.olap4j - package com.citra.pivot.olap4j
Provides for a DataSource implementation based on the olap4j library.
com.citra.pivot.table - package com.citra.pivot.table
Provides a DataSource implementation based on data originating from a TableModel.
com.citra.pivot.table.aggregator - package com.citra.pivot.table.aggregator
Contains implementations of TableAggregators used for aggregating the data of a TableDataSource.
com.citra.pivot.table.context - package com.citra.pivot.table.context
Contains implementations of TableContexts used for creating the member structure of hierarchies in a TableDataSource.
com.citra.pivot.version - package com.citra.pivot.version
Contains versioning information for the pivot library.
com.citra.renderers - package com.citra.renderers
Provides classes for rendering the cells of a JTable.
com.citra.table - package com.citra.table
Provides classes and interfaces for use with JTable.
com.citra.table.cache - package com.citra.table.cache
Contains classes that are used for caching TableModels.
com.citra.table.db - package com.citra.table.db
Contains classes that are used to fetch the data from a database into a table.
com.citra.table.group - package com.citra.table.group
Contains classes for displaying a hierarchical table column model.
com.citra.table.io - package com.citra.table.io
Contains classes that are used for writing a table model to a stream.
com.citra.table.locked - package com.citra.table.locked
Contains classes that are used for locking (freezing) rows or columns of a JTable.
com.citra.table.remote - package com.citra.table.remote
Contains classes that are used for asynchronously querying a TableModel.
com.citra.table.search - package com.citra.table.search
Contains classes that are used for searching a JTable.
com.citra.table.span - package com.citra.table.span
Contains classes that have the ability to merge and split the cells of a JTable.
com.citra.table.styles - package com.citra.table.styles
Contains classes that can be used as an alternate way of rendering the cells of a JTable besides TableCellRenderers.
com.citra.tree - package com.citra.tree
Contains classes that implement a TreeTable Swing component (old implementation).
com.citra.treetable - package com.citra.treetable
Contains classes that implement a TreeTable Swing component (new implementation).
com.citra.treetable.db - package com.citra.treetable.db
Contains classes that are used to fetch data from a database into a treetable.
com.citra.treetable.dir - package com.citra.treetable.dir
Contains classes that are used to display a tree-like directory structure.
com.citra.version - package com.citra.version
Contains versioning information.
comboBoxes - Variable in class com.citra.tree.GroupingPanel
the array list of comboboxes.
comboBoxes - Variable in class com.citra.treetable.db.DatabaseGroupingPanel
the array list of comboboxes.
comboBoxes - Variable in class com.citra.treetable.GroupingPanel
the array list of comboboxes.
comboBoxes - Variable in class com.citra.treetable.NodeGroupingPanel
the array list of comboboxes.
COMMIT_EDIT - Static variable in class com.citra.table.AdvancedJTable
an edit mode committing edited values when the model changes
commitFilters(FilterTreeTableModel, Filter, int) - Method in interface com.citra.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.citra.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.citra.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.citra.filter.tree.NodeFilterMapper
Stores and commits the filters for the column modelIndex for which filter expressions were previously made available to the user.
commitFilters(FilterTreeTableModel, Filter, int, Map) - Method in class com.citra.filter.tree.NodeFilterMapper
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.citra.table.group.ColumnNodeFilterMapper
Stores and commits the filters for the column modelIndex for which filter expressions were previously made available to the user.
ComparableTreeTableModel - Class in com.citra.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.citra.treetable.ComparableTreeTableModel
Creates a ComparableTreeTableModel object.
ComparableTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ComparableTreeTableModel
Creates a ComparableTreeTableModel object.
ComparableTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ComparableTreeTableModel
Creates a ComparableTreeTableModel object.
comparator - Variable in class com.citra.pivot.table.context.SingleColumnContext
a comparator to use for comparing two extracted member values
Comparators - Class in com.citra.comparators
A utility class for fetching shared comparators that are widely used throughout Citra Table.
comparators - Variable in class com.citra.tree.TreeTableModel
the list of row comparators.
comparators - Variable in class com.citra.treetable.ComparableTreeTableModel
the list of row comparators.
comparators - Variable in class com.citra.treetable.DynamicTreeTableModel
the list of row comparators.
comparatorsByField - Variable in class com.citra.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.citra.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.citra.comparators.BooleanComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.citra.comparators.CaseInsensitiveStringComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.citra.comparators.DateComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.citra.comparators.GeneralComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.citra.comparators.StringComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.citra.comparators.ToStringComparator
Compares its two arguments for order as defined by compare of the Comparator interface.
compare(Object, Object) - Method in class com.citra.tree.DefaultTreeTableComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.citra.treetable.DefaultTreeTableComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.citra.treetable.dir.FileRowComparator
Compares its two arguments for order.
compare(Object, Object) - Method in class com.citra.treetable.TreeNodeComparator
Compares its two arguments for order.
compareMemberValues(Object, Object) - Method in class com.citra.pivot.table.context.DateColumnContext
Compares two values that have been previously extracted in the extractMemberValue method.
compareMemberValues(Object, Object) - Method in class com.citra.pivot.table.context.SingleColumnContext
Compares two values that have been previously extracted in the extractMemberValue method.
compareMemberValues(Object, Object) - Method in class com.citra.pivot.table.context.SingleGroupContext
Compares two values that have been previously extracted in the extractMemberValue method.
compareMemberValues(Object, Object) - Method in interface com.citra.pivot.table.TableContext
Compares two values that have been previously extracted in the extractMemberValue method.
compareRows(int, int) - Method in interface com.citra.table.SortListModel
Compares two rows with each other and returns the result of the comparison.
compareRows(Object, Object) - Method in interface com.citra.table.SortListModel
Compares two rows with each other and returns the result of the comparison.
compareRows(int, int) - Method in class com.citra.table.SortTableModel
Compares two rows with each other and returns the result of the comparison.
compareRows(Object, Object) - Method in class com.citra.table.SortTableModel
Compares two rows with each other and returns the result of the comparison.
compareTo(Object) - Method in class com.citra.treetable.dir.FileRow
Compares this object with the specified object for order.
comparison - Variable in class com.citra.filter.ComparisonFilter
The current comparison mode.
ComparisonFilter - Class in com.citra.filter
A general comparison filter.
ComparisonFilter() - Constructor for class com.citra.filter.ComparisonFilter
Constructs a ComparisonFilter with an EQUAL_TO mode.
compile() - Method in class com.citra.pivot.table.TableDataSource
Compiles the schema and its cubes.
component - Variable in class com.citra.common.gui.DndSupport
the component for which drag and drop is enabled
component - Variable in class com.citra.table.DefaultListRowHeaderRenderer
the component drawn and returned with the getListCellRendererComponent method.
CompositeFilter - Class in com.citra.filter
CompositeFilter is a TableFilter subclass that consists of an array of TableFilters.
CompositeFilter(TableFilter[]) - Constructor for class com.citra.filter.CompositeFilter
 
computePreferredDimension(int) - Method in class com.citra.table.ListRowHeader
Determines the preferred size of a specific row in the row header.
computePreferredWidth() - Method in class com.citra.table.ListRowHeader
Calculates and returns the row header's preferred width.
computeWidthMode - Variable in class com.citra.table.ListRowHeader
the mode according to which the row header's width is computed
configureEnclosingScrollPane() - Method in class com.citra.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.
Connection - Interface in com.citra.pivot.olap.data
This class represents a connection to an underlying DataSource.
connection - Variable in class com.citra.pivot.olap.DefaultOlapProvider
the connection
CONTAINS - Static variable in class com.citra.filter.StringFilter
The mode that tests if a string is contained in the supplied object.
contains(int, int) - Method in class com.citra.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.citra.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.citra.table.TableAssistant
integer indicating that the column will be resized to its contents should the user double-click on its border
context - Variable in class com.citra.pivot.table.TableLevel
the level's context
CONTINUE_EDIT - Static variable in class com.citra.table.AdvancedJTable
an edit mode continuing editing when the model changes
convert(TableFilter, DatabaseTableDefinition, boolean) - Method in class com.citra.table.db.DefaultCrosstabTableModel.SQLFilterPivotConverter
Converts the supplied table filter into an SQL where clause.
convert(Filter, boolean) - Method in class com.citra.table.db.SQLFilterConverter
Converts the supplied filter into an SQL where clause.
convert(TableFilter, DatabaseTableDefinition) - Method in class com.citra.table.db.SQLFilterConverter
Converts the supplied table filter into an SQL where clause.
convert(TableFilter, DatabaseTableDefinition, boolean) - Method in class com.citra.table.db.SQLFilterConverter
Converts the supplied table filter into an SQL where clause.
convertBackX(int) - Method in class com.citra.table.AdvancedJScrollPane
Coverts an x-coordinate back from the ordinate system that is modified by locked rows/columns.
convertBackY(int) - Method in class com.citra.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.citra.table.db.SQLFilterConverter
Converts the supplied boolean filter into an SQL where clause.
convertComparison(ComparisonFilter, boolean) - Method in class com.citra.table.db.SQLFilterConverter
Converts the supplied comparison filter into an SQL where clause.
converter - Variable in class com.citra.table.db.DefaultCrosstabTableModel
utility class that converts a TableFilter to an sql 'where' clause.
converter - Variable in class com.citra.table.db.DefaultDatabaseTableModel
utility class that converts a TableFilter to an sql 'where' clause.
converter - Variable in class com.citra.table.db.DistinctDatabaseTableModel
utility class that converts a TableFilter to an sql 'where' clause.
converter - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
utility class that converts a TableFilter to an sql 'where' clause.
convertFilter(Object, ClassLoader) - Method in interface com.citra.filter.FilterConverter
Converts a filter from a previous table version to the current one.
convertFilterState(InputStream, String) - Static method in class com.citra.filter.FilterHeaderModel
Converts a filter inputstream, created by another library version, to a stream of the current version.
convertFilterState(InputStream, String, FilterConverter) - Static method in class com.citra.filter.FilterHeaderModel
Converts a filter inputstream, created by another library version, to a stream of the current version.
convertFilterState(InputStream, String) - Static method in class com.citra.treetable.DefaultFilterTreeTableModel
Converts a filter inputstream, created by another library version, to a stream of the current version.
convertFilterState(InputStream, String, FilterConverter) - Static method in class com.citra.treetable.DefaultFilterTreeTableModel
Converts a filter inputstream, created by another library version, to a stream of the current version.
convertObject(Object) - Method in class com.citra.treetable.db.AbstractGroupCache
Converts the object rowObject, as received from the database, and returns the result.
convertObject(Object) - Method in class com.citra.treetable.db.DefaultGroupCache
Converts the object rowObject, as received from the database, and returns the result.
convertRowIndexToModel(int) - Method in class com.citra.table.FilterTableModel
Determines the index of the row in the underlying model in terms of the row index in this map.
convertRowIndexToModel(int) - Method in class com.citra.table.ListTableMap
Determines the index of the row in the underlying model in terms of the row index in this map.
convertRowIndexToModel(int) - Method in class com.citra.table.SortTableModel
Determines the index of the row in the underlying model in terms of the row index in this map.
convertRowIndexToModel(JTable, int) - Static method in class com.citra.table.TableUtils
Determines the index of the row in the underlying model in terms of the row index in the table.
convertRowIndexToView(int) - Method in class com.citra.table.FilterTableModel
Determines the index of the row in this map in terms of the row index in the underlying model.
convertRowIndexToView(int) - Method in class com.citra.table.ListTableMap
Determines the index of the row in this map in terms of the row index in the underlying model.
convertRowIndexToView(int) - Method in class com.citra.table.SortTableModel
Determines the index of the row in this map in terms of the row index in the underlying model.
convertRowIndexToView(JTable, int) - Static method in class com.citra.table.TableUtils
Determines the index of the row in the table in terms of the row index in the underlying model.
convertString(StringFilter, boolean) - Method in class com.citra.table.db.SQLFilterConverter
Converts the supplied string filter into an SQL where clause.
convertTableFilter(Object, ClassLoader) - Method in interface com.citra.filter.FilterConverter
Converts a tablefilter from a previous table version to the current one.
convertToMDX(OlapSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a StringSelection and returns the result as an TabularSet.
convertToMDX(OlapSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap4j.Olap4jResolver
Executes a StringSelection and returns the result as an TabularSet.
convertX(int) - Method in class com.citra.table.AdvancedJScrollPane
Coverts an x-coordinate to the ordinate system that is modified by locked rows/columns.
convertX(int, int) - Method in class com.citra.table.AdvancedJScrollPane
Coverts an x-coordinate to the ordinate system that is modified by locked rows/columns.
convertY(int) - Method in class com.citra.table.AdvancedJScrollPane
Coverts a y-coordinate to the ordinate system that is modified by locked rows/columns.
count - Variable in class com.citra.pivot.olap.OlapTopBottom
the maximum number of entries to return
count - Variable in class com.citra.pivot.olap.set.BottomCountSetSelection
the number of tuples returned
count - Variable in class com.citra.pivot.olap.set.TopCountSetSelection
the number of tuples returned
CountAggregator - Class in com.citra.pivot.table.aggregator
CountAggregator aggregates the number of non-null values.
CountAggregator() - Constructor for class com.citra.pivot.table.aggregator.CountAggregator
Constructs a CountAggregator.
CountAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.CountAggregator
Constructs a CountAggregator.
countNulls - Variable in class com.citra.pivot.table.aggregator.Functions.AverageFunction
boolean indicating whether nulls should be included in the evaluation
countNulls - Variable in class com.citra.pivot.table.aggregator.Functions.CountFunction
boolean indicating whether nulls should be included in the evaluation
countNulls - Variable in class com.citra.pivot.table.aggregator.Functions.FirstFunction
boolean indicating whether nulls should be included in the evaluation
countNulls - Variable in class com.citra.pivot.table.aggregator.Functions.LastFunction
boolean indicating whether nulls should be included in the evaluation
countNulls - Variable in class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
boolean indicating whether nulls should be included in the evaluation
createAdapter(TreeTableColumnModel[]) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Creates and returns a pivot column adapter having models as its column models.
createAdapter(TreePath) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Creates and returns a pivot column adapter for the specified path.
createAdapter(TreeTableModel[]) - Method in class com.citra.pivot.DefaultPivotRowAdapter
Creates and returns a pivot model adapter having models as its treetable models.
createAdapter(TreePath) - Method in class com.citra.pivot.DefaultPivotRowAdapter
Creates and returns a pivot model adapter for the specified path.
createAutoFilter() - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Returns a new instance of a custom auto filter.
createAxis(TreePath[], TreePath[], TreePath[], TreePath[]) - Method in class com.citra.pivot.DefaultPivotDataModel
Returns a two-dimensional table model containing the values at the specified row and column paths.
createButtonPanel() - Method in class com.citra.table.ColumnChooser
Creates the panel that would be holding the buttons.
createCheckBoxSelectionModel() - Method in class com.citra.component.CheckBoxTree
Returns a new instance of the selection model for the tree node's checked state.
createCollapsedIcon() - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Creates and returns an icon that represents the collapsed state of a 'non-leaf' node.
createCollapsedIcon() - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Creates and returns an icon that represents the collapsed state of a 'non-leaf' column.
createConnection() - Method in interface com.citra.pivot.olap.data.DataSource
Returns a new connection to the datasource.
createConnection() - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Returns a new connection to the datasource.
createConnection() - Method in class com.citra.pivot.table.TableDataSource
Returns a new connection to the datasource.
createCube(String) - Method in class com.citra.pivot.table.TableSchema
Creates, adds and returns a cube with a given name.
createDefaultAggregator() - Method in class com.citra.tree.TreeTableModel
Creates and returns the aggregator that will be used by default.
createDefaultAggregator() - Method in class com.citra.treetable.AggregateTreeTableModel
Creates and returns the aggregator that will be used by default.
createDefaultAggregator() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Creates and returns the default aggregator.
createDefaultAggregator() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Creates and returns the default aggregator.
createDefaultAggregator() - Method in class com.citra.treetable.DynamicTreeTableModel
Creates and returns the aggregator that will be used by default.
createDefaultCellResizer() - Method in class com.citra.table.AdvancedJTable
Creates and returns a cell resizer.
createDefaultChooser() - Method in class com.citra.table.TableAssistant
Creates the default column chooser.
createDefaultColumnModel() - Method in class com.citra.table.AdvancedJTable
Returns a new instance of DefaultVetoableColumnModel.
createDefaultColumnModel() - Method in class com.citra.table.AdvancedTableHeader
Creates a new instance of DefaultVetoableColumnModel.
createDefaultColumnModel() - Method in class com.citra.table.group.TreeTableHeader
Creates a new instance of DefaultVetoableColumnModel.
createDefaultColumnsFromModel() - Method in class com.citra.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.citra.filter.tree.LevelFilterMapper
Creates default comparators for objects, strings and boolean values.
createDefaultComparators() - Method in class com.citra.table.SortTableModel
Creates default comparators for objects, strings and boolean values.
createDefaultComparators() - Method in class com.citra.tree.TreeTableModel
Creates default comparators for objects, strings, date and boolean values.
createDefaultComparators() - Method in class com.citra.treetable.ComparableTreeTableModel
Creates default comparators for objects, strings, date and boolean values.
createDefaultComparators() - Method in class com.citra.treetable.DynamicTreeTableModel
Creates default comparators for objects, strings, date and boolean values.
createDefaultDataModel() - Method in class com.citra.pivot.DefaultPivotTableModel
Creates the default model for the data area.
createDefaultDataModel() - Method in class com.citra.treetable.TreeTable
Creates a new instance of a TreeTableModelAdapter.
createDefaultEditors() - Method in class com.citra.table.AdvancedJTable
Creates default cell editors for objects, numbers, and boolean values.
createDefaultFilterClasses() - Method in class com.citra.filter.auto.JAutoFilter
Assigns default AutoFilterPanel classes for Booleans, Numbers, Strings and Objects.
createDefaultFilterRenderer() - Method in class com.citra.filter.PopupFilterHeaderModel
Creates and returns the default filter renderer that will be used to display the filterable header component.
createDefaultFilterRenderer() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Creates and returns the default filter renderer that will be used to display the filterable header component.
createDefaultFilterRenderer() - Method in class com.citra.table.group.ColumnFilterHeaderModel
Creates and returns the default filter renderer that will be used to display the filterable header component.
createDefaultFilters() - Method in class com.citra.filter.FilterHeaderModel
Creates default filters for objects, strings, numbers and boolean values.
createDefaultFilters() - Method in class com.citra.filter.FilterTablePanel
Creates default VisualFilters for objects, strings, numbers and boolean values.
createDefaultFilters() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Creates default filters for objects, strings, numbers and boolean values.
createDefaultFooter() - Method in class com.citra.tree.TreeTableModel
Creates and returns the default footer.
createDefaultFooter() - Method in class com.citra.treetable.DynamicTreeTableModel
Creates and returns the default footer.
createDefaultFormatter() - Method in class com.citra.pivot.table.TableDataSource
Creates and returns the default formatter.
createDefaultGroupColumnModel() - Method in class com.citra.table.GroupTableHeader
Creates and returns the default GroupTableColumnModel.
createDefaultGroupRenderer(int) - Method in class com.citra.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.citra.table.AdvancedJScrollPane
Creates and returns the default locked table model.
createDefaultNonContiguousSelectionModel() - Method in class com.citra.table.AdvancedJTable
Creates and returns a non-contiguous cell selection model
createDefaultPivotColumnRenderer() - Method in class com.citra.pivot.PivotTableHeader
Returns a default renderer for displaying the cells of the pivot table's column header.
createDefaultPivotRowRenderer() - Method in class com.citra.pivot.PivotTable
Returns a default renderer for displaying the rows of the pivot table's row header.
createDefaultPivotStyleModel() - Method in class com.citra.pivot.PivotTable
Creates and returns a PivotStyleModel.
createDefaultRenderers() - Method in class com.citra.table.AdvancedJTable
Creates default cell renderers for objects, numbers, doubles, dates, booleans, and icons.
createDefaultRenderers() - Method in class com.citra.tree.TreeTable
TreeTable installs a DefaultAggregateRenderer for each of the basic classes (String, Object, Date, Boolean and Number).
createDefaultRenderers() - Method in class com.citra.treetable.TreeTable
TreeTable installs a DefaultTreeTableRenderer for each of the basic classes (String, Object, Date, Boolean and Number).
createDefaultRowHeader() - Method in class com.citra.table.AdvancedJTable
Returns the default row header object which is a ListRowHeader.
createDefaultRowRenderer() - Method in class com.citra.table.JTableRowHeader
Returns the default row renderer to be used.
createDefaultSeekers() - Method in class com.citra.table.search.SearchTablePanel
Creates default VisualSeeker for objects, strings, numbers and boolean values.
createDefaultSortTableRenderer() - Method in class com.citra.table.SortTableModel
Creates the default SortTableRenderer, which is a SortTableButtonRenderer.
createDefaultStringFilter() - Method in class com.citra.table.search.SearchPanel
Creates the default string filter.
createDefaultStyleModel() - Method in class com.citra.pivot.PivotTable
Overrides the method in order to create a new instance of PivotTable.PivotDataStyleModel.
createDefaultStyleModel() - Method in class com.citra.table.AdvancedJTable
Returns the default style model object which is a DefaultStyleModel.
createDefaultStyleModel() - Method in class com.citra.tree.TreeTable
Returns the default style model object which is a DefaultStyleModel.
createDefaultStyleModel() - Method in class com.citra.treetable.TreeTable
Creates a new instance of TreeTable.DefaultTreeStyleModel.
createDefaultTableAssistant() - Method in class com.citra.table.AdvancedJTable
Creates and returns the table assistant.
createDefaultTableHeader() - Method in class com.citra.table.AdvancedJTable
Returns a new instance of FilterTableHeader.
createDefaultTree() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns a new instance of the JTree that will be associated with this TreeTableColumnModelAdapter.
createDefaultTree() - Method in class com.citra.treetable.TreeTableModelAdapter
Returns a new instance of the JTree that will be associated with this TreeTableModelAdapter.
createDefaultTreeColumnModel() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Creates and returns a new instance of the hierarchical column model that will be used.
createDefaultTreeHeaderFactory() - Method in class com.citra.table.group.TreeTableHeader
Creates and returns the default factory for creating TreeTableHeaderRenderers.
createDefaultTreeTableModel(ListTableModel) - Static method in class com.citra.tree.TreeTable
Returns a TreeTableModel instance that will be used as the tablemodel of this TreeTable.
createDefaultTreeTableModel() - Method in class com.citra.treetable.TreeTableModelAdapter
Creates and returns a new instance of the treetable model associated with this TreeTableModelAdapter.
createDefaultViewableModel() - Method in class com.citra.table.ViewableResizer
Creates the default viewable model.
createDerivedMeasure(String, Class, OlapType, TableMeasure, DerivedMeasureAggregator) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a derived measure, given a name, datatype, olaptype and derived aggregator.
createDerivedMeasure(String, Class, TableMeasure, DerivedMeasureAggregator) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a derived measure, given a name, datatype and derived aggregator.
createDialog(Component, String, boolean, JDateChooser, ActionListener, ActionListener) - Static method in class com.citra.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.citra.filter.auto.JAutoFilter
Creates and returns a new dialog containing the JAutoFilter object and buttons for controlling the dialog.
createDialog(TableAssistant) - Method in class com.citra.table.ColumnChooser
Creates the column dialog.
createDimension(String) - Method in class com.citra.pivot.table.TableSchema
Creates, adds and returns a dimension with a given name.
createExpandedIcon() - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Creates and returns an icon that represents the expanded state of a 'non-leaf' node.
createExpandedIcon() - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Creates and returns an icon that represents the expanded state of a 'non-leaf' column.
createExpansionSet() - Method in class com.citra.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.citra.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.citra.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.citra.tree.GroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFieldGroup() - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFieldGroup() - Method in class com.citra.treetable.GroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFieldGroup() - Method in class com.citra.treetable.NodeGroupingPanel
Creates and returns a JComboBox that will be used to define the grouping comparators.
createFilterMapper() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
This will return a DefaultColumnFilterMapper.
createFilterMapper() - Method in class com.citra.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.citra.table.group.ColumnFilterHeaderModel
This will return a custom ColumnFilterMapper.
createFilterMapper() - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
This will return a custom ColumnFilterMapper.
createFilterWrapper() - Method in class com.citra.filter.FilterHeaderModel
Creates and returns the renderer wrapper that will be installed on the header.
createFilterWrapper() - Method in class com.citra.filter.PopupFilterHeaderModel
Creates and returns the renderer wrapper that will be installed on the header.
createFilterWrapper() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Creates and returns the renderer wrapper that will be installed on the header.
createFilterWrapper() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Creates and returns the renderer wrapper that will be installed on the header.
createHierarchy(String) - Method in class com.citra.pivot.table.TableDimension
Creates, adds and returns a hierarchy with a given name.
createHorizontalScrollBar() - Method in class com.citra.table.AdvancedJScrollPane
Returns a specialized horizontal scrollbar which is a subclass of JScrollPane.ScrollBar.
createIcons() - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Creates icons to be used by the renderer.
createIcons() - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Creates icons to be used by the renderer.
createLeafNode(Object) - Method in class com.citra.table.group.TreeColumnModelMask
Creates and returns a new instance of a leaf node whose 'column data' is identified by data. data in this framework is either DefaultMutableTreeNode's user object attribute or the aggregate values of a TreeTableRow.
createLeafNode(Object) - Method in class com.citra.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.citra.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.citra.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.citra.treetable.ObjectTreeTableModel
Creates and returns a new instance of a leaf node whose 'column data' is identified by data.
createLevel(String, int) - Method in class com.citra.pivot.table.TableHierarchy
Creates, adds and returns a level to the hierarchy with a given name.
createLevel(String, TableContext) - Method in class com.citra.pivot.table.TableHierarchy
Creates, adds and returns a level to the hierarchy with a given name and context.
createMainPanel() - Method in class com.citra.table.ColumnChooser
Creates the dialog's main panel.
createMaskedNode(Object) - Method in class com.citra.treetable.TreeTableModelMask
Creates and returns a new node masking node.
createMeasure(String, Class, int) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a measure given a name and datatype.
createMeasure(String, Class, int, StandardMeasureAggregator) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a measure, given a name, datatype, and aggregator.
createMeasure(String, Class, OlapType, TableLeafAggregator, StandardMeasureAggregator) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a measure, given a name, datatype, olaptype, aggregator and leaf aggregator.
createMeasure(String, Class, TableLeafAggregator) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a measure, given a name, datatype and leaf aggregator.
createMeasure(String, Class, TableLeafAggregator, StandardMeasureAggregator) - Method in class com.citra.pivot.table.TableCube
Creates, adds and returns a measure, given a name, datatype, aggregator and leaf aggregator.
createMouseHandler() - Method in class com.citra.table.SortTableModel
Creates and returns the mouse listener that will process mouse events received on the sortable header.
createMutableColumnNode(TableColumn) - Method in class com.citra.table.group.TreeTableColumnModelMap
Creates and returns a tree-node containing the table column passed as argument.
createMutableColumnNode(TableColumn) - Method in class com.citra.table.group.TreeTableColumnModelMask
Creates and returns a tree-node containing the table column passed as argument.
createNewFilterPanel(Class) - Method in class com.citra.filter.auto.JAutoFilter
Returns a new instance of an auto filter panel, based on the supplying class.
createNodeFilter(Object[]) - Method in class com.citra.filter.tree.NodeFilterMapper
Creates the table filter to assign.
createNodeFilter(Object[]) - Method in class com.citra.table.group.ColumnNodeFilterMapper
Creates the table filter to assign.
createNonLeafNode(DefaultMutableTreeNode) - Method in class com.citra.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.citra.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.citra.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.citra.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.citra.filter.auto.AbstractAutoFilterPanel
Creates the panel using a BoxLayout with vertical orientation.
createPanel() - Method in class com.citra.table.ColumnChooser
Creates the dialog's panel.
createPartialIcon() - Method in class com.citra.component.SkinTristateCheckBox
Creates and returns an icon used for partial selections.
createPartialIcon() - Method in class com.citra.component.TristateCheckBox
Creates and returns an icon used for partial selections.
createPivot(OlapCube) - Method in class com.citra.pivot.olap.gui.OlapDesignerPanel
Adds a pivot table to the designer based on a given cube.
createPopup() - Method in class com.citra.table.TableAssistant
Returns a new instance of the column popup menu.
createRenderer() - Method in interface com.citra.renderers.TableCellRendererFactory
Creates and returns a new instance of a TableCellRenderer.
createRenderer() - Method in class com.citra.table.SortTableModel.SortTableButtonRendererFactory
Creates and returns a new instance of a TableCellRenderer.
createRendererWrapper() - Method in interface com.citra.renderers.TableCellRendererWrapperFactory
Creates and returns a new instance of a TableCellRendererWrapper.
createReorder() - Method in class com.citra.table.AdvancedJTable
Creates and returns a TableReorder that will handle table selection changes.
createReorder() - Method in class com.citra.tree.TreeTable
Creates and returns a TableReorder that will handle table selection changes.
createReorder() - Method in class com.citra.treetable.TreeTable
Creates and returns a TableReorder that will handle table selection changes.
createResolver() - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Creates and returns an instance of the class responsible for resolving selections.
createResolver() - Method in class com.citra.pivot.olap4j.Olap4jDataSource
Creates and returns an instance of the class responsible for resolving selections.
createSchema() - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Creates and returns the schema.
createSchema() - Method in class com.citra.pivot.olap4j.Olap4jDataSource
Creates and returns the schema.
createSearch() - Method in class com.citra.table.search.SearchPanel
Creates the search object that will be used to scan the table.
createSelectionModel() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Creates a new default list selection model.
CreateSetSelection - Class in com.citra.pivot.olap.set
CreateSetSelection is a selection that creates a named set on the server.
CreateSetSelection() - Constructor for class com.citra.pivot.olap.set.CreateSetSelection
Constructs a CreateSetSelection.
CreateSetSelection(OlapSet, String) - Constructor for class com.citra.pivot.olap.set.CreateSetSelection
Constructs a CreateSetSelection.
CreateSetSelection(OlapSet, String, boolean) - Constructor for class com.citra.pivot.olap.set.CreateSetSelection
Constructs a CreateSetSelection.
CreateSetSelection(SetSelection, String) - Constructor for class com.citra.pivot.olap.set.CreateSetSelection
Constructs a CreateSetSelection.
CreateSetSelection(SetSelection, String, boolean) - Constructor for class com.citra.pivot.olap.set.CreateSetSelection
Constructs a CreateSetSelection.
createSpanDrawer() - Method in class com.citra.table.AdvancedJTable
Returns a new instance of the span drawer that is used to enable cell spanning.
createSpanDrawer() - Method in class com.citra.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.citra.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.citra.filter.FilterHeaderModel
Returns a new instance of the header that will be installed on the table.
createTableHeader() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns a new instance of the header that will be installed on the table.
createTableRow(TreeTableRow, int) - Method in class com.citra.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.citra.treetable.db.DefaultDatabaseTreeTableModel
Creates and returns a TreeTableRow for the node parent at its child index identified by index.
createTreeRenderer() - Method in interface com.citra.table.group.TreeTableHeaderRendererFactory
Creates and returns a new instance of a TreeTableHeaderRenderer.
createVisualFilter() - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.citra.filter.auto.BooleanAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.citra.filter.auto.DateAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.citra.filter.auto.GenericAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.citra.filter.auto.NumericAutoFilterPanel
Returns a new instance of a visual filter subclass.
createVisualFilter() - Method in class com.citra.filter.auto.StringAutoFilterPanel
Returns a new instance of a visual filter subclass.
createWaitIcon() - Method in class com.citra.pivot.DefaultPivotColumnHeaderRenderer
Creates and returns an icon that represents a loading state of an expanding node.
createWaitIcon() - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Creates and returns an icon that represents a loading state of an expanding node.
createWrapperFactory() - Method in class com.citra.pivot.PivotTableHeader
Creates the renderer wrapper factory for tree-columns that will be installed on the header.
createWrapperFactory() - Method in class com.citra.table.group.TreeTableHeader
Creates the renderer wrapper factory for tree-columns that will be installed on the header.
CrossSetSelection - Class in com.citra.pivot.olap.set
CrossSetSelection is a selection that produces a cross join between sets.
CrossSetSelection() - Constructor for class com.citra.pivot.olap.set.CrossSetSelection
Constructs a CrossSetSelection.
CrossSetSelection(OlapSet, OlapSet) - Constructor for class com.citra.pivot.olap.set.CrossSetSelection
Constructs a CrossSetSelection.
CrossSetSelection(SetSelection, OlapSet) - Constructor for class com.citra.pivot.olap.set.CrossSetSelection
Constructs a CrossSetSelection.
CrossSetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.CrossSetSelection
Constructs a CrossSetSelection.
CrossSetSelection(List) - Constructor for class com.citra.pivot.olap.set.CrossSetSelection
Constructs a CrossSetSelection.
CrosstabTableModel - Interface in com.citra.table.db
CrosstabTableModel is used to diplay a crosstab in tabular form.
cube - Variable in class com.citra.pivot.olap.OlapDefinition
the associated cube that is pivoted
cube - Variable in class com.citra.pivot.olap.query.DefaultQuerySelection
the cube the query is run against
CubeList - Class in com.citra.pivot.olap.metadata
CubeList is an olap list, containing OlapCubes.
CubeList() - Constructor for class com.citra.pivot.olap.metadata.CubeList
Constructs a CubeList.
CubeList(OlapCube) - Constructor for class com.citra.pivot.olap.metadata.CubeList
Constructs a CubeList.
CubeList(Collection) - Constructor for class com.citra.pivot.olap.metadata.CubeList
Constructs a CubeList.
cubes - Variable in class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
the list of cubes
cubes - Variable in class com.citra.pivot.table.TableSchema
the schema's cubes
CURRENCY - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing a currency
currencyFormat - Variable in class com.citra.pivot.table.DefaultTableFormatter
the number format for currency values
currentAutoFilter - Variable in class com.citra.filter.auto.JAutoFilter
the currently assigned auto filter panel component
currentDate - Variable in class com.citra.editors.DateEditor
the date selected
currentMember - Variable in class com.citra.pivot.olap.member.CurrentMemberSelection
a member used as the current member placeholder for a given hierarchy
CurrentMemberSelection - Class in com.citra.pivot.olap.member
CurrentMemberSelection is a selection used to select members of a given hierarchy in an iteration.
CurrentMemberSelection() - Constructor for class com.citra.pivot.olap.member.CurrentMemberSelection
Constructs a CurrentMemberSelection.
CurrentMemberSelection(OlapHierarchy) - Constructor for class com.citra.pivot.olap.member.CurrentMemberSelection
Constructs a CurrentMemberSelection.
cursor - Variable in class com.citra.pivot.olap.data.DefaultAxisOlapSet
the cursor for the tuples of the axis
cursors - Variable in class com.citra.table.db.DefaultCrosstabTableModel
boolean indicating if a cursor will be used to fetch data from the database.
cursors - Variable in class com.citra.table.db.DefaultDatabaseTableModel
boolean indicating if a cursor will be used to fetch data from the database.
cursors - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
boolean indicating if a cursor will be used to fetch data from the database.
CUSTOM_STRING - Variable in class com.citra.filter.CustomPopupFilterHeaderModel
a string for the 'custom' filter selection
CustomPopupFilterHeaderModel - Class in com.citra.filter
CustomPopupFilterHeaderModel overrides PopupFilterHeaderModel in order to supply a custom filter.
CustomPopupFilterHeaderModel() - Constructor for class com.citra.filter.CustomPopupFilterHeaderModel
Creates a new CustomPopupFilterHeaderModel object.
CustomSelection - Interface in com.citra.pivot.olap.data
CustomSelection is used for developers to add their own selection functions.

D

DatabaseAggregator - Interface in com.citra.treetable.db
DatabaseAggregator includes methods that allow the evaluation of the aggregate rows of a TreeTableModel in batches.
DatabaseGroupingPanel - Class in com.citra.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.citra.treetable.db.DatabaseGroupingPanel
Constructs a DefaultDatabaseAggregator.
DatabaseGroupingPanel(DefaultDatabaseTreeTableModel, int) - Constructor for class com.citra.treetable.db.DatabaseGroupingPanel
Constructs a DefaultDatabaseAggregator.
DatabaseGroupingPanel(DefaultDatabaseTreeTableModel, int, String) - Constructor for class com.citra.treetable.db.DatabaseGroupingPanel
Constructs a DefaultDatabaseAggregator.
DatabaseHeaderRow - Class in com.citra.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.citra.treetable.db.DatabaseHeaderRow
Constructs a DatabaseHeaderRow.
DatabaseTableDefinition - Interface in com.citra.table.db
This interface supplies methods that define the structure of a database query.
DatabaseTableModel - Interface in com.citra.table.db
DatabaseTableModel defines methods for retrieving multiple rows from an underlying data source.
DatabaseTreeTableModel - Interface in com.citra.treetable.db
DatabaseTreeTableModel defines methods for retrieving data from an underlying database for use with a treetable model.
DatabaseTreeTableReorder - Class in com.citra.treetable.db
DatabaseTreeTableReorder is suitable for expanding and selecting the nodes of a DatabaseTreeTableModel.
DatabaseTreeTableReorder() - Constructor for class com.citra.treetable.db.DatabaseTreeTableReorder
Creates a DatabaseTreeTableReorder.
DatabaseTreeTableReorder(TreeTable) - Constructor for class com.citra.treetable.db.DatabaseTreeTableReorder
Creates a DatabaseTreeTableReorder.
dataChanged(ChangeEvent) - Method in class com.citra.pivot.DefaultPivotTableModel
Notification that the data of a pivot data model has changed.
dataChanged(ChangeEvent) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Notification that the data of a pivot data model has changed.
dataChanged(ChangeEvent) - Method in interface com.citra.pivot.PivotDataModelListener
Notification that the data of a pivot data model has changed.
dataListeners - Variable in class com.citra.pivot.AbstractPivotDataModel
a list of PivotDataModelListeners
dataModel - Variable in class com.citra.pivot.DefaultPivotTableModel
the data area's model
dataModel - Variable in class com.citra.pivot.olap.remote.RemoteOlapModel
the underlying olap data model
DataRow - Class in com.citra.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.citra.tree.DataRow
Constructs a DataRow object.
DataRow - Class in com.citra.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.citra.treetable.DataRow
Constructs a DataRow object.
DataSource - Interface in com.citra.pivot.olap.data
DataSource is the core interface that represents a multidimensional OLAP storage.
dataSource - Variable in class com.citra.pivot.olap.DefaultOlapProvider
the underlying datasource
DataSourceException - Exception in com.citra.pivot.olap.data
DataSourceException is the exception thrown from DataSources, identifying an error in the underlying data connection or in the passed arguments to the datasource's methods.
DataSourceException() - Constructor for exception com.citra.pivot.olap.data.DataSourceException
Constructs a general DataSourceException.
DataSourceException(String) - Constructor for exception com.citra.pivot.olap.data.DataSourceException
Constructs a DataSourceException with the specified message.
DataSourceException(String, Throwable) - Constructor for exception com.citra.pivot.olap.data.DataSourceException
Constructs a DataSourceException with the specified message and cause.
DataSourceException(Throwable) - Constructor for exception com.citra.pivot.olap.data.DataSourceException
Constructs a DataSourceException with the specified cause.
dataStyleMap - Variable in class com.citra.pivot.olap.DefaultOlapStyleModel
a map holding olap cells vs styles
dataType - Variable in class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
the measure's data type
dataType - Variable in class com.citra.pivot.table.TableMeasure
the measure's data type
date - Variable in class com.citra.filter.DateFilter
The date expression the supplied objects are matched against.
DateAutoFilterPanel - Class in com.citra.filter.auto
DateAutoFilterPanel uses a DateVisualFilter with a combo box filled with available filter values.
DateAutoFilterPanel() - Constructor for class com.citra.filter.auto.DateAutoFilterPanel
Constructs a new DateAutoFilterPanel.
DateAutoFilterPanel(String) - Constructor for class com.citra.filter.auto.DateAutoFilterPanel
Constructs a new DateAutoFilterPanel.
dateChooser - Variable in class com.citra.editors.DateEditor
the date chooser component
dateChooser - Variable in class com.citra.filter.DateVisualFilter
the datechooser that is contained in the dialog
dateChooser - Variable in class com.citra.table.search.DateVisualSeeker
the datechooser that is contained in the dialog
DateColumnContext - Class in com.citra.pivot.table.context
DateColumnContext is an abstract context for extracting date values.
DateColumnContext(int) - Constructor for class com.citra.pivot.table.context.DateColumnContext
Constructs a DateColumnContext.
DateColumnContext.DateContext - Class in com.citra.pivot.table.context
DateContext is a class that holds the fields of a Calendar object.
DateColumnContext.DateContext(Calendar) - Constructor for class com.citra.pivot.table.context.DateColumnContext.DateContext
Constructs a DateInfo from a calendar object.
DateColumnContext.DateContext(Calendar, int[]) - Constructor for class com.citra.pivot.table.context.DateColumnContext.DateContext
Constructs a DateInfo from a calendar object, storing only fields in the int array.
DateComparator - Class in com.citra.comparators
This class is used to compare two Date objects.
DateComparator() - Constructor for class com.citra.comparators.DateComparator
Constructs a DateComparator object that will ignore time differences.
DateComparator(boolean) - Constructor for class com.citra.comparators.DateComparator
Constructs a DateComparator object that will ignore time differences if ignoreTime is true.
DateEditor - Class in com.citra.editors
An editor for table and tree cells that handles the editing of Date objects.
DateEditor() - Constructor for class com.citra.editors.DateEditor
Constructs a DateEditor object that uses a Dialog component to edit dates.
DateFilter - Class in com.citra.filter
A date filter.
DateFilter() - Constructor for class com.citra.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.citra.filter.DateFilter
Constructs a DateFilter with an EQUAL_TO mode and with the date expression set to date.
dateFilter - Variable in class com.citra.filter.DateVisualFilter
a date filter object used to filter Date values.
dateFilter - Variable in class com.citra.table.search.DateVisualSeeker
a date filter object used to filter Date values.
DateRenderer - Class in com.citra.renderers
DateRenderer is a TableCellRenderer suitable for rendering Date objects.
DateRenderer() - Constructor for class com.citra.renderers.DateRenderer
Constructs a default DateRenderer.
DateRenderer(DateFormat) - Constructor for class com.citra.renderers.DateRenderer
Constructs a default DateRenderer having df as the DateFormat instance that will render the cells.
dateShown - Variable in class com.citra.filter.DateVisualFilter
the selected date
dateShown - Variable in class com.citra.table.search.DateVisualSeeker
the selected date
DateVisualFilter - Class in com.citra.filter
A VisualFilter for Date values.
DateVisualFilter() - Constructor for class com.citra.filter.DateVisualFilter
Constructs a DateVisualFilter.
DateVisualFilter(boolean) - Constructor for class com.citra.filter.DateVisualFilter
Constructs a DateVisualFilter.
DateVisualSeeker - Class in com.citra.table.search
A VisualSeeker for Date values.
DateVisualSeeker() - Constructor for class com.citra.table.search.DateVisualSeeker
Constructs a DateVisualSeeker.
DayContext - Class in com.citra.pivot.table.context
DayContext extracts days from Date values.
DayContext(int) - Constructor for class com.citra.pivot.table.context.DayContext
Constructs a DayContext.
dbColumns - Variable in class com.citra.table.db.DefaultDatabaseTableDefinition
the database columns
dbFilter - Variable in class com.citra.table.db.AbstractDatabaseTableModel
the internal filter tablemodel instance
dbFilter - Variable in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
the internal filter tablemodel instance
dbSorter - Variable in class com.citra.table.db.AbstractDatabaseTableModel
the internal sort tablemodel instance
dbSorter - Variable in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
the internal sort tablemodel instance
dc - Variable in class com.citra.filter.DateFilter
A Date comparator object used to compare Date values.
DEFAULT_CHECKBOX_GAP - Static variable in class com.citra.component.CheckBoxTree
the default gap between the checkbox and the node's value
DEFAULT_CHUNK_SIZE - Static variable in class com.citra.table.cache.AbstractCache
defines the default chunck size
DEFAULT_COLUMN_MARGIN - Static variable in class com.citra.table.TableAssistant
the default column margin
DEFAULT_COLUMN_MARGIN - Static variable in class com.citra.table.TableCellResizer
the default column margin
DEFAULT_COLUMN_WIDTH - Static variable in class com.citra.table.JTableRowHeader
The default column width of each row in the header.
DEFAULT_DESC_STR - Static variable in class com.citra.filter.auto.AbstractAutoFilterPanel
a default string for the description.
DEFAULT_IDENT - Static variable in class com.citra.table.io.XMLExportManager
the default identation string as "\t"
DEFAULT_MAX_CACHE_SIZE - Static variable in class com.citra.table.cache.AbstractCache
defines the default maximum cache size
DEFAULT_NEWLINE - Static variable in class com.citra.table.io.DelimitedExportManager
the default new line as "\r\n"
DEFAULT_NEWLINE - Static variable in class com.citra.table.io.XMLExportManager
the default new line as "\r\n"
DEFAULT_NO_GROUP - Static variable in class com.citra.tree.GroupingPanel
the default string to show if no grouping is desired.
DEFAULT_NO_GROUP - Static variable in class com.citra.treetable.db.DatabaseGroupingPanel
the default string to show if no grouping is desired.
DEFAULT_NO_GROUP - Static variable in class com.citra.treetable.GroupingPanel
the default string to show if no grouping is desired.
DEFAULT_NO_GROUP - Static variable in class com.citra.treetable.NodeGroupingPanel
the default string to show if no grouping is desired.
DefaultAggregateRenderer - Class in com.citra.renderers
DefaultAggregateRenderer is the default renderer for the aggregate rows of a TreeTable.
DefaultAggregateRenderer(DefaultRenderer) - Constructor for class com.citra.renderers.DefaultAggregateRenderer
Constructs a DefaultAggregateRenderer.
defaultAggregateRenderers - Variable in class com.citra.tree.TreeTable
A table of objects that are responsible for drawing the cells of aggregate rows, indexed by class.
defaultAggregateRenderers - Variable in class com.citra.treetable.TreeTable
A table of objects that are responsible for drawing the cells of aggregate rows, indexed by class.
defaultAggregator - Variable in class com.citra.tree.TreeTableModel
the default aggregator
defaultAggregator - Variable in class com.citra.treetable.AggregateTreeTableModel
the default aggregator
defaultAggregator - Variable in class com.citra.treetable.DynamicTreeTableModel
the default aggregator
DefaultAxisOlapSet - Class in com.citra.pivot.olap.data
DefaultAxisOlapSet is the default axis olap set implementation.
DefaultAxisOlapSet(int, OlapSet) - Constructor for class com.citra.pivot.olap.data.DefaultAxisOlapSet
Constructs a DefaultAxisOlapSet.
DefaultAxisSelection - Class in com.citra.pivot.olap.axis
DefaultAxisSelection represents a selection that resolves a given set on an axis.
DefaultAxisSelection() - Constructor for class com.citra.pivot.olap.axis.DefaultAxisSelection
Constructs a DefaultAxisSelection.
DefaultAxisSelection(SetSelection, int) - Constructor for class com.citra.pivot.olap.axis.DefaultAxisSelection
Constructs a DefaultAxisSelection.
DefaultCellAggregator - Class in com.citra.tree
The default Aggregator that is used by a TreeTableModel.
DefaultCellAggregator(TreeTableModel) - Constructor for class com.citra.tree.DefaultCellAggregator
Constructs a DefaultCellAggregator object.
DefaultCellAggregator - Class in com.citra.treetable
The default Aggregator that is used by a DynamicTreeTableModel.
DefaultCellAggregator(DynamicTreeTableModel) - Constructor for class com.citra.treetable.DefaultCellAggregator
Constructs a DefaultCellAggregator object.
DefaultCellSet - Class in com.citra.pivot.olap.data
DefaultCellSet is the default cell set implementation.
DefaultCellSet(OlapTuple, List) - Constructor for class com.citra.pivot.olap.data.DefaultCellSet
Constructs a DefaultCellSet.
defaultColumn - Variable in class com.citra.table.search.TableSearch
the default column
DefaultColumnFilterMapper - Class in com.citra.filter.tree
DefaultColumnFilterMapper is the default ColumnFilterMapper implementation that is a combination of node and level mappers.
DefaultColumnFilterMapper() - Constructor for class com.citra.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
DefaultColumnFilterMapper(LevelFilterMapper) - Constructor for class com.citra.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
DefaultColumnFilterMapper(NodeFilterMapper) - Constructor for class com.citra.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
DefaultColumnFilterMapper(NodeFilterMapper, LevelFilterMapper) - Constructor for class com.citra.filter.tree.DefaultColumnFilterMapper
Constructs a DefaultColumnFilterMapper.
defaultColumnHeaderStyle - Variable in class com.citra.pivot.DefaultPivotStyleModel
a style that is used as the default style for the column header area
defaultComparatorsByColumnClass - Variable in class com.citra.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.citra.tree.TreeTableModel
A table of objects that compare two object with each other, indexed by class
defaultComparatorsByColumnClass - Variable in class com.citra.treetable.ComparableTreeTableModel
A table of objects that compare two object with each other, indexed by class
defaultComparatorsByColumnClass - Variable in class com.citra.treetable.DynamicTreeTableModel
A table of objects that compare two object with each other, indexed by class
DefaultCrosstabTableModel - Class in com.citra.table.db
DefaultCrosstabTableModel is the default CrosstabTableModel implementation to use for crosstab queries.
DefaultCrosstabTableModel(Connection, DatabaseTableDefinition, DatabaseTableDefinition, String, String) - Constructor for class com.citra.table.db.DefaultCrosstabTableModel
Constructs a DefaultPivotTableModel.
DefaultCrosstabTableModel(Connection, DatabaseTableDefinition, MeasureDefinition, PivotDefinition, String, String) - Constructor for class com.citra.table.db.DefaultCrosstabTableModel
Constructs a DefaultPivotTableModel.
DefaultCrosstabTableModel.SQLFilterPivotConverter - Class in com.citra.table.db
SQLFilterConverter should take care of pivot columns.
DefaultCrosstabTableModel.SQLFilterPivotConverter() - Constructor for class com.citra.table.db.DefaultCrosstabTableModel.SQLFilterPivotConverter
Constructs an SQLFilterPivotConverter.
DefaultDatabaseAggregator - Class in com.citra.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.citra.treetable.db.DefaultDatabaseAggregator
Constructs a DefaultDatabaseAggregator.
DefaultDatabaseTableDefinition - Class in com.citra.table.db
DefaultDatabaseTableDefinition allows an easy definition to be created.
DefaultDatabaseTableDefinition() - Constructor for class com.citra.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition with no columns defined.
DefaultDatabaseTableDefinition(String[]) - Constructor for class com.citra.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition.
DefaultDatabaseTableDefinition(String[], Class[]) - Constructor for class com.citra.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition.
DefaultDatabaseTableDefinition(String[], Class[], String[]) - Constructor for class com.citra.table.db.DefaultDatabaseTableDefinition
Constructs a DefaultDatabaseTableDefinition.
DefaultDatabaseTableModel - Class in com.citra.table.db
DefaultDatabaseTableModel uses a Connection to connect to a database.
DefaultDatabaseTableModel(Connection, String, String[]) - Constructor for class com.citra.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTableModel(Connection, String, String[], Class[]) - Constructor for class com.citra.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTableModel(Connection, String, DatabaseTableDefinition) - Constructor for class com.citra.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTableModel(Connection, String, TableModel) - Constructor for class com.citra.table.db.DefaultDatabaseTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel - Class in com.citra.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.citra.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, String[], Class[]) - Constructor for class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, DatabaseTableDefinition) - Constructor for class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, DatabaseTableDefinition, TreeTableCache) - Constructor for class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
DefaultDatabaseTreeTableModel(Connection, String, TableModel) - Constructor for class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Constructs a DefaultDatabaseTableModel.
defaultDataStyle - Variable in class com.citra.pivot.DefaultPivotStyleModel
a style that is used as the default style for the data area
defaultFilter - Variable in class com.citra.treetable.DefaultFilterTreeTableModel
the current default filter
DefaultFilterRenderer - Class in com.citra.filter
DefaultFilterRenderer is the default FilterRenderer implementation that uses an arrow button to present users with filter options for a column.
DefaultFilterRenderer() - Constructor for class com.citra.filter.DefaultFilterRenderer
Constructs a DefaultFilterRenderer.
defaultFiltersByColumnClass - Variable in class com.citra.filter.FilterHeaderModel
A table that contains filters indexed by class.
defaultFiltersByColumnClass - Variable in class com.citra.filter.FilterTablePanel
A table of objects that filter data and that can be manipulated visually, indexed by class.
defaultFiltersByColumnClass - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
A table that contains filters indexed by class.
DefaultFilterTreeRenderer - Class in com.citra.filter.tree
DefaultFilterTreeRenderer is the default FilterTreeRenderer implementation that uses an arrow button to present users with filter options for a column.
DefaultFilterTreeRenderer() - Constructor for class com.citra.filter.tree.DefaultFilterTreeRenderer
Constructs a DefaultFilterTreeRenderer.
DefaultFilterTreeTableModel - Class in com.citra.treetable
DefaultFilterTreeTableModel provides filtering capabilities to a TreeTableModel.
DefaultFilterTreeTableModel(TreeTableModel) - Constructor for class com.citra.treetable.DefaultFilterTreeTableModel
Constructs a DefaultFilterTreeTableModel.
DefaultGroupCache - Class in com.citra.treetable.db
DefaultGroupCache assumes that the row objects are an Object array.
DefaultGroupCache(CacheableTreeTableModel) - Constructor for class com.citra.treetable.db.DefaultGroupCache
Constructs a DefaultGroupCache.
DefaultGroupCache(CacheableTreeTableModel, int, int) - Constructor for class com.citra.treetable.db.DefaultGroupCache
Constructs a DefaultGroupCache.
DefaultGroupTableColumnModel - Class in com.citra.table
DefaultGroupTableColumnModel is the default implementation of a GroupTableColumnModel.
DefaultGroupTableColumnModel() - Constructor for class com.citra.table.DefaultGroupTableColumnModel
Constructs a DefaultGroupTableColumnModel.
DefaultGroupTableColumnModel(GroupTableColumn) - Constructor for class com.citra.table.DefaultGroupTableColumnModel
Constructs a DefaultGroupTableColumnModel.
defaultHeaderCursor - Variable in class com.citra.filter.PopupFilterHeaderModel
the header's default cursor
defaultHeaderCursor - Variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
the header's default cursor
defaultHeaderCursor - Variable in class com.citra.table.group.TreeTableHeader
the header's default cursor
defaultHeaderCursor - Variable in class com.citra.table.SortTableModel
the header's default cursor
defaultHeaderCursor - Variable in class com.citra.table.TableAssistant
the header's default cursor
defaultHierarchy - Variable in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
the default hierarchy
defaultLevelBackground - Variable in class com.citra.renderers.DefaultAggregateRenderer
the default background color for aggregate rows
defaultLevelBackground - Variable in class com.citra.renderers.DefaultTreeTableRenderer
the default background color for aggregate rows
defaultLevelForeground - Variable in class com.citra.renderers.DefaultAggregateRenderer
the default foreground color for aggregate rows
defaultLevelForeground - Variable in class com.citra.renderers.DefaultTreeTableRenderer
the default foreground color for aggregate rows
DefaultListRowHeaderRenderer - Class in com.citra.table
DefaultListRowHeaderRenderer is the default renderer of a ListRowHeader.
DefaultListRowHeaderRenderer() - Constructor for class com.citra.table.DefaultListRowHeaderRenderer
Creates a DefaultListRowHeaderRenderer that uses a JButton.
DefaultListRowHeaderRenderer(JButton) - Constructor for class com.citra.table.DefaultListRowHeaderRenderer
Creates a DefaultListRowHeaderRenderer that uses a JButton.
DefaultListRowHeaderRenderer(JLabel) - Constructor for class com.citra.table.DefaultListRowHeaderRenderer
Creates a DefaultListRowHeaderRenderer that uses a JLabel.
DefaultListTableModel - Class in com.citra.table
DefaultListTableModel is a subclass of DefaultTableModel that implements ListTableModel.
DefaultListTableModel() - Constructor for class com.citra.table.DefaultListTableModel
Constructs a default DefaultListTableModel which is a table of zero columns and zero rows.
DefaultListTableModel(Object[][], Object[]) - Constructor for class com.citra.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.citra.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.citra.table.DefaultListTableModel
Constructs a DefaultListTableModel with numRows and numColumns of null object values.
DefaultListTableModel(Vector, int) - Constructor for class com.citra.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.citra.table.DefaultListTableModel
Constructs a DefaultListTableModel and initializes the table by passing data and columnNames to the setDataVector() method.
DefaultLockedTableModel - Class in com.citra.table.locked
DefaultLockedTableModel is the default implementation of a LockedTableModel.
DefaultLockedTableModel() - Constructor for class com.citra.table.locked.DefaultLockedTableModel
Constructs a DefaultLockedTableModel.
DefaultMeasureDefinition - Class in com.citra.table.db
DefaultMeasureDefinition allows addition of columns and functions.
DefaultMeasureDefinition() - Constructor for class com.citra.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[]) - Constructor for class com.citra.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[], Class[]) - Constructor for class com.citra.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[], Class[], String[]) - Constructor for class com.citra.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
DefaultMeasureDefinition(String[], Class[], String[], String[][]) - Constructor for class com.citra.table.db.DefaultMeasureDefinition
Constructs a DefaultMeasureDefinition.
defaultMember - Variable in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
the hierarchy's default member
defaultMember - Variable in class com.citra.pivot.table.TableHierarchy
the hierarchy's default member
defaultMode - Variable in class com.citra.filter.tree.DefaultColumnFilterMapper
the default mode to use when a column has not been assigned to a mapper
DefaultMutableTreeTableModel - Class in com.citra.treetable
DefaultMutableTreeTableModel is a treetable model whose nodes' cell value depends on the aggregate values of a TreeTableRow.
DefaultMutableTreeTableModel() - Constructor for class com.citra.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(String[]) - Constructor for class com.citra.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(String[], Class[], TreeTableRow) - Constructor for class com.citra.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(String[], TreeTableRow) - Constructor for class com.citra.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultMutableTreeTableModel(TreeTableRow) - Constructor for class com.citra.treetable.DefaultMutableTreeTableModel
Constructs a DefaultMutableTreeTableModel.
DefaultOlapCell - Class in com.citra.pivot.olap.data
DefaultOlapCell is the default cell implementation.
DefaultOlapCell(Object, OlapMeasure) - Constructor for class com.citra.pivot.olap.data.DefaultOlapCell
Constructs a DefaultOlapCell.
DefaultOlapCell(Object, String, OlapMeasure) - Constructor for class com.citra.pivot.olap.data.DefaultOlapCell
Constructs a DefaultOlapCell.
DefaultOlapEdge - Class in com.citra.pivot.olap
DefaultOlapEdge is the default implementation of an OlapEdge.
DefaultOlapEdge(OlapMember) - Constructor for class com.citra.pivot.olap.DefaultOlapEdge
Constructs a DefaultOlapEdge having an olap member and no measure.
DefaultOlapEdge(OlapMember, OlapMeasure) - Constructor for class com.citra.pivot.olap.DefaultOlapEdge
Constructs a DefaultOlapEdge having an olap member, measure and a normal type.
DefaultOlapEdge(OlapMember, OlapMeasure, int) - Constructor for class com.citra.pivot.olap.DefaultOlapEdge
Constructs a DefaultOlapEdge having an olap member, measure and a specified type.
DefaultOlapList - Class in com.citra.pivot.olap.metadata
DefaultOlapList is an olap list, containing any type of OlapObject.
DefaultOlapList() - Constructor for class com.citra.pivot.olap.metadata.DefaultOlapList
Constructs a DefaultOlapList.
DefaultOlapList(OlapObject) - Constructor for class com.citra.pivot.olap.metadata.DefaultOlapList
Constructs a DefaultOlapList.
DefaultOlapList(Collection) - Constructor for class com.citra.pivot.olap.metadata.DefaultOlapList
Constructs a DefaultOlapList.
DefaultOlapProvider - Class in com.citra.pivot.olap
DefaultOlapProvider is the default OlapProvider implementation.
DefaultOlapProvider(DataSource, OlapCube) - Constructor for class com.citra.pivot.olap.DefaultOlapProvider
Constructs a DefaultOlapProvider.
DefaultOlapProvider(DataSource, OlapDefinition) - Constructor for class com.citra.pivot.olap.DefaultOlapProvider
Constructs a DefaultOlapProvider.
DefaultOlapSet - Class in com.citra.pivot.olap.data
DefaultOlapSet is the default set implementation.
DefaultOlapSet() - Constructor for class com.citra.pivot.olap.data.DefaultOlapSet
Constructs a DefaultOlapSet.
DefaultOlapSet(OlapTuple) - Constructor for class com.citra.pivot.olap.data.DefaultOlapSet
Constructs a DefaultOlapSet.
DefaultOlapSet(OlapMember) - Constructor for class com.citra.pivot.olap.data.DefaultOlapSet
Constructs a DefaultOlapSet.
DefaultOlapStyleModel - Class in com.citra.pivot.olap
DefaultOlapStyleModel is a PivotStyleModel that allows different styles depending on OlapCells.
DefaultOlapStyleModel() - Constructor for class com.citra.pivot.olap.DefaultOlapStyleModel
Constructs a DefaultOlapStyleModel.
DefaultOlapTableModel - Class in com.citra.pivot.olap
DefaultOlapTableModel is the default model for creating a tree structure of an olap hierarchy.
DefaultOlapTableModel(OlapHierarchy) - Constructor for class com.citra.pivot.olap.DefaultOlapTableModel
Constructs a DefaultOlapTableModel by supplying only the hierarchy.
DefaultOlapTableModel(OlapHierarchy, Connection) - Constructor for class com.citra.pivot.olap.DefaultOlapTableModel
Constructs a DefaultOlapTableModel dynamically by supplying the datasource connection and the hierarchy.
DefaultOlapTableModel(OlapHierarchy, Connection, String) - Constructor for class com.citra.pivot.olap.DefaultOlapTableModel
Constructs a DefaultOlapTableModel dynamically by supplying the datasource connection the hierarchy and its name.
DefaultOlapTableModel(OlapMember, Connection) - Constructor for class com.citra.pivot.olap.DefaultOlapTableModel
Constructs a DefaultOlapTableModel dynamically by supplying the datasource connection and the parent root member.
DefaultOlapTableModel(OlapMember, Connection, String) - Constructor for class com.citra.pivot.olap.DefaultOlapTableModel
Constructs a DefaultOlapTableModel dynamically by supplying the datasource connection the parent root member and the hierarchy's name.
DefaultOlapTableModel(String) - Constructor for class com.citra.pivot.olap.DefaultOlapTableModel
Constructs a DefaultOlapTableModel by supplying only the hierarchy's name.
DefaultOlapTuple - Class in com.citra.pivot.olap.data
DefaultOlapTuple is the default tuple implementation.
DefaultOlapTuple() - Constructor for class com.citra.pivot.olap.data.DefaultOlapTuple
Constructs a DefaultOlapTuple.
DefaultOlapTuple(OlapMember) - Constructor for class com.citra.pivot.olap.data.DefaultOlapTuple
Constructs a DefaultOlapTuple.
DefaultOlapTuple(List) - Constructor for class com.citra.pivot.olap.data.DefaultOlapTuple
Constructs a DefaultOlapTuple.
DefaultPendingValue - Class in com.citra.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.citra.table.remote.DefaultPendingValue
Constructs a PendingValue with an empty string.
DefaultPendingValue(String) - Constructor for class com.citra.table.remote.DefaultPendingValue
Constructs a PendingValue.
DefaultPivotColumnAdapter - Class in com.citra.pivot
The default PivotColumnAdapter implementation.
DefaultPivotColumnAdapter() - Constructor for class com.citra.pivot.DefaultPivotColumnAdapter
Constructs a DefaultPivotColumnAdapter.
DefaultPivotColumnAdapter(TreeTableColumnModel[]) - Constructor for class com.citra.pivot.DefaultPivotColumnAdapter
Constructs a DefaultPivotColumnAdapter.
DefaultPivotColumnAdapter(TreeTableColumnModel) - Constructor for class com.citra.pivot.DefaultPivotColumnAdapter
Constructs a DefaultPivotColumnAdapter.
DefaultPivotColumnAdapter(TreeTableColumnModel, TreeTableColumnModel) - Constructor for class com.citra.pivot.DefaultPivotColumnAdapter
Constructs a DefaultPivotColumnAdapter.
DefaultPivotColumnHeaderRenderer - Class in com.citra.pivot
DefaultPivotColumnHeaderRenderer is the default renderer implementation of pivot table's column area.
DefaultPivotColumnHeaderRenderer() - Constructor for class com.citra.pivot.DefaultPivotColumnHeaderRenderer
Constructs a DefaultPivotColumnHeaderRenderer.
DefaultPivotDataModel - Class in com.citra.pivot
DefaultPivotDataModel is the default implementation of a PivotDataModel.
DefaultPivotDataModel() - Constructor for class com.citra.pivot.DefaultPivotDataModel
Constructs a DefaultPivotDataModel.
DefaultPivotDataModel(PivotRowAdapter, PivotColumnAdapter) - Constructor for class com.citra.pivot.DefaultPivotDataModel
Constructs a DefaultPivotDataModel.
DefaultPivotDefinition - Class in com.citra.table.db
DefaultPivotDefinition is the default implementation for a PivotDefintion.
DefaultPivotDefinition(String) - Constructor for class com.citra.table.db.DefaultPivotDefinition
Constructs a DefaultPivotDefinition.
DefaultPivotDefinition(String, Class) - Constructor for class com.citra.table.db.DefaultPivotDefinition
Constructs a DefaultPivotDefinition.
DefaultPivotRowAdapter - Class in com.citra.pivot
The default PivotRowAdapter implementation.
DefaultPivotRowAdapter() - Constructor for class com.citra.pivot.DefaultPivotRowAdapter
Constructs a DefaultPivotRowAdapter.
DefaultPivotRowAdapter(TreeTableModel[]) - Constructor for class com.citra.pivot.DefaultPivotRowAdapter
Constructs a DefaultPivotRowAdapter.
DefaultPivotRowAdapter(TreeTableModel[], boolean) - Constructor for class com.citra.pivot.DefaultPivotRowAdapter
Constructs a DefaultPivotRowAdapter.
DefaultPivotRowAdapter(TreeTableModel) - Constructor for class com.citra.pivot.DefaultPivotRowAdapter
Constructs a DefaultPivotRowAdapter.
DefaultPivotRowAdapter(TreeTableModel, boolean) - Constructor for class com.citra.pivot.DefaultPivotRowAdapter
Constructs a DefaultPivotRowAdapter.
DefaultPivotRowHeaderRenderer - Class in com.citra.pivot
DefaultPivotRowHeaderRenderer is the default PivotRowHeaderRenderer implementation.
DefaultPivotRowHeaderRenderer() - Constructor for class com.citra.pivot.DefaultPivotRowHeaderRenderer
Constructs a DefaultPivotRowHeaderRenderer.
DefaultPivotStyleModel - Class in com.citra.pivot
DefaultPivotStyleModel is the default PivotStyleModel implementation that uses a PivotStyle to modify the table's cells.
DefaultPivotStyleModel() - Constructor for class com.citra.pivot.DefaultPivotStyleModel
Constructs a DefaultPivotStyleModel.
DefaultPivotTableModel - Class in com.citra.pivot
DefaultPivotTableModel is the default PivotTableModel implementation.
DefaultPivotTableModel() - Constructor for class com.citra.pivot.DefaultPivotTableModel
Constructs a DefaultPivotTableModel.
DefaultPivotTableModel(PivotDataModel) - Constructor for class com.citra.pivot.DefaultPivotTableModel
Constructs a DefaultPivotTableModel.
DefaultQuerySelection - Class in com.citra.pivot.olap.query
DefaultQuerySelection is the selection that returns the results from a query to a data source.
DefaultQuerySelection() - Constructor for class com.citra.pivot.olap.query.DefaultQuerySelection
Constructs a DefaultQuerySelection.
DefaultQuerySelection(List, List, OlapCube, TupleSelection) - Constructor for class com.citra.pivot.olap.query.DefaultQuerySelection
Constructs a DefaultQuerySelection.
DefaultRemotePendingValue - Class in com.citra.pivot.olap.remote
DefaultRemotePendingValue is the default object that is returned by RemoteOlapModel for table cells that have not been evaluated yet.
DefaultRemotePendingValue() - Constructor for class com.citra.pivot.olap.remote.DefaultRemotePendingValue
Constructs a DefaultRemotePendingValue with an empty string as label.
DefaultRemotePendingValue(String) - Constructor for class com.citra.pivot.olap.remote.DefaultRemotePendingValue
Constructs a DefaultRemotePendingValue with a given text as its label.
DefaultRemoteTableModel - Class in com.citra.table.remote
DefaultRemoteTableModel is the default implementation of a RemoteTableModel.
DefaultRemoteTableModel(CacheableTableModel) - Constructor for class com.citra.table.remote.DefaultRemoteTableModel
Constructs a DefaultRemoteTableModel.
DefaultRemoteTreeTableModel - Class in com.citra.table.remote
DefaultRemoteTreeTableModel is the default implementation of a RemoteTreeTableModel.
DefaultRemoteTreeTableModel(CacheableTreeTableModel) - Constructor for class com.citra.table.remote.DefaultRemoteTreeTableModel
Constructs a DefaultRemoteTreeTableModel.
defaultRenderer - Variable in class com.citra.renderers.DefaultAggregateRenderer
the renderer contained in this DefaultAggregateRenderer
DefaultRenderer - Class in com.citra.renderers
A TableCellRenderer which is common to all renderers in the com.citra.renderers package.
DefaultRenderer() - Constructor for class com.citra.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.citra.renderers.DefaultTreeTableRenderer
the renderer contained in this DefaultAggregateRenderer
defaultRenderer - Variable in class com.citra.table.JTableRowHeader
The renderer that is assigned to render the cells of the header.
defaultRenderersByMeasure - Variable in class com.citra.pivot.olap.OlapCellRenderer
a map that contains table cell renderers vs olap measures
DefaultRowHeaderRenderer - Class in com.citra.table
DefaultRowHeaderRenderer is the default renderer to use for rendering the cells of a JTableRowHeader.
DefaultRowHeaderRenderer() - Constructor for class com.citra.table.DefaultRowHeaderRenderer
Constructs a DefaultRowHeaderRenderer.
defaultRowHeaderStyle - Variable in class com.citra.pivot.DefaultPivotStyleModel
a style that is used as the default style for the row header area
DefaultSearchModel - Class in com.citra.table.search
DefaultSearchModel is the default search model implementation.
DefaultSearchModel() - Constructor for class com.citra.table.search.DefaultSearchModel
Creates a DefaultSearchModel.
DefaultSortTreeTableModel - Class in com.citra.treetable
DefaultSortTreeTableModel provides sorting capabilities to a TreeTableModel.
DefaultSortTreeTableModel(TreeTableModel) - Constructor for class com.citra.treetable.DefaultSortTreeTableModel
Constructs a DefaultSortTreeTableModel.
DefaultSpanModel - Class in com.citra.table.span
DefaultSpanModel is the default implementation of the SpanModel interface.
DefaultSpanModel() - Constructor for class com.citra.table.span.DefaultSpanModel
Constructs a DefaultSpanModel.
DefaultStyle - Class in com.citra.table.styles
DefaultStyle is a Style implementation that paints alternate rows of a table with different colors.
DefaultStyle() - Constructor for class com.citra.table.styles.DefaultStyle
Constructs a DefaultStyle.
DefaultStyle(Color, Color) - Constructor for class com.citra.table.styles.DefaultStyle
Constructs a DefaultStyle.
DefaultStyleModel - Class in com.citra.table.styles
DefaultStyleModel is the default StyleModel implementation that is used by AdvancedJTable.
DefaultStyleModel() - Constructor for class com.citra.table.styles.DefaultStyleModel
Constructs a DefaultStyleModel.
DefaultTableCache - Class in com.citra.table.cache
DefaultTableCache assumes that the row objects are an Object array.
DefaultTableCache(CacheableTableModel) - Constructor for class com.citra.table.cache.DefaultTableCache
Creates a DefaultTableCache.
DefaultTableCache(CacheableTableModel, int, int) - Constructor for class com.citra.table.cache.DefaultTableCache
Creates a DefaultTableCache.
DefaultTableFormatter - Class in com.citra.pivot.table
DefaultTableFormatter is the default TableFormatter.
DefaultTableFormatter() - Constructor for class com.citra.pivot.table.DefaultTableFormatter
Constructs a DefaultTableFormatter.
DefaultTableLeafAggregator - Class in com.citra.pivot.table
DefaultTableLeafAggregator is the default TableLeafAggregator implementation.
DefaultTableLeafAggregator(int) - Constructor for class com.citra.pivot.table.DefaultTableLeafAggregator
Constructs a DefaultTableLeafAggregator.
DefaultTableLeafAggregator(int, Functions.Function) - Constructor for class com.citra.pivot.table.DefaultTableLeafAggregator
Constructs a DefaultTableLeafAggregator.
DefaultTabularSet - Class in com.citra.pivot.olap.data
DefaultTabularSet is the default tabular set implementation.
DefaultTabularSet(List, List) - Constructor for class com.citra.pivot.olap.data.DefaultTabularSet
Constructs a DefaultTabularSet.
DefaultTreeNodeEnumeration - Class in com.citra.treetable
DefaultTreeNodeEnumeration is the default TreeNodeEnumeration.
DefaultTreeNodeEnumeration(TreeModel, Object) - Constructor for class com.citra.treetable.DefaultTreeNodeEnumeration
Constructs a DefaultTreeNodeEnumeration.
DefaultTreeTableCache - Class in com.citra.table.cache
DefaultTreeTableCache assumes that the row objects are an Object array.
DefaultTreeTableCache(CacheableTreeTableModel) - Constructor for class com.citra.table.cache.DefaultTreeTableCache
Creates a DefaultTreeTableCache.
DefaultTreeTableCache(CacheableTreeTableModel, int, int) - Constructor for class com.citra.table.cache.DefaultTreeTableCache
Creates a DefaultTreeTableCache.
DefaultTreeTableColumnModel - Class in com.citra.table.group
DefaultTreeTableColumnModel is the default implementation of a TreeTableColumnModel.
DefaultTreeTableColumnModel() - Constructor for class com.citra.table.group.DefaultTreeTableColumnModel
Constructs a DefaultTreeTableColumnModel.
DefaultTreeTableColumnModel(DefaultMutableTreeNode) - Constructor for class com.citra.table.group.DefaultTreeTableColumnModel
Constructs a DefaultTreeTableColumnModel.
DefaultTreeTableColumnModelAdapter - Class in com.citra.table.group
DefaultTreeTableColumnModelAdapter is the default implementation of a TreeTableColumnModelAdapter.
DefaultTreeTableColumnModelAdapter() - Constructor for class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Constructs a DefaultTreeTableColumnModelAdapter.
DefaultTreeTableColumnModelAdapter(TreeTableColumnModel) - Constructor for class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Constructs a DefaultTreeTableColumnModelAdapter.
DefaultTreeTableColumnModelAdapter(TreeTableColumnModel, JTree) - Constructor for class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Constructs a DefaultTreeTableColumnModelAdapter.
DefaultTreeTableComparator - Class in com.citra.tree
DefaultTreeTableComparator compares row data based on a single column.
DefaultTreeTableComparator(TreeTableModel, int) - Constructor for class com.citra.tree.DefaultTreeTableComparator
Constructs a DefaultTreeTableComparator object with column as the column to use when comparing rows.
DefaultTreeTableComparator - Class in com.citra.treetable
DefaultTreeTableComparator compares row data based on a single column.
DefaultTreeTableComparator(DynamicTreeTableModel, int) - Constructor for class com.citra.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.citra.treetable.DefaultTreeTableComparator
Constructs a DefaultTreeTableComparator object with column as the column to use when comparing rows.
DefaultTreeTableHeaderRenderer - Class in com.citra.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.citra.table.group.DefaultTreeTableHeaderRenderer
Creates a DefaultTreeTableHeaderRenderer.
DefaultTreeTableHeaderRenderer(TableCellRenderer) - Constructor for class com.citra.table.group.DefaultTreeTableHeaderRenderer
Creates a DefaultTreeTableHeaderRenderer.
DefaultTreeTableRenderer - Class in com.citra.renderers
DefaultTreeTableRenderer is the default renderer for the aggregate rows of a TreeTable.
DefaultTreeTableRenderer(DefaultRenderer) - Constructor for class com.citra.renderers.DefaultTreeTableRenderer
Constructs a DefaultAggregateRenderer.
DefaultTreeTableReorder - Class in com.citra.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.citra.treetable.DefaultTreeTableReorder
Constructs a DefaultTreeTableReorder.
DefaultTreeTableReorder(TreeTable) - Constructor for class com.citra.treetable.DefaultTreeTableReorder
Constructs a DefaultTreeTableReorder.
DefaultTupleSelection - Class in com.citra.pivot.olap.tuple
DefaultTupleSelection represents the selection of a tuple, consisting of member selections.
DefaultTupleSelection() - Constructor for class com.citra.pivot.olap.tuple.DefaultTupleSelection
Constructs a DefaultTupleSelection.
DefaultTupleSelection(OlapMember) - Constructor for class com.citra.pivot.olap.tuple.DefaultTupleSelection
Constructs a DefaultTupleSelection.
DefaultVetoableColumnModel - Class in com.citra.table
DefaultVetoableColumnModel provides a standard implementation for a VetoableTableColumnModel.
DefaultVetoableColumnModel() - Constructor for class com.citra.table.DefaultVetoableColumnModel
Constructs a DefaultVetoableColumnModel.
defaultView - Variable in class com.citra.table.DefaultViewableModel
the default viewable object
DefaultViewableModel - Class in com.citra.table
DefaultViewableModel is the default viewable model implementation.
DefaultViewableModel() - Constructor for class com.citra.table.DefaultViewableModel
Constructs a DefaultViewableModel.
definition - Variable in class com.citra.pivot.table.DerivedTableMeasure
the measure's definition
definition - Variable in class com.citra.pivot.table.StandardTableMeasure
the measure's definition
definition - Variable in class com.citra.table.db.DefaultDatabaseTableModel
the database definition.
definition - Variable in class com.citra.table.db.DistinctDatabaseTableModel
the database definition.
definition - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
the database definition.
delayed - Variable in class com.citra.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.citra.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.citra.table.span.SpanModelEvent
identifies a DELETE event.
DelimitedExportManager - Class in com.citra.table.io
DelimitedExportManager writes a table model in a delimited format.
DelimitedExportManager() - Constructor for class com.citra.table.io.DelimitedExportManager
Constructs a DelimitedExportManager with a comma (,) as the delimiter.
DelimitedExportManager(String) - Constructor for class com.citra.table.io.DelimitedExportManager
Constructs a DelimitedExportManager.
delimiter - Variable in class com.citra.table.io.DelimitedExportManager
the delimiter string
DerivedMeasureAggregator - Interface in com.citra.pivot.table
DerivedMeasureAggregator defines methods for aggregating the derived measures of a table datasource.
DerivedTableMeasure - Class in com.citra.pivot.table
DerivedTableMeasure represents a derived measure of a table datasource.
DESC - Static variable in class com.citra.pivot.olap.set.OrderSetSelection
descending sort
desc_label - Variable in class com.citra.filter.auto.AbstractAutoFilterPanel
the label for the description.
DESC_SORT - Static variable in class com.citra.pivot.olap.OlapSort
constant indicating that sorting will take place in descending order
desc_str - Variable in class com.citra.filter.auto.AbstractAutoFilterPanel
a string for the description at the top.
DESCENDANTS - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that all of the member's descendants are selected
DescendantsSetSelection - Class in com.citra.pivot.olap.set
DescendantsSetSelection is a selection that returns descendants of a given member.
DescendantsSetSelection() - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapSet) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapSet, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapSet, int, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapSet, OlapLevel) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapSet, OlapLevel, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(MemberSelection) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(MemberSelection, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(MemberSelection, int, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(MemberSelection, OlapLevel) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(MemberSelection, OlapLevel, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapMember) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapMember, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapMember, int, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapMember, OlapLevel) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(OlapMember, OlapLevel, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(SetSelection) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(SetSelection, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(SetSelection, int, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(SetSelection, OlapLevel) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
DescendantsSetSelection(SetSelection, OlapLevel, int) - Constructor for class com.citra.pivot.olap.set.DescendantsSetSelection
Constructs a DescendantsSetSelection.
description - Variable in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
the object's description
description - Variable in class com.citra.pivot.table.AbstractTableObject
the object's default description
deselect(int) - Method in class com.citra.table.TableAssistant
Unchecks the column with model index modelIndex from the column popup.
df - Variable in class com.citra.filter.DateVisualFilter
the dateformat instance that is used to format the current date shown on the textfield.
df - Variable in class com.citra.table.search.DateVisualSeeker
the dateformat instance that is used to format the current date shown on the textfield.
dialog - Variable in class com.citra.editors.DateEditor
the dialog component
dialog - Variable in class com.citra.filter.CustomPopupFilterHeaderModel
the dialog component.
dialog - Variable in class com.citra.filter.DateVisualFilter
the dialog that is invoked for inputting the date pattern
dialog - Variable in class com.citra.table.ColumnChooser
the column dialog
dialog - Variable in class com.citra.table.search.DateVisualSeeker
the dialog that is invoked for inputting the date pattern
dimension - Variable in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
the hierarchy's dimension
dimension - Variable in class com.citra.pivot.table.aggregator.MovingTotalAggregator
the dimension context
dimension - Variable in class com.citra.pivot.table.aggregator.RankAggregator
the dimension context
dimension - Variable in class com.citra.pivot.table.TableHierarchy
the hierarchy's dimension
DimensionList - Class in com.citra.pivot.olap.metadata
DimensionList is an olap list, containing OlapDimensions.
DimensionList() - Constructor for class com.citra.pivot.olap.metadata.DimensionList
Constructs a DimensionList.
DimensionList(OlapDimension) - Constructor for class com.citra.pivot.olap.metadata.DimensionList
Constructs a DimensionList.
DimensionList(Collection) - Constructor for class com.citra.pivot.olap.metadata.DimensionList
Constructs a DimensionList.
dimensions - Variable in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
the list of dimensions
dimensions - Variable in class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
the list of dimensions
dimensions - Variable in class com.citra.pivot.table.TableCube
the cube's dimensions
dimensions - Variable in class com.citra.pivot.table.TableSchema
the schema's dimensions
direction - Variable in class com.citra.common.gui.ArrowButton
The direction of the arrow.
direction - Variable in class com.citra.common.gui.ArrowIcon
the direction of the arrow.
direction - Variable in class com.citra.table.locked.LockedTableModelEvent
The direction - one of LockedTableModel's directions: TOP, BOTTOM, LEFT or RIGHT.
DirectoryTreeTable - Class in com.citra.treetable.dir
DirectoryTreeTable is a TreeTable subclass that displays a directory structure.
DirectoryTreeTable() - Constructor for class com.citra.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTable(int) - Constructor for class com.citra.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTable(DirectoryTreeTableModel) - Constructor for class com.citra.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTable(DirectoryTreeTableModel, int) - Constructor for class com.citra.treetable.dir.DirectoryTreeTable
Constructs a DirectoryTreeTable.
DirectoryTreeTableModel - Class in com.citra.treetable.dir
DirectoryTreeTableModel is the treetable model that can hold a directory structure.
DirectoryTreeTableModel() - Constructor for class com.citra.treetable.dir.DirectoryTreeTableModel
Creates a DirectoryTreeTableModel.
DirectoryTreeTableModel(File[]) - Constructor for class com.citra.treetable.dir.DirectoryTreeTableModel
Creates a DirectoryTreeTableModel.
DirectoryTreeTableModel(File) - Constructor for class com.citra.treetable.dir.DirectoryTreeTableModel
Creates a DirectoryTreeTableModel.
DISCARD_EDIT - Static variable in class com.citra.table.AdvancedJTable
an edit mode discarding edited values when the model changes
distance - Variable in class com.citra.pivot.olap.member.AncestorMemberSelection
the distance in the number of levels between the member and its ancestor
DistinctDatabaseTableModel - Class in com.citra.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.citra.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctDatabaseTableModel(Connection, String, String[], Class[]) - Constructor for class com.citra.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctDatabaseTableModel(Connection, String, DatabaseTableDefinition) - Constructor for class com.citra.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctDatabaseTableModel(Connection, String, TableModel) - Constructor for class com.citra.table.db.DistinctDatabaseTableModel
Constructs a DistinctDatabaseTableModel.
DistinctSetSelection - Class in com.citra.pivot.olap.set
DistinctSetSelection is a selection that returns the distinct tuples in a set.
DistinctSetSelection() - Constructor for class com.citra.pivot.olap.set.DistinctSetSelection
Constructs a DistinctSetSelection.
DistinctSetSelection(OlapSet) - Constructor for class com.citra.pivot.olap.set.DistinctSetSelection
Constructs a DistinctSetSelection.
DistinctSetSelection(SetSelection) - Constructor for class com.citra.pivot.olap.set.DistinctSetSelection
Constructs a DistinctSetSelection.
DndSupport - Class in com.citra.common.gui
The DndSupport support class enables drag and drop for a component.
DndSupport(Component) - Constructor for class com.citra.common.gui.DndSupport
Constructs a DndSupport.
doEdit(TableModelEvent, int) - Method in class com.citra.table.AdvancedJTable
Discards, commits or continues editing after a model update, according to the table's edit mode.
doEdit(TableModelEvent, int, int) - Method in class com.citra.table.AdvancedJTable
Discards, commits or continues editing after a model update, according to the edit mode, passed as parameter.
doEdit(TableModelEvent, int, int) - Method in class com.citra.treetable.TreeTable
Discards, commits or continues editing after a model update, according to the edit mode, passed as parameter.
doLayout() - Method in class com.citra.table.AdvancedJScrollPane
Causes this container to lay out its components.
doProcessMouseEvent(MouseEvent) - Method in class com.citra.table.AdvancedJTable
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseEvent(MouseEvent) - Method in class com.citra.table.AdvancedTableHeader
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseEvent(MouseEvent) - Method in class com.citra.treetable.TreeTable
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.citra.table.AdvancedJTable
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.citra.table.AdvancedTableHeader
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.citra.table.group.TreeTableHeader
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
doProcessMouseMotionEvent(MouseEvent) - Method in class com.citra.treetable.TreeTable
Processes mouse motion events, such as MouseEvent.MOUSE_DRAGGED.
DOUBLE - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing a double
DoubleFilter - Class in com.citra.filter
A filter for Double values.
DoubleFilter() - Constructor for class com.citra.filter.DoubleFilter
Constructs a DoubleFilter.
DoubleFilter(double) - Constructor for class com.citra.filter.DoubleFilter
Constructs a DoubleFilter.
doubleFormat - Variable in class com.citra.pivot.table.DefaultTableFormatter
the number format for double values
dragDropEnd(DragSourceDropEvent) - Method in class com.citra.common.gui.DndSupport
This method is invoked to signify that the Drag and Drop operation is complete.
dragEnter(DragSourceDragEvent) - Method in class com.citra.common.gui.DndSupport
Called as the cursor's hotspot enters a platform-dependent drop site.
dragEnter(DropTargetDragEvent) - Method in class com.citra.common.gui.DndSupport
Called while a drag operation is ongoing, when the mouse pointer enters the operable part of the drop site for the DropTarget registered with this listener.
dragExit(DragSourceEvent) - Method in class com.citra.common.gui.DndSupport
Called as the cursor's hotspot exits a platform-dependent drop site.
dragExit(DropTargetEvent) - Method in class com.citra.common.gui.DndSupport
Called while a drag operation is ongoing, when the mouse pointer has exited the operable part of the drop site for the DropTarget registered with this listener.
dragGestureRecognized(DragGestureEvent) - Method in class com.citra.common.gui.DndSupport
A DragGestureRecognizer has detected a platform-dependent drag initiating gesture and is notifying this listener in order for it to initiate the action for the user.
dragOver(DragSourceDragEvent) - Method in class com.citra.common.gui.DndSupport
Called as the cursor's hotspot moves over a platform-dependent drop site.
dragOver(DropTargetDragEvent) - Method in class com.citra.common.gui.DndSupport
Called when a drag operation is ongoing, while the mouse pointer is still over the operable part of the drop site for the DropTarget registered with this listener.
dragStarted(MouseEvent) - Method in class com.citra.common.gui.DndSupport
Called when a mouse button has been pressed on the component.
dragStarted(MouseEvent) - Method in class com.citra.pivot.olap.gui.HeaderDndSupport
Called when a mouse button has been pressed on the component.
dragStopped(MouseEvent) - Method in class com.citra.common.gui.DndSupport
Called when a mouse button has been released on the component.
dragStopped(MouseEvent) - Method in class com.citra.pivot.olap.gui.HeaderDndSupport
Called when a mouse button has been released on the component.
drill(OlapTableModel, TreePath, boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Performs a drill operation on the cell specified by the model and path.
DrillableOlapModel - Interface in com.citra.pivot.olap
DrillableOlapModel is a model with drilling capabilities.
DrillThroughSelection - Class in com.citra.pivot.olap.tab
DrillThroughSelection is a selection that performs a drillthrough operation on a single cell.
DrillThroughSelection() - Constructor for class com.citra.pivot.olap.tab.DrillThroughSelection
Constructs a DrillThroughSelection.
DrillThroughSelection(QuerySelection) - Constructor for class com.citra.pivot.olap.tab.DrillThroughSelection
Constructs a DrillThroughSelection.
drillTo(Object) - Method in interface com.citra.pivot.olap.DrillableOlapModel
Performs a drill at memberNode.
drop(DropTargetDropEvent) - Method in class com.citra.common.gui.DndSupport
Called when the drag operation has terminated with a drop on the operable part of the drop site for the DropTarget registered with this listener.
dropActionChanged(DragSourceDragEvent) - Method in class com.citra.common.gui.DndSupport
Called when the user has modified the drop gesture.
dropActionChanged(DropTargetDragEvent) - Method in class com.citra.common.gui.DndSupport
Called if the user has modified the current drop gesture.
DropSetSelection - Class in com.citra.pivot.olap.set
DropSetSelection is a selection that drops a named set on the server.
DropSetSelection() - Constructor for class com.citra.pivot.olap.set.DropSetSelection
Constructs a DropSetSelection.
DropSetSelection(String) - Constructor for class com.citra.pivot.olap.set.DropSetSelection
Constructs a DropSetSelection.
dynamicFilterTreeTableModel - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
An internal filter tree table model providing a filtered model according to the mode installed.
DynamicTreeMapReorder - Class in com.citra.treetable
DynamicTreeMapReorder is suitable when wrapping a DynamicTreeTableModel around a TreeTableModelMap, such as DefaultSortTreeTableModel or DefaultFilterTreeTableModel.
DynamicTreeMapReorder() - Constructor for class com.citra.treetable.DynamicTreeMapReorder
Creates a DynamicTreeMapReorder.
DynamicTreeMapReorder(TreeTable) - Constructor for class com.citra.treetable.DynamicTreeMapReorder
Creates a DynamicTreeMapReorder.
DynamicTreeTableModel - Class in com.citra.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.citra.treetable.DynamicTreeTableModel
DynamicTreeTableModel constructor comment.

E

edgesChanged(ChangeEvent) - Method in class com.citra.pivot.DefaultPivotTableModel
Notification that the edges (row and/or column header) of a pivot data model have changed.
edgesChanged(ChangeEvent) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Notification that the edges (row and/or column header) of a pivot data model have changed.
edgesChanged(ChangeEvent) - Method in interface com.citra.pivot.PivotDataModelListener
Notification that the edges (row and/or column header) of a pivot data model have changed.
editable - Variable in class com.citra.treetable.DefaultMutableTreeTableModel
boolean flag that determines whether the model is editable.
editCellAt(int, int, EventObject) - Method in class com.citra.table.AdvancedJTable
Programmatically starts editing the cell at row and column, if the cell is editable.
editCellAt(int, int, EventObject) - Method in class com.citra.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.citra.treetable.TreeTable
Programmatically starts editing the cell at row and column, if the cell is editable. To prevent the JTable from editing a particular table, column or cell value, return false from the isCellEditable method in the TableModel interface.
editingStopped(ChangeEvent) - Method in class com.citra.table.AdvancedJTable
Invoked when editing is finished.
editMode - Variable in class com.citra.table.AdvancedJTable
the edit mode that defines the behaviour of the table when its model changes
EmptySetSelection - Class in com.citra.pivot.olap.set
EmptySetSelection represents a set with no tuples.
EmptySetSelection() - Constructor for class com.citra.pivot.olap.set.EmptySetSelection
Constructs an EmptySetSelection.
END - Static variable in class com.citra.pivot.table.aggregator.MovingTotalAggregator
constant designating the last child in the level
ENDS_WITH - Static variable in class com.citra.filter.StringFilter
The mode that tests if a string ends with the supplied object.
EQ - Static variable in class com.citra.filter.ComparisonFilter
The comparison that tests if a value is equal to another.
EQUALS - Static variable in class com.citra.filter.StringFilter
The mode that tests for equality of the supplied object.
equals(Object) - Method in class com.citra.pivot.olap.axis.DefaultAxisSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.logical.IsAncestorSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.logical.IsMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.member.AncestorMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.member.CurrentMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.member.ItemMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.member.ParentMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.member.SelfMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.member.StrToMemberSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.AddCalculatedMembersSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.AllMembersSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.BottomCountSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.CreateSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.CrossSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.DescendantsSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.DistinctSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.DropSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.EmptySetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.ExceptSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.ExtractSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.FilterSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.GenerateSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.HierarchizeSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.IntersectSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.MembersSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.NamedRefSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.NamedSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.NonEmptySetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.OrderSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.SelfSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.SingleSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.TopCountSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.TupleSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.UnionSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.VisualTotalsSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.set.WhereSetSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.string.NameStringSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.tuple.DefaultTupleSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.tuple.ItemTupleSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.tuple.SelfTupleSelection
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class com.citra.pivot.olap.tuple.UnionTupleSelection
Indicates whether some other object is "equal to" this one.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.AverageFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.CountFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.FirstFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in interface com.citra.pivot.table.aggregator.Functions.Function
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.LastFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.MaxFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.MinFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.ScaledSumFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.SumFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Produces an aggregate from a list of values.
evaluate(List, OlapType) - Method in class com.citra.pivot.table.aggregator.Functions.WeightedSumFunction
Produces an aggregate from a list of values.
evenColor - Variable in class com.citra.renderers.DefaultRenderer
the background color for even rows
evenColor - Variable in class com.citra.table.styles.DefaultStyle
the background color for even rows
event - Variable in exception com.citra.table.ColumnModelVetoException
the table column model event responsible for the exception.
ExceptSetSelection - Class in com.citra.pivot.olap.set
ExceptSetSelection is a selection that removes tuples in a set from a second set.
ExceptSetSelection() - Constructor for class com.citra.pivot.olap.set.ExceptSetSelection
Constructs an ExceptSetSelection.
ExceptSetSelection(OlapSet, OlapSet) - Constructor for class com.citra.pivot.olap.set.ExceptSetSelection
Constructs an ExceptSetSelection.
ExceptSetSelection(SetSelection, OlapSet) - Constructor for class com.citra.pivot.olap.set.ExceptSetSelection
Constructs an ExceptSetSelection.
ExceptSetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.ExceptSetSelection
Constructs an ExceptSetSelection.
execute(OlapSelection) - Method in interface com.citra.pivot.olap.data.Connection
Evaluates the selection passed as argument and returns the result.
execute(OlapSelection) - Method in class com.citra.pivot.table.TableConnection
Evaluates the selection passed as argument and returns the result.
executeAxis(AxisSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a AxisSelection and returns the result as an AxisOlapSet.
executeCustom(CustomSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a CustomSelection and returns the result as an arbitray Java Object.
executeLogical(LogicalSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a LogicalSelection and returns the result as a Boolean.
executeMDX(String, OlapSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes an MDX statement and returns the result as an OlapCellSet.
executeMDXImpl(String, OlapSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes an MDX statement and returns the result as an OlapCellSet.
executeMDXImpl(String, OlapSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap4j.Olap4jResolver
Executes an MDX statement and returns the result as an OlapCellSet.
executeMember(MemberSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a MemberSelection and returns the result as an OlapMember.
executeQuery(QuerySelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a QuerySelection and returns the result as an OlapCellSet.
executeSelection(OlapSelection, Connection) - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Executes the selection using the supplied connection object.
executeSet(SetSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a SetSelection and returns the result as an OlapSet.
executeSet(SetSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap4j.Olap4jResolver
Executes a SetSelection and returns the result as an OlapSet.
executeString(StringSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a StringSelection and returns the result as a String.
executeTabular(TabularSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a TabularSelection and returns the result as a TabularSet.
executeTabular(TabularSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap4j.Olap4jResolver
Executes a TabularSelection and returns the result as a TabularSet.
executeTuple(TupleSelection, Connection, MDXDataSource) - Method in class com.citra.pivot.olap.mdx.MDXResolver
Executes a TupleSelection and returns the result as an OlapTuple.
expandAll() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Convenience method to expand all columns.
expandAll() - Method in class com.citra.treetable.TreeTableModelAdapter
Convenience method to expand all rows.
expandedIcon - Variable in class com.citra.pivot.DefaultPivotRowHeaderRenderer
the expanded icon
expansionControl - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
a rectangle that holds the bounds of the expansion control
expansionFrame - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
a rectangle that holds the bounds of the expansion frame
ExportManager - Interface in com.citra.table.io
An interface for writing a table model to an outputstream and/or a writer.
expression - Variable in class com.citra.filter.DateVisualFilter
a textfield used to show and input the date pattern.
expression - Variable in class com.citra.filter.NumericalVisualFilter
a textfield used to input the number.
expression - Variable in class com.citra.filter.StringVisualFilter
a textfield used to input the string expression.
expression - Variable in class com.citra.pivot.olap.member.StrToMemberSelection
a string representing the member to return
expression - Variable in class com.citra.table.search.DateVisualSeeker
a textfield used to show and input the date pattern.
expression - Variable in class com.citra.table.search.NumericalVisualSeeker
a textfield used to input the number.
expression - Variable in class com.citra.table.search.StringVisualSeeker
a textfield used to input the string expression.
expressionBox - Variable in class com.citra.filter.DateVisualFilter
the combo box populated with the available filter values
expressionBox - Variable in class com.citra.filter.NumericalVisualFilter
the combo box populated with the available filter values
expressionBox - Variable in class com.citra.filter.StringVisualFilter
the combo box populated with the available filter values
extractColumn - Variable in class com.citra.pivot.table.context.SingleColumnContext
the column in the table model that is used to extract the member value
extractMembers(OlapSet) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves the members from a set.
extractMembers(OlapSet, int, boolean) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves the members from a set.
extractMembers(OlapSet, int) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves the members from a set.
extractMembers(SetSelection, Connection) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves the members from a set selection.
extractMemberValue(List) - Method in class com.citra.pivot.table.context.DateColumnContext
Extracts a member value from a row that corresponds to the underlying table model.
extractMemberValue(List) - Method in class com.citra.pivot.table.context.QuarterContext
Extracts a member value from a row that corresponds to the underlying table model.
extractMemberValue(List) - Method in class com.citra.pivot.table.context.SingleColumnContext
Extracts a member value from a row that corresponds to the underlying table model.
extractMemberValue(List) - Method in class com.citra.pivot.table.context.SingleGroupContext
Extracts a member value from a row that corresponds to the underlying table model.
extractMemberValue(List) - Method in interface com.citra.pivot.table.TableContext
Extracts a member value from a row that corresponds to the underlying table model.
ExtractSetSelection - Class in com.citra.pivot.olap.set
ExtractSetSelection is a selection that selects only members from certain hierarchies.
ExtractSetSelection() - Constructor for class com.citra.pivot.olap.set.ExtractSetSelection
Constructs an ExtractSetSelection.
ExtractSetSelection(SetSelection, OlapHierarchy) - Constructor for class com.citra.pivot.olap.set.ExtractSetSelection
Constructs an ExtractSetSelection.
ExtractSetSelection(SetSelection, List) - Constructor for class com.citra.pivot.olap.set.ExtractSetSelection
Constructs an ExtractSetSelection.
extractValue(List, TableMeasure) - Method in class com.citra.pivot.table.DefaultTableLeafAggregator
Extracts the values that will be aggregated for a given measure.
extractValue(List, TableMeasure) - Method in interface com.citra.pivot.table.TableLeafAggregator
Extracts the values that will be aggregated for a given measure.

F

factories - Variable in class com.citra.table.AdvancedTableHeader
a list of factories
factory - Variable in class com.citra.table.GroupTableHeader
a factory for creating new table cell renderer components.
fetchChildren(Object, int, int) - Method in interface com.citra.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.citra.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.citra.treetable.db.DefaultDatabaseTreeTableModel
Retrieves the sql statement for the fetchChildren method.
fetchGroupCount(Object) - Method in interface com.citra.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.citra.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.citra.treetable.db.DefaultDatabaseTreeTableModel
Retrieves the sql statement for the fetchGroupCount method.
fetchGroups(Object, int, int) - Method in interface com.citra.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.citra.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.citra.treetable.db.DefaultDatabaseTreeTableModel
A utility method to fetch group values from the database.
fetchGroupsStatement(Object, int, int, String[]) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Retrieves the sql statement for the fetchGroups method.
fieldBox - Variable in class com.citra.filter.FilterTablePanel
a combobox that contains the fields that we are able to filter.
fieldBox - Variable in class com.citra.table.search.SearchTablePanel
a combobox that contains the columns that we are able to search.
fieldBoxOptions - Variable in class com.citra.filter.BooleanVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.citra.filter.DateVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.citra.filter.NumericalVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.citra.filter.StringVisualFilter
a combobox containing the filter options.
fieldBoxOptions - Variable in class com.citra.table.search.BooleanVisualSeeker
a combobox containing the search options.
fieldBoxOptions - Variable in class com.citra.table.search.DateVisualSeeker
a combobox containing the search options.
fieldBoxOptions - Variable in class com.citra.table.search.NumericalVisualSeeker
a combobox containing the search options.
fieldBoxOptions - Variable in class com.citra.table.search.StringVisualSeeker
a combobox containing the search options.
fieldLabel - Variable in class com.citra.filter.FilterTablePanel
a label showing the current filter column field
fields - Variable in class com.citra.pivot.table.context.DateColumnContext.DateContext
the field values strored in an int array
FileRow - Class in com.citra.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.citra.treetable.dir.FileRow
Constructs a FileRow object.
FileRowCellRenderer - Class in com.citra.treetable.dir
FileRowCellRenderer is a table cell renderer that displays both text and an icon on a table cell.
FileRowCellRenderer() - Constructor for class com.citra.treetable.dir.FileRowCellRenderer
Creates a FileRowCellRenderer.
FileRowComparator - Class in com.citra.treetable.dir
FileRowComparator compares two FileRow objects by using their file attribute.
FileRowComparator() - Constructor for class com.citra.treetable.dir.FileRowComparator
Creates a FileRowComparator.
fillColor - Variable in class com.citra.component.PartialIcon
the rectangle's fill color
filter(ListTableModel, Object) - Method in class com.citra.filter.AndTableFilter
The AND operation.
filter(TableModel, int) - Method in class com.citra.filter.AndTableFilter
The AND operation.
Filter - Class in com.citra.filter
This abstract class defines a filter.
Filter() - Constructor for class com.citra.filter.Filter
Creates a Filter object that will not accept null values.
filter(ListTableModel, Object) - Method in class com.citra.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.citra.filter.ListTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(ListTableModel, Object) - Method in class com.citra.filter.NotTableFilter
The NEGATION operation.
filter(TableModel, int) - Method in class com.citra.filter.NotTableFilter
The NEGATION operation.
filter(ListTableModel, Object) - Method in class com.citra.filter.OrTableFilter
The OR operation.
filter(TableModel, int) - Method in class com.citra.filter.OrTableFilter
The OR operation.
filter - Variable in class com.citra.filter.TableFilter
The filter being used.
filter(ListTableModel, Object) - Method in class com.citra.filter.TableFilter
Decides whether a particular row of a JTable will be filtered.
filter(TableModel, int) - Method in class com.citra.filter.TableFilter
Decides whether a particular row of a JTable will be filtered.
filter(ListTableModel, Object) - Method in class com.citra.filter.tree.NodeTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(TableModel, int) - Method in class com.citra.filter.tree.NodeTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(ListTableModel, Object) - Method in class com.citra.filter.ValuesTableFilter
Decides whether a particular row of a JTable will be filtered.
filter(TableModel, int) - Method in class com.citra.filter.ValuesTableFilter
Decides whether a particular row of a JTable will be filtered.
filter - Variable in class com.citra.pivot.olap.data.DefaultCellSet
the cursor for the filter axis
filter(ListTableModel, Object) - Method in class com.citra.table.group.TableColumnFilter
Decides whether a particular row of a JTable will be filtered. An alternative to this method is filter(TableModel m, int rowIndex).
filter(TableModel, int) - Method in class com.citra.table.group.TableColumnFilter
Decides whether a particular row of a JTable will be filtered. This method is presented as an alternative to filter(ListTableModel ltm, Object o).
filter - Variable in class com.citra.table.search.TableSearch
The filter being used.
FILTER_OPTION - Static variable in class com.citra.treetable.dir.DirectoryTreeTable
int mask that defines filtering
FILTER_TYPE - Static variable in class com.citra.pivot.olap.OlapDefinition
constant indicating a filter area assignment
filterButton - Variable in class com.citra.filter.FilterTablePanel
a button that when clicked, fires the filter event.
filterCancelled() - Method in interface com.citra.filter.tree.ColumnFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.citra.filter.tree.LevelFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.citra.filter.tree.NodeFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterCancelled() - Method in class com.citra.table.group.ColumnNodeFilterMapper
Cancels the action of previously showing available filter expressions to the user.
filterClasses - Variable in class com.citra.filter.auto.JAutoFilter
a storage for associating filtered object classes versus AutoFilterPanel classes
FilterConverter - Interface in com.citra.filter
FilterConverter provides support for custom (subclasses) filters and tablefilters.
filterData() - Method in class com.citra.table.FilterTableModel
Filters the data of the table.
filteredColor - Variable in class com.citra.filter.DefaultFilterRenderer
the color of the arrow for a column that has filters
filteredColor - Variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
the color of the arrow for a column that has filters
filterHeader - Variable in class com.citra.filter.FilterHeaderModel
The header that is installed on the table.
filterHeader - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
The header that is installed on the table.
FilterHeaderCallback - Interface in com.citra.filter
This interface defines a method that is called when a mouse event is detected on the table's header.
FilterHeaderModel - Class in com.citra.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.citra.filter.FilterHeaderModel
Constructs a FilterHeaderModel.
filterIterator() - Method in class com.citra.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.citra.filter.DateVisualFilter
the label between the filter options combo box and the expression
filterLabel - Variable in class com.citra.filter.NumericalVisualFilter
the label between the filter options combo box and the expression
filterLabel - Variable in class com.citra.filter.StringVisualFilter
the label between the filter options combo box and the expression
filterListenerList - Variable in class com.citra.treetable.DefaultFilterTreeTableModel
the list of filter treemodel listeners.
FilterListModel - Interface in com.citra.table
This interface defines a method for retrieving the unfiltered tablemodel that the FilterListModel filters.
filterMode - Variable in class com.citra.filter.FilterHeaderModel
The mode that is being employed to populate the available filter expressions.
filterMode - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
The mode that is being employed to populate the available filter expressions.
filterMode - Variable in class com.citra.treetable.DefaultFilterTreeTableModel
the current filter mode
filterModel - Variable in class com.citra.filter.FilterHeaderModel
The filtermodel that will be used to propagate the filter events.
FilterModel - Class in com.citra.filter
FilterModel defines the methods that will be used by objects that will normally filter the data of tables.
FilterModel() - Constructor for class com.citra.filter.FilterModel
Creates a FilterModel object.
filterModel - Variable in class com.citra.filter.FilterTablePanel
the filter model of the FilterTablePanel that forwards filter notification events to the listeners (normally a FilterTableModel).
filterModel - Variable in class com.citra.filter.VisualFilter
the filter model
FilterModelEvent - Class in com.citra.event
An event used to filter the rows of a JTable.
FilterModelEvent(Object, TableFilter) - Constructor for class com.citra.event.FilterModelEvent
Constructs a FilterModelEvent object.
FilterModelListener - Interface in com.citra.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.citra.filter.FilterModel
The listenerlist of FilterModelListeners.
filterOn - Variable in class com.citra.filter.FilterTablePanel
a checkbox that shows if the filter displayed is active or not.
FilterRenderer - Interface in com.citra.filter
FilterRenderer defines methods for displaying a filterable header component and also for determining the start of a filter action on a column.
filterRenderer - Variable in class com.citra.filter.PopupFilterHeaderModel
the filter renderer displaying the filterable header component
filtersCleared() - Method in interface com.citra.event.FilterTreeTableModelListener
Called whenever all table filters of a FilterTreeTableModel were removed.
FilterSetSelection - Class in com.citra.pivot.olap.set
FilterSetSelection is a selection that returns members from a set according to a logical condition.
FilterSetSelection() - Constructor for class com.citra.pivot.olap.set.FilterSetSelection
Constructs a FilterSetSelection.
FilterSetSelection(SetSelection, LogicalSelection) - Constructor for class com.citra.pivot.olap.set.FilterSetSelection
Constructs a FilterSetSelection.
FilterTableHeader - Class in com.citra.filter
FilterTableHeader overrides processMouseEvent in order to forward all mouse events, generated on the header, to the callback instance.
FilterTableHeader() - Constructor for class com.citra.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableHeader(FilterHeaderCallback) - Constructor for class com.citra.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableHeader(TableColumnModel) - Constructor for class com.citra.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableHeader(TableColumnModel, FilterHeaderCallback) - Constructor for class com.citra.filter.FilterTableHeader
Constructs a new FilterTableHeader.
FilterTableModel - Class in com.citra.table
FilterTableModel offers filtering capabilities to a table.
FilterTableModel(ListTableModel) - Constructor for class com.citra.table.FilterTableModel
Constructs a FilterTableModel having tableModel as the underlying ListTableModel holding the tabular data.
FilterTablePanel - Class in com.citra.filter
FilterTablePanel is a panel through which filter events are propagated to a FilterTableModel.
FilterTablePanel(String[]) - Constructor for class com.citra.filter.FilterTablePanel
Constructs a FilterTablePanel with fields as the fields that we are able to filter.
FilterTablePanel(String[], Class[]) - Constructor for class com.citra.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.citra.filter.FilterTablePanel
Constructs a FilterTablePanel by quering tableModel for the filtering fields and the corresponding classes.
FilterTreeRenderer - Interface in com.citra.filter.tree
FilterTreeRenderer defines methods for displaying a filterable tree header component and also for determining the start of a filter action on a column.
filterTreeTableModel - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
The FilterTreeTableModel that will be used to process the filter events.
FilterTreeTableModel - Interface in com.citra.treetable
FilterTreeTableModel is an interface that a treetable model with filtering capabilities should implement.
FilterTreeTableModelEvent - Class in com.citra.event
An event that is sent whenever filters of a FilterTreeTableModel are added or removed.
FilterTreeTableModelEvent(FilterTreeTableModel, TableFilter, int) - Constructor for class com.citra.event.FilterTreeTableModelEvent
Constructs a FilterTreeTableModelEvent object.
FilterTreeTableModelEvent(FilterTreeTableModel, TableFilter, Object) - Constructor for class com.citra.event.FilterTreeTableModelEvent
Constructs a FilterTreeTableModelEvent object.
FilterTreeTableModelListener - Interface in com.citra.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.citra.filter.tree.ColumnFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.citra.filter.tree.LevelFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.citra.filter.tree.NodeFilterMapper
Method called when available filter expressions are made available to the user.
filterVisible(int, CheckBoxTree, TreeTableModel, TreeTable) - Method in class com.citra.table.group.ColumnNodeFilterMapper
Method called when available filter expressions are made available to the user.
findCubeByName(OlapSchema, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a cube by name within a schema.
findDimensionByID(OlapCube, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a dimension by id within a cube.
findDimensionByName(OlapCube, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a dimension by name within a cube.
findHierarchyByID(OlapCube, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a hierarchy by id within a cube.
findHierarchyByID(OlapDimension, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a hierarchy by id within a dimension.
findHierarchyByID(OlapSchema, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a hierarchy by id within a schema.
findHierarchyByName(OlapCube, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a hierarchy by name within a cube.
findHierarchyByName(OlapDimension, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a hierarchy by name within a dimension.
findLabel - Variable in class com.citra.table.search.AbstractSearchPanel
the find label
findLevelByID(OlapHierarchy, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a level by id within a hierarchy.
findLevelByID(OlapDimension, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a level by id within a dimension.
findLevelByName(OlapHierarchy, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a level by name within a hierarchy.
findLevelByName(OlapDimension, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a level by name within a dimension.
findMeasureByName(OlapCube, String) - Static method in class com.citra.pivot.olap.OlapUtils
Finds a measure by name within a cube.
findTreeNode(Object, int) - Method in class com.citra.treetable.ComparableTreeTableModel
Returns the tree node that is found to be equal to comparison at the specified level.
fireApplyFilter(FilterModelEvent) - Method in class com.citra.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.citra.treetable.DefaultFilterTreeTableModel
Notifies listeners that a filter has been assigned at a node level.
fireApplyNodeFilter(FilterTreeTableModelEvent) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Notifies listeners that a filter has been assigned at a node.
fireClearFilters() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Notifies listeners that all filters have been removed.
fireColumnAdded(TableColumnModelEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnAdded(TableColumnModelEvent) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnMarginChanged() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnMoved(TableColumnModelEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnRemoved(TableColumnModelEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnRemoved(TableColumnModelEvent) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnSelectionChanged(ListSelectionEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notify all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Notifies all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.citra.table.group.TreeTableColumnModelMap
Notifies all listeners that have registered interest for notification on this event type.
fireColumnsInvalidated() - Method in class com.citra.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireColumnWillBeAdded(TableColumnModelEvent) - Method in class com.citra.table.DefaultVetoableColumnModel
Notifies 'veto' listeners that a table column is about to be added.
fireColumnWillBeAdded(TableColumnModelEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notifies 'veto' listeners that a table column is about to be added.
fireColumnWillBeMoved(TableColumnModelEvent) - Method in class com.citra.table.DefaultVetoableColumnModel
Notifies 'veto' listeners that a table column is about to be moved.
fireColumnWillBeMoved(TableColumnModelEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notifies 'veto' listeners that a table column is about to be moved.
fireColumnWillBeRemoved(TableColumnModelEvent) - Method in class com.citra.table.DefaultVetoableColumnModel
Notifies 'veto' listeners that a table column is about to be removed.
fireColumnWillBeRemoved(TableColumnModelEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Notifies 'veto' listeners that a table column is about to be removed.
fireDataChanged() - Method in class com.citra.pivot.AbstractPivotDataModel
Notifies listeners that the data of the pivot model have changed.
fireEdgesChanged() - Method in class com.citra.pivot.AbstractPivotDataModel
Notifies listeners that the row and/or column headers of the model have changed.
fireEditingCanceled() - Method in class com.citra.editors.DateEditor
Notifies all listeners that have registered interest for notification on this event type.
fireEditingStopped() - Method in class com.citra.editors.DateEditor
Notifies all listeners that have registered interest for notification on this event type.
fireFilter() - Method in class com.citra.filter.DateVisualFilter
Generates and forwards a filter event to the listeners of the filter model.
fireFilter() - Method in class com.citra.filter.NumericalVisualFilter
Generates and forwards a filter event to the listeners of the filter model.
fireFilter() - Method in class com.citra.filter.StringVisualFilter
Generates and forwards a filter event to the listeners of the filter model.
fireFilter() - Method in class com.citra.filter.VisualFilter
Generates and forwards a filter event to the listeners of the filter model.
fireGroupColumnsInserted(GroupTableColumnModelEvent) - Method in class com.citra.table.DefaultGroupTableColumnModel
Notifies listeners that a group column has been added to the model.
fireGroupColumnsRemoved(GroupTableColumnModelEvent) - Method in class com.citra.table.DefaultGroupTableColumnModel
Notifies listeners that a group column has been removed from the model.
fireLockedChanged(LockedTableModelEvent) - Method in class com.citra.table.locked.DefaultLockedTableModel
Notifies listeners that the number of lockable rows/columns has changed.
fireRemoteAction(int) - Method in class com.citra.table.remote.DefaultRemoteTableModel
Notifies listeners of this RemoteTableModel's status.
fireRemoteAction(int) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Notifies listeners of this RemoteTreeTableModel's status.
fireRemoteActionStarted(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Notifies listeners that have registered for a STARTED event type.
fireRemoteActionStopped(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Notifies listeners that have registered for a STOPPED event type.
fireRowsMapped(int[]) - Method in class com.citra.table.ListTableMap
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.citra.table.ObjectTableModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in interface com.citra.table.ReorderModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.citra.table.TableMap
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.citra.treetable.DynamicTreeTableModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.citra.treetable.MutableTreeTableModel
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsMapped(int[]) - Method in class com.citra.treetable.TreeTableModelMap
Notifies listeners that the rows of the table have been reordered according to the changedIndices map.
fireRowsReordered(ReorderEvent) - Method in class com.citra.table.ListTableMap
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.citra.table.ObjectTableModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in interface com.citra.table.ReorderModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.citra.table.TableMap
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.citra.treetable.DynamicTreeTableModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.citra.treetable.MutableTreeTableModel
Notifies listeners that the rows of the table have been reordered in some way.
fireRowsReordered(ReorderEvent) - Method in class com.citra.treetable.TreeTableModelMap
Notifies listeners that the rows of the table have been reordered in some way.
fireSearch() - Method in class com.citra.table.search.VisualSeeker
Generates and forwards a search model event to the listeners of the search model.
fireSpanCellDeleted(CellSpan) - Method in class com.citra.table.span.AbstractSpanModel
Notifies listeners that a cell span has been removed.
fireSpanCellInserted(CellSpan) - Method in class com.citra.table.span.AbstractSpanModel
Notifies listeners that a cell span has been inserted.
fireSpanCellsUpdated(CellSpan) - Method in class com.citra.table.span.AbstractSpanModel
Notifies listeners that a table's area defined by cellSpan has been updated.
fireSpanChanged(SpanModelEvent) - Method in class com.citra.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.citra.table.span.AbstractSpanModel
Notifies listeners that the table's cell spans have been updated.
fireTableCellUpdated(int, int) - Method in interface com.citra.table.ListTableModel
Notify all listeners that the value of the cell at (row, column) has been updated.
fireTableChanged(TableModelEvent) - Method in class com.citra.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.citra.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.citra.table.db.DefaultCrosstabTableModel
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableChanged(TableModelEvent) - Method in interface com.citra.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.citra.treetable.TreeTableModelAdapter
Forwards the given notification event to all TableModelListeners that registered themselves as listeners for this table model.
fireTableDataChanged() - Method in interface com.citra.table.ListTableModel
Notify all listeners that all cell values in the table's rows may have changed.
fireTableRowsDeleted(int, int) - Method in interface com.citra.table.ListTableModel
Notify all listeners that rows in the (inclusive) range [firstRow, lastRow] have been deleted.
fireTableRowsInserted(int, int) - Method in interface com.citra.table.ListTableModel
Notify all listeners that rows in the (inclusive) range [firstRow, lastRow] have been inserted.
fireTableRowsUpdated(int, int) - Method in interface com.citra.table.ListTableModel
Notify all listeners that rows in the (inclusive) range [firstRow, lastRow] have been updated.
fireTableStructureChanged() - Method in interface com.citra.table.ListTableModel
Notify all listeners that the table's structure has changed.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class com.citra.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.citra.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class com.citra.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.citra.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class com.citra.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.citra.table.group.TreeTableColumnModelMask
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class com.citra.treetable.AbstractTreeTableModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeTableStructureChanged(boolean) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fireTreeTableStructureChanged(boolean) - Method in class com.citra.table.group.TreeTableColumnModelMask
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fireTreeTableStructureChanged() - Method in class com.citra.treetable.AbstractTreeTableModel
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
fireTreeTableStructureChanged(boolean) - Method in class com.citra.treetable.AbstractTreeTableModel
Generates an event that notifies listeners that the whole treetable structure has changed: both row and column data.
FIRST_ROW - Static variable in class com.citra.table.ListRowHeader
constant indicating that the first row only will be used in order to compute the row header's width
FirstValueAggregator - Class in com.citra.pivot.table.aggregator
FirstValueAggregator is the aggregator that selects the first non-null value it finds as the aggregate value.
FirstValueAggregator() - Constructor for class com.citra.pivot.table.aggregator.FirstValueAggregator
Constructs a FirstValueAggregator.
fixedRowHeight - Variable in class com.citra.table.span.SpanDrawer
flag that indicates whether the drawer will assume that the table has a fixed row height
flag - Variable in class com.citra.pivot.olap.set.DescendantsSetSelection
an int showing the descendant selection algorithm
flip() - Method in class com.citra.table.SortState
Flips the sorting order of the SortState.
FloatFilter - Class in com.citra.filter
A filter for Float values.
FloatFilter() - Constructor for class com.citra.filter.FloatFilter
Constructs a FloatFilter.
FloatFilter(float) - Constructor for class com.citra.filter.FloatFilter
Constructs a FloatFilter.
font - Variable in class com.citra.pivot.PivotStyle
the font
fontStyle - Variable in class com.citra.pivot.PivotStyle
the font's style
Footer - Interface in com.citra.tree
This interface defines the place and number of FooterRows to add to a TreeTableModel.
footer - Variable in class com.citra.tree.TreeTableModel
the footer object
footer - Variable in class com.citra.treetable.DynamicTreeTableModel
the footer object
Footer - Interface in com.citra.treetable
This interface defines the place and number of FooterRows to add to a DynamicTreeTableModel.
footerIndex - Variable in class com.citra.tree.FooterRow
the order with which the FooterRow was added to the TreeTable.
footerIndex - Variable in class com.citra.treetable.FooterRow
the order with which the FooterRow was added to the TreeTable.
FooterRow - Class in com.citra.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.citra.tree.FooterRow
Constructs a FooterRow object.
FooterRow - Class in com.citra.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.citra.treetable.FooterRow
Constructs a FooterRow object.
foreground - Variable in class com.citra.pivot.PivotStyle
the foreground color
format - Variable in class com.citra.pivot.table.context.DateColumnContext
the date format
format(Object, TableMeasure, Locale) - Method in class com.citra.pivot.table.DefaultTableFormatter
Evaluates the string representation of a value, given its measure and a locale.
format(Object, TableMeasure, Locale) - Method in interface com.citra.pivot.table.TableFormatter
Evaluates the string representation of a value, given its measure and a locale.
format(TableModel, int, int) - Method in class com.citra.table.io.DelimitedExportManager
Returns the value of a specified cell as a string.
format(TableModel, int, int) - Method in class com.citra.table.io.XMLExportManager
Returns the value of a specified cell as a string.
formatHeader(String) - Method in class com.citra.table.io.DelimitedExportManager
Returns a formatted string of a table's column name.
formatHeader(String) - Method in class com.citra.table.io.XMLExportManager
Returns a formatted string of a table's column name.
formattedValue - Variable in class com.citra.pivot.olap.data.DefaultOlapCell
the cell's formatted value
formattedValuesByMeasure - Variable in class com.citra.pivot.olap.OlapCellRenderer
a map that contains boolean flags vs olap measures
formatter - Variable in class com.citra.renderers.DateRenderer
The date format instance
formatter - Variable in class com.citra.renderers.PopupRenderer
The dateformat instance
foundBackgroundColor - Variable in class com.citra.table.search.AbstractSearchPanel
the found background color
foundForegroundColor - Variable in class com.citra.table.search.AbstractSearchPanel
the found foreground color
fromColumn - Variable in class com.citra.table.search.SearchModelEvent
the starting column
fromRow - Variable in class com.citra.table.search.SearchModelEvent
the starting row
fromString(String) - Method in class com.citra.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.citra.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.citra.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.citra.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.citra.filter.NumberFilter
Parses the supplied string to a Number and returns a boolean indicating if the parsing was successful.
function - Variable in class com.citra.pivot.table.DefaultTableLeafAggregator
the aggregate function
functionDefinition - Variable in class com.citra.table.db.DefaultCrosstabTableModel
the database definition for the function columns.
Functions - Class in com.citra.pivot.table.aggregator
Utility class that contains common functions singletons and function calls for aggregating data.
Functions.AverageFunction - Class in com.citra.pivot.table.aggregator
The average function.
Functions.AverageFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.AverageFunction
Constructs an AverageFunction.
Functions.AverageFunction(boolean) - Constructor for class com.citra.pivot.table.aggregator.Functions.AverageFunction
Constructs an AverageFunction.
Functions.CountFunction - Class in com.citra.pivot.table.aggregator
The count function.
Functions.CountFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.CountFunction
Constructs a CountFunction.
Functions.CountFunction(boolean) - Constructor for class com.citra.pivot.table.aggregator.Functions.CountFunction
Constructs a CountFunction.
Functions.FirstFunction - Class in com.citra.pivot.table.aggregator
The first function.
Functions.FirstFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.FirstFunction
Constructs a FirstFunction.
Functions.FirstFunction(boolean) - Constructor for class com.citra.pivot.table.aggregator.Functions.FirstFunction
Constructs a FirstFunction.
Functions.Function - Interface in com.citra.pivot.table.aggregator
Function defines a method for evaluating an aggregate given a list of values.
Functions.LastFunction - Class in com.citra.pivot.table.aggregator
This is the last function.
Functions.LastFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.LastFunction
Constructs a LastFunction.
Functions.LastFunction(boolean) - Constructor for class com.citra.pivot.table.aggregator.Functions.LastFunction
Constructs a LastFunction.
Functions.MaxFunction - Class in com.citra.pivot.table.aggregator
The max function.
Functions.MaxFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.MaxFunction
 
Functions.MinFunction - Class in com.citra.pivot.table.aggregator
The min function.
Functions.MinFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.MinFunction
 
Functions.ScaledSumFunction - Class in com.citra.pivot.table.aggregator
The scaled sum function.
Functions.ScaledSumFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.ScaledSumFunction
Constructs a ScaledSumFunction.
Functions.ScaledSumFunction(List) - Constructor for class com.citra.pivot.table.aggregator.Functions.ScaledSumFunction
Constructs a ScaledSumFunction.
Functions.SumFunction - Class in com.citra.pivot.table.aggregator
The sum function.
Functions.SumFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.SumFunction
 
Functions.WeightedAverageFunction - Class in com.citra.pivot.table.aggregator
The weighted average function.
Functions.WeightedAverageFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Constructs a WeightedAverageFunction.
Functions.WeightedAverageFunction(boolean) - Constructor for class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Constructs a WeightedAverageFunction.
Functions.WeightedAverageFunction(List) - Constructor for class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Constructs a WeightedAverageFunction.
Functions.WeightedAverageFunction(List, boolean) - Constructor for class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Constructs a WeightedAverageFunction.
Functions.WeightedSumFunction - Class in com.citra.pivot.table.aggregator
The weighted sum function.
Functions.WeightedSumFunction() - Constructor for class com.citra.pivot.table.aggregator.Functions.WeightedSumFunction
Constructs a WeightedSumFunction.
Functions.WeightedSumFunction(List) - Constructor for class com.citra.pivot.table.aggregator.Functions.WeightedSumFunction
Constructs a WeightedSumFunction.

G

GE - Static variable in class com.citra.filter.ComparisonFilter
The comparison that tests if a value is more or equal to another.
generalComparator() - Static method in class com.citra.comparators.Comparators
Returns a general comparator.
GeneralComparator - Class in com.citra.comparators
GeneralComparator compares two objects that implement the Comparable interface.
GeneralComparator() - Constructor for class com.citra.comparators.GeneralComparator
 
GenerateSetSelection - Class in com.citra.pivot.olap.set
GenerateSetSelection is a selection that starts an iteration in a query.
GenerateSetSelection() - Constructor for class com.citra.pivot.olap.set.GenerateSetSelection
Constructs a GenerateSetSelection.
GenerateSetSelection(OlapSet, OlapSet) - Constructor for class com.citra.pivot.olap.set.GenerateSetSelection
Constructs a GenerateSetSelection.
GenerateSetSelection(SetSelection, OlapSet) - Constructor for class com.citra.pivot.olap.set.GenerateSetSelection
Constructs a GenerateSetSelection.
GenerateSetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.GenerateSetSelection
Constructs a GenerateSetSelection.
GenerateSetSelection(SetSelection, SetSelection, boolean) - Constructor for class com.citra.pivot.olap.set.GenerateSetSelection
Constructs a GenerateSetSelection.
GenericAutoFilterPanel - Class in com.citra.filter.auto
GenericAutoFilterPanel is suitable for filtering objects other than strings, dates, booleans or numbers.
GenericAutoFilterPanel() - Constructor for class com.citra.filter.auto.GenericAutoFilterPanel
Constructs a new GenericAutoFilterPanel.
GenericAutoFilterPanel(String) - Constructor for class com.citra.filter.auto.GenericAutoFilterPanel
Constructs a new GenericAutoFilterPanel.
GenericVisualFilter - Class in com.citra.filter
GenericVisualFilter is a VisualFilter suitable for filtering Objects other than Strings, Numbers, Boolean and Dates.
GenericVisualFilter() - Constructor for class com.citra.filter.GenericVisualFilter
Creates a new GenericVisualFilter.
get(Object) - Method in class com.citra.table.cache.AbstractTableCache
Retrieves a value from the cache.
get(Object) - Method in class com.citra.table.cache.AbstractTreeTableCache
Retrieves a value from the cache.
get(Object) - Method in interface com.citra.table.cache.Cache
Retrieves a value from the cache.
get(Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Retrieves a value from the cache.
get(Object) - Method in class com.citra.treetable.db.AbstractGroupCache
Retrieves a value from the cache.
getAcceptedIndexes() - Method in class com.citra.filter.ListTableFilter
Retrieves the row indexes that this table filter will allow.
getAcceptNull() - Method in class com.citra.filter.Filter
Returns true if the filter should let null values pass through.
getAdapter(TreePath) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Returns the adapter at the specified tree path.
getAdapter(TreePath) - Method in class com.citra.pivot.DefaultPivotRowAdapter
Returns the adapter at the specified tree path.
getAdapter(TreePath) - Method in interface com.citra.pivot.PivotColumnAdapter
Returns the adapter at the specified tree path.
getAdapter(TreePath) - Method in interface com.citra.pivot.PivotRowAdapter
Returns the adapter at the specified tree path.
getAdapterDepth() - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Retrieves the maximum number of adapters beneath this one.
getAdapterDepth() - Method in class com.citra.pivot.DefaultPivotRowAdapter
Retrieves the maximum number of adapters beneath this one.
getAdapterDepth() - Method in interface com.citra.pivot.PivotColumnAdapter
Retrieves the maximum number of adapters beneath this one.
getAdapterDepth() - Method in interface com.citra.pivot.PivotRowAdapter
Retrieves the maximum number of adapters beneath this one.
getAdapterLevel(TableColumn) - Method in class com.citra.pivot.PivotTableHeader
Retrieves the column's adapter level.
getAdaptersForColumn(int, PivotColumnAdapter) - Static method in class com.citra.pivot.PivotUtils
Retrieves the paths at each adapter, bounded by the specified column.
getAddChildForGroup() - Method in class com.citra.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.citra.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.citra.treetable.TreeTable
Returns a TableCellRenderer component that will be used to render the aggregate row specified by row and column.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.AvgAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.CountAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.FirstValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HAvgAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HFirstValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HLastValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HWeightedAvgAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HWeightedFirstValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HWeightedLastValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.LastValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.MaxAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.MinAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.ScaledSumAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.SumAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedAvgAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedFirstValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedLastValueAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedSumAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregatedMembers(TableMember, TableConnection, TableMeasure) - Method in interface com.citra.pivot.table.StandardMeasureAggregator
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember.
getAggregateObject(Object, int) - Method in interface com.citra.treetable.db.DatabaseAggregator
Returns the Object found at column of aggregateObject passed as a parameter.
getAggregateObject(Object, int) - Method in class com.citra.treetable.db.DefaultDatabaseAggregator
Returns the Object found at column of aggregateObject passed as a parameter.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.AvgAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.CountAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.FirstValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HAvgAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HFirstValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HLastValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HWeightedAvgAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HWeightedFirstValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.HWeightedLastValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.LastValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.MaxAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.MinAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.ScaledSumAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.SumAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedAvgAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedFirstValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedLastValueAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in class com.citra.pivot.table.aggregator.WeightedSumAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(List, TableTuple, TableConnection, TableMeasure) - Method in interface com.citra.pivot.table.StandardMeasureAggregator
Determines the aggregate value for a list of member parameters.
getAggregateValue(int, int) - Method in class com.citra.tree.AggregateRow
Returns the aggregate value for the row at rowIndex and column at columnIndex.
getAggregateValue(int, int) - Method in class com.citra.tree.Aggregator
Calculates and returns the aggregate value for the row at rowIndex and columnIndex.
getAggregateValue(int, int) - Method in class com.citra.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.citra.treetable.Aggregator
Calculates and returns the aggregate value for node at columnIndex.
getAggregateValue(AggregateRow, int) - Method in class com.citra.treetable.db.DefaultDatabaseAggregator
Calculates and returns the aggregate value for node at columnIndex.
getAggregateValue(AggregateRow, int) - Method in class com.citra.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.citra.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.citra.treetable.TreeTableRow
Returns the aggregate value at columnIndex.
getAggregateValueAt(Object, int) - Method in class com.citra.treetable.AggregateTreeTableModel
Returns the aggregate value to be displayed for node, at column index column.
getAggregateValues(AggregateRow, int, int) - Method in interface com.citra.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.citra.treetable.db.DefaultDatabaseAggregator
Calculates and returns the aggregate values of the children of parent in the range from - to.
getAggregateValues() - Method in class com.citra.treetable.TreeTableRow
Returns the aggregate values.
getAggregator() - Method in class com.citra.pivot.table.DerivedTableMeasure
Retrieves the aggregator that this measure uses.
getAggregator(TableDimension) - Method in class com.citra.pivot.table.StandardTableMeasure
Retrieves the aggregator assigned to a given dimension.
getAggregator(int, int) - Method in class com.citra.tree.TreeTableModel
Returns the aggregator at rowIndex and columnIndex.
getAggregator(int) - Method in class com.citra.treetable.AggregateTreeTableModel
Returns the aggregator for columnIndex.
getAggregator() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the default database aggregator.
getAggregator(int) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the aggregator for columnIndex.
getAll() - Method in class com.citra.pivot.olap.set.GenerateSetSelection
Determines whether a set with distinct tuples is returned.
getAll() - Method in class com.citra.pivot.olap.set.IntersectSetSelection
Determines whether the resulting set will contain duplicates.
getAll() - Method in class com.citra.pivot.olap.set.UnionSetSelection
Determines whether duplicate members are allowed.
getALL_String() - Method in class com.citra.filter.PopupFilterHeaderModel
Returns the string used for the 'ALL' filter selection.
getAllowEditColumn() - Method in class com.citra.table.TableAssistant
Determines whether users are able to rename columns in the column dialog.
getAllowEditing() - Method in class com.citra.table.ColumnChooser
Determines whether column names can be edited.
getAllowFilter() - Method in class com.citra.table.FilterTableModel
Determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).
getAllowGroupColumnReordering() - Method in class com.citra.table.group.TreeTableHeader
Determines whether group columns can be reordered with the mouse.
getAllowGroupColumnReordering() - Method in class com.citra.table.GroupTableHeader
Determines whether group columns can be reordered with the mouse.
getAllowGroupReordering() - Method in class com.citra.table.GroupTableHeader
Determines whether columns that are part of a group can be reordered with the mouse.
getAllowReorder() - Method in class com.citra.table.TableAssistant
Determines whether users are able to reorder columns in the column dialog.
getAllowSort() - Method in class com.citra.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.citra.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.citra.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.citra.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.citra.table.locked.LockedTableModelEvent
Returns the number of locked rows/columns at the specified direction.
getArrowButton() - Method in class com.citra.filter.DefaultFilterRenderer
Returns the arrow button that is showing when a filter is installed on the column.
getArrowButton() - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Returns the arrow button that is showing when a filter is installed on the column.
getArrowColor() - Method in class com.citra.common.gui.ArrowButton
Returns the color of the arrow.
getArrowColor() - Method in class com.citra.common.gui.ArrowIcon
Returns the color of the arrow.
getArrowMode() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Determines the positioning mode of the arrow.
getAscendingButton() - Method in class com.citra.table.SortTableButtonRenderer
Returns the button used to render a column sorted in ascending order.
getAutoCreateAllFilters() - Method in class com.citra.filter.FilterHeaderModel
Returns the autoCreateAllFilters property value.
getAutoCreateAllFilters() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns the autoCreateAllFilters property value.
getAutoFilter() - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Returns the custom auto filter.
getAutoUpdateWidth() - Method in class com.citra.table.ListRowHeader
Returns a flag that is true if the list's width is automatically updated when the contents of the list change.
getAverage(List, OlapType, boolean) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates an average for a list of numbers.
getAverageFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the average function singleton.
getAvg() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the average aggregator.
getAxis(int) - Method in class com.citra.pivot.olap.data.AxisList
Returns the axis at the specified location.
getAxisOrdinal() - Method in class com.citra.pivot.olap.axis.DefaultAxisSelection
Returns the axis ordinal.
getAxisOrdinal() - Method in interface com.citra.pivot.olap.data.AxisOlapSet
Returns the location of the set on an axis.
getAxisOrdinal() - Method in class com.citra.pivot.olap.data.DefaultAxisOlapSet
Returns the location of the set on an axis.
getAxisSets() - Method in class com.citra.pivot.olap.data.DefaultCellSet
Retrieves the list of AxisOlapSets.
getAxisSets() - Method in interface com.citra.pivot.olap.data.OlapCellSet
Retrieves the list of AxisOlapSets.
getAxisSetSelections() - Method in class com.citra.pivot.olap.query.DefaultQuerySelection
Returns the list of axis set selections.
getBackground() - Method in class com.citra.pivot.PivotStyle
Retrieves the background color.
getBLANKS_String() - Method in class com.citra.filter.PopupFilterHeaderModel
Returns the string used for the 'BLANKS' filter selection.
getCache() - Method in class com.citra.table.db.AbstractDatabaseTableModel
Retrieves the cache.
getCacheableModel() - Method in class com.citra.table.remote.DefaultRemoteTableModel
Returns the cacheable model.
getCalendarField(int) - Method in class com.citra.pivot.table.context.DateColumnContext.DateContext
Retrieves a field's value as previously stored.
getCallBack() - Method in class com.citra.filter.FilterTableHeader
Returns the callback objects.
getCancelButton() - Method in class com.citra.component.CheckComboBox
Returns the button that cancels the current selection.
getCancelButton() - Method in class com.citra.filter.auto.AutoFilterDialog
Returns the 'Cancel' button.
getCancelButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for rejecting changes in the column dialog.
getCaption() - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Retrieves the caption of the olap object.
getCaption() - Method in interface com.citra.pivot.olap.metadata.OlapObject
Retrieves the caption of the olap object.
getCaption() - Method in class com.citra.pivot.olap.OlapRootMember
Retrieves the caption of the olap object.
getCaption() - Method in class com.citra.pivot.table.AbstractTableObject
Retrieves the caption of the olap object.
getCaption(Locale) - Method in class com.citra.pivot.table.AbstractTableObject
Returns a caption with a given locale.
getCaption(Object, List, Locale) - Method in class com.citra.pivot.table.context.DateColumnContext
Determines the caption that will be displayed for the given member value and locale.
getCaption(Object, List, Locale) - Method in class com.citra.pivot.table.context.SingleColumnContext
Determines the caption that will be displayed for the given member value and locale.
getCaption(Object, List, Locale) - Method in class com.citra.pivot.table.context.SingleGroupContext
Determines the caption that will be displayed for the given member value and locale.
getCaption(Object, List, Locale) - Method in interface com.citra.pivot.table.TableContext
Determines the caption that will be displayed for the given member value and locale.
getCaseSensitive() - Method in class com.citra.filter.StringVisualFilter
Returns a checkbox that is used to denote case(in)sensitivity for the string pattern.
getCaseSensitive() - Method in class com.citra.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.citra.table.ListRowHeader
Returns the bounds of the specified range of items in JList coordinates.
getCellEditorValue() - Method in class com.citra.editors.DateEditor
Returns the value contained in the editor.
getCellRect(int, int, boolean) - Method in class com.citra.table.span.SpanDrawer
Returns a rectangle for the cell that lies at the intersection of row and column, as it has been modified with the use of the span model.
getCellRenderer() - Method in class com.citra.component.CheckBoxTree
Returns the current TreeCellRenderer that is rendering each cell.
getCellRenderer(int, int) - Method in class com.citra.tree.TreeTable
For aggregate rows, this method returns the result from calling getAggregateCellRenderer.
getCellRenderer(int, int) - Method in class com.citra.treetable.TreeTable
For aggregate rows, this method returns the result from calling getAggregateCellRenderer.
getCellResizer() - Method in class com.citra.table.AdvancedJTable
Returns the cell resizer associated with this table.
getCellSpan() - Method in class com.citra.table.span.SpanModelEvent
Returns the cellspan object of the event.
getCellSpanAt(int, int) - Method in class com.citra.table.span.DefaultSpanModel
Returns the cell span for the cell at row and column.
getCellSpanAt(int, int) - Method in interface com.citra.table.span.SpanModel
Returns the cell span for the cell at row and column.
getCellSpanAt(int, int) - Method in class com.citra.tree.TreeTable.DefaultTreeSpanModel
Returns the cell span for the cell at row and column.
getCellSpanAt(int, int) - Method in class com.citra.treetable.TreeTable.DefaultTreeSpanModel
Returns the cell span for the cell at row and column.
getCellValue(Object, int) - Method in class com.citra.table.DefaultListTableModel
Returns the Object found at index of row passed as a parameter.
getCellValue(Object, int) - Method in class com.citra.table.ListTableMap
Returns tableModel.getCellValue
getCellValue(Object, int) - Method in interface com.citra.table.ListTableModel
Returns the Object found at index of row passed as a parameter.
getCellValue(Object, int) - Method in class com.citra.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
getCellValue(Object, int) - Method in class com.citra.table.ObjectTableModel
Returns the Object found at index of row passed as a parameter.
getCellValue(Object, int) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the Object found at index of row passed as a parameter.
getCheckBox() - Method in class com.citra.renderers.BooleanRenderer
Returns the internal JCheckBox object used to render the Boolean values.
getCheckBox() - Method in class com.citra.renderers.PopupRenderer
Returns the checkbox used to render the Boolean values.
getCheckBoxesEditable() - Method in class com.citra.component.CheckBoxTree
Determines whether the check boxes can be selected/deselected from the UI.
getCheckBoxGap() - Method in class com.citra.component.CheckBoxTree
Returns the gap between the checkbox and the node's value.
getCheckBoxSelectionModel() - Method in class com.citra.component.CheckBoxTree
Returns the selection model for the tree node's checked state.
getCheckBoxState(TreePath) - Method in class com.citra.component.CheckBoxTree
Retrieves the state of the check box for a given path.
getCheckBoxState(TreePath) - Method in class com.citra.component.CheckComboBox
Retrieves the state of the check box for a given path.
getChild(Object, int) - Method in class com.citra.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getChild(Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class com.citra.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.citra.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.citra.treetable.MutableTreeTableModel
Returns the child of parent at index index in the parent's child array.
getChild(Object, int) - Method in class com.citra.treetable.TreeModelMap
Returns the child of parent at index index in the parent's child array.
getChildAt(int) - Method in class com.citra.treetable.db.DatabaseHeaderRow
Returns the child at the specified index in this node's child array.
getChildColumn(GroupTableColumn, int) - Method in class com.citra.table.DefaultGroupTableColumnModel
Returns the child column of a group column at the specified location.
getChildColumn(GroupTableColumn, int) - Method in interface com.citra.table.GroupTableColumnModel
Returns the child column of a group column at the specified location.
getChildColumnCount(GroupTableColumn) - Method in class com.citra.table.DefaultGroupTableColumnModel
Returns the number of children columns in a group column.
getChildColumnCount(GroupTableColumn) - Method in interface com.citra.table.GroupTableColumnModel
Returns the number of children columns in a group column.
getChildCount(Object) - Method in class com.citra.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getChildCount(Object) - Method in class com.citra.table.group.TreeColumnModelMask
Returns the number of children of parent. Returns 0 if the node is a leaf or if it has no children. parent must be a node previously obtained from this data source.
getChildCount(Object) - Method in class com.citra.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.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the number of children of parent.
getChildCount() - Method in class com.citra.treetable.db.DatabaseHeaderRow
Returns the number of children of this node.
getChildCount(Object) - Method in class com.citra.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.citra.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.citra.treetable.MutableTreeTableModel
Returns the number of children of parent.
getChildCount(Object) - Method in class com.citra.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.citra.treetable.TreeModelMap
Returns the number of children of parent.
getChildCount(Object) - Method in class com.citra.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.citra.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.citra.event.GroupTableColumnModelEvent
Returns the values of the child indexes.
getChildren() - Method in class com.citra.event.GroupTableColumnModelEvent
Returns the columns that are children of the group column identified by getGroupColumn at the locations specified by getChildIndices.
getChildrenMembers(OlapMember, Connection) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves the children of a member, by querying the datasource.
getClearOnDataChanged() - Method in class com.citra.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.citra.table.search.AbstractSearchPanel
Returns the close button.
getCollectionForClass(Class) - Method in class com.citra.filter.PopupFilterHeaderModel
Returns an empty collection that will be used to fill with available filter expression values.
getCollectionForColumn(int) - Method in class com.citra.filter.PopupFilterHeaderModel
Returns an empty collection that will be used to fill with available filter expression values.
getColor(int) - Method in class com.citra.pivot.DefaultPivotColumnHeaderRenderer
Determines the color to be used as a separating line between two different column adapter levels.
getColorsByLevel() - Method in class com.citra.pivot.DefaultPivotColumnHeaderRenderer
Retrieves the map that contains colors for each column adapter level.
getColumn() - Method in class com.citra.filter.HeaderFilter
Retrieves the column's model index.
getColumn() - Method in class com.citra.filter.TableFilter
Returns the column to filter.
getColumn() - Method in class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the only column that is shown.
getColumn(Object) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Returns the table column at the specified node.
getColumn(int) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the TableColumn object for the column at columnIndex.
getColumn(Object) - Method in class com.citra.table.group.TreeColumnModelMask
Returns the table column at the specified node.
getColumn(Object) - Method in interface com.citra.table.group.TreeTableColumnModel
Returns the table column at the specified node.
getColumn(Object) - Method in class com.citra.table.group.TreeTableColumnModelMap
Returns the table column at the specified node.
getColumn(Object) - Method in class com.citra.table.group.TreeTableColumnModelMask
Returns the table column at the specified node.
getColumn() - Method in class com.citra.tree.DefaultTreeTableComparator
Returns the column to use when comparing rows.
getColumn() - Method in class com.citra.treetable.DefaultTreeTableComparator
Returns the column to use when comparing rows.
getColumn() - Method in class com.citra.treetable.TreeNodeComparator
Returns the column to use when comparing nodes.
getColumnAdapter() - Method in class com.citra.pivot.DefaultPivotTableModel
Returns the model's column adapter.
getColumnAdapter() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the column header model.
getColumnAdapter() - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves the column header model.
getColumnAdapter() - Method in interface com.citra.pivot.PivotTableModel
Returns the model's column adapter.
getColumnAdapterAt(int, int, PivotColumnAdapter) - Static method in class com.citra.pivot.PivotUtils
Returns the adapter at the specified column and group level index.
getColumnChooser() - Method in class com.citra.table.TableAssistant
Retrieves the currently associated column chooser.
getColumnClass(int) - Method in class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(TreePath[], TreePath[]) - Method in class com.citra.pivot.DefaultPivotDataModel
Determines the class of the model's cell at the specified row and column paths.
getColumnClass(int) - Method in class com.citra.pivot.DefaultPivotTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int, int) - Method in class com.citra.pivot.DefaultPivotTableModel
Determines the class of the model's cell at coordinates row and column.
getColumnClass(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.OlapDataModel
Determines the class of the model's cell at the specified row and column paths.
getColumnClass(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Determines the class of the model's cell at the specified row and column paths.
getColumnClass(TreePath[], TreePath[]) - Method in interface com.citra.pivot.PivotDataModel
Determines the class of the model's cell at the specified row and column paths.
getColumnClass(int, int) - Method in interface com.citra.pivot.PivotTableModel
Determines the class of the model's cell at coordinates row and column.
getColumnClass(int) - Method in class com.citra.table.AdvancedJTable
Returns the type of the column appearing in the view at column position column.
getColumnClass(int) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.citra.table.db.DefaultDatabaseTableDefinition
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.table.db.DefaultDatabaseTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.table.ListTableMap
Returns tableModel.getColumnClass
getColumnClass(int) - Method in class com.citra.table.ObjectTableModel
Returns the class of the object at column c.
getColumnClass(int) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in interface com.citra.table.TableDefinition
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.table.TableMap
Returns tableModel.getColumnClass
getColumnClass(int) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.treetable.MutableTreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in interface com.citra.treetable.TreeTableModel
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.treetable.TreeTableModelAdapter
Returns Object.class regardless of columnIndex.
getColumnClass(int) - Method in class com.citra.treetable.TreeTableModelMap
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.treetable.TreeTableModelMask
Returns the class of all the cells in the column.
getColumnClass(int) - Method in class com.citra.treetable.UniqueTreeTableModel
Returns the class of all the cells in the column.
getColumnCount() - Method in class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.citra.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getColumnCount() - Method in class com.citra.pivot.DefaultPivotTableModel
Returns the number of columns in the model.
getColumnCount() - Method in interface com.citra.pivot.olap.data.TabularCursor
Returns the number of columns in the tabular set.
getColumnCount() - Method in class com.citra.table.db.DefaultCrosstabTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.citra.table.db.DefaultDatabaseTableDefinition
Returns the number of columns.
getColumnCount() - Method in class com.citra.table.db.DefaultDatabaseTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.citra.table.db.DistinctDatabaseTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the number of columns in the model.
getColumnCount() - Method in class com.citra.table.ListTableMap
Returns tableModel.getColumnCount
getColumnCount() - Method in class com.citra.table.ObjectTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Returns the number of columns.
getColumnCount() - Method in interface com.citra.table.TableDefinition
Returns the number of columns.
getColumnCount() - Method in class com.citra.table.TableMap
Returns tableModel.getColumnCount
getColumnCount() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.citra.treetable.MutableTreeTableModel
Returns the number of columns.
getColumnCount() - Method in interface com.citra.treetable.TreeTableModel
Returns the number of columns.
getColumnCount() - Method in class com.citra.treetable.TreeTableModelAdapter
Returns the number of columns in the model.
getColumnCount() - Method in class com.citra.treetable.TreeTableModelMap
Returns the number of columns.
getColumnCount() - Method in class com.citra.treetable.TreeTableModelMask
Returns the number of columns.
getColumnCountFromTree() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the uncached models' column count.
getColumnDimension(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves a member's dimension from the column header area of a pivot table.
getColumnDimensions(int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members' dimensions from the column header area of a pivot table.
getColumnForLocale(Locale) - Method in class com.citra.pivot.table.context.SingleColumnContext
Retrieves the column that holds the member's caption for a given locale.
getColumnFromModel(int) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the column at columnIndex by delegating to the model.
getColumnFromModel(MutableTreeTableModel, Object) - Method in class com.citra.table.group.TreeTableColumnModelMap
Returns the column from the mutable treetable model's node passed as argument.
getColumnHeaderValue(int) - Method in class com.citra.table.JTableRowHeader
Returns the object to set as the header value for the cell at rowIndex.
getColumnHierarchies() - Method in class com.citra.pivot.olap.OlapDefinition
Retrieves the hierarchies that are pivoted in the column header.
getColumnHierarchies(int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members' hierarchies from the column header area of a pivot table.
getColumnHierarchy(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves a member's hierarchy from the column header area of a pivot table.
getColumnIndex(Object) - Method in class com.citra.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.citra.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.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns the width between the cells in each column.
getColumnMargin() - Method in class com.citra.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.citra.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.
getColumnMember(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves a member from the column header area of a pivot table.
getColumnMembers(int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members from the column header area of a pivot table.
getColumnModelEvent() - Method in exception com.citra.table.ColumnModelVetoException
Returns the event that was responsible for the exception.
getColumnName(int) - Method in class com.citra.pivot.DefaultPivotTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in interface com.citra.pivot.olap.data.TabularCursor
Returns the name of a column in the tabular set, as this is defined by index.
getColumnName(int) - Method in class com.citra.table.AdvancedJTable
Returns the name of the column appearing in the view at column position column.
getColumnName(int) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class com.citra.table.db.DefaultCrosstabTableModel
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.citra.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.citra.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.citra.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.citra.table.ListTableMap
Returns tableModel.getColumnName
getColumnName(int) - Method in class com.citra.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.citra.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.citra.table.TableDefinition
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.citra.table.TableMap
Returns tableModel.getColumnName
getColumnName(int) - Method in class com.citra.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.citra.treetable.DynamicTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.citra.treetable.MutableTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in interface com.citra.treetable.TreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.citra.treetable.TreeTableModelAdapter
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getColumnName(int) - Method in class com.citra.treetable.TreeTableModelMap
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.citra.treetable.TreeTableModelMask
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnName(int) - Method in class com.citra.treetable.UniqueTreeTableModel
Returns the name of the column at columnIndex as it will be displayed by the table
getColumnPaths() - Method in class com.citra.pivot.olap.remote.RemoteOlapEvent
Retrieves the paths to the column header.
getColumnPopup() - Method in class com.citra.table.TableAssistant
Returns the popup menu displayed.
getColumnPopupOrder() - Method in class com.citra.table.TableAssistant
Retrieves the mode according to which, columns in the column popup will be ordered.
getColumnPositions(TableColumn[], boolean[]) - Method in class com.citra.table.TableAssistant
Retrieves the position in the column popup for columns.
getColumnResizingEnabled() - Method in class com.citra.table.TableCellResizer
Determines whether column resizing is enabled.
getColumns() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns an Enumeration of all the columns in the model.
getColumns() - Method in class com.citra.table.ObjectTableModel
Returns a clone of the String array of table column names.
getColumnSelectionAllowed() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns true if columns may be selected.
getColumnShowing() - Method in class com.citra.filter.FilterHeaderModel
Returns the column that is currently showing available filter expressions.
getColumnShowing() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns the column that is currently showing available filter expressions.
getColumnSpan() - Method in class com.citra.table.span.CellSpan
Returns the number of columns this cell spans.
getColumnValue(Object) - Method in class com.citra.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.citra.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.citra.table.JTableRowHeader
Returns the width of each cell in the row header.
getComboBox() - Method in class com.citra.editors.TableComboBoxEditor
Returns the combobox that contains the possible editor values.
getComboBox() - Method in class com.citra.filter.PopupFilterHeaderModel
Returns the combo box whose popup menu is displayed when the arrow button is pressed.
getComboBox() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Returns the combo box whose popup menu is displayed when the arrow button is pressed.
getComparator(int) - Method in class com.citra.table.SortTableModel
Returns an appropriate comparator for the objects under the column defined by column.
getComparison() - Method in class com.citra.filter.ComparisonFilter
Returns the comparison mode.
getCompiledOlapDefinition() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the currently compiled olap definition.
getComponent() - Method in class com.citra.common.gui.DndSupport
Returns the component for which drag and drop is enabled.
getComponentAtPoint(Point) - Method in class com.citra.table.AdvancedTableHeader
Returns the component that is painted on the header at the point p.
getComputeWidthMode() - Method in class com.citra.table.ListRowHeader
Determines the mode according to which the width of the row header is computed.
getCondition() - Method in class com.citra.filter.BooleanFilter
Returns the boolean value the supplied objects are matched against.
getConnection() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the underlying datasource connection
getConnection() - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves the underlying datasource connection
getContainsViewable() - Method in class com.citra.table.AdvancedJScrollPane
Determines whether the scrollpane is configured to use a viewable resizer.
getContext() - Method in class com.citra.pivot.table.TableLevel
Retrieves the context of the level.
getCount() - Method in class com.citra.pivot.olap.OlapTopBottom
Returns the maximum number of entries of the top/bottom operation.
getCount() - Method in class com.citra.pivot.olap.set.BottomCountSetSelection
Determines the maximum number of tuples that are returned.
getCount() - Method in class com.citra.pivot.olap.set.TopCountSetSelection
Determines the maximum number of tuples that are returned.
getCount() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the count aggregator.
getCount(List, OlapType, boolean) - Static method in class com.citra.pivot.table.aggregator.Functions
Counts a list of numbers.
getCountFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the count function singleton.
getCube() - Method in interface com.citra.pivot.olap.data.Connection
Returns the connection's associated cube.
getCube() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the associated cube.
getCube(int) - Method in class com.citra.pivot.olap.metadata.CubeList
Finds the cube from the list, using its index.
getCube() - Method in class com.citra.pivot.olap.OlapDefinition
Retrieves the cube whose hierarchies are pivoted.
getCube() - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves the associated cube.
getCube() - Method in class com.citra.pivot.olap.query.DefaultQuerySelection
Returns the cube the query is run against.
getCube() - Method in class com.citra.pivot.table.TableConnection
Returns the connection's associated cube.
getCubeByID(String) - Method in class com.citra.pivot.olap.metadata.CubeList
Finds the cube from the list, using its unique id.
getCubeByName(String) - Method in class com.citra.pivot.olap.metadata.CubeList
Finds the cube from the list, using its name.
getCubes() - Method in class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
Retrieves the olap cubes the schema contains.
getCubes() - Method in interface com.citra.pivot.olap.metadata.OlapSchema
Retrieves the olap cubes the schema contains.
getCubes() - Method in class com.citra.pivot.table.TableSchema
Retrieves the olap cubes the schema contains.
getCurrencyFormat() - Method in class com.citra.pivot.table.DefaultTableFormatter
Retrieves the format for currency values.
getCurrentMember(OlapHierarchy) - Static method in class com.citra.pivot.olap.member.CurrentMemberSelection
Returns a specialized member used as the current member placeholder for a given hierarchy.
getCurrentTheme() - Method in class com.citra.common.gui.SkinManager
Returns the current theme.
getCurrentTuple() - Method in interface com.citra.pivot.olap.data.TupleCursor
Returns the current tuple of the cursor.
getCurrentValue() - Method in interface com.citra.pivot.olap.data.ValueCursor
Returns the current value as an olap cell.
getCUSTOM_String() - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Returns the string used for the 'CUSTOM' filter selection.
getDatabaseColumn(int) - Method in interface com.citra.table.db.DatabaseTableDefinition
Returns the name of the column at columnIndex as it exists in the database.
getDatabaseColumn(int) - Method in class com.citra.table.db.DefaultDatabaseTableDefinition
Returns the name of the column at columnIndex as it exists in the database.
getDatabaseDefinition() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
 
getDataMembers(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members from the data area of a pivot table.
getDataModel() - Method in class com.citra.pivot.DefaultPivotTableModel
Retrieves the pivot data model that contains the actual data, excluding the row and column header.
getDataModel() - Method in interface com.citra.pivot.PivotTableModel
Retrieves the pivot data model that contains the actual data, excluding the row and column header.
getDataRow(int) - Method in class com.citra.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.citra.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.citra.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.citra.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.
getDataSource() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Returns the underlying datasource.
getDataSource() - Method in class com.citra.pivot.olap.gui.OlapDesignerPanel
Returns the underlying datasource.
getDataSource() - Method in class com.citra.pivot.table.TableConnection
Retrieves the underlying table datasource.
getDataStyle(OlapCell) - Method in class com.citra.pivot.olap.DefaultOlapStyleModel
Retrieves the style for the given olap cell.
getDataType() - Method in class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
Retrieves the measure's olap type.
getDataType() - Method in interface com.citra.pivot.olap.metadata.OlapMeasure
Retrieves the measure's olap type.
getDataType() - Method in class com.citra.pivot.table.TableMeasure
Retrieves the measure's olap type.
getDataValueAt(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the data value at the specfied row and column paths.
getDataValueAt(TreePath[], TreePath[]) - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves the data value at the specfied row and column paths.
getDataValues(List, TableConnection, TableMeasure) - Static method in class com.citra.pivot.table.aggregator.Aggregators
Utility method for retrieving the data values given a list of member parameters (queries).
getDate() - Method in class com.citra.filter.DateFilter
Returns the current date expression of the filer.
getDateChooser() - Method in class com.citra.editors.DateEditor
Returns the date chooser that is shown to the user.
getDateChooser() - Method in class com.citra.filter.DateVisualFilter
Returns the date chooser that is shown to the user.
getDateComparator() - Method in class com.citra.filter.DateFilter
Returns the date comparator that is used when filtering.
getDateFormat() - Method in class com.citra.filter.DateVisualFilter
Returns the dateformat object associated with this date visual filter.
getDateFormat() - Method in class com.citra.pivot.table.context.DateColumnContext
Retrieves the simple date format used to format the date values into strings.
getDateFormat() - Method in class com.citra.renderers.DateRenderer
Returns the internal DateFormat object used to render the Dates.
getDateFormat() - Method in class com.citra.renderers.PopupRenderer
Returns the date formatter object used to render Date values.
getDateFormat() - Method in class com.citra.table.search.DateVisualSeeker
Returns the dateformat object associated with this date visual seeker.
getDateFromGUI() - Method in class com.citra.editors.JDateChooser
Returns a calendar object which is initialized to the selected values shown on the datechooser panel.
getDefaultAggregateRenderer(Class) - Method in class com.citra.tree.TreeTable
Returns the renderer responsible for drawing an aggregate's row column of class specified by columnClass.
getDefaultAggregateRenderer(Class) - Method in class com.citra.treetable.TreeTable
Returns the renderer responsible for drawing an aggregate's row column of class specified by columnClass.
getDefaultAggregator() - Method in class com.citra.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.citra.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.citra.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.citra.table.search.TableSearch
Returns the default column to search upon or ALL_COLUMNS.
getDefaultColumnHeaderStyle() - Method in class com.citra.pivot.DefaultPivotStyleModel
Returns the default column header style.
getDefaultComparator(Class) - Method in class com.citra.filter.tree.LevelFilterMapper
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.citra.table.SortTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.citra.tree.TreeTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.citra.treetable.ComparableTreeTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultComparator(Class) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the comparator to use for objects of the specified columnClass.
getDefaultDataStyle() - Method in class com.citra.pivot.DefaultPivotStyleModel
Returns the default data area style.
getDefaultFilter(Class) - Method in class com.citra.filter.FilterHeaderModel
Returns the filter to use for the class defined by columnClass.
getDefaultFilter(int) - Method in class com.citra.filter.FilterTablePanel
Returns the visual filter to use for the value at field.
getDefaultFilter(Class) - Method in class com.citra.filter.FilterTablePanel
Returns the visual filter to use for the class defined by columnClass.
getDefaultFilter(Class) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns the filter to use for the class defined by columnClass.
getDefaultFilter() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Determines the default filter.
getDefaultFilterClass(Class) - Method in class com.citra.filter.auto.JAutoFilter
Returns the AutoFilterPanel class for the supplied column class.
getDefaultGroupRenderer(int) - Method in class com.citra.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.citra.filter.PopupFilterHeaderModel
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.citra.table.group.TreeTableHeader
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.citra.table.SortTableModel
Retrieves the default header's cursor.
getDefaultHeaderCursor() - Method in class com.citra.table.TableAssistant
Retrieves the default header's cursor.
getDefaultHierarchy() - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Retrieves the default hierarchy of the dimension.
getDefaultHierarchy() - Method in interface com.citra.pivot.olap.metadata.OlapDimension
Retrieves the default hierarchy of the dimension.
getDefaultHierarchy() - Method in class com.citra.pivot.table.TableDimension
Retrieves the default hierarchy of the dimension.
getDefaultLevelBackground() - Method in class com.citra.renderers.DefaultAggregateRenderer
Return the default background color for aggregate rows
getDefaultLevelBackground() - Method in class com.citra.renderers.DefaultTreeTableRenderer
Return the default background color for aggregate rows
getDefaultLevelForeground() - Method in class com.citra.renderers.DefaultAggregateRenderer
Return the default foreground color for aggregate rows
getDefaultLevelForeground() - Method in class com.citra.renderers.DefaultTreeTableRenderer
Return the default foreground color for aggregate rows
getDefaultMeasure() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the default measure used, when the measure dimension does not appear in either the row or column headers.
getDefaultMeasure() - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves the default measure used, when the measure dimension does not appear in either the row or column headers.
getDefaultMember() - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Retrieves the default member of the hierarchy.
getDefaultMember() - Method in interface com.citra.pivot.olap.metadata.OlapHierarchy
Retrieves the default member of the hierarchy.
getDefaultMember() - Method in class com.citra.pivot.table.TableHierarchy
Retrieves the default member of the hierarchy.
getDefaultMode() - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Determines the default mode for a column if an association has not been explicitly made.
getDefaultRenderer(OlapMeasure) - Method in class com.citra.pivot.olap.OlapCellRenderer
Determines the renderer for the given measure, if any.
getDefaultRenderer() - Method in class com.citra.renderers.DefaultAggregateRenderer
Return the renderer this DefaultAggregateRenderer instance is associated with.
getDefaultRenderer() - Method in class com.citra.renderers.DefaultTreeTableRenderer
Return the renderer this DefaultAggregateRenderer instance is associated with.
getDefaultRowHeaderStyle() - Method in class com.citra.pivot.DefaultPivotStyleModel
Returns the default row header style.
getDefaultRowRenderer() - Method in class com.citra.table.JTableRowHeader
Returns the default row renderer used.
getDefaultSeeker(int) - Method in class com.citra.table.search.SearchTablePanel
Returns the visual seeker to use for the value at field.
getDefaultSeeker(Class) - Method in class com.citra.table.search.SearchTablePanel
Returns the visual seeker to use for the class defined by columnClass.
getDefaultView() - Method in class com.citra.table.DefaultViewableModel
Returns the default viewable object.
getDelayed() - Method in class com.citra.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.citra.treetable.TreeTableModelAdapter
Returns true if events received from the treemodel are to be added to the swing event queue.
getDelimiter() - Method in class com.citra.table.io.DelimitedExportManager
Returns the current delimiter.
getDepth() - Method in class com.citra.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.citra.table.SortTableButtonRenderer
Returns the button used to render a column sorted in descending order.
getDescription() - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Retrieves the description of the olap object.
getDescription() - Method in interface com.citra.pivot.olap.metadata.OlapObject
Retrieves the description of the olap object.
getDescription() - Method in class com.citra.pivot.olap.OlapRootMember
Retrieves the description of the olap object.
getDescription() - Method in class com.citra.pivot.table.AbstractTableObject
Retrieves the description of the olap object.
getDescription(Locale) - Method in class com.citra.pivot.table.AbstractTableObject
Returns a description with a given locale.
getDescription(Object, List, Locale) - Method in class com.citra.pivot.table.context.DateColumnContext
Determines the description that will be displayed for the given member value and locale.
getDescription(Object, List, Locale) - Method in class com.citra.pivot.table.context.SingleColumnContext
Determines the description that will be displayed for the given member value and locale.
getDescription(Object, List, Locale) - Method in class com.citra.pivot.table.context.SingleGroupContext
Determines the description that will be displayed for the given member value and locale.
getDescription(Object, List, Locale) - Method in interface com.citra.pivot.table.TableContext
Determines the description that will be displayed for the given member value and locale.
getDialog() - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Returns the dialog to show when a custom filter is selected.
getDialog(TableAssistant) - Method in class com.citra.table.ColumnChooser
Retrieves the column dialog.
getDimension(int) - Method in class com.citra.pivot.olap.metadata.DimensionList
Finds the dimension from the list, using its index.
getDimension() - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Retrieves the dimension this hierarchy belongs to.
getDimension() - Method in interface com.citra.pivot.olap.metadata.OlapHierarchy
Retrieves the dimension this hierarchy belongs to.
getDimension() - Method in class com.citra.pivot.table.TableHierarchy
Retrieves the dimension this hierarchy belongs to.
getDimensionality() - Method in class com.citra.pivot.olap.data.DefaultOlapSet
Retrieves the distinct number of dimensions that are contained in the set.
getDimensionality() - Method in class com.citra.pivot.olap.data.DefaultOlapTuple
Retrieves the distinct number of dimensions that are contained in the tuple.
getDimensionality() - Method in interface com.citra.pivot.olap.data.OlapSet
Retrieves the distinct number of dimensions that are contained in the set.
getDimensionality() - Method in interface com.citra.pivot.olap.data.OlapTuple
Retrieves the distinct number of dimensions that are contained in the tuple.
getDimensionality() - Method in class com.citra.pivot.table.TableTuple
Retrieves the distinct number of dimensions that are contained in the tuple.
getDimensionByID(String) - Method in class com.citra.pivot.olap.metadata.DimensionList
Finds the dimension from the list, using its unique id.
getDimensionByName(String) - Method in class com.citra.pivot.olap.metadata.DimensionList
Finds the dimension from the list, using its name.
getDimensionIcon() - Static method in class com.citra.pivot.icons.Icons
Retrieves an icon used for a dimension node.
getDimensions() - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Retrieves the dimensions of the cube.
getDimensions() - Method in class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
Retrieves the shared olap dimensions that the schema contains.
getDimensions() - Method in interface com.citra.pivot.olap.metadata.OlapCube
Retrieves the dimensions of the cube.
getDimensions() - Method in interface com.citra.pivot.olap.metadata.OlapSchema
Retrieves the shared olap dimensions that the schema contains.
getDimensions() - Method in class com.citra.pivot.table.TableCube
Retrieves the dimensions of the cube.
getDimensions() - Method in class com.citra.pivot.table.TableSchema
Retrieves the shared olap dimensions that the schema contains.
getDirection() - Method in class com.citra.common.gui.ArrowButton
Returns the direction of the arrow.
getDirection() - Method in class com.citra.common.gui.ArrowIcon
Returns the direction of the arrow.
getDirection() - Method in class com.citra.table.locked.LockedTableModelEvent
Returns the side that the locked row or column belongs to.
getDirectoryTreeTableModel() - Method in class com.citra.treetable.dir.DirectoryTreeTable
Returns the internal directory treetablemodel instance.
getDoubleFormat() - Method in class com.citra.pivot.table.DefaultTableFormatter
Retrieves the format for double values.
getDraggedDistance() - Method in class com.citra.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.citra.treetable.DefaultMutableTreeTableModel
Determines whether the model is editable.
getEditableBounds() - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Returns the bounds of the editable component that is drawn.
getEditableBounds() - Method in interface com.citra.pivot.PivotRowHeaderRenderer
Returns the bounds of the editable component that is drawn.
getEditingRow() - Method in class com.citra.table.AdvancedJTable
This method has been overriden in order to take into account the presence of the span model.
getEditingRow() - Method in class com.citra.tree.TreeTable
This method has been overriden in order to take into account the presence of the span model.
getEditingRow() - Method in class com.citra.treetable.TreeTable
This method has been overriden in order to take into account the presence of the span model.
getEditMode() - Method in class com.citra.table.AdvancedJTable
Determines the behaviour of the table when it is being edited and its model changes.
getEditOffset(int) - Method in class com.citra.treetable.TreeTable
Returns an offset to displace the tree column by, when that cell is being edited.
getEvenColor() - Method in class com.citra.renderers.DefaultRenderer
Returns the color used to paint the even rows of the table.
getEvenColor() - Method in class com.citra.table.styles.DefaultStyle
Returns the color used to paint the even rows of the table.
getExpression() - Method in class com.citra.filter.DateVisualFilter
Returns a textfield that is used to display and allow input of the date pattern.
getExpression() - Method in class com.citra.filter.NumericalVisualFilter
Returns a textfield that is used to display and allow input of the numerical pattern.
getExpression() - Method in class com.citra.filter.StringVisualFilter
Returns a textfield that is used to display and allow input of the string pattern.
getExpression() - Method in class com.citra.pivot.olap.member.StrToMemberSelection
Returns the string expression of a member.
getExpression() - Method in class com.citra.table.search.DateVisualSeeker
Returns a textfield that is used to display and allow input of the date pattern.
getExpression() - Method in class com.citra.table.search.NumericalVisualSeeker
Returns a textfield that is used to display and allow input of the numerical pattern.
getExpression() - Method in class com.citra.table.search.StringVisualSeeker
Returns a textfield that is used to display and allow input of the string pattern.
getExpressionBox() - Method in class com.citra.filter.DateVisualFilter
Retrieves the combo box that provides the available filter values.
getExpressionBox() - Method in class com.citra.filter.NumericalVisualFilter
Retrieves the combo box that provides the available filter values.
getExpressionBox() - Method in class com.citra.filter.StringVisualFilter
Retrieves the combo box that provides the available filter values.
getFactory() - Method in class com.citra.table.GroupTableHeader
Returns the factory that is used to create a new table cell renderer for a group column.
getField() - Method in class com.citra.table.SortState
Returns the field that corresponds to the view index of the table column.
getFieldBox() - Method in class com.citra.filter.FilterTablePanel
Returns a combobox that contains the fields that we are able to filter.
getFieldBox() - Method in class com.citra.table.search.SearchTablePanel
Returns a combobox that contains the fields that we are able to search.
getFieldBoxOptions() - Method in class com.citra.filter.BooleanVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.citra.filter.DateVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.citra.filter.NumericalVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.citra.filter.StringVisualFilter
Returns a combobox containing the filter options.
getFieldBoxOptions() - Method in class com.citra.table.search.BooleanVisualSeeker
Returns a combobox containing the searcb options.
getFieldBoxOptions() - Method in class com.citra.table.search.DateVisualSeeker
Returns a combobox containing the search options.
getFieldBoxOptions() - Method in class com.citra.table.search.NumericalVisualSeeker
Returns a combobox containing the search options.
getFieldBoxOptions() - Method in class com.citra.table.search.StringVisualSeeker
Returns a combobox containing the search options.
getFile() - Method in class com.citra.treetable.dir.FileRow
Returns the file associated with this FileRow.
getFilter() - Method in class com.citra.filter.BooleanVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.citra.filter.DateVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter(int) - Method in class com.citra.filter.FilterHeaderModel
Returns a filter object for the column with model index index.
getFilter() - Method in class com.citra.filter.NumericalVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.citra.filter.StringVisualFilter
Returns the filter object that this component uses to filter the values.
getFilter() - Method in class com.citra.filter.TableFilter
Returns the filter that will be used.
getFilter(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns a filter object for the column with model index modelIndex.
getFilter() - Method in class com.citra.filter.VisualFilter
Returns the filter object that this component uses to filter the values.
getFilter(OlapHierarchy) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Returns the filter that is applied on a certain hierarchy.
getFilter() - Method in class com.citra.table.search.TableSearch
Returns the associated filter.
getFilterableComponent(JTable, Object, boolean, boolean, int, int, int, PopupFilterHeaderModel, TableCellRenderer) - Method in class com.citra.filter.DefaultFilterRenderer
Returns the component used for drawing the filterable header column.
getFilterableComponent(JTable, Object, boolean, boolean, int, int, int, PopupFilterHeaderModel, TableCellRenderer) - Method in interface com.citra.filter.FilterRenderer
Returns the component used for drawing the filterable header column.
getFilterableTreeComponent(JTable, Object, boolean, boolean, int, int, PopupTreeFilterHeaderModel, TableCellRenderer) - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Returns the component used for drawing the filterable header column.
getFilterableTreeComponent(JTable, Object, boolean, boolean, int, int, PopupTreeFilterHeaderModel, TableCellRenderer) - Method in interface com.citra.filter.tree.FilterTreeRenderer
Returns the component used for drawing the filterable header column.
getFilterAtLevel(int) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Retrieves the TableFilter that is assigned at the node level identified by level.
getFilterAtLevel(int) - Method in interface com.citra.treetable.FilterTreeTableModel
Retrieves the TableFilter that is assigned at the node level identified by level.
getFilterAtNode(Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Retrieves the TableFilter that is assigned for the node identified by node.
getFilterAtNode(Object) - Method in interface com.citra.treetable.FilterTreeTableModel
Retrieves the TableFilter that is assigned for the node identified by node.
getFilterButton() - Method in class com.citra.filter.FilterTablePanel
Returns a button that when clicked, fires the filter event.
getFilterCursor() - Method in class com.citra.pivot.olap.data.DefaultCellSet
Retrieves the cursor that contains the filter information, if any.
getFilterCursor() - Method in interface com.citra.pivot.olap.data.OlapCellSet
Retrieves the cursor that contains the filter information, if any.
getFilteredColor() - Method in class com.citra.filter.DefaultFilterRenderer
Determines the color of the arrow button for columns that have filters.
getFilteredColor() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Determines the color of the arrow button for columns that have filters.
getFilteredColumns() - Method in interface com.citra.filter.tree.ColumnFilterMapper
Returns an array of the columns that have filters.
getFilteredColumns() - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Returns an array of the columns that have filters.
getFilteredColumns() - Method in class com.citra.filter.tree.LevelFilterMapper
Returns an array of the columns that have filters.
getFilteredColumns() - Method in class com.citra.filter.tree.NodeFilterMapper
Returns an array of the columns that have filters.
getFilteredIndexes() - Method in class com.citra.table.FilterTableModel
Returns an int array showing the relation between the original and the filtered data.
getFilterHierarchies() - Method in class com.citra.pivot.olap.OlapDefinition
Retrieves the hierarchies that are assigned in the filter area.
getFilterLabel() - Method in class com.citra.filter.DateVisualFilter
Returns a label between the filter options combo box and the expression textfield.
getFilterLabel() - Method in class com.citra.filter.NumericalVisualFilter
Returns a label between the filter options combo box and the expression textfield.
getFilterLabel() - Method in class com.citra.filter.StringVisualFilter
Returns a label between the filter options combo box and the expression textfield.
getFilterMapper() - Method in class com.citra.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.citra.filter.FilterHeaderModel
Returns the mode that is being employed to populate the available filter expressions.
getFilterMode() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns the mode that is being employed to populate the available filter expressions.
getFilterMode() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Determines the filtering mode.
getFilterModel() - Method in class com.citra.filter.FilterHeaderModel
Returns the filter model that is used to propagate the filter events.
getFilterModel() - Method in class com.citra.filter.FilterTablePanel
Returns the filter model.
getFilterModel() - Method in class com.citra.filter.VisualFilter
Returns the filter model.
getFilterOn() - Method in class com.citra.filter.FilterTablePanel
Returns a checkbox that shows if the filter displayed is active or not.
getFilterOnKey() - Method in class com.citra.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.citra.filter.FilterHeaderModel
Returns the order in which the filter expression was selected.
getFilterPattern() - Method in class com.citra.filter.BlockFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.citra.filter.BooleanFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.citra.filter.DateFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.citra.filter.Filter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.citra.filter.NumberFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.citra.filter.PassFilter
Returns the object used as the filter pattern.
getFilterPattern() - Method in class com.citra.filter.StringFilter
Returns the object used as the filter pattern.
getFilterRenderer() - Method in class com.citra.filter.PopupFilterHeaderModel
Retrieves the filter renderer that will be used to display the filterable header component.
getFilterTableModel() - Method in class com.citra.table.db.AbstractDatabaseTableModel
Returns the internal filter tablemodel instance.
getFilterTableModel() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the internal filter tablemodel instance.
getFilterTableModel() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Returns the internal filter tablemodel instance.
getFilterTreeTableModel() - Method in class com.citra.treetable.dir.DirectoryTreeTable
Returns the internal filter treetablemodel instance.
getFilterValue(int) - Method in class com.citra.filter.FilterHeaderModel
Returns the object that is used as the filter expression for the column at c.
getFilterValues(int, Collection) - Method in class com.citra.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.citra.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.citra.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.citra.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.citra.table.search.AbstractSearchPanel
Returns the find label.
getFirst() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the first value aggregator.
getFirst(List, boolean) - Static method in class com.citra.pivot.table.aggregator.Functions
Selects the first value in a list.
getFirstFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the first function singleton.
getFixedGrandTotals() - Method in class com.citra.pivot.PivotTable
Determines whether row and column grand totals are always showing in the table.
getFixedRowHeight() - Method in class com.citra.table.span.SpanDrawer
Determines whether the drawer will assume that the table has a fixed row height.
getFlag() - Method in class com.citra.pivot.olap.set.DescendantsSetSelection
Returns the algorithm to use when selecting the descendants.
getFlatValueAt(Object, int) - Method in class com.citra.treetable.AggregateTreeTableModel
Returns the non-aggregate value to be displayed for node, at column index column.
getFont() - Method in class com.citra.pivot.PivotStyle
Retrieves the font.
getFontStyle() - Method in class com.citra.pivot.PivotStyle
Retrieves the font's style.
getFooter() - Method in class com.citra.tree.TreeTableModel
Returns the footer associated with this TreeTableModel instance.
getFooter() - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the footer associated with this TreeTableModel instance.
getFooterIndex() - Method in class com.citra.tree.FooterRow
Returns the order with which the FooterRow was added to the TreeTable.
getFooterIndex() - Method in class com.citra.treetable.FooterRow
Returns the order with which the FooterRow was added to the TreeTable.
getFooterSize(TreeTableRow) - Method in interface com.citra.tree.Footer
Returns the number of FooterRows to add below a TreeTableRow specified by row.
getFooterSize(TreeTableRow) - Method in interface com.citra.treetable.Footer
Returns the number of FooterRows to add below a TreeTableRow specified by row.
getForeground() - Method in class com.citra.pivot.PivotStyle
Retrieves the foreground color.
getFormat() - Method in class com.citra.filter.auto.GenericAutoFilterPanel
Retrieves the format that will be used to convert Objects to strings and vice-versa.
getFormat() - Method in class com.citra.filter.GenericVisualFilter
Retrieves the format that will be used to convert Objects to strings and vice-versa.
getFormattedValue() - Method in class com.citra.pivot.olap.data.DefaultOlapCell
Retrieves the formatted value as a string.
getFormattedValue() - Method in interface com.citra.pivot.olap.data.OlapCell
Retrieves the formatted value as a string.
getFormattedValue() - Method in class com.citra.pivot.olap.remote.DefaultRemotePendingValue
Retrieves the formatted value as a string.
getFoundBackgroundColor() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the background color of the search text field if the search string is found.
getFoundForegroundColor() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the foreground color of the search text field if the search string is found.
getFromColumn() - Method in class com.citra.table.search.SearchModelEvent
Returns the search starting column or NEXT_COLUMN.
getFromRow() - Method in class com.citra.table.search.SearchModelEvent
Returns the search starting row or NEXT_ROW.
getFunction(int, int) - Method in class com.citra.table.db.DefaultMeasureDefinition
Returns the function that exists for column at index.
getFunction(int, int) - Method in interface com.citra.table.db.MeasureDefinition
Returns the function that exists for column at index.
getGlobalUseFormattedValue() - Method in class com.citra.pivot.olap.OlapCellRenderer
Determines whether the renderer will use the formatted values of an olap cell when rendering.
getGroupButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for grouping columns.
getGroupColumn() - Method in class com.citra.event.GroupTableColumnModelEvent
Returns the parent group column of the columns that have been added or removed.
getGroupColumn(TableColumn) - Method in class com.citra.table.DefaultGroupTableColumnModel
Returns the parent group column of the specified column.
getGroupColumn(TableColumn) - Method in interface com.citra.table.GroupTableColumnModel
Returns the parent group column of the specified column.
getGroupColumn(TableColumn) - Method in class com.citra.table.GroupTableHeader
Returns the parent group column of the specified column.
getGroupColumnModel() - Method in class com.citra.table.GroupTableHeader
Returns the group column model.
getGroupColumns(int) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns the column or columns that this level is grouped by.
getGroupColumnState() - Method in class com.citra.table.GroupTableHeader
Retrieves the group column state as a string.
getGroupCriteria(TreeTableRow) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns a clause that identifies the criteria for the supplied node.
getGroupingColumns() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns the group columns as a list array.
getGroupingEnabled() - Method in class com.citra.table.TableAssistant
Determines whether users are able to group/ungroup columns in the column dialog.
getGroupLevel(Component) - Method in class com.citra.table.GroupTableHeader
Returns the group level of the component passed as argument.
getHAvg() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the hierarchical average aggregator.
getHeader(TableModel) - Method in class com.citra.table.io.DelimitedExportManager
Returns the table model header.
getHeaderDnd() - Method in class com.citra.pivot.PivotTableHeader
Retrieves the dnd object offering drag and drop capabilities to the header.
getHeaderFilterValue() - Method in class com.citra.filter.HeaderFilter
Retrieves the filter value.
getHeaderListValue() - Method in class com.citra.filter.HeaderFilter
Retrieves the list value.
getHeight() - Method in class com.citra.table.GroupTableColumn
Retrieves the height of the group column, as it appears in the header.
getHFirst() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the hierarchical first value aggregator.
getHideButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for hiding columns.
getHideColumnOnExpansion() - Method in class com.citra.table.group.TreeTableHeader
Determines a parent column's visibility when expanded.
getHidePopupOnSelection() - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the popup menu will be hidden after a selection is made.
getHierarchies() - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Retrieves the hierarchies of the dimension.
getHierarchies() - Method in interface com.citra.pivot.olap.metadata.OlapDimension
Retrieves the hierarchies of the dimension.
getHierarchies(int) - Method in class com.citra.pivot.olap.OlapDefinition
Retrieves the hierarchies that appear in the row, column header or filter area, based on the given type.
getHierarchies() - Method in class com.citra.pivot.olap.set.ExtractSetSelection
Returns the hierarchies whose members are extracted.
getHierarchies() - Method in class com.citra.pivot.table.TableDimension
Retrieves the hierarchies of the dimension.
getHierarchy() - Method in class com.citra.pivot.olap.member.CurrentMemberSelection
Returns the hierarchy along which members will be iterated.
getHierarchy(int) - Method in class com.citra.pivot.olap.metadata.HierarchyList
Finds the hierarchy from the list, using its index.
getHierarchy() - Method in class com.citra.pivot.olap.metadata.impl.OlapLevelImpl
Retrieves the hierarchy that this level belongs to.
getHierarchy() - Method in interface com.citra.pivot.olap.metadata.OlapLevel
Retrieves the hierarchy that this level belongs to.
getHierarchy() - Method in class com.citra.pivot.olap.set.AllMembersSetSelection
Returns the hierarchy whose members are returned.
getHierarchy() - Method in class com.citra.pivot.olap.set.MembersSetSelection
Returns the hierarchy whose members are returned.
getHierarchy() - Method in class com.citra.pivot.table.TableLevel
Retrieves the hierarchy that this level belongs to.
getHierarchyByID(String) - Method in class com.citra.pivot.olap.metadata.HierarchyList
Finds the hierarchy from the list, using its unique id.
getHierarchyByName(String) - Method in class com.citra.pivot.olap.metadata.HierarchyList
Finds the hierarchy from the list, using its name.
getHierarchyIcon() - Static method in class com.citra.pivot.icons.Icons
Retrieves an icon used for a hierarchy node.
getHierarchyIndex(OlapHierarchy) - Method in class com.citra.pivot.olap.OlapDefinition
In a list of pivoted hierarchies, this method determines the index the hierarchy is located.
getHierarchyType(OlapHierarchy) - Method in class com.citra.pivot.olap.OlapDefinition
Determines the area the given hierarchy is assigned to.
getHighLightButton() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the highlight button.
getHLast() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the hierarchical last value aggregator.
getIcon(boolean, boolean, PivotRowAdapter, TreePath) - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Retrieves the icon to be used at a given node.
getIcon(boolean, boolean, TreeTableColumnModelAdapter, TreePath) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Retrieves the icon to be used at a given node.
getIcon() - Method in class com.citra.treetable.dir.FileRow
Returns the icon associated with this FileRow.
getIconHeight() - Method in class com.citra.common.gui.ArrowIcon
Returns the icon's height.
getIconHeight() - Method in class com.citra.component.PartialIcon
Returns the icon's height.
getIconHeight() - Method in class com.citra.table.BlankIcon
Returns the icon's height.
getIconWidth() - Method in class com.citra.common.gui.ArrowIcon
Returns the icon's width.
getIconWidth() - Method in class com.citra.component.PartialIcon
Returns the icon's width.
getIconWidth() - Method in class com.citra.table.BlankIcon
Returns the icon's width.
getID(String) - Method in class com.citra.pivot.olap.metadata.DefaultOlapList
Finds the olap object from the list, using its unique id.
getID() - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Retrieves the id of the olap object.
getID(String) - Method in interface com.citra.pivot.olap.metadata.OlapList
Finds the olap object from the list, using its unique id.
getID() - Method in interface com.citra.pivot.olap.metadata.OlapObject
Retrieves the id of the olap object.
getID() - Method in class com.citra.pivot.olap.OlapRootMember
Retrieves the id of the olap object.
getID() - Method in class com.citra.pivot.table.AbstractTableObject
Retrieves the id of the olap object.
getIgnoreTime() - Method in class com.citra.comparators.DateComparator
Returns a boolean which is true if the date comparator is set to ignore time differences.
getIgnoreTime() - Method in class com.citra.filter.DateVisualFilter
Returns a checkbox that is used to show whether time differences should be considered when filtering.
getIgnoreTime() - Method in class com.citra.table.search.DateVisualSeeker
Returns a checkbox that is used to show whether time differences should be considered when searching.
getIndex() - Method in class com.citra.pivot.olap.member.ItemMemberSelection
Returns the index of the member in the tuple.
getIndex() - Method in class com.citra.pivot.olap.tuple.ItemTupleSelection
Returns the index of the tuple to select.
getIndexOfChild(Object, Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Returns the index of child in parent. If parent is null or child is null, returns -1.
getIndexOfChild(Object, Object) - Method in class com.citra.treetable.DefaultSortTreeTableModel
Returns the index of child in parent. If parent is null or child is null, returns -1.
getIndexOfChild(Object, Object) - Method in class com.citra.treetable.MutableTreeTableModel
Returns the index of child in parent.
getIndexOfChild(Object, Object) - Method in class com.citra.treetable.TreeModelMap
Returns the index of child in parent.
getIndexOfChildColumn(GroupTableColumn, TableColumn) - Method in class com.citra.table.DefaultGroupTableColumnModel
Returns the index of a child column in its parent group column.
getIndexOfChildColumn(GroupTableColumn, TableColumn) - Method in interface com.citra.table.GroupTableColumnModel
Returns the index of a child column in its parent group column.
getInnerModel() - Method in class com.citra.table.ListTableMap
In a chain of ListTableMaps, this method returns the inner most tablemodel that is not an instanceof ListTableMap.
getInnerTreeTableModel() - Method in class com.citra.treetable.TreeTableModelMap
In a chain of TreeTableModelMaps, this method returns the inner most treetable model that is not an instanceof TreeTableModelMap.
getInputMeasure() - Method in class com.citra.pivot.table.DerivedTableMeasure
Retrieves the measure that this derived measure depends upon.
getJavaDataType() - Method in class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
Retrieves the measure's data type as a java class.
getJavaDataType() - Method in interface com.citra.pivot.olap.metadata.OlapMeasure
Retrieves the measure's data type as a java class.
getJavaDataType() - Method in class com.citra.pivot.table.TableMeasure
Retrieves the measure's data type as a java class.
getKeepSelectedDate() - Method in class com.citra.editors.JDateChooser
Determines whether the selected date should be kept, when changing the month or year.
getLast() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the last value aggregator.
getLast(List, boolean) - Static method in class com.citra.pivot.table.aggregator.Functions
Selects the last value in a list.
getLastFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the last function singleton.
getLastMatchingColumn() - Method in interface com.citra.table.search.Search
Returns the matched column from the last search.
getLastMatchingColumn() - Method in class com.citra.table.search.TableSearch
Returns the matched column from the last search.
getLeafAggregator() - Method in class com.citra.pivot.table.StandardTableMeasure
Retrieves the object that aggregates the leaf members of the datasource.
getLevel() - Method in class com.citra.event.FilterTreeTableModelEvent
Returns the tree level at which a table filter was installed.
getLevel() - Method in class com.citra.pivot.olap.member.AncestorMemberSelection
Returns the level to which the ancestor belongs.
getLevel() - Method in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
Retrieves the level this member is part of.
getLevel(int) - Method in class com.citra.pivot.olap.metadata.LevelList
Finds the level from the list, using its index.
getLevel() - Method in interface com.citra.pivot.olap.metadata.OlapMember
Retrieves the level this member is part of.
getLevel() - Method in class com.citra.pivot.olap.OlapRootMember
Retrieves the level this member is part of.
getLevel() - Method in class com.citra.pivot.olap.set.AllMembersSetSelection
Returns the level whose members are returned.
getLevel() - Method in class com.citra.pivot.olap.set.DescendantsSetSelection
Returns the defined level required by the descendants selection.
getLevel() - Method in class com.citra.pivot.olap.set.MembersSetSelection
Returns the level whose members are returned.
getLevel() - Method in class com.citra.pivot.table.TableMember
Retrieves the level this member is part of.
getLevel() - Method in class com.citra.table.GroupTableColumn
Returns the number of levels above this group column: the distance from the root column to this column.
getLevel(int) - Method in class com.citra.tree.TreeTableModel
Returns the level of the TreeTableRow object at rowIndex below the root node of the tree structure of the model.
getLevelBackGround(int, int, int) - Method in class com.citra.renderers.DefaultAggregateRenderer
Returns a color to be set as the background color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelBackGround(int, int, int) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Returns a color to be set as the background color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelByID(String) - Method in class com.citra.pivot.olap.metadata.LevelList
Finds the level from the list, using its unique id.
getLevelByName(String) - Method in class com.citra.pivot.olap.metadata.LevelList
Finds the level from the list, using its name.
getLevelCount() - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Determines the number of stacked columns that will be shown.
getLevelDistance() - Method in class com.citra.pivot.olap.member.AncestorMemberSelection
Returns the distance in the number of levels between the member and its ancestor.
getLevelDistance() - Method in class com.citra.pivot.olap.set.DescendantsSetSelection
Returns the defined difference in levels required by the descendants selection.
getLevelForeground(int, int, int) - Method in class com.citra.renderers.DefaultAggregateRenderer
Returns a color to be set as the foreground color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelForeground(int, int, int) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Returns a color to be set as the foreground color of the cell at (row, column), depending on the level of the TreeTableRow.
getLevelForNode(Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Determines the level of the supplied node.
getLevelIndex(OlapMember) - Static method in class com.citra.pivot.olap.OlapUtils
Returns the level depth of a given member.
getLevelMapper() - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Returns the mapper used for presenting distinct values on each tree level.
getLevels() - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Retrieves the levels that the hierarchy contains.
getLevels() - Method in interface com.citra.pivot.olap.metadata.OlapHierarchy
Retrieves the levels that the hierarchy contains.
getLevels() - Method in class com.citra.pivot.table.TableHierarchy
Retrieves the levels that the hierarchy contains.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.citra.renderers.PopupRenderer
Return a component that has been configured to display the specified value.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class com.citra.table.DefaultListRowHeaderRenderer
Return a component that has been configured to display the specified value.
getListeners(Class) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns an array of all the objects currently registered as the listener type upon this model.
getListValue(int) - Method in class com.citra.filter.FilterHeaderModel
Returns the object that is used as a label to identify the filter that is installed on the column at c.
getLocale() - Method in interface com.citra.pivot.olap.data.Connection
Retrieves the java locale currently in use.
getLocale(int) - Method in class com.citra.pivot.olap.metadata.LocaleList
Finds the measure from the list, using its index.
getLocale() - Method in class com.citra.pivot.table.TableConnection
Retrieves the java locale currently in use.
getLocaleByLanguage(String) - Method in class com.citra.pivot.olap.metadata.LocaleList
Finds the locale from the list, using its language.
getLockedColumns(int) - Method in class com.citra.table.locked.DefaultLockedTableModel
Returns the locked columns at the top or bottom of the table.
getLockedColumns(int) - Method in interface com.citra.table.locked.LockedTableModel
Returns the locked columns at the top or bottom of the table.
getLockedModel() - Method in class com.citra.table.AdvancedJScrollPane
Returns the locked table model.
getLockedRows(int) - Method in class com.citra.table.locked.DefaultLockedTableModel
Returns the locked rows at the left or right of the table.
getLockedRows(int) - Method in interface com.citra.table.locked.LockedTableModel
Returns the locked rows at the left or right of the table.
getLogging() - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Sets debugging on/off.
getLogical() - Method in class com.citra.pivot.olap.set.FilterSetSelection
Returns the logical condition of the filter set.
getMainComponent() - Method in class com.citra.filter.DefaultFilterRenderer
Returns the main wrapped component.
getMainComponent() - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Returns the main wrapped component.
getMainComponent() - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Returns the main wrapped component.
getMainComponent() - Method in class com.citra.table.WrapperCellRendererPane
Returns the main wrapped component.
getMainComponent(Component) - Static method in class com.citra.table.WrapperCellRendererPane
Returns the main component of the wrapper.
getMappedIndexes(Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Returns an array representing how the nodes' children have been transformed.
getMappedIndexes(Object) - Method in class com.citra.treetable.DefaultSortTreeTableModel
Returns an array representing how the nodes' children have been transformed.
getMappedIndexes(Object) - Method in class com.citra.treetable.TreeTableModelMap
Returns an array representing how the nodes' children have been transformed.
getMapper(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Determines the mapper that will be used for a column.
getMaskedNode(Object) - Method in class com.citra.table.group.TreeColumnModelMask
Returns the enclosed node of the underlying model, that node represents.
getMaskedNode(Object) - Method in class com.citra.treetable.TreeTableModelMask
Returns the enclosed node of the underlying model, that node represents.
getMax() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the max aggregator.
getMax(List, OlapType) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates the maximum number from a list of numbers.
getMaxColumns() - Method in class com.citra.table.TableAssistant
Returns the maximum number of columns that the column popup is going to display.
getMaxFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the max function singleton.
getMaximumGroups() - Method in class com.citra.tree.GroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumGroups() - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumGroups() - Method in class com.citra.treetable.GroupingPanel
Returns the maximum number of combo boxes that are visible.
getMaximumGroups() - Method in class com.citra.treetable.NodeGroupingPanel
Returns the maximum number of combo boxes that are visible.
getMDX() - Method in class com.citra.pivot.olap.mdx.MDXSelection
Retrieves the mdx query statement
getMeasure() - Method in class com.citra.pivot.olap.data.DefaultOlapCell
Retrieves the measure metadata of the value.
getMeasure() - Method in interface com.citra.pivot.olap.data.OlapCell
Retrieves the measure metadata of the value.
getMeasure() - Method in class com.citra.pivot.olap.DefaultOlapEdge
Retrieves the assigned measure.
getMeasure(int) - Method in class com.citra.pivot.olap.metadata.MeasureList
Finds the measure from the list, using its index.
getMeasure() - Method in class com.citra.pivot.olap.OlapDefinition
Determines the default measure that is displayed in the pivot, when the measure dimension does not appear in either the row or column headers.
getMeasure() - Method in interface com.citra.pivot.olap.OlapEdge
Retrieves the assigned measure.
getMeasure() - Method in class com.citra.pivot.olap.OlapSort
Returns the measure used as the basis for the sorting operation.
getMeasure() - Method in class com.citra.pivot.olap.OlapTopBottom
Returns the measure used as the basis for the top/bottom operation.
getMeasure() - Method in class com.citra.pivot.olap.remote.DefaultRemotePendingValue
Retrieves the measure metadata of the value.
getMeasure() - Method in class com.citra.pivot.olap.set.BottomCountSetSelection
Returns the measure upon which the ordering will take place.
getMeasure() - Method in class com.citra.pivot.olap.set.OrderSetSelection
Returns the measure that the ordering depends on.
getMeasure() - Method in class com.citra.pivot.olap.set.TopCountSetSelection
Returns the measure upon which the ordering will take place.
getMeasureByID(String) - Method in class com.citra.pivot.olap.metadata.MeasureList
Finds the measure from the list, using its unique id.
getMeasureByName(String) - Method in class com.citra.pivot.olap.metadata.MeasureList
Finds the measure from the list, using its name.
getMeasureDimension() - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Retrieves the measure dimension.
getMeasureDimension() - Method in interface com.citra.pivot.olap.metadata.OlapCube
Retrieves the measure dimension.
getMeasureDimension() - Method in class com.citra.pivot.table.TableCube
Retrieves the measure dimension.
getMeasureHierarchy() - Method in class com.citra.pivot.olap.OlapDefinition
Convenience method to retrieve the measure's dimension hierarchy.
getMeasureIcon() - Static method in class com.citra.pivot.icons.Icons
Retrieves an icon used for a measure node.
getMeasures() - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Retrieves the measures of the cube.
getMeasures() - Method in interface com.citra.pivot.olap.metadata.OlapCube
Retrieves the measures of the cube.
getMeasures() - Method in class com.citra.pivot.table.TableCube
Retrieves the measures of the cube.
getMember() - Method in class com.citra.pivot.olap.DefaultOlapEdge
Retrieves the assigned member.
getMember() - Method in class com.citra.pivot.olap.member.AncestorMemberSelection
Returns the member whose ancestor is retrieved.
getMember(int) - Method in class com.citra.pivot.olap.member.MemberSelectionList
Returns the member selection at the specified location.
getMember() - Method in class com.citra.pivot.olap.member.ParentMemberSelection
Returns the member whose parent is selected.
getMember() - Method in class com.citra.pivot.olap.member.SelfMemberSelection
Retrieves the member that this selection defines.
getMember(int) - Method in class com.citra.pivot.olap.metadata.MemberList
Finds the member from the list, using its index.
getMember() - Method in interface com.citra.pivot.olap.OlapEdge
Retrieves the assigned member.
getMember() - Method in class com.citra.pivot.olap.set.SingleSetSelection
Retrieves the member that is used as the basis for this selection.
getMember() - Method in class com.citra.pivot.olap.string.NameStringSelection
Returns the member whose name is returned.
getMember(OlapDimension) - Method in class com.citra.pivot.table.TableTuple
Retrieves the member from the tuple whose dimension is equal to the one passed as argument.
getMember1() - Method in class com.citra.pivot.olap.logical.IsAncestorSelection
Retrieves the first member to compare.
getMember1() - Method in class com.citra.pivot.olap.logical.IsMemberSelection
Retrieves the first member to compare.
getMember2() - Method in class com.citra.pivot.olap.logical.IsAncestorSelection
Retrieves the second member to compare.
getMember2() - Method in class com.citra.pivot.olap.logical.IsMemberSelection
Retrieves the second member to compare.
getMemberByID(String) - Method in class com.citra.pivot.olap.metadata.MemberList
Finds the member from the list, using its unique id.
getMemberByName(String) - Method in class com.citra.pivot.olap.metadata.MemberList
Finds the member from the list, using its name.
getMemberCount() - Method in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
Retrieves the number of children this member has.
getMemberCount() - Method in interface com.citra.pivot.olap.metadata.OlapMember
Retrieves the number of children this member has.
getMemberCount() - Method in class com.citra.pivot.olap.OlapRootMember
Retrieves the number of children this member has.
getMemberCount() - Method in class com.citra.pivot.table.TableMember
Retrieves the number of children this member has.
getMembers() - Method in class com.citra.pivot.olap.data.DefaultOlapTuple
Returns the members that this tuple contains.
getMembers() - Method in interface com.citra.pivot.olap.data.OlapTuple
Returns the members that this tuple contains.
getMembers(OlapMember, int, Connection) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves a list of members, based on a given member and a selection operator mask, by querying the datasource.
getMembers() - Method in class com.citra.pivot.olap.tuple.DefaultTupleSelection
Returns the list of members this tuple contains.
getMembers() - Method in class com.citra.pivot.table.TableTuple
Returns the members that this tuple contains.
getMin() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the min aggregator.
getMin(List, OlapType) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates the minimum number from a list of numbers.
getMinFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the min function singleton.
getMinResizeHeight() - Method in class com.citra.table.Viewable
Returns the minimum resize height.
getMinResizeWidth() - Method in class com.citra.table.Viewable
Returns the minimum resize width.
getMinRowHeight() - Method in class com.citra.table.TableCellResizer
Determines the minimum row height a row is allowed to be resized to.
getMinWidth() - Method in class com.citra.table.ListRowHeader
Determines the minimum width of the row header.
getMode() - Method in class com.citra.filter.StringFilter
Returns the mode of this StringFilter.
getMode() - Method in class com.citra.pivot.olap.OlapSort
Returns the sorting mode.
getMode() - Method in class com.citra.pivot.olap.OlapTopBottom
Returns the top/bottom mode.
getMode() - Method in class com.citra.pivot.olap.set.OrderSetSelection
Returns the mode that the ordering takes place.
getMode() - Method in class com.citra.table.search.SearchModelEvent
Returns the search mode.
getMode() - Method in class com.citra.table.search.TableSearch
Returns the current search mode.
getMode() - Method in class com.citra.treetable.UniqueTreeTableModel
Determines the mode that is used to build the level structure.
getModel() - Method in class com.citra.component.CheckBoxTreeSelectionModel
Retrieves the tree model.
getModel(OlapHierarchy) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Returns the model that was created for a certain hierarchy.
getModel() - Method in class com.citra.table.ListTableMap
Returns the underlying ListTableModel model
getModel() - Method in class com.citra.table.TableMap
Returns the underlying TableModel instance.
getModel() - Method in class com.citra.tree.Aggregator
Returns the associated TreeTableModel instance.
getModel() - Method in class com.citra.tree.GroupingPanel
Returns the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
getModel() - Method in class com.citra.tree.TreeTableComparator
Returns the associated TreeTableModel instance.
getModel() - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Returns the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
getModel() - Method in class com.citra.treetable.DefaultCellAggregator
Returns the associated dynamic treetable model instance.
getModel() - Method in class com.citra.treetable.DefaultTreeTableComparator
Returns the associated dynamic treetable model instance.
getModel() - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the underlying ListTableModel model
getModel() - Method in class com.citra.treetable.GroupingPanel
Returns the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
getModel() - Method in class com.citra.treetable.NodeGroupingPanel
Returns the TreeTableModel that is used to add/remove TreeNodeComparators.
getModel() - Method in class com.citra.treetable.TreeNodeAggregator
Returns the associated aggregate treetable model instance.
getModel() - Method in class com.citra.treetable.TreeNodeComparator
Returns the associated comparable treetable model instance.
getModelIndex() - Method in class com.citra.tree.TreeTableRow
Returns the index of the object in the data list of a ListTableModel that this TreeTableRow is associated with.
getModelIndex() - Method in class com.citra.treetable.TreeTableRow
Returns the model index attribute which can be used for various purposes in this library.
getModelIndexesUnderRow(int, boolean) - Method in class com.citra.tree.TreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow found at row row.
getModelIndexesUnderRow(TreeTableRow, boolean) - Method in class com.citra.tree.TreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow row.
getModelIndexesUnderRow(TreeTableRow, boolean) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the indexes that correspond to the objects of the ListTableModel that holds the actual tabular data, that are children of the TreeTableRow row.
getMoreDialog() - Method in class com.citra.table.TableAssistant
Returns an instance of the 'More...' dialog.
getMoveDownButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for moving down columns.
getMoveUpButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for moving up columns.
getMultipleSelection() - Method in class com.citra.component.CheckComboBox
Determines whether the combobox allows the selection of multiple values via checkboxes.
getMultipleSelection() - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the popup filter allows the selection of multiple filter values.
getMultipleSelection(int) - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the popup filter allows the selection of multiple filter values for a specific column.
getName() - Method in class com.citra.pivot.olap.DefaultOlapEdge
Retrieves the string name to display.
getName(Object) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Retrieves the name of the node.
getName(String) - Method in class com.citra.pivot.olap.metadata.DefaultOlapList
Finds the olap object from the list, using its name.
getName() - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Retrieves the name of the olap object.
getName(String) - Method in interface com.citra.pivot.olap.metadata.OlapList
Finds the olap object from the list, using its name.
getName() - Method in interface com.citra.pivot.olap.metadata.OlapObject
Retrieves the name of the olap object.
getName() - Method in class com.citra.pivot.olap.metadata.OlapType.DefType
 
getName() - Method in interface com.citra.pivot.olap.metadata.OlapType
Returns the name of the type.
getName() - Method in interface com.citra.pivot.olap.OlapEdge
Retrieves the string name to display.
getName() - Method in class com.citra.pivot.olap.OlapRootMember
Retrieves the name of the olap object.
getName(Object) - Method in interface com.citra.pivot.olap.OlapTableModel
Retrieves the name of the node.
getName() - Method in class com.citra.pivot.olap.set.CreateSetSelection
Returns the name of the set.
getName() - Method in class com.citra.pivot.olap.set.DropSetSelection
Determines the name of the set to drop.
getName() - Method in class com.citra.pivot.olap.set.NamedRefSetSelection
Returns the name of set being referred to.
getName() - Method in class com.citra.pivot.olap.set.NamedSetSelection
Returns the name of the set.
getName() - Method in class com.citra.pivot.table.AbstractTableObject
Retrieves the name of the olap object.
getName() - Method in class com.citra.pivot.table.aggregator.AvgAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.CountAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.FirstValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.HAvgAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.HFirstValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.HLastValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.HWeightedAvgAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.HWeightedFirstValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.HWeightedLastValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.IndexAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.LastValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.MaxAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.MinAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.MovingTotalAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.RankAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.ScaledSumAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.SumAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.WeightedAvgAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.WeightedFirstValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.WeightedLastValueAggregator
Retrieves the name of the aggregator.
getName() - Method in class com.citra.pivot.table.aggregator.WeightedSumAggregator
Retrieves the name of the aggregator.
getName(Object, List) - Method in class com.citra.pivot.table.context.DateColumnContext
Determines the name that will be displayed for the given member value.
getName(Object, List) - Method in class com.citra.pivot.table.context.SingleColumnContext
Determines the name that will be displayed for the given member value.
getName(Object, List) - Method in class com.citra.pivot.table.context.SingleGroupContext
Determines the name that will be displayed for the given member value.
getName() - Method in interface com.citra.pivot.table.TableAggregator
Retrieves the name of the aggregator.
getName(Object, List) - Method in interface com.citra.pivot.table.TableContext
Determines the name that will be displayed for the given member value.
getName() - Method in class com.citra.treetable.dir.FileRow
Returns the name associated with this FileRow.
getNewEditRow() - Method in class com.citra.table.TableReorder
Determines the displaced row index of the table's editing row, after a model update.
getNewEditRow() - Method in class com.citra.treetable.DefaultTreeTableReorder
Determines the displaced row index of the table's editing row, after a model update.
getNextButton() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the next button.
getNode() - Method in class com.citra.event.FilterTreeTableModelEvent
Returns the node at which a table filter was installed.
getNodeFilters() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Retrieves a map of the filters assigned to the nodes of the model.
getNodeFilters() - Method in interface com.citra.treetable.FilterTreeTableModel
Retrieves a map of the filters assigned to the nodes of the model.
getNodeLevel() - Method in class com.citra.treetable.DefaultTreeNodeEnumeration
Returns the level of the node that has been previously returned by the nextElement method.
getNodeLevel() - Method in interface com.citra.treetable.TreeNodeEnumeration
Returns the level of the node that has been previously returned by the nextElement method.
getNodeMapper() - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Returns the mapper used for presenting every node of a tree.
getNodes() - Method in class com.citra.filter.tree.NodeTableFilter
Returns a list of accepted nodes.
getNodesFilter(TableFilter) - Method in class com.citra.filter.tree.NodeFilterMapper
Retrieves the nodes that have been assigned to the table filter.
getNodesFilter(TableFilter) - Method in class com.citra.table.group.ColumnNodeFilterMapper
Retrieves the nodes that have been assigned to the table filter.
getNON_BLANKS_String() - Method in class com.citra.filter.PopupFilterHeaderModel
Returns the string used for the 'NON BLANKS' filter selection.
getNonContiguousCellSelection() - Method in class com.citra.table.AdvancedJTable
Determines whether non-contiguous cell selection is enabled.
getNonContiguousSelectionModel() - Method in class com.citra.table.AdvancedJTable
Returns the non-contiguous cell selection model that is associated with this table.
getNonSortableColumns() - Method in class com.citra.table.SortTableModel
Returns an array of ints representing columns that are not sortable.
getNoSortButton() - Method in class com.citra.table.SortTableButtonRenderer
Returns the button used to render a non-sortable column.
getNotFoundBackgroundColor() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the background color of the search text field if the search string is not found.
getNotFoundForegroundColor() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the foreground color of the search text field if the search string is not found.
getNotFoundLabel() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the not found label.
getNullsPositionToStart() - Method in class com.citra.table.SortTableModel
Determines how null values will be sorted.
getNumber() - Method in class com.citra.filter.DoubleFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.citra.filter.FloatFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.citra.filter.IntegerFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.citra.filter.LongFilter
Returns the Number object which is set as the filter pattern.
getNumber() - Method in class com.citra.filter.NumberFilter
Returns the Number object which is set as the filter pattern.
getNumberFormat() - Method in class com.citra.filter.NumericalVisualFilter
Returns the numberformat object associated with this numerical visual filter.
getNumberFormat() - Method in class com.citra.pivot.table.DefaultTableFormatter
Retrieves the format for numbers other than double and currency.
getNumberFormat() - Method in class com.citra.renderers.NumberRenderer
Returns the internal NumberFormat object used to render the Numbers.
getObjectAt(Object, int) - Method in class com.citra.table.cache.AbstractTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.citra.table.cache.AbstractTreeTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.citra.table.cache.DefaultTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.citra.table.cache.DefaultTreeTableCache
Returns the Object found at column of row passed as a parameter.
getObjectAt(Object, int) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
This method returns the userObject passed as argument.
getObjectAt(Object, int) - Method in class com.citra.treetable.AggregateTreeTableModel
Returns the value for object at column
getObjectAt(Object, int) - Method in class com.citra.treetable.ListTreeTableModel
Returns the value for object at column
getObjectAt(Object, int) - Method in class com.citra.treetable.ObjectTreeTableModel
Returns the value for object at column
getObjectAt(Object, int) - Method in class com.citra.treetable.SingleTreeTableModel
Returns the value for object at column
getOddColor() - Method in class com.citra.renderers.DefaultRenderer
Returns the color used to paint the odd rows of the table.
getOddColor() - Method in class com.citra.table.styles.DefaultStyle
Returns the color used to paint the odd rows of the table.
getOkButton() - Method in class com.citra.component.CheckComboBox
Returns the button that accepts the current selection.
getOkButton() - Method in class com.citra.filter.auto.AutoFilterDialog
Returns the 'Ok' button.
getOkButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for accepting changes in the column dialog.
getOlap4jConnection() - Method in class com.citra.pivot.olap4j.Olap4jDataSource
Retrieves the associated olap4j connection.
getOlapAdapter(TreePath) - Method in interface com.citra.pivot.olap.OlapColumnAdapter
Returns the olap adapter at the specified tree path.
getOlapAdapter(TreePath) - Method in interface com.citra.pivot.olap.OlapRowAdapter
Returns the olap adapter at the specified tree path.
getOlapDataModel() - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Retrieves the underlying olap data model.
getOlapDefinition() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves a modifiable olap definition.
getOlapHierarchy() - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Retrieves the hierarchy that the model represents.
getOlapHierarchy() - Method in interface com.citra.pivot.olap.OlapTableModel
Retrieves the hierarchy that the model represents.
getOlapMeasure(Object) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Retrieves the olap measure at the specified node.
getOlapMeasure(Object) - Method in interface com.citra.pivot.olap.OlapTableModel
Retrieves the olap measure at the specified node.
getOlapMember(Object) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Retrieves the olap member at the specified node.
getOlapMember(Object) - Method in interface com.citra.pivot.olap.OlapTableModel
Retrieves the olap member at the specified node.
getOlapModel() - Method in interface com.citra.pivot.olap.OlapColumnAdapter
Returns the olap table model.
getOlapModel() - Method in interface com.citra.pivot.olap.OlapRowAdapter
Returns the olap table model.
getOlapProvider() - Method in class com.citra.pivot.olap.gui.HeaderDndSupport
Retrieves the olap provider.
getOlapProvider() - Method in class com.citra.pivot.olap.gui.OlapAssistant
Retrieves the olap provider.
getOlapProvider() - Method in class com.citra.pivot.olap.gui.OlapCubePanel
Retrieves the olap provider.
getOlapProvider() - Method in class com.citra.pivot.olap.gui.OlapFilterPanel
Retrieves the olap provider.
getOlapProvider() - Method in class com.citra.pivot.olap.OlapDataModel
Retrieves the olap provider on which the data model depends.
getOlapType(Object) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Retrieves the type of the pivoted member at the specified node.
getOlapType(Object) - Method in interface com.citra.pivot.olap.OlapTableModel
Retrieves the type of the pivoted member at the specified node.
getOperators() - Method in class com.citra.pivot.olap.set.SingleSetSelection
Retrieves the selection operator mask.
getPanel() - Method in class com.citra.filter.BooleanVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.citra.filter.DateVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.citra.filter.NumericalVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.citra.filter.StringVisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.citra.filter.VisualFilter
Returns the panel containing the controls used to manipulate the filter.
getPanel() - Method in class com.citra.table.ColumnChooser
Retrieves the dialog's panel.
getPanel() - Method in class com.citra.table.search.BooleanVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.citra.table.search.DateVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.citra.table.search.NumericalVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.citra.table.search.StringVisualSeeker
Returns the panel containing the controls used to manipulate the search.
getPanel() - Method in class com.citra.table.search.VisualSeeker
Returns the panel containing the controls used to manipulate the search.
getParent() - Method in class com.citra.table.GroupTableColumn
Returns this group column's parent or null if this group column has no parent.
getParents(TreePath[]) - Static method in class com.citra.pivot.PivotUtils
Retrieves the parent paths of paths.
getPartialIcon() - Method in class com.citra.component.TristateCheckBox
Returns the icon to be used for partial selections.
getPartialSelection() - Method in class com.citra.component.CheckBoxTree
Determines whether the checkbox tree will use partial selection.
getPartialSelection() - Method in class com.citra.component.CheckBoxTreeSelectionModel
Determines whether the checkbox tree will use partial selection.
getPath() - Method in class com.citra.table.io.XMLExportManager
Returns the current path.
getPathForColumn(int, int, PivotColumnAdapter) - Static method in class com.citra.pivot.PivotUtils
Retrieves the column path at the specified column and group level index.
getPathForRow(int, int, PivotRowAdapter) - Static method in class com.citra.pivot.PivotUtils
Retrieves the row path at the specified row and column index.
getPathSelectionState(TreePath) - Method in class com.citra.component.CheckBoxTreeSelectionModel
Returns the selection state of the specified path.
getPathsForColumn(int, PivotColumnAdapter) - Static method in class com.citra.pivot.PivotUtils
Retrieves the column paths at the specified column index.
getPathsForRow(int, PivotRowAdapter) - Static method in class com.citra.pivot.PivotUtils
Retrieves the row paths at the specified row index.
getPathToRoot(GroupTableColumn, int) - Method in class com.citra.table.GroupTableHeader
Returns the path from the root group column to this column.
getPathToRoot(TableColumn) - Method in class com.citra.table.GroupTableHeader
Returns the path from the root group column to this column.
getPathToRoot(TreeNode) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode) - Method in class com.citra.treetable.MutableTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class com.citra.treetable.MutableTreeTableModel
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode) - Method in class com.citra.treetable.TreeModelMap
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPathToRoot(TreeNode, int) - Method in class com.citra.treetable.TreeModelMap
Builds the parents of node up to and including the root node, where the original node is the last element in the returned array.
getPattern() - Method in class com.citra.filter.StringFilter
Returns the filter expression.
getPendingBackgroundColor() - Method in class com.citra.pivot.olap.remote.RemoteOlapStyle
Returns the pending background color.
getPendingBackgroundColor() - Method in class com.citra.table.remote.RemoteStyle
Returns the pending background color.
getPendingValue(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Determines the pending value used for the data cell specified by the given row and column paths.
getPendingValue(int, int) - Method in class com.citra.table.remote.DefaultRemoteTableModel
Returns the object to display if a cell value is pending.
getPendingValue(Object, int) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Returns the object to display if a cell value is pending.
getPendingValue(int, int) - Method in interface com.citra.table.remote.RemoteTableModel
Returns the object to display if a cell value is pending.
getPendingValue(Object, int) - Method in interface com.citra.table.remote.RemoteTreeTableModel
Returns the object to display if a cell value is pending.
getPivotColumn() - Method in class com.citra.table.db.DefaultPivotDefinition
Returns the pivot column as a string.
getPivotColumn() - Method in interface com.citra.table.db.PivotDefinition
Returns the pivot column as a string.
getPivotColumnAdapter() - Method in class com.citra.pivot.DefaultPivotDataModel
Retrieves the model's pivot column header.
getPivotColumnAdapter() - Method in class com.citra.pivot.olap.OlapDataModel
Retrieves the model's pivot column header.
getPivotColumnAdapter() - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Retrieves the model's pivot column header.
getPivotColumnAdapter() - Method in interface com.citra.pivot.PivotDataModel
Retrieves the model's pivot column header.
getPivotColumnClass() - Method in class com.citra.table.db.DefaultPivotDefinition
Returns the class of the pivot column
getPivotColumnClass() - Method in interface com.citra.table.db.PivotDefinition
Returns the class of the pivot column
getPivotColumns() - Method in class com.citra.table.db.DefaultCrosstabTableModel
Returns the pivot columns.
getPivotRowAdapter() - Method in class com.citra.pivot.DefaultPivotDataModel
Retrieves the model's pivot row header.
getPivotRowAdapter() - Method in class com.citra.pivot.olap.OlapDataModel
Retrieves the model's pivot row header.
getPivotRowAdapter() - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Retrieves the model's pivot row header.
getPivotRowAdapter() - Method in interface com.citra.pivot.PivotDataModel
Retrieves the model's pivot row header.
getPivotRowHeader() - Method in class com.citra.pivot.PivotTable
Determines whether to render the row header in pivot style.
getPivotStyleModel() - Method in class com.citra.pivot.PivotTable
Returns the currently assigned pivot style model.
getPivotTableHeader() - Method in class com.citra.pivot.PivotTable
Convenience method to return the pivot table's accompanying pivot table header.
getPivotTableModel() - Method in class com.citra.pivot.PivotTable
Convenience method to return the pivot table's data model, casted to PivotTableModel.
getPivotTableRenderer() - Method in class com.citra.pivot.PivotTable
Returns the renderer for displaying the rows of the pivot table's row header.
getPivotType(TreePath) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Returns the type of the specified path.
getPivotType(TreePath) - Method in class com.citra.pivot.DefaultPivotRowAdapter
Returns the type of the specified path.
getPivotType(TreePath) - Method in interface com.citra.pivot.PivotColumnAdapter
Returns the type of the specified path.
getPivotType(TreePath) - Method in interface com.citra.pivot.PivotRowAdapter
Returns the type of the specified path.
getPosition() - Method in interface com.citra.pivot.olap.data.OlapCursor
Returns the current position in the cursor.
getPositionCount() - Method in interface com.citra.pivot.olap.data.OlapCursor
Returns the total number of members that the cursor contains.
getPrecomputeMode() - Method in class com.citra.pivot.table.TableDataSource
Retrieves the mode for precomputing aggregate values when the schema and cubes are first compiled.
getPrefaceLabel() - Method in class com.citra.table.ColumnChooser
Retrieves the label describing the column dialog.
getPreferredHeight(Component, TableColumn, int, int) - Method in class com.citra.table.GroupTableHeader
Returns the preferred height of the component that renders the specified column.
getPreferredScrollableViewportSize() - Method in class com.citra.table.JScrollablePanel
Returns the preferred size of the viewport for a view component.
getPreferredSize() - Method in class com.citra.common.gui.ArrowButton
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize() - Method in class com.citra.filter.DefaultFilterRenderer
Returns the preferred size of this container.
getPreferredSize() - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Returns the preferred size of this container.
getPreferredSize() - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Returns the preferred size of this container.
getPreferredSize() - Method in class com.citra.table.group.TreeTableHeader
If the preferredSize has been set to a non-null value just returns it.
getPreferredSize() - Method in class com.citra.table.JTableRowHeader
If the preferredSize has been set to a non-null value just returns it.
getPreferredWidth() - Method in class com.citra.table.GroupTableColumn
Returns the preferred width of the TableColumn.
getPrevButton() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the prev button.
getPreviousAmount() - Method in class com.citra.table.locked.LockedTableModelEvent
Returns the previous number of locked rows/columns at the specified direction.
getPreviousColumnCount() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Called from subclasses during events to find what was the column count before the event.
getPreviousRowCount() - Method in class com.citra.treetable.TreeTableModelAdapter
Called from subclasses during events to find what was the row count before the event.
getPriority(TableDimension) - Method in class com.citra.pivot.table.StandardTableMeasure
Determines the aggregation priority for a given dimension.
getPriority() - Method in interface com.citra.renderers.TableCellRendererWrapper
Returns the priority of the wrapper.
getProgressBar() - Method in class com.citra.renderers.ProgressBarRenderer
Returns the internal JProgressBar object
getQuery() - Method in class com.citra.pivot.olap.tab.DrillThroughSelection
Retrieves the query that returns a single cell to drillthrough.
getRealEditingRow() - Method in class com.citra.table.AdvancedJTable
Returns the index of the editing row.
getRealRenderer() - Method in class com.citra.component.CheckBoxTree
Returns the tree's cell renderer used for rendering the tree after the checkbox part.
getRealRenderer() - Method in class com.citra.component.CheckComboBox
Returns the combo box's cell renderer used for rendering the list after the checkbox part.
getRemoteTreeTableModel() - Method in class com.citra.treetable.dir.DirectoryTreeTable
Returns the internal remote treetablemodel instance.
getRemoveOnInvisible() - Method in class com.citra.filter.FilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
getRemoveOnInvisible() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
getRenderer() - Method in interface com.citra.renderers.TableCellRendererWrapper
Returns the cell renderer that this wrapper contains.
getReorderingAllowed() - Method in class com.citra.table.AdvancedTableHeader
Returns true if the user is allowed to rearrange columns by dragging their headers, false otherwise.
getResetButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for resetting changes in the column dialog.
getResetOnKeyInput() - Method in class com.citra.table.search.SearchPanel
Controls whether to reset the search when the text in the search box changes.
getResizeAllColumns() - Method in class com.citra.table.TableCellResizer
Determines whether all columns will be resized to the resizing column.
getResizeAllRows() - Method in class com.citra.table.TableCellResizer
Determines whether all rows will be resized to the resizing row.
getResizeMode() - Method in class com.citra.table.TableAssistant
Determines the current resize mode, when a user double clicks on a column border.
getResizeMode() - Method in class com.citra.table.TableCellResizer
Determines the current resize mode, when a user double clicks on a cell border.
getResizingAllowed() - Method in class com.citra.table.GroupTableHeader
Returns true if the user is allowed to resize columns by dragging between their headers, false otherwise.
getResolve() - Method in class com.citra.pivot.olap.set.CreateSetSelection
Determines whether the set will be resolved and returned.
getResolver() - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Returns the class responsible for resolving selections.
getResourceBundle() - Static method in class com.citra.common.gui.TableResourceManager
Retrieves the assigned resource bundle.
getResourceBundle() - Static method in class com.citra.pivot.PivotResourceManager
Retrieves the assigned resource bundle.
getRestoreExpandedNodes() - Method in class com.citra.event.ReorderEvent
Returns a flag that indicates whether previously stored nodes should be expanded.
getRoot() - Method in class com.citra.treetable.AbstractTreeTableModel
Returns the root of the tree.
getRoot() - Method in class com.citra.treetable.NodeTreeTableModelMap
Returns the root of the tree. Returns null only if the tree has no nodes.
getRoot() - Method in class com.citra.treetable.TreeModelMap
Returns the root of the tree. Returns null only if the tree has no nodes.
getRootGroupColumn() - Method in class com.citra.table.DefaultGroupTableColumnModel
Returns the root group column.
getRootGroupColumn() - Method in interface com.citra.table.GroupTableColumnModel
Returns the root group column.
getRootMember(OlapHierarchy) - Static method in class com.citra.pivot.olap.OlapRootMember
Returns the root member for a given hierarchy.
getRowAdapter() - Method in class com.citra.pivot.DefaultPivotTableModel
Returns the model's row adapter.
getRowAdapter() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves the row header model.
getRowAdapter() - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves the row header model.
getRowAdapter() - Method in interface com.citra.pivot.PivotTableModel
Returns the model's row adapter.
getRowAdapterAt(int, int, PivotRowAdapter) - Static method in class com.citra.pivot.PivotUtils
Returns the adapter at the specified row and column index.
getRowComparator(int) - Method in class com.citra.tree.TreeTableModel
Returns the row comparator that will be used to determine row similarity at index.
getRowComparator(int) - Method in class com.citra.treetable.ComparableTreeTableModel
Returns the row comparator that will be used to determine row similarity at index.
getRowComparator(int) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the row comparator that will be used to determine row similarity at index.
getRowComparators() - Method in class com.citra.tree.TreeTableModel
Returns the list of row comparators as an array.
getRowComparators() - Method in class com.citra.treetable.ComparableTreeTableModel
Returns the list of row comparators as an array.
getRowComparators() - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the list of row comparators as an array.
getRowComparatorSize() - Method in class com.citra.tree.TreeTableModel
Returns the size of the currently defined row comparators of this treetable.
getRowComparatorSize() - Method in class com.citra.treetable.ComparableTreeTableModel
Returns the size of the currently defined row comparators of this treetable.
getRowComparatorSize() - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the size of the currently defined row comparators of this treetable.
getRowCount() - Method in class com.citra.pivot.DefaultPivotTableModel
Returns the number of rows in the model.
getRowCount() - Method in class com.citra.table.db.AbstractDatabaseTableModel
Returns the number of rows in the model.
getRowCount() - Method in class com.citra.table.db.DefaultCrosstabTableModel
Returns the number of rows in the model. A JTable uses this method to determine how many rows it should display. This method should be quick, as it is called frequently during rendering.
getRowCount() - Method in class com.citra.table.FilterTableModel
Returns tableModel.getRowCount
getRowCount() - Method in class com.citra.table.ListTableMap
Returns tableModel.getRowCount
getRowCount() - Method in class com.citra.table.ObjectTableModel
Returns the number of rows in the model.
getRowCount() - Method in class com.citra.table.remote.DefaultRemoteTableModel
Returns tableModel.getRowCount
getRowCount() - Method in class com.citra.table.TableMap
Returns tableModel.getRowCount
getRowCount() - Method in class com.citra.tree.TreeTableModel
Returns tableModel.getRowCount
getRowCount() - Method in class com.citra.treetable.TreeTableModelAdapter
Returns the number of rows in the model.
getRowDimension(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves a member's dimension from the row header area of a pivot table.
getRowDimensions(int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members' dimensions from the row header area of a pivot table.
getRowHeader() - Method in class com.citra.table.AdvancedJTable
Returns the RowHeader used by this JTable.
getRowHierarchies() - Method in class com.citra.pivot.olap.OlapDefinition
Retrieves the hierarchies that are pivoted in the row header.
getRowHierarchies(int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members' hierarchies from the row header area of a pivot table.
getRowHierarchy(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves a member's hierarchy from the row header area of a pivot table.
getRowMap() - Method in class com.citra.event.ReorderEvent
Returns an integer array that can be used to find out the new location of a specific row.
getRowMember(int, int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves a member from the row header area of a pivot table.
getRowMembers(int, OlapPivotTable) - Static method in class com.citra.pivot.olap.OlapPivotUtils
Retrieves the members from the row header area of a pivot table.
getRowPaths() - Method in class com.citra.pivot.olap.remote.RemoteOlapEvent
Retrieves the paths to the row header.
getRowResizingEnabled() - Method in class com.citra.table.TableCellResizer
Determines whether row resizing is enabled.
getRows() - Method in class com.citra.table.DefaultListTableModel
Returns the data of this tablemodel
getRows() - Method in class com.citra.table.FilterTableModel
Returns tableModel.getRows
getRows() - Method in class com.citra.table.ListTableMap
Returns tableModel.getRows
getRows() - Method in interface com.citra.table.ListTableModel
Returns the data of this tablemodel
getRows() - Method in class com.citra.table.ListTableModelWrapper
This method returns null.
getRows() - Method in class com.citra.table.ObjectTableModel
Returns the data of this tablemodel
getRows() - Method in class com.citra.table.SortTableModel
Returns tableModel.getRows
getRows() - Method in class com.citra.tree.TreeTableModel
Returns tableModel.getRows Returns a list containing the TreeTableRows of the model.
getRowSpan() - Method in class com.citra.table.span.CellSpan
Returns the number of rows this cell spans.
getScaledSum(List, List, OlapType) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates the scaled sum from a list of numbers and their weights.
getSchema() - Method in interface com.citra.pivot.olap.data.Connection
Retrieves the schema of the connection.
getSchema() - Method in interface com.citra.pivot.olap.data.DataSource
Retrieves the schema of the datasource.
getSchema() - Method in class com.citra.pivot.olap.gui.OlapSchemaPanel
Retrieves the underlying schema.
getSchema() - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Retrieves the schema of the datasource.
getSchema() - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Retrieves the schema this cube belongs to.
getSchema() - Method in interface com.citra.pivot.olap.metadata.OlapCube
Retrieves the schema this cube belongs to.
getSchema() - Method in class com.citra.pivot.table.TableConnection
Retrieves the schema of the connection.
getSchema() - Method in class com.citra.pivot.table.TableCube
Retrieves the schema this cube belongs to.
getSchema() - Method in class com.citra.pivot.table.TableDataSource
Retrieves the schema of the datasource.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.citra.table.JScrollablePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one block of rows or columns, depending on the value of orientation.
getScrollableTracksViewportHeight() - Method in class com.citra.table.JScrollablePanel
Return true if a viewport should always force the height of this Scrollable to match the height of the viewport.
getScrollableTracksViewportWidth() - Method in class com.citra.table.JScrollablePanel
Return true if a viewport should always force the width of this Scrollable to match the width of the viewport.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.citra.table.JScrollablePanel
Components that display logical rows or columns should compute the scroll increment that will completely expose one new row or column, depending on the value of orientation.
getScrollPane() - Method in class com.citra.pivot.olap.gui.OlapCubePanel
Returns the scrollpane that encloses the JTree.
getScrollPane() - Method in class com.citra.table.AdvancedJTable
Utility method that returns the scrollpane this table is enclosed by.
getScrollPane() - Method in class com.citra.table.ColumnChooser
Retrieves the table's scrollpane.
getScrollToSelection() - Method in class com.citra.table.TableReorder
Determines whether the table should scroll to the last selection after the cell selection has been restored.
getSearch() - Method in class com.citra.table.search.SearchModelEvent
Returns the object that will search the table structure.
getSearchBox() - Method in class com.citra.table.search.SearchPanel
Returns the search text field.
getSearchModel() - Method in class com.citra.table.search.AbstractSearchPanel
Returns the search model.
getSearchModel() - Method in class com.citra.table.search.TableSelector
Retrieves the tabular search model to use when searching.
getSearchModel() - Method in class com.citra.table.search.TableStyleSelector
Retrieves the tabular search model to use when searching.
getSearchModel() - Method in class com.citra.table.search.VisualSeeker
Returns the search model.
getSearchOnKey() - Method in class com.citra.table.search.VisualSeeker
Returns a boolean value that if true, search model events are fired whenever a key press is detected on a text field, otherwise the user must press the Enter key for this to happen.
getSearchOnKeyInput() - Method in class com.citra.table.search.SearchPanel
Determines whether to perform a search if a key is typed in the search box.
getSelectCheckBox() - Method in class com.citra.table.ColumnChooser
Retrieves the check box for selecting/deselecting all columns.
getSelectCurrentDateIfNull() - Method in class com.citra.editors.DateEditor
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
getSelectCurrentDateIfNull() - Method in class com.citra.filter.DateVisualFilter
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
getSelectedColumnCount() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns the number of selected columns.
getSelectedColumns() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns an array of indicies of all selected columns.
getSelectedDate() - Method in class com.citra.editors.JDateChooser
Returns a calendar object which is initialized to the selected date.
getSelectedValues() - Method in class com.citra.component.CheckComboBox
Retrieves the list of selected values.
getSelectionBackground() - Method in class com.citra.pivot.PivotStyle
Retrieves the selection background color.
getSelectionColor() - Method in class com.citra.table.search.ColorStyle
Retrieves the selection color.
getSelectionColor() - Method in class com.citra.table.search.TableStyleSelector
Retrieves the matching selection color.
getSelectionForeground() - Method in class com.citra.pivot.PivotStyle
Retrieves the selection foreground color.
getSelectionModel() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns the current selection model.
getSelectRows() - Method in class com.citra.treetable.db.DatabaseTreeTableReorder
Determines whether or not the reorder will scan the whole tree to select previously selected rows.
getSendReorderEvent() - Method in class com.citra.table.ObjectTableModel
Determines if a reorder event should be sent when needed.
getSeparator() - Method in class com.citra.tree.GroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSeparator() - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSeparator() - Method in class com.citra.treetable.GroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSeparator() - Method in class com.citra.treetable.NodeGroupingPanel
Returns a component to be used as a separator between adjacent comboboxes.
getSet() - Method in class com.citra.pivot.olap.axis.DefaultAxisSelection
Returns the set that is defined on the axis.
getSet() - Method in class com.citra.pivot.olap.set.AddCalculatedMembersSetSelection
Retrieves the set to which calculated members are added.
getSet() - Method in class com.citra.pivot.olap.set.BottomCountSetSelection
Returns the set whose lowest valued tuples are selected.
getSet() - Method in class com.citra.pivot.olap.set.CreateSetSelection
Determines the set to create.
getSet() - Method in class com.citra.pivot.olap.set.DescendantsSetSelection
Determines the set whose descendants are selected.
getSet() - Method in class com.citra.pivot.olap.set.DistinctSetSelection
Determines the set whose distinct tuples are selected.
getSet() - Method in class com.citra.pivot.olap.set.ExtractSetSelection
Returns the set from which certain hierarchy members are extracted.
getSet() - Method in class com.citra.pivot.olap.set.FilterSetSelection
Returns the set whose members are selected according to a logical condition.
getSet() - Method in class com.citra.pivot.olap.set.HierarchizeSetSelection
Returns the set to order.
getSet() - Method in class com.citra.pivot.olap.set.NamedSetSelection
Returns the set that is defined.
getSet() - Method in class com.citra.pivot.olap.set.OrderSetSelection
Returns the set to order.
getSet() - Method in class com.citra.pivot.olap.set.SelfSetSelection
Returns the set defined.
getSet(int) - Method in class com.citra.pivot.olap.set.SetSelectionList
Returns the set selection at the specified location.
getSet() - Method in class com.citra.pivot.olap.set.TopCountSetSelection
Returns the set whose highest valued tuples are selected.
getSet() - Method in class com.citra.pivot.olap.set.VisualTotalsSetSelection
Returns the set whose visual total is retrieved.
getSet() - Method in class com.citra.pivot.olap.set.WhereSetSelection
Returns the set that is filtered.
getSet() - Method in class com.citra.pivot.olap.tuple.ItemTupleSelection
Returns the set to select the tuple from.
getSet1() - Method in class com.citra.pivot.olap.set.ExceptSetSelection
Returns the set to exclude tuples from.
getSet1() - Method in class com.citra.pivot.olap.set.GenerateSetSelection
Returns the set that is iterated.
getSet1() - Method in class com.citra.pivot.olap.set.IntersectSetSelection
Returns the first set to intersect.
getSet1() - Method in class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
Returns the first set to join.
getSet1() - Method in class com.citra.pivot.olap.set.NonEmptySetSelection
Returns the first set.
getSet2() - Method in class com.citra.pivot.olap.set.ExceptSetSelection
Returns the set containing the tuples to exclude.
getSet2() - Method in class com.citra.pivot.olap.set.GenerateSetSelection
Returns the set that is input to the first set.
getSet2() - Method in class com.citra.pivot.olap.set.IntersectSetSelection
Returns the second set to intersect.
getSet2() - Method in class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
Returns the second set to join.
getSet2() - Method in class com.citra.pivot.olap.set.NonEmptySetSelection
Returns the second set.
getSets() - Method in class com.citra.pivot.olap.set.CrossSetSelection
Determines the sets to cross join.
getSets() - Method in class com.citra.pivot.olap.set.UnionSetSelection
Returns the sets to union.
getShowButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for showing columns.
getShowButtonPress() - Method in class com.citra.table.SortTableButtonRenderer
Returns true if the button should be pressed when clicked.
getShowChildren() - Method in class com.citra.table.GroupTableColumn
Determines the visibility of the columns underneath this group column.
getShowChildren() - Method in class com.citra.treetable.NodeTreeTableModelMap
Determines whether to show the node's children.
getShowColumnGrandTotal() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the column grand total.
getShowColumnHeader() - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to display the column header.
getShowColumnHierarchyNames() - Method in class com.citra.pivot.PivotTable
Determines whether the hierarchy names shown on the column header will be displayed.
getShowColumnSeparator() - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to show the column separator.
getShowDatePanel() - Method in class com.citra.editors.JDateChooser
Determines whether the date panel is visible.
getShowDummyColumn() - Method in class com.citra.table.AdvancedJTable
Determines whether the table is set to show the dummy column.
getShowEmptyCells() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the empty row and column cells.
getShowEmptyColumnCells() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the empty column cells.
getShowEmptyRowCells() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the empty row cells.
getShowGrandTotals() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the row and column grand totals.
getShowGroup() - Method in class com.citra.table.ColumnChooser
Determines whether the group buttons will be shown.
getShowMore() - Method in class com.citra.table.TableAssistant
Returns a flag that is true if a menuitem (more) is to be added to the column popup, that provides more column options.
getShowMove() - Method in class com.citra.table.ColumnChooser
Determines whether the move buttons will be shown.
getShowPopup() - Method in class com.citra.table.TableAssistant
Returns true if the column popup is to be shown.
getShowRootMembers() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the root member(s).
getShowRowGrandTotal() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the row grand total.
getShowRowHeader() - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to display the row header.
getShowRowHeader() - Method in class com.citra.table.AdvancedJTable
Determines whether the row header should be displayed.
getShowRowHierarchyNames() - Method in class com.citra.pivot.PivotTable
Determines whether the hierarchy names shown on the row header will be displayed.
getShowRowSeparator() - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to show the row separator.
getShowSeconds() - Method in class com.citra.editors.JDateChooser
Determines whether the date chooser will show and accept seconds in the time field box.
getShowSubTotal(OlapLevel) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the sub totals for a given level.
getShowSubTotal(OlapMember) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the sub totals for a given member.
getShowSummary() - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to show the summary cell.
getShowTimePanel() - Method in class com.citra.editors.JDateChooser
Determines whether the time panel is visible.
getShowYear() - Method in class com.citra.pivot.table.context.QuarterContext
Determines whether the year will be shown along with the quarter.
getSlicingMembers() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Retrieves a list of members that are used for slicing when querying the datasource.
getSlicingMembers() - Method in interface com.citra.pivot.olap.OlapProvider
Retrieves a list of members that are used for slicing when querying the datasource.
getSort(OlapLevel) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Returns the sorting that is applied on a certain level.
getSortedIndexes() - Method in class com.citra.table.SortTableModel
Returns an int array showing the relation between the original and the sorted data.
getSortMode() - Method in class com.citra.table.SortTableModel
Returns the sorting mode used by the SortTableModel.
getSortStates() - Method in class com.citra.table.SortTableModel
Returns the current sorting state of the model, as an array of SortStates.
getSortStatesAsString() - Method in class com.citra.table.SortTableModel
Returns the current sorting state of the model, as a String.
getSortTableModel() - Method in class com.citra.table.db.AbstractDatabaseTableModel
Returns the internal sort tablemodel instance.
getSortTableModel() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the internal sort tablemodel instance.
getSortTableModel() - Method in class com.citra.treetable.DefaultSortTreeTableModel
Returns the internal sort tablemodel instance.
getSortTableRenderer() - Method in class com.citra.table.SortTableModel
Returns the SortTableRenderer used to render the table header.
getSortTreeTableModel() - Method in class com.citra.treetable.dir.DirectoryTreeTable
Returns the internal sort treetablemodel instance.
getSpacing() - Method in class com.citra.renderers.DefaultRenderer
Determines whether the renderer will add spaces to the end of each cell.
getSpanDrawer() - Method in class com.citra.table.AdvancedJTable
Returns the span drawer that is used to enable cell spanning.
getSpanModel() - Method in class com.citra.table.span.SpanDrawer
Returns the span model that this SpanDrawer queries to lookup the merged cells.
getSpannedColumn() - Method in class com.citra.table.span.CellSpan
Returns the cell's spanned column.
getSpannedRow() - Method in class com.citra.table.span.CellSpan
Returns the cell's spanned row.
getSQLFilterConverter() - Method in class com.citra.table.db.DefaultDatabaseTableModel
Returns the object that will be used to convert a TableFilter to an sql 'where' clause.
getSQLFilterConverter() - Method in class com.citra.table.db.DistinctDatabaseTableModel
Returns the object that will be used to convert a TableFilter to an sql 'where' clause.
getSQLFilterConverter() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns the object that will be used to convert a TableFilter to an sql 'where' clause.
getState() - Method in class com.citra.component.TristateButtonModel
Returns the state of the model.
getState() - Method in class com.citra.component.TristateCheckBox
Returns the state of the checkbox, taken from the model.
getStoreCellSelections() - Method in class com.citra.event.ReorderEvent
Returns a flag that indicates whether the reorder listener will store the cell selections.
getStoreCheckBoxSelections() - Method in class com.citra.event.ReorderEvent
Returns a flag that indicates whether the reorder listener will store the selected nodes of the checkbox tree.
getStoreExpandedNodes() - Method in class com.citra.event.ReorderEvent
Returns a flag that indicates whether the reorder listener will store the expanded tree nodes.
getString(String) - Static method in class com.citra.common.gui.TableResourceManager
Retrieves the assigned string for the given key.
getString() - Method in class com.citra.pivot.olap.set.OrderSetSelection
Returns the string selection that the ordering depends on.
getString(String) - Static method in class com.citra.pivot.PivotResourceManager
Retrieves the assigned string for the given key.
getStringFilter() - Method in class com.citra.table.search.SearchPanel
Returns the string filter.
getStringForLevel(int) - Method in class com.citra.treetable.UniqueTreeTableModel
Returns the string to return for the supplied level.
getStyle() - Method in class com.citra.table.search.TableStyleSelector
Retrieves the style that will be used to paint the matching cells.
getStyle(int) - Method in class com.citra.table.styles.DefaultStyleModel
Retrieves the style at index.
getStyle(int) - Method in interface com.citra.table.styles.StyleModel
Retrieves the style at index.
getStyleModel() - Method in class com.citra.table.AdvancedJTable
Returns the style model used.
getStyles() - Method in class com.citra.table.styles.DefaultStyleModel
Returns the styles of the style model as an array.
getStyles() - Method in interface com.citra.table.styles.StyleModel
Returns the styles of the style model as an array.
getSum() - Static method in class com.citra.pivot.table.aggregator.Aggregators
Returns the sum aggregator.
getSum(List, OlapType) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates the sum of a list of numbers.
getSumFunction() - Static method in class com.citra.pivot.table.aggregator.Functions
Returns the sum function singleton.
getSupportedLocales() - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Retrieves the locales that are supported by this cube.
getSupportedLocales() - Method in interface com.citra.pivot.olap.metadata.OlapCube
Retrieves the locales that are supported by this cube.
getSupportedLocales() - Method in class com.citra.pivot.table.TableCube
Retrieves the locales that are supported by this cube.
getSynchWithLevelFilters() - Method in class com.citra.table.group.ColumnFilterHeaderModel
Determines whether the header model will synch its level filters with the node filters.
getSynchWithNodeFilters() - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Determines whether the header model will synch its level filters with the node filters.
getTable() - Method in class com.citra.pivot.olap.gui.OlapAssistant
Retrieves the associated pivot table.
getTable() - Method in class com.citra.table.ColumnChooser
Retrieves the column's table.
getTable() - Method in class com.citra.table.ListRowHeader
Returns the associated table.
getTable() - Method in class com.citra.table.span.SpanDrawer
Returns the associated table.
getTable() - Method in class com.citra.table.TableAssistant
Returns the table that is associated with the assistant.
getTable() - Method in class com.citra.table.TableCellResizer
Returns the associated table.
getTableAssistant() - Method in class com.citra.table.AdvancedJTable
Returns the table assistant instance associated with this table.
getTableCache() - Method in class com.citra.table.cache.CachedListTableModel
Returns the cache store that is caching the underlying list table model.
getTableCache() - Method in class com.citra.table.cache.CachedTableModel
Returns the cache store that is caching the underlying table model.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class com.citra.editors.DateEditor
Implementation of the one method defined by TableCellEditor.
getTableCellRenderer(JTable, OlapCell) - Method in class com.citra.pivot.olap.OlapCellRenderer
Determines the renderer to use for the given olap cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.pivot.olap.OlapCellRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.renderers.BooleanRenderer
Overriden in order to return the internal JCheckBox instance after configuring it appropriately.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.renderers.DefaultAggregateRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.renderers.DefaultRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.renderers.ProgressBarRenderer
Overriden in order to return the internal JProgressBar instance after configuring it appropriately.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.table.DefaultRowHeaderRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.table.SortTableRenderer
Returns the component used for drawing the cell.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class com.citra.treetable.dir.FileRowCellRenderer
Returns the component used for drawing the cell.
getTableColumnAt(int) - Method in class com.citra.table.GroupTableColumn
Returns the table column at index.
getTableColumnCount() - Method in class com.citra.table.GroupTableColumn
Returns the number of this group column's children.
getTableColumns() - Method in class com.citra.table.GroupTableColumn
Returns an enumeration of this group column's children.
getTableColumnsArray() - Method in class com.citra.table.GroupTableColumn
Returns a list of all table columns that are this column's descendants.
getTableFilter() - Method in class com.citra.event.FilterModelEvent
Returns the table filter that will filter the tabular data.
getTableFilter() - Method in class com.citra.event.FilterTreeTableModelEvent
Returns the table filter that was installed.
getTableFilter() - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Constructs and returns a table filter object that represents the selected values of the visual filters combination.
getTableFilter() - Method in class com.citra.filter.auto.JAutoFilter
Returns the table filter object associated with the currently showing auto filter panel.
getTableFilter() - Method in class com.citra.filter.BooleanVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.citra.filter.DateVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter(int) - Method in class com.citra.filter.FilterHeaderModel
Returns the TableFilter object that is installed on the column at c and that is responsible for filtering that column.
getTableFilter() - Method in class com.citra.filter.GenericVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.citra.filter.HeaderFilter
Retrieves the table filter.
getTableFilter() - Method in class com.citra.filter.NotTableFilter
Returns the TableFilter that is negated.
getTableFilter() - Method in class com.citra.filter.NumericalVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.citra.filter.StringVisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.citra.filter.VisualFilter
Returns a table filter object corresponding to the visual controls of the filter.
getTableFilter() - Method in class com.citra.table.FilterTableModel
Returns the current TableFilter of this FilterTableModel.
getTableFilterForModel(int) - Method in class com.citra.filter.FilterHeaderModel
Returns the TableFilter object that is installed on a column and that is responsible for filtering that column.
getTableFilterForObject(Object, int) - Method in class com.citra.filter.FilterHeaderModel
Returns an appropriate table filter object for the supplied object and column index.
getTableFilterForObjectToModel(Object, int) - Method in class com.citra.filter.FilterHeaderModel
Returns an appropriate table filter object for the supplied object and column model index.
getTableFilters() - Method in class com.citra.filter.CompositeFilter
Returns the array of TableFilters.
getTableFilters() - Method in class com.citra.filter.FilterHeaderModel
Retrieves the filters assigned to the model as a list.
getTableFormatter() - Method in class com.citra.pivot.table.TableDataSource
Returns the associated formatter.
getTableHeader() - Method in class com.citra.filter.FilterHeaderModel
Returns the header that will be used for displaying a visual representation of a filter on columns.
getTableHeader() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Returns the header that will be used for displaying a visual representation of a filter on columns.
getTableHeader() - Method in class com.citra.table.SortTableModel
Returns the table header associated with this model.
getTableLabel() - Method in class com.citra.table.ColumnChooser
Retrieves the label describing the table.
getTableReorder() - Method in class com.citra.table.AdvancedJTable
Returns the TableReorder that will handle table selection changes.
getTableSearch() - Method in class com.citra.table.search.BooleanVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.citra.table.search.DateVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.citra.table.search.NumericalVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.citra.table.search.StringVisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearch() - Method in class com.citra.table.search.VisualSeeker
Returns a table search object corresponding to the visual controls of the search.
getTableSearchForSeeker(VisualSeeker) - Method in class com.citra.table.search.SearchTablePanel
Returns a TableSearch for the seeker passed as argument.
getTableState() - Method in class com.citra.table.AdvancedJTable
Returns a string showing which columns are shown and their corresponding widths.
getTabularCursor() - Method in class com.citra.pivot.olap.data.DefaultTabularSet
Retrieves the cursor for iterating through the values of the tabular set.
getTabularCursor() - Method in interface com.citra.pivot.olap.data.TabularSet
Retrieves the cursor for iterating through the values of the tabular set.
getThemes() - Method in class com.citra.common.gui.SkinManager
Returns a list of themes.
getThrowsException() - Method in class com.citra.table.ListTableModelWrapper
Determines the behaviour of the model when the ListTableModel methods are called.
getToolTipLocation(MouseEvent) - Method in class com.citra.table.AdvancedJTable
Returns the tooltip location in this component's coordinate system.
getToolTipLocation(MouseEvent) - Method in class com.citra.table.AdvancedTableHeader
Returns the tooltip location in this component's coordinate system.
getToolTipText(MouseEvent) - Method in class com.citra.filter.DefaultFilterRenderer
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.citra.table.AdvancedJTable
Overrides JComponent's getToolTipText method in order to allow the renderer's tips to be used if it has text set.
getToolTipText(MouseEvent) - Method in class com.citra.table.AdvancedTableHeader
Allows the renderer's tips to be used if there is text set.
getToolTipText(MouseEvent) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Returns the string to be used as the tooltip for event.
getToolTipText(MouseEvent) - Method in class com.citra.table.WrapperCellRendererPane
Returns the string to be used as the tooltip for event.
getTopBottom(OlapLevel) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Returns the top/bottom that is applied on a certain level.
getTotalColumnWidth() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Returns the total width of all the columns.
getTotalGroupCount() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Returns the total number of groups defined.
getTree() - Method in class com.citra.pivot.olap.gui.OlapCubePanel
Returns the tree that contains the cube structure.
getTree() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the associated tree.
getTree() - Method in interface com.citra.table.group.TreeTableColumnModelAdapter
Returns the associated tree.
getTree() - Method in class com.citra.table.group.TreeTableHeader
Returns the associated tree.
getTree() - Method in class com.citra.tree.TreeTable
Returns the JTree component that is displayed on the first column of the table.
getTree() - Method in class com.citra.treetable.TreeTable
Returns the JTree component that is displayed on the first column of the table.
getTree() - Method in class com.citra.treetable.TreeTableModelAdapter
Returns the associated tree.
getTree() - Method in interface com.citra.treetable.TreeTableModelAdapterIF
Returns the associated tree.
getTreeColumn() - Method in class com.citra.treetable.TreeTable
Returns the column that contains the tree.
getTreeHeaderFactory() - Method in class com.citra.table.group.TreeTableHeader
Retrieves the factory for creating TreeTableHeaderRenderers.
getTreeModel() - Method in class com.citra.treetable.TreeModelMap
Returns the underlying tree model.
getTreeRow(int) - Method in class com.citra.tree.TreeTableModel
Returns the TreeTableRow found at row rowIndex of the TreeTable.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, PivotRowAdapter, TreePath, TableCellRenderer) - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Returns the component used for drawing the expandable row.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, PivotRowAdapter, TreePath, TableCellRenderer) - Method in interface com.citra.pivot.PivotRowHeaderRenderer
Returns the component used for drawing the expandable row.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, TreeTableColumnModelAdapter, TreePath, TableCellRenderer, int) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Returns the component used for drawing the expandable column header.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, TreeTableColumnModelAdapter, TreePath, TableCellRenderer, int) - Method in class com.citra.table.group.TreeTableHeader.CachingHeaderControl
Stores the component returned by the renderer before returning it.
getTreeTableCellRendererComponent(JTable, Object, boolean, boolean, int, int, boolean, boolean, TreeTableColumnModelAdapter, TreePath, TableCellRenderer, int) - Method in interface com.citra.table.group.TreeTableHeaderRenderer
Returns the component used for drawing the expandable column header.
getTreeTableColumnModel() - Method in class com.citra.table.group.ColumnNodeFilterMapper
Returns the treetable column model.
getTreeTableColumnModel() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the associated treetable column model.
getTreeTableColumnModel() - Method in class com.citra.table.group.TreeColumnModelMask
Returns the underlying treetable column model.
getTreeTableColumnModel() - Method in interface com.citra.table.group.TreeTableColumnModelAdapter
Returns the associated treetable column model.
getTreeTableColumnModel() - Method in class com.citra.table.group.TreeTableHeader
Convenience method to retrieve the treetable column model.
getTreeTableColumnModelAdapter() - Method in class com.citra.table.group.TreeTableHeader
Convenience method to retrieve the treetable model adapter.
getTreeTableColumnModels() - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Retrieves the column models currently assigned.
getTreeTableModel() - Method in class com.citra.treetable.TreeTableModelAdapter
Returns the associated treetable model.
getTreeTableModel() - Method in interface com.citra.treetable.TreeTableModelAdapterIF
Returns the associated treetable model.
getTreeTableModel() - Method in class com.citra.treetable.TreeTableModelMap
Returns the underlying tree table model.
getTreeTableModel() - Method in class com.citra.treetable.TreeTableModelMask
Returns the underlying treetable model.
getTreeTableModel() - Method in class com.citra.treetable.UniqueTreeTableModel
Returns the underlying treetable model.
getTreeTableModelAdapter() - Method in class com.citra.treetable.TreeTable
Convenience method to retrieve the treetable model adapter.
getTreeTableModels() - Method in class com.citra.pivot.DefaultPivotRowAdapter
Retrieves the treetable models currently assigned.
getTrueTableColumnCount() - Method in class com.citra.table.GroupTableColumn
Returns the number of children table columns that are not instances of GroupTableColumn.
getTrueTableColumns() - Method in class com.citra.table.GroupTableColumn
Returns an enumeration of all table columns that are not instances of GroupTableColumn.
getTrueTableColumnsArray() - Method in class com.citra.table.GroupTableColumn
Returns a list of all table columns that are not instances of GroupTableColumn.
getTuple(int) - Method in class com.citra.pivot.olap.data.TupleList
Returns the tuple at the specified location.
getTuple() - Method in class com.citra.pivot.olap.member.ItemMemberSelection
Returns the tuple whose member will be retrieved.
getTuple() - Method in class com.citra.pivot.olap.OlapSort
Returns the tuple used as basis for the sorting operation.
getTuple() - Method in class com.citra.pivot.olap.set.TupleSetSelection
Returns the tuple that is contained in the set.
getTuple() - Method in class com.citra.pivot.olap.tuple.SelfTupleSelection
Returns the tuple which this selection contains.
getTuple(int) - Method in class com.citra.pivot.olap.tuple.TupleSelectionList
Returns the tuple selection at the specified location.
getTuple() - Method in class com.citra.pivot.table.TableQuery
Retrieves the tuple that is being queried.
getTupleCursor() - Method in interface com.citra.pivot.olap.data.AxisOlapSet
Returns the cursor for the tuples of the axis.
getTupleCursor() - Method in class com.citra.pivot.olap.data.DefaultAxisOlapSet
Returns the cursor for the tuples of the axis.
getTuples() - Method in class com.citra.pivot.olap.data.DefaultOlapSet
Returns the tuples that this set contains.
getTuples() - Method in interface com.citra.pivot.olap.data.OlapSet
Returns the tuples that this set contains.
getTuples() - Method in class com.citra.pivot.olap.tuple.UnionTupleSelection
Returns a list of all tuples to be unioned.
getTupleSelection() - Method in class com.citra.pivot.olap.OlapSort
Returns an additional and optional tuple further defining the scope of the sorting operation.
getType() - Method in class com.citra.pivot.olap.DefaultOlapEdge
Retrieves the member's type.
getType() - Method in interface com.citra.pivot.olap.OlapEdge
Retrieves the member's type.
getType() - Method in class com.citra.pivot.olap.remote.RemoteOlapEvent
Returns the event's type.
getType() - Method in class com.citra.pivot.table.aggregator.NumericalAggregator
Returns the number's data type.
getType(TableMeasure) - Method in class com.citra.pivot.table.aggregator.NumericalAggregator
Determines the data type to use when aggregating.
getType() - Method in class com.citra.table.remote.RemoteTableEvent
Returns the event's type.
getType() - Method in class com.citra.table.span.SpanModelEvent
Returns the type of the event.
getUncachedChildren(Object, int, int) - Method in interface com.citra.table.cache.CacheableTreeTableModel
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedChildren(Object, int, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedChildren(Object, int, int) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedChildren(Object, int, int) - Method in class com.citra.treetable.TreeTableModelMap
Retrieves the leaf rows from the treetable model by specifying a row interval.
getUncachedGroupCount(Object) - Method in interface com.citra.table.cache.CacheableTreeTableModel
Retrieves the children count for node.
getUncachedGroupCount(Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Retrieves the children count for node.
getUncachedGroupCount(Object) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Retrieves the children count for node.
getUncachedGroupCount(Object) - Method in class com.citra.treetable.TreeTableModelMap
Retrieves the children count for node.
getUncachedGroups(Object, int, int) - Method in interface com.citra.table.cache.CacheableTreeTableModel
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedGroups(Object, int, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedGroups(Object, int, int) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedGroups(Object, int, int) - Method in class com.citra.treetable.TreeTableModelMap
Retrieves the branch rows from the treetable model by specifying a row interval.
getUncachedRows(int, int) - Method in interface com.citra.table.cache.CacheableTableModel
Retrieves the rows from the table model by specifying a row interval.
getUncachedRows(int, int) - Method in class com.citra.table.cache.CachedListTableModel
Retrieves the rows from the table model by specifying a row interval.
getUncachedRows(int, int) - Method in class com.citra.table.cache.CachedTableModel
Retrieves the rows from the table model by specifying a row interval.
getUncachedRows(int, int) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Retrieves the rows from the table model by specifying a row interval.
getUndefHierarchies() - Method in class com.citra.pivot.olap.OlapDefinition
Retrieves the hierarchies that are not pivoted on any axis.
getUnfilteredColor() - Method in class com.citra.filter.DefaultFilterRenderer
Determines the color of the arrow button for columns that do not have filters.
getUnfilteredColor() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Determines the color of the arrow button for columns that do not have filters.
getUnfilteredTableModel() - Method in interface com.citra.table.FilterListModel
Returns a tableModel that holds the unfiltered data.
getUnfilteredTableModel() - Method in class com.citra.table.FilterTableModel
Returns a tableModel that holds the unfiltered data.
getUnfilteredTreeTableModel() - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Retrieves the TreeTableModel that holds the unfiltered data.
getUnfilteredTreeTableModel() - Method in interface com.citra.treetable.FilterTreeTableModel
Retrieves the TreeTableModel that holds the unfiltered data.
getUnGroupButton() - Method in class com.citra.table.ColumnChooser
Retrieves the button for ungrouping columns.
getUpdateComponents() - Static method in class com.citra.pivot.PivotResourceManager
Determines whether the components that make use of the Citra Pivot resource bundle will re-initialize themselves with the new property values, when their UI is updated.
getUpdateSelections() - Method in class com.citra.table.span.SpanDrawer
Determines whether the drawer will update the cell selection evenly after a cell selection.
getUseComboBox() - Method in class com.citra.filter.DateVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
getUseComboBox() - Method in class com.citra.filter.NumericalVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
getUseComboBox() - Method in class com.citra.filter.StringVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
getUseComparisonText() - Method in class com.citra.filter.DateVisualFilter
Determines whether to display comparison texts or symbols.
getUseComparisonText() - Method in class com.citra.filter.NumericalVisualFilter
Determines whether to display comparison texts or symbols.
getUseFormattedValue(OlapMeasure) - Method in class com.citra.pivot.olap.OlapCellRenderer
Determines whether the renderer will use the formatted values of an olap cell when rendering, for the given measure.
getUseInline() - Method in class com.citra.filter.DefaultFilterRenderer
Determines whether the arrow button will be displayed inside the renderer or a separate component will be used.
getUseRollOver() - Method in class com.citra.filter.DefaultFilterRenderer
Determines whether the arrow button will be visible only if the user rolls over the column with the mouse.
getUseSeparateComponent() - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Determines whether a separate component is used to layout the expansion control.
getUseSpan() - Method in class com.citra.table.span.SpanDrawer
Determines the spanning behaviour of the span model.
getUseVisualTotals() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the visual totals.
getValue(Object) - Method in class com.citra.component.CheckComboBox
Formats the selected value into a string.
getValue() - Method in class com.citra.pivot.olap.data.DefaultOlapCell
Retrieves the value as a java object.
getValue() - Method in interface com.citra.pivot.olap.data.OlapCell
Retrieves the value as a java object.
getValue(int) - Method in interface com.citra.pivot.olap.data.TabularCursor
Returns the value of the current row in the set, as this is defined by index.
getValue(OlapCell) - Method in class com.citra.pivot.olap.OlapCellRenderer
Retrieves the value to use for rendering for the given olap cell.
getValue() - Method in class com.citra.pivot.olap.remote.DefaultRemotePendingValue
Retrieves the value as a java object.
getValue(TableMeasure, TableQuery) - Method in class com.citra.pivot.table.TableDataSource
Retrieves an aggregated value from the data source.
getValueAt(Object, int) - Method in class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
getValueAt(TreePath[], TreePath[]) - Method in class com.citra.pivot.DefaultPivotDataModel
Retrieves the value of the data at the specfied row and column paths.
getValueAt(int, int) - Method in class com.citra.pivot.DefaultPivotTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.OlapDataModel
Retrieves the value of the data at the specfied row and column paths.
getValueAt(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Retrieves the value of the data at the specfied row and column paths.
getValueAt(TreePath[], TreePath[]) - Method in interface com.citra.pivot.PivotDataModel
Retrieves the value of the data at the specfied row and column paths.
getValueAt(int, int) - Method in class com.citra.table.AdvancedJTable
Returns the cell value at row and column.
getValueAt(int, int) - Method in class com.citra.table.cache.AbstractTableCache
Retrieves the cached value at the cell at (row, column).
getValueAt(Object, int) - Method in class com.citra.table.cache.AbstractTreeTableCache
Retrieves the cached value for node at index column.
getValueAt(int, int) - Method in class com.citra.table.cache.CachedListTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.citra.table.cache.CachedTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in interface com.citra.table.cache.TableCache
Retrieves the cached value at the cell at (row, column).
getValueAt(Object, int) - Method in interface com.citra.table.cache.TreeTableCache
Retrieves the cached value for node at index column.
getValueAt(int, int) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(int, int) - Method in class com.citra.table.FilterTableModel
Returns tableModel.getValueAt
getValueAt(Object, int) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Returns the value to be displayed for node, at column index column.
getValueAt(int, int) - Method in class com.citra.table.ListTableMap
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.citra.table.ObjectTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(Object, int) - Method in class com.citra.table.ObjectTableModel
Returns the value for the object o at index.
getValueAt(int, int) - Method in class com.citra.table.remote.DefaultRemoteTableModel
Returns tableModel.getValueAt
getValueAt(Object, int) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(int, int) - Method in class com.citra.table.SortTableModel
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.citra.table.TableMap
Returns tableModel.getValueAt
getValueAt(int, int) - Method in class com.citra.tree.TreeTableModel
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(Object, int) - Method in class com.citra.treetable.AggregateTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Retrieves the cached value for node at index column.
getValueAt(Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.treetable.db.AbstractGroupCache
Retrieves the cached value for node at index column.
getValueAt(Object, int) - Method in class com.citra.treetable.DefaultMutableTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.treetable.ObjectTreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in interface com.citra.treetable.TreeTableModel
Returns the value to be displayed for node, at column index column.
getValueAt(int, int) - Method in class com.citra.treetable.TreeTableModelAdapter
Returns the value for the cell at columnIndex and rowIndex.
getValueAt(Object, int) - Method in class com.citra.treetable.TreeTableModelMap
Returns the value to be displayed for node, at column index column.
getValueAt(Object, int) - Method in class com.citra.treetable.TreeTableModelMask
Returns the value to be displayed for node, at column index column.
getValueCursor() - Method in class com.citra.pivot.olap.data.DefaultCellSet
Retrieves the cursor for iterating through the values of the cell set.
getValueCursor() - Method in interface com.citra.pivot.olap.data.OlapCellSet
Retrieves the cursor for iterating through the values of the cell set.
getValueForLocale(Locale) - Method in class com.citra.pivot.table.context.SingleGroupContext
Determines the value for the single member for a given locale.
getValues() - Method in class com.citra.filter.ValuesTableFilter
Retrieves the list of accepted values.
getVersion() - Static method in class com.citra.pivot.version.PivotVersion
Retrieves the current version as a string.
getVersion() - Static method in class com.citra.version.TableLibVersion
Retrieves the current version as a string.
getVersionDate() - Static method in class com.citra.pivot.version.PivotVersion
Retrieves the current version's release date.
getVersionDate() - Static method in class com.citra.version.TableLibVersion
Retrieves the current version's release date.
getView() - Method in class com.citra.table.ListRowHeader
Returns the view attached to the RowHeader.
getView() - Method in interface com.citra.table.RowHeader
Returns the view attached to the RowHeader.
getViewable(JTable, int, int) - Method in class com.citra.table.DefaultViewableModel
Defines how the cell of table at row and column will resize its contents to its currently viewable dimensions.
getViewable(JTable, int, int) - Method in interface com.citra.table.ViewableModel
Defines how the cell of table at row and column will resize its contents to its currently viewable dimensions.
getViewableModel() - Method in class com.citra.table.ViewableResizer
Returns the currently associated viewable model.
getViewableResizer() - Method in class com.citra.table.AdvancedJTable
Retrieves the object that paints cells with their contents resized to their viewable dimensions.
getWaitIcon() - Static method in class com.citra.pivot.icons.Icons
Retrieves an icon used for displaying a waiting state.
getWeightedAverage(List, List, OlapType, boolean) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates the weighted average from a list of numbers and their weights.
getWeightedSum(List, List, OlapType) - Static method in class com.citra.pivot.table.aggregator.Functions
Evaluates the weighted sum for a list of numbers and their weights.
getWeights() - Method in class com.citra.pivot.table.aggregator.Functions.ScaledSumFunction
Retrieves the weights.
getWeights() - Method in class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Retrieves the weights.
getWeights() - Method in class com.citra.pivot.table.aggregator.Functions.WeightedSumFunction
Retrieves the weights.
getWhere() - Method in class com.citra.pivot.olap.set.WhereSetSelection
Returns the filter conditions.
getWhereSelection() - Method in class com.citra.pivot.olap.query.DefaultQuerySelection
Returns the tuple used as the filter conditions.
getWidth() - Method in class com.citra.table.GroupTableColumn
Returns the width of the TableColumn.
getWidth(int) - Method in class com.citra.table.GroupTableColumn
Returns the total width of the columns up to and NOT including the column at endIndex.
getWidthField() - Method in class com.citra.table.ColumnChooser
Retrieves the textfield for setting the column width.
getWidthLabel() - Method in class com.citra.table.ColumnChooser
Retrieves the label describing the pixel width text field.
getWithSet() - Method in class com.citra.pivot.olap.query.DefaultQuerySelection
Returns a list of sets that will be evaluated first.
getWriteHeader() - Method in class com.citra.table.io.DelimitedExportManager
Determines whether we want the column values of the table model to be output as well.
globalUseFormattedValue - Variable in class com.citra.pivot.olap.OlapCellRenderer
determines whether the olap cell's formatted value should be used in rendering
GRAND_TOTAL_TYPE - Static variable in interface com.citra.pivot.PivotConstants
constant indicating a grand total cell
groupButton - Variable in class com.citra.table.ColumnChooser
the button for grouping columns
groupCache - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
the object that is used to cache the GROUP values of the tree's nodes.
groupColumn - Variable in class com.citra.event.GroupTableColumnModelEvent
The parent group column of the columns that have been added or removed
groupColumnAtPoint(Point) - Method in class com.citra.table.GroupTableHeader
Returns the group column at the specified point.
groupColumnsChanged(GroupTableColumnModelEvent) - Method in interface com.citra.event.GroupTableColumnModelListener
Tells listeners that columns under a group column have changed in some way.
groupColumnsChanged(GroupTableColumnModelEvent) - Method in class com.citra.table.GroupTableHeader
Tells listeners that columns under a group column have changed in some way.
groupColumnsInserted(GroupTableColumnModelEvent) - Method in interface com.citra.event.GroupTableColumnModelListener
Tells listeners that group columns were added to the model.
groupColumnsInserted(GroupTableColumnModelEvent) - Method in class com.citra.table.GroupTableHeader
Tells listeners that group columns were added to the model.
groupColumnsRemoved(GroupTableColumnModelEvent) - Method in interface com.citra.event.GroupTableColumnModelListener
Tells listeners that group columns were removed from the model.
groupColumnsRemoved(GroupTableColumnModelEvent) - Method in class com.citra.table.GroupTableHeader
Tells listeners that group columns were removed from the model.
groupingEnabled - Variable in class com.citra.table.TableAssistant
flag to indicate whether users are able to group/ungroup columns in the column dialog
GroupingPanel - Class in com.citra.tree
This component represents a panel through which users can dynamically control the structure of a TreeTable.
GroupingPanel(TreeTableModel) - Constructor for class com.citra.tree.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, horizontal layout and "" as the string to show if no grouping is desired.
GroupingPanel(TreeTableModel, int) - Constructor for class com.citra.tree.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and "" as the string to show if no grouping is desired.
GroupingPanel(TreeTableModel, int, String) - Constructor for class com.citra.tree.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and noGroupString as the string to show if no grouping is desired.
GroupingPanel - Class in com.citra.treetable
This component represents a panel through which users can dynamically control the structure of a TreeTable.
GroupingPanel(DynamicTreeTableModel) - Constructor for class com.citra.treetable.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, horizontal layout and "" as the string to show if no grouping is desired.
GroupingPanel(DynamicTreeTableModel, int) - Constructor for class com.citra.treetable.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and "" as the string to show if no grouping is desired.
GroupingPanel(DynamicTreeTableModel, int, String) - Constructor for class com.citra.treetable.GroupingPanel
Constructs a GroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and noGroupString as the string to show if no grouping is desired.
groupLevelAtPoint(Point) - Method in class com.citra.table.GroupTableHeader
Returns the group level at the specified point.
groupStructureChanged(GroupTableColumnModelEvent) - Method in interface com.citra.event.GroupTableColumnModelListener
Tells listeners that the group column structure was changed.
groupStructureChanged(GroupTableColumnModelEvent) - Method in class com.citra.table.GroupTableHeader
Tells listeners that the group column structure was changed.
GroupTableColumn - Class in com.citra.table
GroupTableColumn is a TableColumn subclass that contains a collection of 'children' columns and a group column parent.
GroupTableColumn(Object) - Constructor for class com.citra.table.GroupTableColumn
Constructs a GroupTableColumn.
GroupTableColumn(Object, int) - Constructor for class com.citra.table.GroupTableColumn
Constructs a GroupTableColumn.
GroupTableColumn(Object, int, TableCellRenderer, TableCellEditor) - Constructor for class com.citra.table.GroupTableColumn
Constructs a GroupTableColumn.
GroupTableColumnModel - Interface in com.citra.table
GroupTableColumnModel defines the requirements for a table column model object suitable for use with a GroupTableHeader.
groupTableColumnModel - Variable in class com.citra.table.GroupTableHeader
the group table column model
GroupTableColumnModelEvent - Class in com.citra.event
An event used to notify listeners that a group table column model has changed, such as group columns were added or removed.
GroupTableColumnModelEvent(Object, GroupTableColumn) - Constructor for class com.citra.event.GroupTableColumnModelEvent
Constructs a GroupTableColumnModelEvent.
GroupTableColumnModelEvent(Object, GroupTableColumn, int[], TableColumn[]) - Constructor for class com.citra.event.GroupTableColumnModelEvent
Constructs a GroupTableColumnModelEvent.
GroupTableColumnModelListener - Interface in com.citra.event
GroupTableColumnModelListener defines the interface for an object that listens to changes in a GroupTableColumnModel.
GroupTableHeader - Class in com.citra.table
GroupTableHeader provides for a TableHeader that is able to group columns together.
GroupTableHeader() - Constructor for class com.citra.table.GroupTableHeader
Constructs a GroupTableHeader.
GroupTableHeader(TableColumnModel) - Constructor for class com.citra.table.GroupTableHeader
Constructs a GroupTableHeader.
GT - Static variable in class com.citra.filter.ComparisonFilter
The comparison that tests if a value is more than another.
GUIFader - Class in com.citra.common.gui
GUIFader is responsible for making menus to fade in when they first appear on screen.

H

handleEvent(MouseEvent, Component) - Method in class com.citra.filter.FilterTableHeader
Handles a mouse event on the header. This method is called before the event is propagated to any mouse listeners.
handleEvent(MouseEvent, PivotTable) - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
This method is called whenever a mouse event such as MOUSE_PRESSED is captured on a cell of the pivot table's row header.
handleEvent(MouseEvent, PivotTable) - Method in interface com.citra.pivot.PivotRowHeaderRenderer
This method is called whenever a mouse event such as MOUSE_PRESSED is captured on a cell of the pivot table's row header.
handleEvent(MouseEvent, Component) - Method in class com.citra.table.AdvancedJTable
Handles a mouse event on the table.
handleEvent(MouseEvent, Component) - Method in class com.citra.table.AdvancedTableHeader
Handles a mouse event on the header.
handleEvent(MouseEvent, TreeTableHeader) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Handles a mouse event on this component.
handleEvent(MouseEvent, Component) - Method in class com.citra.table.group.TreeTableHeader
Handles a mouse event on the header. This method is called before the event is propagated to any mouse listeners.
handleEvent(MouseEvent, TreeTableHeader) - Method in interface com.citra.table.group.TreeTableHeaderRenderer
Handles a mouse event on this component.
handleEvent(MouseEvent, Component) - Method in class com.citra.table.GroupTableHeader
Handles a mouse event on the header.
hasAll - Variable in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
whether the hierarchy has an 'All' member
hasAll() - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Determines whether the hierarchy has an 'all' member.
hasAll() - Method in interface com.citra.pivot.olap.metadata.OlapHierarchy
Determines whether the hierarchy has an 'all' member.
hasAll() - Method in class com.citra.pivot.table.TableHierarchy
Determines whether the hierarchy has an 'all' member.
hasDrill(OlapTableModel, TreePath) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether a path on a model was previously drilled.
hasField(int) - Method in class com.citra.pivot.table.context.DateColumnContext
Determines whether a calendar field's value will be stored.
hasFilter(int) - Method in class com.citra.filter.FilterHeaderModel
Determines whether a column is allowed to filter.
hasFilter(int) - Method in interface com.citra.filter.tree.ColumnFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.citra.filter.tree.LevelFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.citra.filter.tree.NodeFilterMapper
Determines whether filters for the column modelIndex exist.
hasFilter(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Determines whether a column has a filter installed.
hasFilter(int) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
The supplied modelIndex in this subclass refers to the column level.
hasFilterControl(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Determines whether a column has a filter control installed.
hasFilterControl(TableColumn) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Determines whether a column has a filter control installed.
hasFilterControl(int) - Method in class com.citra.table.group.ColumnFilterHeaderModel
Determines whether a column has a filter control installed.
hasFilterDescendants(OlapTableModel, Object) - Method in interface com.citra.pivot.olap.OlapFilter
Determines whether a node's descendants will be filtered.
hasMoreElements() - Method in class com.citra.treetable.DefaultTreeNodeEnumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class com.citra.treetable.LevelNodeEnumeration
Tests if this enumeration contains more elements.
HAvgAggregator - Class in com.citra.pivot.table.aggregator
HAvgAggregator creates an aggregate average of all values, including nulls.
HAvgAggregator() - Constructor for class com.citra.pivot.table.aggregator.HAvgAggregator
Constructs a HAvgAggregator.
HAvgAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.HAvgAggregator
Constructs a HAvgAggregator.
havingSQL - Variable in class com.citra.table.db.DefaultCrosstabTableModel
a string which is used to hold the havingclause of the sql statement
HEADER_RESIZE - Static variable in class com.citra.table.TableAssistant
integer indicating that the column will be resized to its header contents should the user double-click on its border
headerControl - Variable in class com.citra.table.group.TreeTableHeader
provides caching for tree header renderers and components returned by them.
headerDnd - Variable in class com.citra.pivot.PivotTableHeader
the dnd object offering drag and drop capabilities to the header
HeaderDndSupport - Class in com.citra.pivot.olap.gui
HeaderDndSupport provides a pivot table header with pivoted hiearchies drag and drop support.
HeaderDndSupport(PivotTableHeader) - Constructor for class com.citra.pivot.olap.gui.HeaderDndSupport
Constructs a HeaderDndSupport.
HeaderDndSupport(PivotTableHeader, DefaultOlapProvider) - Constructor for class com.citra.pivot.olap.gui.HeaderDndSupport
Constructs a HeaderDndSupport.
HeaderFilter - Class in com.citra.filter
HeaderFilter is used to store and retrieve filters used by FilterHeaderModel.
HeaderFilter(int) - Constructor for class com.citra.filter.HeaderFilter
Constructs a HeaderFilter.
HeaderFilter(int, Object, Object, TableFilter) - Constructor for class com.citra.filter.HeaderFilter
Constructs a HeaderFilter.
headerFilterValue - Variable in class com.citra.filter.HeaderFilter
the filter value
headerListValue - Variable in class com.citra.filter.HeaderFilter
the list value
HeaderRow - Class in com.citra.tree
The HeaderRow class corresponds to group rows (rows that bear children nodes and that can be expanded) of a TreeTable component.
HeaderRow(Object, int) - Constructor for class com.citra.tree.HeaderRow
Creates a HeaderRow object.
HeaderRow - Class in com.citra.treetable
The HeaderRow class corresponds to group rows (rows that bear children nodes and that can be expanded) of a TreeTable component.
HeaderRow(Object, int) - Constructor for class com.citra.treetable.HeaderRow
Creates a HeaderRow object.
height - Variable in class com.citra.table.GroupTableColumn
the height of the group column
HFirstValueAggregator - Class in com.citra.pivot.table.aggregator
HFirstValueAggregator is the aggregator that selects the first value it finds as the aggregate value.
HFirstValueAggregator() - Constructor for class com.citra.pivot.table.aggregator.HFirstValueAggregator
Constructs a HFirstValueAggregator.
hideButton - Variable in class com.citra.table.ColumnChooser
the button for hiding columns
hideColumnOnExpansion - Variable in class com.citra.table.group.TreeTableHeader
flag that controls a parent column's visibility when expanded
hidePopupOnSelection - Variable in class com.citra.filter.PopupFilterHeaderModel
flag indicating whether the popup menu will be hidden after a filter value is selected
hierarchies - Variable in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
the dimension's hierarchies
hierarchies - Variable in class com.citra.pivot.olap.set.ExtractSetSelection
the hierarchies whose members are extracted
hierarchies - Variable in class com.citra.pivot.table.TableDimension
the dimension's hierarchies
HierarchizeSetSelection - Class in com.citra.pivot.olap.set
HierarchizeSetSelection is a selection that orders members in a set according to their location in the hierarchy.
HierarchizeSetSelection() - Constructor for class com.citra.pivot.olap.set.HierarchizeSetSelection
Constructs a HierarchizeSetSelection.
HierarchizeSetSelection(OlapSet) - Constructor for class com.citra.pivot.olap.set.HierarchizeSetSelection
Constructs a HierarchizeSetSelection.
HierarchizeSetSelection(SetSelection) - Constructor for class com.citra.pivot.olap.set.HierarchizeSetSelection
Constructs a HierarchizeSetSelection.
hierarchy - Variable in class com.citra.pivot.olap.DefaultOlapTableModel
the model's hierarchy
hierarchy - Variable in class com.citra.pivot.olap.metadata.impl.OlapLevelImpl
the level's hierarchy
hierarchy - Variable in class com.citra.pivot.olap.set.AllMembersSetSelection
the hierarchy whose members are returned
hierarchy - Variable in class com.citra.pivot.olap.set.MembersSetSelection
the hierarchy whose members are returned
hierarchy - Variable in class com.citra.pivot.table.TableLevel
the level's hierarchy
HierarchyList - Class in com.citra.pivot.olap.metadata
HierarchyList is an olap list, containing OlapHierarchies.
HierarchyList() - Constructor for class com.citra.pivot.olap.metadata.HierarchyList
Constructs a HierarchyList.
HierarchyList(OlapHierarchy) - Constructor for class com.citra.pivot.olap.metadata.HierarchyList
Constructs a HierarchyList.
HierarchyList(Collection) - Constructor for class com.citra.pivot.olap.metadata.HierarchyList
Constructs a HierarchyList.
highLight - Variable in class com.citra.table.search.AbstractSearchPanel
the highlight button
highLight() - Method in class com.citra.table.search.AbstractSearchPanel
Searches the whole table in an arbitrary direction.
highLight() - Method in class com.citra.table.search.SearchPanel
Searches the whole table in an arbitrary direction.
highLight() - Method in class com.citra.table.search.SearchTablePanel
Searches the whole table in an arbitrary direction.
HIGHLIGHT_OFF - Static variable in class com.citra.table.search.SearchModelEvent
the hightlight off mode
HIGHLIGHT_ON - Static variable in class com.citra.table.search.SearchModelEvent
the hightlight on mode
HLastValueAggregator - Class in com.citra.pivot.table.aggregator
HLastValueAggregator is the aggregator that selects the last value it finds as the aggregate value.
HLastValueAggregator() - Constructor for class com.citra.pivot.table.aggregator.HLastValueAggregator
Constructs a HLastValueAggregator.
holder - Static variable in class com.citra.table.db.SQLFilterConverter
a string to use as an SQL placeholder (default is ?)
HWeightedAvgAggregator - Class in com.citra.pivot.table.aggregator
HWeightedAvgAggregator produces average aggregates of all values, including nulls, based on a measure as the weight.
HWeightedAvgAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.HWeightedAvgAggregator
Constructs a HWeightedAvgAggregator.
HWeightedAvgAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.HWeightedAvgAggregator
Constructs a HWeightedAvgAggregator.
HWeightedFirstValueAggregator - Class in com.citra.pivot.table.aggregator
HWeightedFirstValueAggregator takes the first value it finds as the aggregate value, multiplying it with a weight.
HWeightedFirstValueAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.HWeightedFirstValueAggregator
Constructs a HWeightedFirstValueAggregator.
HWeightedFirstValueAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.HWeightedFirstValueAggregator
Constructs a HWeightedFirstValueAggregator.
HWeightedLastValueAggregator - Class in com.citra.pivot.table.aggregator
HWeightedLastValueAggregator takes the last value it finds as the aggregate value, multiplying it with a weight.
HWeightedLastValueAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.HWeightedLastValueAggregator
Constructs a HWeightedLastValueAggregator.
HWeightedLastValueAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.HWeightedLastValueAggregator
Constructs a HWeightedLastValueAggregator.

I

ic - Variable in class com.citra.component.PartialIcon
the icon to paint over
Icons - Class in com.citra.pivot.icons
A class for holding references to the icons used throughout the framework.
Icons() - Constructor for class com.citra.pivot.icons.Icons
 
id - Variable in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
the object's id
id - Variable in class com.citra.pivot.table.AbstractTableObject
the object's id
ident - Variable in class com.citra.table.io.XMLExportManager
the indentation string
IF_LARGER_RESIZE - Static variable in class com.citra.table.TableAssistant
integer indicating that the column will be resized only if the calculated width is larger than the current one
ignoreTime - Variable in class com.citra.comparators.DateComparator
flag to indicate if the date comparator will ignore time differences
ignoreTime - Variable in class com.citra.filter.DateVisualFilter
a checkbox used to denote whether time differences should be considered when filtering.
ignoreTime - Variable in class com.citra.table.search.DateVisualSeeker
a checkbox used to denote whether time differences should be considered when searching.
index - Variable in class com.citra.pivot.olap.member.ItemMemberSelection
the index of the member in the tuple
index - Variable in class com.citra.pivot.olap.tuple.ItemTupleSelection
the index of the tuple to select
IndexAggregator - Class in com.citra.pivot.table.aggregator
IndexAggregator is used to produce the ratio of the value defined by a list of members to that of another measure
IndexAggregator(List) - Constructor for class com.citra.pivot.table.aggregator.IndexAggregator
Constructs an IndexAggregator.
IndexAggregator(List, OlapType) - Constructor for class com.citra.pivot.table.aggregator.IndexAggregator
Constructs an IndexAggregator.
indexOfColumn(TableColumn) - Method in class com.citra.table.GroupTableColumn
Returns the index at which the supplied table column is found in the vector of children.
indicator - Variable in class com.citra.pivot.olap.remote.RemoteOlapPanel
the indicator
indicator - Variable in class com.citra.table.remote.StatusPanel
the indicator
inferColumnClass(int) - Method in class com.citra.filter.FilterHeaderModel
A utility method to retrieve the class for the objects under the column at c In most cases, this is similar to calling getColumnClass on the table.
inferColumnClass(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
A utility method to retrieve the class for the objects under the column at viewIndex In most cases, this is similar to calling getColumnClass on the table.
inferColumnClassModel(int) - Method in class com.citra.filter.FilterHeaderModel
A utility method to retrieve the class for the objects under the column at modelIndex In most cases, this is similar to calling getColumnClass on the table.
init(String, Icon) - Method in class com.citra.component.TristateCheckBox
initColumns() - Method in class com.citra.table.db.DefaultCrosstabTableModel
Initializes the DefaultPivotTableModel.
initComponents() - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Initializes the components that are added on this panel.
initComponents() - Method in class com.citra.table.ColumnChooser
Initializes the column chooser by creating the UI components that are needed.
initComponents() - Method in class com.citra.table.search.AbstractSearchPanel
Initializes the components that will be added to the panel.
initComponents() - Method in class com.citra.table.search.SearchPanel
Initializes the components that will be added to the panel.
initComponents() - Method in class com.citra.table.search.SearchTablePanel
Initializes the components that will be added to the panel.
initFactories() - Method in class com.citra.table.AdvancedTableHeader
Initializes the wrapper factories.
initFactories() - Method in class com.citra.table.GroupTableHeader
Initializes the wrapper factories.
initialize(Class, String, int, Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Initializes the panel by setting the title's name, populating the available filter values and assigning clones of the Filter object that will be used to filter the rows of the table.
initialize(Class, String, int, Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.NumericAutoFilterPanel
Initializes the panel by setting the title's name, populating the available filter values and assigning clones of the Filter object that will be used to filter the rows of the table.
initialize() - Method in class com.citra.pivot.olap.gui.OlapDesignerPanel
Initializes the designer.
initializeComponents() - Method in class com.citra.pivot.olap.gui.OlapDesignerPanel
Initializes the components that the designer uses.
initializeLocalVars() - Method in class com.citra.table.AdvancedJTable
Initializes table properties to their default values.
initializeLocalVars() - Method in class com.citra.table.AdvancedTableHeader
Initializes the local variables and properties with default values.
inline - Variable in class com.citra.filter.DefaultFilterRenderer
whether to display the filter arrow inside the renderer or use a separate component
INSERT - Static variable in class com.citra.table.span.SpanModelEvent
identifies an INSERT event.
INSERT_SORT - Static variable in class com.citra.table.SortTableModel
Defines the mode for inserting sorting columns.
insertColumn(TableColumn, int) - Method in class com.citra.table.GroupTableColumn
Inserts aColumn to the children vector at index.
insertColumnInto(TableColumn, GroupTableColumn, int) - Method in class com.citra.table.DefaultGroupTableColumnModel
Inserts a column as child of a group column at the specified index.
insertColumnInto(TableColumn, Object, Object, int) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, Object, Object, int) - Method in interface com.citra.table.group.TreeTableColumnModel
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, Object, Object, int) - Method in class com.citra.table.group.TreeTableColumnModelMap
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, Object, Object, int) - Method in class com.citra.table.group.TreeTableColumnModelMask
Inserts a table column at the specified node's index.
insertColumnInto(TableColumn, GroupTableColumn, int) - Method in interface com.citra.table.GroupTableColumnModel
Inserts a column as child of a group column at the specified index.
insertEntry(OlapMember, MutableTreeNode) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Adds a member to the tree structure at a position specified by the passed arguments.
insertEntry(OlapMember, MutableTreeNode, int) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Adds a member to the tree structure at a position specified by the passed arguments.
insertEntry(OlapEdge, MutableTreeNode) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Adds a member to the tree structure at a position specified by the passed arguments.
insertEntry(OlapEdge, MutableTreeNode, int) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Adds a member to the tree structure at a position specified by the passed arguments.
insertLevel(TableLevel, int) - Method in class com.citra.pivot.table.TableHierarchy
Inserts a level to the hierarchy's list of levels at a given location.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.citra.table.group.TreeColumnModelMask
Inserts a node at a specific location index in its parents children.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.citra.treetable.ListTreeTableModel
Inserts a node at a specific location index in its parents children.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.citra.treetable.MutableTreeTableModel
Inserts a node at a specific location index in its parents children.
insertNodeInto(MutableTreeNode, MutableTreeNode, int) - Method in class com.citra.treetable.TreeTableModelMask
Inserts a node at a specific location index in its parents children.
insertRow(int, Object) - Method in class com.citra.table.ObjectTableModel
Inserts a row at row in the model.
insertRowComparator(TreeTableComparator, int) - Method in class com.citra.tree.TreeTableModel
Inserts a row comparator at index in the list of row comparators of this model.
insertRowComparator(TreeTableComparator, int) - Method in class com.citra.treetable.ComparableTreeTableModel
Inserts a row comparator at index in the list of row comparators of this model.
insertRowComparator(TreeTableComparator, int) - Method in class com.citra.treetable.DynamicTreeTableModel
Inserts a row comparator at index in the list of row comparators of this model.
insertRows(int, List) - Method in class com.citra.table.ObjectTableModel
Inserts a list of rows at row in the model.
insertStyle(Style, int) - Method in class com.citra.table.styles.DefaultStyleModel
Inserts a new style at index.
insertStyle(Style, int) - Method in interface com.citra.table.styles.StyleModel
Inserts a new style at index.
install() - Method in class com.citra.table.ColumnChooser
Installs the chooser by creating components, listeners and several key actions.
installActions() - Method in class com.citra.table.ColumnChooser
Installs key actions on the UI components.
installCustomFilter(TableFilter, int, boolean) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new custom table filter to the column at c.
installCustomFilterToModel(TableFilter, int, boolean) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new custom table filter to the column at c.
installFilter(TableFilter, Object, Object, int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, Object, int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column c. The table filter will be retrieved by calling getTableFilterForObject(filterValue, c).
installFilter(TableFilter, Object, Object, int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, Object, int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new table filter to the column c.
installFilter(TableFilter, Object, Object, int) - Method in class com.citra.filter.PopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilter(Object, Object, int) - Method in class com.citra.filter.PopupFilterHeaderModel
Assigns a new table filter to the column c.
installFilterToModel(TableFilter, Object, Object, int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
installFilterToModel(Object, int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column with model indexmodelIndex.
installFilterToModel(Object, Object, int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
installFilterToModel(TableFilter, Object, Object, int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
installFilterToModel(Object, int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new table filter to the column with model indexmodelIndex.
installFilterToModel(Object, Object, int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new table filter to the column with model index modelIndex.
installListeners() - Method in class com.citra.table.ColumnChooser
Installs listeners on the UI components.
instance() - Static method in class com.citra.common.gui.SkinManager
Returns the instance of SkinManager.
instance() - Static method in class com.citra.common.gui.TableResourceManager
Retrieves the TableResourceManager instance.
instance() - Static method in class com.citra.pivot.olap.set.EmptySetSelection
Returns an EmptySetSelection static instance.
INTEGER - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing an integer
IntegerFilter - Class in com.citra.filter
A filter for Integer values.
IntegerFilter() - Constructor for class com.citra.filter.IntegerFilter
Constructs an IntegerFilter.
IntegerFilter(int) - Constructor for class com.citra.filter.IntegerFilter
Constructs an IntegerFilter.
IntersectSetSelection - Class in com.citra.pivot.olap.set
IntersectSetSelection is a selection that returns common members between two sets.
IntersectSetSelection() - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
IntersectSetSelection(OlapSet, OlapSet) - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
IntersectSetSelection(OlapSet, OlapSet, boolean) - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
IntersectSetSelection(SetSelection, OlapSet) - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
IntersectSetSelection(SetSelection, OlapSet, boolean) - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
IntersectSetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
IntersectSetSelection(SetSelection, SetSelection, boolean) - Constructor for class com.citra.pivot.olap.set.IntersectSetSelection
Constructs an IntersectSetSelection.
invalidate() - Method in class com.citra.table.ListRowHeader
Invalidates the container.
invalidateColumns() - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Invalidates the cached column store and count.
invalidateRows() - Method in class com.citra.pivot.DefaultPivotRowAdapter
Invalidates the cached row count.
invalidateWidthCache() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Invalidates the cached total column width.
isAggregate() - Method in class com.citra.tree.AggregateRow
Returns true.
isAggregate() - Method in class com.citra.tree.DataRow
Returns false.
isAggregate(int) - Method in class com.citra.tree.TreeTableModel
Determines if the row at rowIndex is an aggregate row.
isAggregate() - Method in class com.citra.tree.TreeTableRow
Returns true if this node represents an aggregate row in the tree data structure created by TreeTableModel.
isAggregate(Object) - Method in class com.citra.treetable.AbstractTreeTableModel
Determines if node is an aggregate row.
isAggregate() - Method in class com.citra.treetable.AggregateRow
Returns true.
isAggregate() - Method in class com.citra.treetable.DataRow
Returns false.
isAggregate(Object) - Method in class com.citra.treetable.DynamicTreeTableModel
Determines if node is an aggregate row.
isAggregate(Object) - Method in interface com.citra.treetable.TreeTableModel
Determines if node is an aggregate row.
isAggregate(int) - Method in class com.citra.treetable.TreeTableModelAdapter
Determines if the row at rowIndex is an aggregate row.
isAggregate(Object) - Method in class com.citra.treetable.TreeTableModelMap
Determines if node is an aggregate row.
isAggregate() - Method in class com.citra.treetable.TreeTableRow
Returns true if this node represents an aggregate row in the tree data structure created by TreeTableModel.
IsAncestorSelection - Class in com.citra.pivot.olap.logical
IsAncestorSelection is a selection that checks whether a member is an ancestor to another.
IsAncestorSelection() - Constructor for class com.citra.pivot.olap.logical.IsAncestorSelection
Constructs an IsAncestorSelection.
IsAncestorSelection(MemberSelection, MemberSelection) - Constructor for class com.citra.pivot.olap.logical.IsAncestorSelection
Constructs an IsAncestorSelection.
IsAncestorSelection(OlapMember, OlapMember) - Constructor for class com.citra.pivot.olap.logical.IsAncestorSelection
Constructs an IsAncestorSelection.
isAscending() - Method in class com.citra.table.SortState
Returns true if the sorting is in ascending order.
isBorderPainted() - Method in class com.citra.table.span.SpanDrawer
Determines whether SpanDrawer is responsible for drawing the grid border around the cells.
isCaseSensitive() - Method in class com.citra.comparators.StringComparator
Determines if this comparator is case sensitive.
isCaseSensitive() - Method in class com.citra.filter.StringFilter
Determines if this string filter is case sensitive.
isCellEditable(EventObject) - Method in class com.citra.editors.DateEditor
Returns true.
isCellEditable(Object, int) - Method in class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.citra.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
isCellEditable(int, int) - Method in class com.citra.table.AdvancedJTable
Returns true if the cell at row and column is editable.
isCellEditable(int, int) - Method in class com.citra.table.FilterTableModel
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.citra.table.ListTableMap
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.citra.table.ObjectTableModel
Returns true by default.
isCellEditable(Object, int) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(int, int) - Method in class com.citra.table.SortTableModel
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.citra.table.TableMap
Returns tableModel.isCellEditable
isCellEditable(int, int) - Method in class com.citra.tree.TreeTableModel
Returns false if the row at rowIndex is an aggregate row, otherwise returns the value of its super method.
isCellEditable(Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.citra.treetable.DefaultMutableTreeTableModel
This method is actually a call to getEditable.
isCellEditable(Object, int) - Method in class com.citra.treetable.DynamicTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.citra.treetable.ListTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in class com.citra.treetable.MutableTreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(Object, int) - Method in interface com.citra.treetable.TreeTableModel
Returns true if node at columnIndex is editable.
isCellEditable(int, int) - Method in class com.citra.treetable.TreeTableModelAdapter
Returns false.
isCellEditable(Object, int) - Method in class com.citra.treetable.TreeTableModelMap
Returns true if node at columnIndex is editable.
isCellMerged(int, int) - Method in class com.citra.table.span.SpanDrawer
Determines whether the cell at row, column is merged with another cell.
isCellNormal(int, int) - Method in class com.citra.table.span.SpanDrawer
Determines whether the cell at row, column is neither merged nor spanned (as it normally is when no spanning at all is used).
isCellSelected(int, int) - Method in class com.citra.table.AdvancedJTable
Returns true if the cell at the specified position is selected.
isCellSelected(int, int) - Method in class com.citra.table.NonContiguousSelectionModel
Returns true if the cell at the specified position is selected.
isCellSpanned(int, int) - Method in class com.citra.table.span.SpanDrawer
Determines whether the cell at row, column spans to another cell.
isCheckBoxEditable(TreePath) - Method in class com.citra.component.CheckBoxTree
Determines whether the check box at the given path is editable.
isCheckBoxEnabled(TreePath) - Method in class com.citra.component.CheckBoxTree
Determines whether the check box should be enabled for a given path.
isCheckBoxVisible(TreePath) - Method in class com.citra.component.CheckBoxTree
Determines whether the check box should be visible for a given path.
isCompiled() - Method in class com.citra.pivot.table.TableDataSource
Determines whether the schema has been compiled.
isCountCached() - Method in interface com.citra.table.cache.CacheableTableModel
Determines whether the row count has been evaluated.
isCountCached(Object) - Method in interface com.citra.table.cache.CacheableTreeTableModel
Determines whether the children count for node has been evaluated.
isCountCached() - Method in class com.citra.table.cache.CachedListTableModel
Determines whether the row count has been evaluated.
isCountCached() - Method in class com.citra.table.cache.CachedTableModel
Determines whether the row count has been evaluated.
isCountCached() - Method in class com.citra.table.db.AbstractDatabaseTableModel
Determines whether the row count has been evaluated.
isCountCached(Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Determines whether the children count for node has been evaluated.
isCountCached(Object) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Determines whether the children count for node has been evaluated.
isCountCached(Object) - Method in class com.citra.treetable.TreeTableModelMap
Determines whether the children count for node has been evaluated.
isCountEvaluated() - Method in class com.citra.treetable.HeaderRow
Determines if this header row has evaluated its children count.
isDataValueCached(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether a data value has been retrieved from the underlying datasource.
isDataValueCached(TreePath[], TreePath[]) - Method in interface com.citra.pivot.olap.OlapProvider
Determines whether a data value has been retrieved from the underlying datasource.
isDrilled(Object) - Method in interface com.citra.pivot.olap.DrillableOlapModel
Determines whether memberNode represents the current drill node.
isDummyColumn(int) - Method in class com.citra.table.AdvancedJTable
Determines if the supplied column is the last dummy column.
isDummyColumn(TableColumn) - Static method in class com.citra.table.AdvancedJTable
Determines if the supplied column is a dummy column.
isExpanded - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
flag that determines whether the path is expanded
isFirstColumnFixed - Variable in class com.citra.table.AdvancedJTable
boolean flag to indicate whether the first column of the table is fixed.
isFirstColumnFixed() - Method in class com.citra.table.AdvancedJTable
Determines whether the first column of the table can be removed or reordered.
isFocusTraversable() - Method in class com.citra.common.gui.ArrowButton
Returns whether this Component can become the focus owner.
isFooter() - Method in class com.citra.tree.DataRow
Returns false.
isFooter() - Method in class com.citra.tree.FooterRow
Returns true.
isFooter() - Method in class com.citra.tree.HeaderRow
Returns false.
isFooter(int) - Method in class com.citra.tree.TreeTableModel
Determines if the row at rowIndex is a footer.
isFooter() - Method in class com.citra.tree.TreeTableRow
Returns true if this node represents a footer row in the tree data structure created by TreeTableModel.
isFooter(Object) - Method in class com.citra.treetable.AbstractTreeTableModel
Determines if node is a footer.
isFooter() - Method in class com.citra.treetable.DataRow
Returns false.
isFooter(Object) - Method in class com.citra.treetable.DynamicTreeTableModel
Determines if node is a footer.
isFooter() - Method in class com.citra.treetable.FooterRow
Returns true.
isFooter() - Method in class com.citra.treetable.HeaderRow
Returns false.
isFooter(Object) - Method in interface com.citra.treetable.TreeTableModel
Determines if node is a footer.
isFooter(int) - Method in class com.citra.treetable.TreeTableModelAdapter
Determines if the row at rowIndex is a footer.
isFooter(Object) - Method in class com.citra.treetable.TreeTableModelMap
Determines if node is a footer.
isFooter() - Method in class com.citra.treetable.TreeTableRow
Returns true if this node represents a footer row in the tree data structure created by TreeTableModel.
isForwards - Variable in class com.citra.table.search.SearchModelEvent
the search direction
isForwards() - Method in class com.citra.table.search.SearchModelEvent
Returns the direction of the search.
isGroupedBy(TreeTableRow, int) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Determines whether or not columnIndex at node was used to group the model.
isGroupedByColumn(int) - Method in class com.citra.tree.DefaultTreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in class com.citra.tree.TreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in class com.citra.treetable.DefaultTreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in class com.citra.treetable.TreeNodeComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isGroupedByColumn(int) - Method in interface com.citra.treetable.TreeTableComparator
Returns true if column was used by this comparator in order to group the rows of a TreeTable component.
isHeader() - Method in class com.citra.tree.DataRow
Returns false.
isHeader() - Method in class com.citra.tree.FooterRow
Returns false.
isHeader() - Method in class com.citra.tree.HeaderRow
Returns true.
isHeader(int) - Method in class com.citra.tree.TreeTableModel
Determines if the row at rowIndex is a header.
isHeader() - Method in class com.citra.tree.TreeTableRow
Returns true if this node represents a header row in the tree data structure created by TreeTableModel.
isHeader(Object) - Method in class com.citra.treetable.AbstractTreeTableModel
Determines if node is a header.
isHeader() - Method in class com.citra.treetable.DataRow
Returns false.
isHeader(Object) - Method in class com.citra.treetable.DynamicTreeTableModel
Determines if node is a header.
isHeader() - Method in class com.citra.treetable.FooterRow
Returns false.
isHeader() - Method in class com.citra.treetable.HeaderRow
Returns true.
isHeader(Object) - Method in interface com.citra.treetable.TreeTableModel
Determines if node is a header.
isHeader(int) - Method in class com.citra.treetable.TreeTableModelAdapter
Determines if the row at rowIndex is a header.
isHeader(Object) - Method in class com.citra.treetable.TreeTableModelMap
Determines if node is a header.
isHeader() - Method in class com.citra.treetable.TreeTableRow
Returns true if this node represents a header row in the tree data structure created by TreeTableModel.
isIndependent() - Method in class com.citra.pivot.DefaultPivotRowAdapter
Determines whether the adapter remains unaffected by the presence of next level adapters.
isIndependent() - Method in interface com.citra.pivot.PivotRowAdapter
Determines whether the adapter remains unaffected by the presence of next level adapters.
isLeaf - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
flag that determines whether the path is a leaf node
isLeaf(Object) - Method in class com.citra.table.group.TreeColumnModelMask
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.citra.treetable.MutableTreeTableModel
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.citra.treetable.NodeTreeTableModelMap
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLeaf(Object) - Method in class com.citra.treetable.TreeModelMap
Returns true if node is a leaf.
isLeaf(Object) - Method in class com.citra.treetable.TreeTableModelMask
Returns true if node is a leaf. It is possible for this method to return false even if node has no children. A directory in a filesystem, for example, may contain no files; the node representing the directory is not a leaf, but it also has no children.
isLevel(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Determines whether a column is assigned to use the level mapper.
isMasking(Object) - Method in class com.citra.treetable.TreeTableModelMask
Determines whether a node of the model is masking a node belonging to the underlying model.
isMeasureDimension - Variable in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
whether this is a measure dimension
isMeasureDimension() - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Determines whether the dimension is the measure dimension.
isMeasureDimension() - Method in interface com.citra.pivot.olap.metadata.OlapDimension
Determines whether the dimension is the measure dimension.
isMeasureDimension() - Method in class com.citra.pivot.table.TableDimension
Determines whether the dimension is the measure dimension.
IsMemberSelection - Class in com.citra.pivot.olap.logical
IsMemberSelection is a selection that checks whether a member is equal to another.
IsMemberSelection() - Constructor for class com.citra.pivot.olap.logical.IsMemberSelection
Constructs an IsMemberSelection.
IsMemberSelection(MemberSelection, MemberSelection) - Constructor for class com.citra.pivot.olap.logical.IsMemberSelection
Constructs an IsMemberSelection.
IsMemberSelection(OlapMember, OlapMember) - Constructor for class com.citra.pivot.olap.logical.IsMemberSelection
Constructs an IsMemberSelection.
isNegate() - Method in class com.citra.filter.StringFilter
Determines the negation behaviour of the filter.
isNode(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Determines whether a column is assigned to use the node mapper.
isRangedModel() - Method in interface com.citra.table.cache.CacheableTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in interface com.citra.table.cache.CacheableTreeTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.table.cache.CachedListTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.table.cache.CachedTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.table.db.AbstractDatabaseTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.table.db.DistinctDatabaseTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Determines whether the cache model can fetch data in ranges.
isRangedModel() - Method in class com.citra.treetable.TreeTableModelMap
Determines whether the cache model can fetch data in ranges.
isReorderingAllowed(int) - Method in class com.citra.table.AdvancedTableHeader
Returns true if the column at index is reorderable.
isReorderingAllowed(Point) - Method in class com.citra.table.AdvancedTableHeader
Returns true if column reordering at the specified coordinate can be initiated.
isReorderingAllowed(int) - Method in class com.citra.table.GroupTableHeader
Returns true if the column at index is reorderable.
isReorderingAllowed(Point) - Method in class com.citra.table.GroupTableHeader
Returns true if column reordering at the specified coordinate can be initiated.
isRootMember(OlapMember) - Static method in class com.citra.pivot.olap.OlapRootMember
Determines whether a member is the hierarchy's root member.
isSortable(int) - Method in class com.citra.table.SortTableModel
Determines if column is sortable.
isSorted() - Method in class com.citra.treetable.UniqueTreeTableModel
Determines whether the unique level values will be sorted.
isValueCached(TreePath[], TreePath[]) - Method in class com.citra.pivot.olap.OlapDataModel
Determines whether a value has been retrieved from the underlying datasource.
isValueCached(int, int) - Method in class com.citra.table.cache.AbstractTableCache
Determines whether the cell's value at (row, column) is cached.
isValueCached(Object) - Method in class com.citra.table.cache.AbstractTableCache
Determines whether the value specificed by key is cached.
isValueCached(Object) - Method in class com.citra.table.cache.AbstractTreeTableCache
Determines whether the value specificed by key is cached.
isValueCached(Object, int) - Method in class com.citra.table.cache.AbstractTreeTableCache
Determines whether the value for node at index column exists in the cache.
isValueCached(Object) - Method in interface com.citra.table.cache.Cache
Determines whether the value specificed by key is cached.
isValueCached(int, int) - Method in interface com.citra.table.cache.CacheableTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(Object, int) - Method in interface com.citra.table.cache.CacheableTreeTableModel
Determines whether the value for node at index column has been evaluated.
isValueCached(int, int) - Method in class com.citra.table.cache.CachedListTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(int, int) - Method in class com.citra.table.cache.CachedTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(int, int) - Method in interface com.citra.table.cache.TableCache
Determines whether the cell's value at (row, column) is cached.
isValueCached(Object, int) - Method in interface com.citra.table.cache.TreeTableCache
Determines whether the value for node at index column exists in the cache.
isValueCached(int, int) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(int, int) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Determines whether the value at the specified cell has been evaluated.
isValueCached(Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Determines whether the value specificed by key is cached.
isValueCached(Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Determines whether the value for node at index column exists in the cache.
isValueCached(Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Determines whether the value for node at index column has been evaluated.
isValueCached(Object) - Method in class com.citra.treetable.db.AbstractGroupCache
Determines whether the value specificed by key is cached.
isValueCached(Object, int) - Method in class com.citra.treetable.db.AbstractGroupCache
Determines whether the value for node at index column exists in the cache.
isValueCached(Object, int) - Method in class com.citra.treetable.dir.DirectoryTreeTableModel
Determines whether the value for node at index column has been evaluated.
isValueCached(Object, int) - Method in class com.citra.treetable.TreeTableModelMap
Determines whether the value for node at index column has been evaluated.
ItemMemberSelection - Class in com.citra.pivot.olap.member
ItemMemberSelection is a selection that returns a member in a tuple
ItemMemberSelection() - Constructor for class com.citra.pivot.olap.member.ItemMemberSelection
Constructs an ItemMemberSelection.
ItemMemberSelection(TupleSelection, int) - Constructor for class com.citra.pivot.olap.member.ItemMemberSelection
Constructs an ItemMemberSelection.
ItemTupleSelection - Class in com.citra.pivot.olap.tuple
ItemTupleSelection selects a tuple from a set, as that is defined by an index.
ItemTupleSelection() - Constructor for class com.citra.pivot.olap.tuple.ItemTupleSelection
Constructs an ItemTupleSelection.
ItemTupleSelection(SetSelection, int) - Constructor for class com.citra.pivot.olap.tuple.ItemTupleSelection
Constructs an ItemTupleSelection.

J

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

K

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

L

LARGE_INTEGER - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing a large integer
LAST_COLUMN - Static variable in class com.citra.table.search.SearchModelEvent
denotes the last column that previously matched
LAST_ROW - Static variable in class com.citra.table.ListRowHeader
constant indicating that the last row only will be used in order to compute the row header's width
LAST_ROW - Static variable in class com.citra.table.search.SearchModelEvent
denotes the last row that previously matched
lastRow - Variable in class com.citra.table.cache.AbstractTableCache
the last row read
lastRowOb - Variable in class com.citra.table.cache.AbstractTableCache
the last object data read
LastValueAggregator - Class in com.citra.pivot.table.aggregator
LastValueAggregator is the aggregator that selects the last non-null value it finds as the aggregate value.
LastValueAggregator() - Constructor for class com.citra.pivot.table.aggregator.LastValueAggregator
Constructs a LastValueAggregator.
layout() - Method in class com.citra.table.AdvancedJScrollPane
Causes this container to lay out its components.
LE - Static variable in class com.citra.filter.ComparisonFilter
The comparison that tests if a value is less than or equal to value.
LEAVES - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only leaf members will be selected
LEAVES - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that only the leaf members of a member are selected
LEFT_DIRECTION - Static variable in interface com.citra.table.locked.LockedTableModel
constant indicating the left side of the table.
level - Variable in class com.citra.event.FilterTreeTableModelEvent
the level at which a table filter was assigned
level - Variable in class com.citra.pivot.olap.member.AncestorMemberSelection
the level to which the ancestor belongs
level - Variable in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
the member's level
level - Variable in class com.citra.pivot.olap.set.AllMembersSetSelection
the level whose members are returned
level - Variable in class com.citra.pivot.olap.set.DescendantsSetSelection
the level parameter of the selection
level - Variable in class com.citra.pivot.olap.set.MembersSetSelection
the level whose members are returned
level - Variable in class com.citra.pivot.table.TableMember
the member's level
LEVEL_FILTER - Static variable in class com.citra.treetable.DefaultFilterTreeTableModel
the mode which defines a single filter assigned per level
LEVEL_MODE - Static variable in class com.citra.filter.tree.DefaultColumnFilterMapper
the mode that is associated to the level mapper
LEVEL_MODE - Static variable in class com.citra.treetable.UniqueTreeTableModel
the level mode
LevelColumnFilterHeaderModel - Class in com.citra.table.group
LevelColumnFilterHeaderModel is a FilterHeaderModel that can be used for filtering each level of a TreeTableColumnModel.
LevelColumnFilterHeaderModel() - Constructor for class com.citra.table.group.LevelColumnFilterHeaderModel
Constructs a LevelColumnFilterHeaderModel.
levelCount - Variable in class com.citra.table.group.LevelColumnFilterHeaderModel
the number of stacked columns
levelDistance - Variable in class com.citra.pivot.olap.set.DescendantsSetSelection
the level distance parameter of the selection
levelFilterApplied(FilterTreeTableModelEvent) - Method in interface com.citra.event.FilterTreeTableModelListener
Called whenever a table filter was assigned to a tree level.
LevelFilterMapper - Class in com.citra.filter.tree
LevelFilterMapper is a ColumnFilterMapper that presents users with unique values to filter on each tree level.
LevelFilterMapper() - Constructor for class com.citra.filter.tree.LevelFilterMapper
Constructs a LevelFilterMapper.
LevelFilterMapper.DoubleTreeTableModelMap - Class in com.citra.filter.tree
 
LevelFilterMapper.DoubleTreeTableModelMap(TreeTableModel) - Constructor for class com.citra.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap
 
LevelList - Class in com.citra.pivot.olap.metadata
LevelList is an olap list, containing OlapLevels.
LevelList() - Constructor for class com.citra.pivot.olap.metadata.LevelList
Constructs a LevelList.
LevelList(OlapLevel) - Constructor for class com.citra.pivot.olap.metadata.LevelList
Constructs a LevelList.
LevelList(Collection) - Constructor for class com.citra.pivot.olap.metadata.LevelList
Constructs a LevelList.
levelMapper - Variable in class com.citra.filter.tree.DefaultColumnFilterMapper
the mapper used for presenting distinct values at each node level
LevelNodeEnumeration - Class in com.citra.treetable
LevelNodeEnumeration is a TreeNodeEnumeration that returns nodes at a designated level.
LevelNodeEnumeration(TreeModel, Object, int) - Constructor for class com.citra.treetable.LevelNodeEnumeration
Constructs a LevelNodeEnumeration.
levels - Variable in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
the hierarchy's levels
levels - Variable in class com.citra.pivot.table.TableHierarchy
the hierarchy's levels
listenerList - Variable in class com.citra.editors.DateEditor
The listenerlist of CellEditorListeners.
listenerList - Variable in class com.citra.table.DefaultGroupTableColumnModel
the listenerlist of GroupTableColumnModelListeners
listenerList - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
List of TableColumnModelListener
listenerList - Variable in class com.citra.table.locked.DefaultLockedTableModel
the listenerlist of LockedTableModelListeners
listenerList - Variable in class com.citra.table.span.AbstractSpanModel
the list of SpanModelListeners.
listenerList - Variable in class com.citra.treetable.AbstractTreeTableModel
the list of treemodel listeners.
listeners - Variable in class com.citra.pivot.olap.DefaultOlapProvider
a list of listeners
ListRowHeader - Class in com.citra.table
The default RowHeader implementation that uses a JList and a ListCellRenderer.
ListRowHeader() - Constructor for class com.citra.table.ListRowHeader
Creates a ListRowHeader.
ListRowHeader(JTable) - Constructor for class com.citra.table.ListRowHeader
Creates a ListRowHeader.
ListTableFilter - Class in com.citra.filter
A table filter for filtering the rows of a TableModel based on a list of row indexes.
ListTableFilter() - Constructor for class com.citra.filter.ListTableFilter
Constructs a ListTableFilter.
ListTableFilter(int[]) - Constructor for class com.citra.filter.ListTableFilter
Constructs a ListTableFilter.
ListTableMap - Class in com.citra.table
This class defines a TableModel that wraps around a ListTableModel, which is passed in the constructor.
ListTableMap(ListTableModel) - Constructor for class com.citra.table.ListTableMap
Constructs a ListTableMap having tableModel as the underlying ListTableModel
ListTableModel - Interface in com.citra.table
The ListTableModel interface defines methods for manipulating the data of a tabular data model.
ListTableModelWrapper - Class in com.citra.table
ListTableModelWrapper provides a wrapping for any TableModel class.
ListTableModelWrapper(TableModel) - Constructor for class com.citra.table.ListTableModelWrapper
Constructs a ListTableModelWrapper.
ListTreeTableModel - Class in com.citra.treetable
ListTreeTableModel represents a TreeTableModel whose nodes's user objects are List objects.
ListTreeTableModel() - Constructor for class com.citra.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(String[]) - Constructor for class com.citra.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(String[], Class[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
ListTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ListTreeTableModel
Creates a ListTreeTableModel.
load(ObjectInputStream) - Method in class com.citra.pivot.table.TableDataSource
Loads the schema and aggregate values from an object inputstream.
loadComparators(ObjectInputStream) - Method in class com.citra.treetable.ComparableTreeTableModel
Restores the TreeTableComparators and assigns them on the model.
loadComparators(ObjectInputStream) - Method in class com.citra.treetable.DynamicTreeTableModel
Restores the TreeTableComparators and assigns them on the model.
loadCurrentDate() - Method in class com.citra.editors.JDateChooser
Positions the date chooser to the current date.
loadDate(Calendar) - Method in class com.citra.editors.JDateChooser
Positions the date chooser to the date specified by calendar.
loadDate(Date) - Method in class com.citra.editors.JDateChooser
Positions the date chooser to the date specified by date.
loadFilterState(ObjectInputStream) - Method in class com.citra.filter.FilterHeaderModel
Restores the filters and assigns them on the model.
loadFilterState(ObjectInputStream) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Restores the filters and assigns them on the model.
LocaleList - Class in com.citra.pivot.olap.metadata
LocaleList is a list subclass that contains methods for retrieving a Locale by name and index.
LocaleList() - Constructor for class com.citra.pivot.olap.metadata.LocaleList
Constructs a LocaleList.
LocaleList(Collection) - Constructor for class com.citra.pivot.olap.metadata.LocaleList
Constructs a LocaleList.
LocaleList(Locale) - Constructor for class com.citra.pivot.olap.metadata.LocaleList
Constructs a LocaleList.
locales - Variable in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
the list of supported locales
lockedChanged(LockedTableModelEvent) - Method in interface com.citra.table.locked.LockedTableModelListener
Tells listeners that the number of lockable rows/columns has changed.
lockedTableModel - Variable in class com.citra.table.AdvancedJScrollPane
the locked table column model
LockedTableModel - Interface in com.citra.table.locked
LockedTableModel is the model that holds the number of locked rows/columns at the 4 edges of the table.
LockedTableModelEvent - Class in com.citra.table.locked
An event used to notify listeners that a locked table model has changed, such as a locked row/column was added/removed from the table.
LockedTableModelEvent(LockedTableModel, int, int) - Constructor for class com.citra.table.locked.LockedTableModelEvent
Constructs a LockedTableModelEvent.
LockedTableModelEvent(LockedTableModel, int, int, int) - Constructor for class com.citra.table.locked.LockedTableModelEvent
Constructs a LockedTableModelEvent.
LockedTableModelListener - Interface in com.citra.table.locked
LockedTableModelListener defines the interface for an object that listens to changes in a LockedTableModel.
logical - Variable in class com.citra.pivot.olap.set.FilterSetSelection
the logical condition of the filter set
LogicalSelection - Interface in com.citra.pivot.olap.logical
LogicalSelection defines a method for retrieving a boolean value from a DataSource connection.
LongFilter - Class in com.citra.filter
A filter for Long values.
LongFilter() - Constructor for class com.citra.filter.LongFilter
Constructs a LongFilter.
LongFilter(long) - Constructor for class com.citra.filter.LongFilter
Constructs a LongFilter.
LT - Static variable in class com.citra.filter.ComparisonFilter
The comparison that tests if a value is less than another.

M

mainSplitPane - Variable in class com.citra.pivot.olap.gui.OlapDesignerPanel
the main split pane
makePanel() - Method in class com.citra.filter.FilterTablePanel
Adds the gui components to the FilterTablePanel using a box layout with horizontal orientation.
makePanel() - Method in class com.citra.pivot.olap.gui.OlapDesignerPanel
Creates the main panel.
makePanel() - Method in class com.citra.table.search.AbstractSearchPanel
Initializes the panel.
makePanel() - Method in class com.citra.table.search.SearchPanel
Initializes the panel.
makePanel() - Method in class com.citra.table.search.SearchTablePanel
Initializes the panel.
mapper - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
The mapper responsible for creating, installing and assigning filters.
margin - Variable in class com.citra.table.GroupTableColumn
this group table column's margin.
marginX - Variable in class com.citra.component.PartialIcon
the distance of the filled rectangle from the left/right
marginY - Variable in class com.citra.component.PartialIcon
the distance of the filled rectangle from the top/bottom
max_groups - Variable in class com.citra.tree.GroupingPanel
the current maximum number of groups defined.
max_groups - Variable in class com.citra.treetable.db.DatabaseGroupingPanel
the current maximum number of groups defined.
max_groups - Variable in class com.citra.treetable.GroupingPanel
the current maximum number of groups defined.
max_groups - Variable in class com.citra.treetable.NodeGroupingPanel
the current maximum number of groups defined.
MaxAggregator - Class in com.citra.pivot.table.aggregator
MaxAggregator selects the maximum number as the aggregated value.
MaxAggregator() - Constructor for class com.citra.pivot.table.aggregator.MaxAggregator
Constructs a MaxAggregator.
MaxAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.MaxAggregator
Constructs a MaxAggregator.
maxColumns - Variable in class com.citra.table.TableAssistant
the maximum number of columns that the column popup is going to display.
maximumCacheSize - Variable in class com.citra.table.cache.AbstractCache
the maximum cache size
mdx - Variable in class com.citra.pivot.olap.mdx.MDXSelection
 
MDXDataSource - Class in com.citra.pivot.olap.mdx
MDXDataSource is a DataSource that connects to a database that uses the MDX query language.
MDXDataSource() - Constructor for class com.citra.pivot.olap.mdx.MDXDataSource
Constructs a MDXDataSource.
MDXResolver - Class in com.citra.pivot.olap.mdx
MDXResolver is responsible for converting an OlapSelection to an MDX string statement, execute it on the database and return the result.
MDXResolver() - Constructor for class com.citra.pivot.olap.mdx.MDXResolver
Constructs an MDXResolver.
MDXSelection - Class in com.citra.pivot.olap.mdx
MDXSelection is the selection that returns the results from an mdx statement to a data source.
MDXSelection() - Constructor for class com.citra.pivot.olap.mdx.MDXSelection
Constructs a MDXSelection.
MDXSelection(String) - Constructor for class com.citra.pivot.olap.mdx.MDXSelection
Constructs a MDXSelection.
measure - Variable in class com.citra.pivot.olap.data.DefaultOlapCell
the cell's measure
measure - Variable in class com.citra.pivot.olap.DefaultOlapEdge
the assigned measure
measure - Variable in class com.citra.pivot.olap.OlapSort
the measure used as basis for the sorting
measure - Variable in class com.citra.pivot.olap.OlapTopBottom
the measure used as basis for the top/bottom operation
measure - Variable in class com.citra.pivot.olap.set.BottomCountSetSelection
the measure upon which the ordering will take place
measure - Variable in class com.citra.pivot.olap.set.OrderSetSelection
the measure that the ordering depends on
measure - Variable in class com.citra.pivot.olap.set.TopCountSetSelection
the measure upon which the ordering will take place
MeasureDefinition - Interface in com.citra.table.db
An interface for defining a complex database aggregate function.
measureDimension - Variable in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
the measure dimension
MeasureList - Class in com.citra.pivot.olap.metadata
MeasureList is an olap list, containing OlapMeasures.
MeasureList() - Constructor for class com.citra.pivot.olap.metadata.MeasureList
Constructs a MeasureList.
MeasureList(OlapMeasure) - Constructor for class com.citra.pivot.olap.metadata.MeasureList
Constructs a MeasureList.
MeasureList(Collection) - Constructor for class com.citra.pivot.olap.metadata.MeasureList
Constructs a MeasureList.
measures - Variable in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
the list of measures
measures - Variable in class com.citra.pivot.table.TableCube
the cube's measures
member - Variable in class com.citra.pivot.olap.DefaultOlapEdge
the assigned member
member - Variable in class com.citra.pivot.olap.member.SelfMemberSelection
the member
member - Variable in class com.citra.pivot.olap.string.NameStringSelection
the member whose name is returned
member1 - Variable in class com.citra.pivot.olap.logical.IsAncestorSelection
the first member to compare
member1 - Variable in class com.citra.pivot.olap.logical.IsMemberSelection
the first member to compare
member2 - Variable in class com.citra.pivot.olap.logical.IsAncestorSelection
the second member to compare
member2 - Variable in class com.citra.pivot.olap.logical.IsMemberSelection
the second member to compare
memberCount - Variable in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
the member's children count
MemberList - Class in com.citra.pivot.olap.metadata
MemberList is an olap list, containing OlapMembers.
MemberList() - Constructor for class com.citra.pivot.olap.metadata.MemberList
Constructs a MemberList.
MemberList(OlapMember) - Constructor for class com.citra.pivot.olap.metadata.MemberList
Constructs a MemberList.
MemberList(Collection) - Constructor for class com.citra.pivot.olap.metadata.MemberList
Constructs a MemberList.
members - Variable in class com.citra.pivot.olap.data.DefaultOlapTuple
the members of the tuple
members - Variable in class com.citra.pivot.olap.tuple.DefaultTupleSelection
the list of the tuple's member selections
members - Variable in class com.citra.pivot.table.aggregator.IndexAggregator
the members whose index is evaluated
members - Variable in class com.citra.pivot.table.TableTuple
the tuple's member selections
memberSelection - Variable in class com.citra.pivot.olap.member.AncestorMemberSelection
the member whose ancestor is retrieved
MemberSelection - Interface in com.citra.pivot.olap.member
MemberSelection is a selection that resolves to a single member.
memberSelection - Variable in class com.citra.pivot.olap.member.ParentMemberSelection
the member whose parent is returned
memberSelection - Variable in class com.citra.pivot.olap.set.SingleSetSelection
the basis of the selection
MemberSelectionList - Class in com.citra.pivot.olap.member
MemberSelectionList is a list containing MemberSelection objects.
MemberSelectionList() - Constructor for class com.citra.pivot.olap.member.MemberSelectionList
Constructs a MemberSelectionList.
MemberSelectionList(OlapMember) - Constructor for class com.citra.pivot.olap.member.MemberSelectionList
Constructs a MemberSelectionList.
MemberSelectionList(MemberSelection) - Constructor for class com.citra.pivot.olap.member.MemberSelectionList
Constructs a MemberSelectionList.
MemberSelectionList(Collection) - Constructor for class com.citra.pivot.olap.member.MemberSelectionList
Constructs a MemberSelectionList.
MembersSetSelection - Class in com.citra.pivot.olap.set
MembersSetSelection is a selection that retrieves members from a hierarchy or level.
MembersSetSelection() - Constructor for class com.citra.pivot.olap.set.MembersSetSelection
Constructs a MembersSetSelection.
MembersSetSelection(OlapHierarchy) - Constructor for class com.citra.pivot.olap.set.MembersSetSelection
Constructs a MembersSetSelection.
MembersSetSelection(OlapLevel) - Constructor for class com.citra.pivot.olap.set.MembersSetSelection
Constructs a MembersSetSelection.
MinAggregator - Class in com.citra.pivot.table.aggregator
MinAggregator selects the minimum number as the aggregated value.
MinAggregator() - Constructor for class com.citra.pivot.table.aggregator.MinAggregator
Constructs a MinAggregator.
MinAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.MinAggregator
Constructs a MinAggregator.
minResizeHeight - Variable in class com.citra.table.Viewable
the minimum resize height
minResizeWidth - Variable in class com.citra.table.Viewable
the minimum resize width
minRowHeight - Variable in class com.citra.table.TableCellResizer
the minimum row height a row is allowed to resize to
minWidth - Variable in class com.citra.table.ListRowHeader
the minimum width of the row header
mode - Variable in class com.citra.filter.StringFilter
The current filter mode.
mode - Variable in class com.citra.pivot.olap.OlapTopBottom
the operation mode
mode - Variable in class com.citra.pivot.olap.set.OrderSetSelection
the ordering mode
mode - Variable in class com.citra.table.search.SearchModelEvent
the search mode
mode - Variable in class com.citra.table.search.TableSearch
the search mode
mode - Variable in class com.citra.treetable.UniqueTreeTableModel
the mode that is used to build the unique structure by level
model - Variable in class com.citra.table.cache.AbstractTableCache
the cacheable table model
model - Variable in class com.citra.table.cache.AbstractTreeTableCache
the cacheable treetable model
model - Variable in class com.citra.table.group.TreeColumnModelMask
the underlying treetable column model
model - Variable in class com.citra.tree.Aggregator
the associated treetablemodel
model - Variable in class com.citra.tree.GroupingPanel
the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
model - Variable in class com.citra.tree.TreeTableComparator
the associated treetablemodel
model - Variable in class com.citra.treetable.db.AbstractGroupCache
the cacheable treetable model.
model - Variable in class com.citra.treetable.db.DatabaseGroupingPanel
the DefaultDatabaseTreeTableModel that is used to define the list of database grouping columns.
model - Variable in class com.citra.treetable.DefaultCellAggregator
the associated dynamic treetable model
model - Variable in class com.citra.treetable.DefaultTreeTableComparator
the associated dynamic treetablemodel
model - Variable in class com.citra.treetable.GroupingPanel
the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
model - Variable in class com.citra.treetable.NodeGroupingPanel
the TreeTableModel that is used to add/remove TreeNodeComparator.
model - Variable in class com.citra.treetable.TreeNodeAggregator
the associated aggregate treetable model
model - Variable in class com.citra.treetable.TreeNodeComparator
the associated comparable treetable model.
model - Variable in class com.citra.treetable.TreeTableModelMask
the underlying treetable model
model - Variable in class com.citra.treetable.UniqueTreeTableModel
the underlying treetable model
MODEL_ORDER - Static variable in class com.citra.table.TableAssistant
defines a column ordering, according to the position of the columns as they appear in the table's data model
modelIndex - Variable in class com.citra.tree.TreeTableRow
an integer that refers to the index of the object that this TreeTableRow is associated with.
modelIndex - Variable in class com.citra.treetable.TreeTableRow
an integer that can be used for various purposes.
MonthContext - Class in com.citra.pivot.table.context
MonthContext extracts months from Date values.
MonthContext(int) - Constructor for class com.citra.pivot.table.context.MonthContext
Constructs a MonthContext.
mouseClicked(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when the mouse button has been clicked (pressed and released) on a component.
mouseDragged(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when a mouse button is pressed on a component and then dragged.
mouseEntered(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when the mouse enters a component.
mouseExited(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when the mouse exits a component.
mouseMoved(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when the mouse cursor has been moved onto a component but no buttons have been pushed.
mousePressed(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when a mouse button has been pressed on a component.
mouseReleased(MouseEvent) - Method in class com.citra.table.SortTableModel.SorterMouseHandler
Invoked when a mouse button has been released on a component.
moveColumn(int, int) - Method in class com.citra.table.DefaultVetoableColumnModel
Moves the column and heading at columnIndex to newIndex.
moveColumn(int, int) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Moves the column and its header at columnIndex to newIndex.
moveColumn(int, int) - Method in class com.citra.table.GroupTableColumn
Moves a child column.
moveDownButton - Variable in class com.citra.table.ColumnChooser
the button for moving down columns
moveNode(MutableTreeNode, int, int, int) - Method in class com.citra.treetable.MutableTreeTableModel
Moves one or more children nodes of fromNode starting at startIndex to endIndex to the toIndex.
moveUpButton - Variable in class com.citra.table.ColumnChooser
the button for moving up columns
MovingTotalAggregator - Class in com.citra.pivot.table.aggregator
MovingTotalAggregator produces a moving total aggregation of a given measure in the context of a dimension.
MovingTotalAggregator(TableDimension) - Constructor for class com.citra.pivot.table.aggregator.MovingTotalAggregator
Constructs a MovingTotalAggregator.
MovingTotalAggregator(TableDimension, int, int) - Constructor for class com.citra.pivot.table.aggregator.MovingTotalAggregator
Constructs a MovingTotalAggregator.
MovingTotalAggregator(TableDimension, int, int, OlapType) - Constructor for class com.citra.pivot.table.aggregator.MovingTotalAggregator
Constructs a MovingTotalAggregator.
MovingTotalAggregator(TableDimension, OlapType) - Constructor for class com.citra.pivot.table.aggregator.MovingTotalAggregator
Constructs a MovingTotalAggregator.
MSAccessPivotTableModel - Class in com.citra.table.db
MSAccessPivotTableModel is a pivot table model that is customized for MS Access databases.
MSAccessPivotTableModel(Connection, DatabaseTableDefinition, DatabaseTableDefinition, String, String) - Constructor for class com.citra.table.db.MSAccessPivotTableModel
Constructs an MSAccessPivotTableModel.
MSAccessPivotTableModel(Connection, DatabaseTableDefinition, MeasureDefinition, PivotDefinition, String, String) - Constructor for class com.citra.table.db.MSAccessPivotTableModel
Constructs an MSAccessPivotTableModel.
MULTI_SORT - Static variable in class com.citra.table.SortTableModel
Defines multiple sort mode.
multipleSelection - Variable in class com.citra.component.CheckComboBox
controls whether the combobox allows multiple values to be selected
multipleSelection - Variable in class com.citra.filter.PopupFilterHeaderModel
a variable that determines whether the popup filter will allow the selection of multiple filter values
multipleSelectionMap - Variable in class com.citra.filter.PopupFilterHeaderModel
a map of columns's indices in the table's model against boolean variables that determine whether the popup filter will allow the selection of multiple filter values for a specific column
MutableTreeTableModel - Class in com.citra.treetable
MutableTreeTableModel provides for a TreeTableModel whose nodes can be added or removed dynamically.
MutableTreeTableModel(String[], Class[], TreeNode) - Constructor for class com.citra.treetable.MutableTreeTableModel
Constructs a MutableTreeTableModel.
MutableTreeTableModel(String[], TreeNode) - Constructor for class com.citra.treetable.MutableTreeTableModel
Constructs a MutableTreeTableModel.
MutableTreeTableModel(TreeNode) - Constructor for class com.citra.treetable.MutableTreeTableModel
Constructs a MutableTreeTableModel.

N

name - Variable in class com.citra.pivot.olap.DefaultOlapEdge
the displayed name
name - Variable in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
the object's name
name - Variable in class com.citra.pivot.olap.set.CreateSetSelection
the set's name
name - Variable in class com.citra.pivot.olap.set.DropSetSelection
the set's name to drop
name - Variable in class com.citra.pivot.olap.set.NamedRefSetSelection
the set's name
name - Variable in class com.citra.pivot.olap.set.NamedSetSelection
the set's name
name - Variable in class com.citra.pivot.table.AbstractTableObject
the object's name
nameColumn - Variable in class com.citra.pivot.table.context.SingleColumnContext
the column in the table model that is used to extract the member's name
NamedRefSetSelection - Class in com.citra.pivot.olap.set
NamedRefSetSelection is a selection that refers to a named set in the server.
NamedRefSetSelection() - Constructor for class com.citra.pivot.olap.set.NamedRefSetSelection
Constructs a NamedRefSetSelection.
NamedRefSetSelection(String) - Constructor for class com.citra.pivot.olap.set.NamedRefSetSelection
Constructs a NamedRefSetSelection.
NamedSetSelection - Class in com.citra.pivot.olap.set
NamedSetSelection is a selection that defines a named set.
NamedSetSelection() - Constructor for class com.citra.pivot.olap.set.NamedSetSelection
Constructs a NamedSetSelection.
NamedSetSelection(String, OlapSet) - Constructor for class com.citra.pivot.olap.set.NamedSetSelection
Constructs a NamedSetSelection.
NamedSetSelection(String, SetSelection) - Constructor for class com.citra.pivot.olap.set.NamedSetSelection
Constructs a NamedSetSelection.
NameStringSelection - Class in com.citra.pivot.olap.string
NameStringSelection is a selection that returns a member's name as a string.
NameStringSelection() - Constructor for class com.citra.pivot.olap.string.NameStringSelection
Constructs a NameStringSelection.
NameStringSelection(MemberSelection) - Constructor for class com.citra.pivot.olap.string.NameStringSelection
Constructs a NameStringSelection.
NameStringSelection(OlapMember) - Constructor for class com.citra.pivot.olap.string.NameStringSelection
Constructs a NameStringSelection.
NE - Static variable in class com.citra.filter.ComparisonFilter
The comparison that tests if a value is not equal to another.
negate - Variable in class com.citra.filter.StringFilter
boolean indicating whether the string filter returns the negative of the result of each mode.
newline - Variable in class com.citra.table.io.DelimitedExportManager
the newline string
newline - Variable in class com.citra.table.io.XMLExportManager
the newline string
next() - Method in interface com.citra.pivot.olap.data.OlapCursor
Moves the cursor to the next location.
next() - Method in class com.citra.table.search.AbstractSearchPanel
Searches in the forward direction.
next() - Method in class com.citra.table.search.SearchPanel
Searches in the forward direction.
next() - Method in class com.citra.table.search.SearchTablePanel
Searches in the forward direction.
NEXT_COLUMN - Static variable in class com.citra.table.search.SearchModelEvent
denotes the next column from the previously matched
NEXT_ROW - Static variable in class com.citra.table.search.SearchModelEvent
denotes the next row from the previously matched
nextButton - Variable in class com.citra.table.search.AbstractSearchPanel
the next button
nextElement() - Method in class com.citra.treetable.DefaultTreeNodeEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextOffset - Variable in class com.citra.pivot.table.aggregator.MovingTotalAggregator
the offset to lead the current member
nextState() - Method in class com.citra.component.TristateCheckBox
Rotates between the checkbox's selection states: UNCHECKED -> CHECKED -> PARTIALLY_CHECKED
nf - Variable in class com.citra.filter.NumericalVisualFilter
the numberformat instance that is used to format the number shown on the textfield.
NO_RESIZE - Static variable in class com.citra.table.TableAssistant
integer indicating that nothing will happen should the user double-click on a column border
NO_RESIZE - Static variable in class com.citra.table.TableCellResizer
integer indicating that nothing will happen should the user double-click on a column border
NO_RESIZE - Static variable in class com.citra.table.Viewable
defines a no resize mode
NO_SORT - Static variable in class com.citra.pivot.olap.OlapSort
constant indicating no sorting will be performed
NO_TOP_BOTTOM - Static variable in class com.citra.pivot.olap.OlapTopBottom
constant indicating that no top/bottom operation takes place
node - Variable in class com.citra.event.FilterTreeTableModelEvent
the node at which a table filter was assigned
NODE_FILTER - Static variable in class com.citra.treetable.DefaultFilterTreeTableModel
the mode which defines a single filter assigned per node
NODE_MODE - Static variable in class com.citra.filter.tree.DefaultColumnFilterMapper
the mode that is associated to the node mapper
nodeChanged(TreeNode) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when the representation of node in the tree has changed.
nodeChanged(TreeNode) - Method in class com.citra.treetable.MutableTreeTableModel
This method should be invoked when the representation of node in the tree has changed.
nodeChanged(TreeNode) - Method in class com.citra.treetable.TreeModelMap
This method should be invoked when the representation of node in the tree has changed.
nodeCollapsed(TreePath) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notification that the specified path was collapsed.
nodeCollapsed(TreePath) - Method in class com.citra.table.group.TreeTableHeader
Notification that columns at the specified path were collapsed.
nodeCollapsed(TreePath) - Method in class com.citra.treetable.TreeTableModelAdapter
Notification that the specified path was collapsed.
nodeComparator - Variable in class com.citra.treetable.UniqueTreeTableModel
the comparator that is used to compare tree nodes between them at each tree level
nodeEquals(Object, Object) - Method in class com.citra.treetable.TreeTableModelMask
Checks for equality between two masking nodes.
nodeExpanded(TreePath) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notification that the specified path was expanded.
nodeExpanded(TreePath) - Method in class com.citra.table.group.TreeTableHeader
Notification that columns at the specified path were expanded.
nodeExpanded(TreePath, boolean) - Method in class com.citra.table.group.TreeTableHeader
Notification that columns at the specified path were expanded.
nodeExpanded(TreePath) - Method in class com.citra.treetable.TreeTableModelAdapter
Notification that the specified path was expanded.
nodeFilterApplied(FilterTreeTableModelEvent) - Method in interface com.citra.event.FilterTreeTableModelListener
Called whenever a table filter was assigned to a node.
NodeFilterMapper - Class in com.citra.filter.tree
NodeFilterMapper is a ColumnFilterMapper that allows users to uniquely identify which nodes to include when filtering.
NodeFilterMapper() - Constructor for class com.citra.filter.tree.NodeFilterMapper
Constructs a NodeFilterMapper.
nodeForRow(int) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Returns the node found at row rowIndex of the tree.
nodeForRow(int) - Method in class com.citra.treetable.TreeTableModelAdapter
Returns the node at row rowIndex.
NodeGroupingPanel - Class in com.citra.treetable
This component represents a panel through which users can dynamically control the structure of a TreeTable.
NodeGroupingPanel(ComparableTreeTableModel) - Constructor for class com.citra.treetable.NodeGroupingPanel
Constructs a NodeGroupingPanel object with model as the associated TreeTableModel, horizontal layout and "" as the string to show if no grouping is desired.
NodeGroupingPanel(ComparableTreeTableModel, int) - Constructor for class com.citra.treetable.NodeGroupingPanel
Constructs a NodeGroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and "" as the string to show if no grouping is desired.
NodeGroupingPanel(ComparableTreeTableModel, int, String) - Constructor for class com.citra.treetable.NodeGroupingPanel
Constructs a NodeGroupingPanel object with model as the associated TreeTableModel, axis as the axis of the box layout and noGroupString as the string to show if no grouping is desired.
nodeHashCode(Object) - Method in class com.citra.treetable.TreeTableModelMask
Returns the hashcode for the masking node.
nodeMapper - Variable in class com.citra.filter.tree.DefaultColumnFilterMapper
the mapper used for presenting every node of a tree
nodePrepared(Object) - Method in class com.citra.treetable.TreeTableModelMask
This method is called after a masked node encapsulating an underlying node has been prepared.
nodes - Variable in class com.citra.filter.tree.NodeTableFilter
the 'accepted' object list
nodesChanged(TreeModelEvent) - Method in class com.citra.pivot.PivotTableHeader
Notification that columns at the specified path have changed.
nodesChanged(TreeModelEvent) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notification that children nodes at the specified path have changed.
nodesChanged(TreeModelEvent) - Method in class com.citra.table.group.TreeTableHeader
Notification that columns at the specified path have changed.
nodesChanged(TreeNode, int[]) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when the representation of the children identified by childIndices in the tree has changed.
nodesChanged(TreeNode, int[]) - Method in class com.citra.treetable.MutableTreeTableModel
This method should be invoked when the representation of the children identified by childIndices in the tree has changed.
nodesChanged(TreeNode, int[]) - Method in class com.citra.treetable.TreeModelMap
This method should be invoked when the representation of the children identified by childIndices in the tree has changed.
nodesChanged(TreeModelEvent) - Method in class com.citra.treetable.TreeTableModelAdapter
Notification that children nodes at the specified path have changed.
nodesInserted(TreeModelEvent) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notification that children nodes at the specified path have been added.
nodesInserted(TreeModelEvent) - Method in class com.citra.table.group.TreeTableHeader
Notification that columns at the specified path have been added.
nodesInserted(TreeModelEvent) - Method in class com.citra.treetable.TreeTableModelAdapter
Notification that children nodes at the specified path have been added.
nodesRemoved(TreeModelEvent) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notification that children nodes at the specified path have been removed.
nodesRemoved(TreeModelEvent) - Method in class com.citra.table.group.TreeTableHeader
Notification that columns at the specified path have been removed.
nodesRemoved(TreeModelEvent) - Method in class com.citra.treetable.TreeTableModelAdapter
Notification that children nodes at the specified path have been removed.
nodeStructureChanged(TreeNode) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when the children of node and its children children have completely changed.
nodeStructureChanged(TreeNode) - Method in class com.citra.treetable.MutableTreeTableModel
This method should be invoked when the children of node and its children children have completely changed.
nodeStructureChanged(TreeNode) - Method in class com.citra.treetable.TreeModelMap
This method should be invoked when the children of node and its children children have completely changed.
nodesWereInserted(TreeNode, int[]) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when some TreeNodes were inserted into node.
nodesWereInserted(TreeNode, int[]) - Method in class com.citra.treetable.MutableTreeTableModel
Invoke this method after you've inserted some TreeNodes into node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method should be invoked when some TreeNodes were removed from node.
nodesWereRemoved(TreeNode, int[], Object[]) - Method in class com.citra.treetable.MutableTreeTableModel
Invoke this method after you've removed some TreeNodes from node.
NodeTableFilter - Class in com.citra.filter.tree
NodeTableFilter is a table filter for filtering the rows of a TableModel based on a list of objects.
NodeTableFilter() - Constructor for class com.citra.filter.tree.NodeTableFilter
Constructs a NodeTableFilter.
NodeTableFilter(Object[]) - Constructor for class com.citra.filter.tree.NodeTableFilter
Constructs a NodeTableFilter.
NodeTreeTableModelMap - Class in com.citra.treetable
NodeTreeTableModelMap will show only a single branch of a TreeTableModel.
NodeTreeTableModelMap(TreeTableModel, Object) - Constructor for class com.citra.treetable.NodeTreeTableModelMap
Constructs a NodeTreeTableModelMap.
noGroupString - Variable in class com.citra.tree.GroupingPanel
the current string to show if no grouping is desired.
noGroupString - Variable in class com.citra.treetable.db.DatabaseGroupingPanel
the current string to show if no grouping is desired.
noGroupString - Variable in class com.citra.treetable.GroupingPanel
the current string to show if no grouping is desired.
noGroupString - Variable in class com.citra.treetable.NodeGroupingPanel
the current string to show if no grouping is desired.
NON_BLANK_STRING - Variable in class com.citra.filter.PopupFilterHeaderModel
a string for the 'non blanks' filter selection
nonContiguousCellSelection - Variable in class com.citra.table.AdvancedJTable
flag indicating whether non-contiguous cell selection is enabled
nonContiguousSelectionModel - Variable in class com.citra.table.AdvancedJTable
the non-contiguous selection model
NonContiguousSelectionModel - Class in com.citra.table
NonContiguousSelectionModel enables non-contiguous cell selection for a JTable.
NonContiguousSelectionModel() - Constructor for class com.citra.table.NonContiguousSelectionModel
Creates a NonContiguousSelectionModel.
NonEmptyCrossJoinSetSelection - Class in com.citra.pivot.olap.set
NonEmptyCrossJoinSetSelection is a selection that produces a cross join between two sets, having non empty tuple values.
NonEmptyCrossJoinSetSelection() - Constructor for class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
Constructs a NonEmptyCrossJoinSetSelection.
NonEmptyCrossJoinSetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
Constructs a NonEmptyCrossJoinSetSelection.
NonEmptySetSelection - Class in com.citra.pivot.olap.set
NonEmptySetSelection is a selection that returns tuples from the first set that have non empty value when joined with the members of the second set.
NonEmptySetSelection() - Constructor for class com.citra.pivot.olap.set.NonEmptySetSelection
Constructs a NonEmptySetSelection.
NonEmptySetSelection(SetSelection) - Constructor for class com.citra.pivot.olap.set.NonEmptySetSelection
Constructs a NonEmptySetSelection.
NonEmptySetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.NonEmptySetSelection
Constructs a NonEmptySetSelection.
nonPivotDefinition - Variable in class com.citra.table.db.DefaultCrosstabTableModel
the database definition for the columns that are not pivoted.
NORMAL_MODE - Static variable in class com.citra.table.search.SearchModelEvent
the normal mode
NORMAL_TYPE - Static variable in interface com.citra.pivot.PivotConstants
constant indicating a normal cell
normalComponent - Variable in class com.citra.filter.DefaultFilterRenderer
the component returned from the unfiltered renderer
notFound - Variable in class com.citra.table.search.AbstractSearchPanel
the notFound label
notFoundBackgroundColor - Variable in class com.citra.table.search.AbstractSearchPanel
the not found background color
notFoundForegroundColor - Variable in class com.citra.table.search.AbstractSearchPanel
the not found foreground color
NotTableFilter - Class in com.citra.filter
A TableFilter that implements the logical NEGATION operator.
NotTableFilter(TableFilter) - Constructor for class com.citra.filter.NotTableFilter
Constructs a NotTableFilter.
nullsStart - Variable in class com.citra.table.SortTableModel
variable that determines the position of null values during sorting
NumberFilter - Class in com.citra.filter
The superclass for filters that deal with Numbers.
NumberFilter() - Constructor for class com.citra.filter.NumberFilter
Constructs a NumberFilter object.
numberFilter - Variable in class com.citra.filter.NumericalVisualFilter
a numeric filter object used to filter Number objects.
numberFilter - Variable in class com.citra.table.search.NumericalVisualSeeker
a numeric filter object used to filter Number objects.
numberFormat - Variable in class com.citra.pivot.table.DefaultTableFormatter
the number format for numbers other than double and currency
numberFormat - Variable in class com.citra.renderers.NumberRenderer
The number format instance
NumberRenderer - Class in com.citra.renderers
NumberRenderer is a TableCellRenderer suitable for rendering Number objects.
NumberRenderer() - Constructor for class com.citra.renderers.NumberRenderer
Constructs a default NumberRenderer.
NumberRenderer(NumberFormat) - Constructor for class com.citra.renderers.NumberRenderer
Constructs a default NumberRenderer with numberFormat as the NumberFormat instance that will render the cells.
NumericalAggregator - Class in com.citra.pivot.table.aggregator
NumericalAggregator is the base of all aggregators that return a number as an aggregate value.
NumericalAggregator() - Constructor for class com.citra.pivot.table.aggregator.NumericalAggregator
Constructs a NumericalAggregator.
NumericalAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.NumericalAggregator
Constructs a NumericalAggregator.
NumericalVisualFilter - Class in com.citra.filter
A VisualFilter for numeric values.
NumericalVisualFilter() - Constructor for class com.citra.filter.NumericalVisualFilter
Constructs a NumericalVisualFilter.
NumericalVisualFilter(NumberFilter) - Constructor for class com.citra.filter.NumericalVisualFilter
Constructs a NumericalVisualFilter.
NumericalVisualFilter(NumberFilter, boolean) - Constructor for class com.citra.filter.NumericalVisualFilter
Constructs a NumericalVisualFilter.
NumericalVisualFilter(boolean) - Constructor for class com.citra.filter.NumericalVisualFilter
Constructs a NumericalVisualFilter.
NumericalVisualSeeker - Class in com.citra.table.search
A VisualSeeker for numeric values.
NumericalVisualSeeker(NumberFilter) - Constructor for class com.citra.table.search.NumericalVisualSeeker
Constructs a NumericalVisualSeeker.
NumericAutoFilterPanel - Class in com.citra.filter.auto
NumericAutoFilterPanel uses a NumericalVisualFilter with a combo box filled with available filter values.
NumericAutoFilterPanel() - Constructor for class com.citra.filter.auto.NumericAutoFilterPanel
Constructs a new NumericAutoFilterPanel.
NumericAutoFilterPanel(NumberFilter) - Constructor for class com.citra.filter.auto.NumericAutoFilterPanel
Constructs a new NumericAutoFilterPanel.
NumericAutoFilterPanel(NumberFilter, String) - Constructor for class com.citra.filter.auto.NumericAutoFilterPanel
Constructs a new NumericAutoFilterPanel.

O

objectFormatter - Variable in class com.citra.filter.auto.GenericAutoFilterPanel
the format used to convert Objects to strings and vice-versa
objectFormatter - Variable in class com.citra.filter.GenericVisualFilter
the format used to convert Objects to strings and vice-versa
ObjectTableModel - Class in com.citra.table
ObjectTableModel uses an internal ArrayList structure to store the rows of a JTable.
ObjectTableModel(String[]) - Constructor for class com.citra.table.ObjectTableModel
Constructs an ObjectTableModel with columns as the table columns.
ObjectTreeTableModel - Class in com.citra.treetable
ObjectTreeTableModel is a treetable model whose nodes' cell value depends on an abstract Object.
ObjectTreeTableModel() - Constructor for class com.citra.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(String[]) - Constructor for class com.citra.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(String[], Class[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
ObjectTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.citra.treetable.ObjectTreeTableModel
Constructs an ObjectTreeTableModel.
oddColor - Variable in class com.citra.renderers.DefaultRenderer
the background color for odd rows
oddColor - Variable in class com.citra.table.styles.DefaultStyle
the background color for odd rows
okButton - Variable in class com.citra.component.CheckComboBox
the button that accepts the current selection
okButton - Variable in class com.citra.table.ColumnChooser
the button for accepting changes in the column dialog
Olap4jDataSource - Class in com.citra.pivot.olap4j
Olap4jDataSource is a datasource implementation that connects to analytical databases with the olap4j framework using the XML/A protocol.
Olap4jDataSource(OlapConnection) - Constructor for class com.citra.pivot.olap4j.Olap4jDataSource
Constructs an Olap4jDataSource.
Olap4jResolver - Class in com.citra.pivot.olap4j
Olap4jResolver is used for executing queries using the olap4j framework.
Olap4jResolver() - Constructor for class com.citra.pivot.olap4j.Olap4jResolver
Constructs an Olap4jResolver.
OlapAssistant - Class in com.citra.pivot.olap.gui
OlapAssistant provides pivot tables with auxiliary support, such as filtering and drilling.
OlapAssistant(PivotTable, DefaultOlapProvider) - Constructor for class com.citra.pivot.olap.gui.OlapAssistant
Constructs an OlapAssistant.
OlapCell - Interface in com.citra.pivot.olap.data
OlapCell represents the association between a measure and its value.
OlapCellRenderer - Class in com.citra.pivot.olap
OlapCellRenderer is the default renderer for the data cells of an olap pivot table.
OlapCellRenderer() - Constructor for class com.citra.pivot.olap.OlapCellRenderer
Constructs an OlapCellRenderer.
OlapCellSet - Interface in com.citra.pivot.olap.data
OlapCellSet represents a container for a query result to a DataSource.
OlapColumnAdapter - Interface in com.citra.pivot.olap
OlapColumnAdapter defines convenience methods for fetching the adapter's OlapTableModel.
olapColumnAdapter - Variable in class com.citra.pivot.olap.OlapDataModel
the model's column header
OlapCube - Interface in com.citra.pivot.olap.metadata
OlapCube is the metadata object that represents a cube in a schema.
OlapCubeImpl - Class in com.citra.pivot.olap.metadata.impl
OlapCubeImpl is a modifiable OlapCube implementation.
OlapCubeImpl(String, String, String, String, OlapSchema) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Constructs an OlapCubeImpl.
OlapCubePanel - Class in com.citra.pivot.olap.gui
OlapCubePanel is a panel that shows the contents of a cube.
OlapCubePanel() - Constructor for class com.citra.pivot.olap.gui.OlapCubePanel
Constructs an OlapCubePanel.
OlapCubePanel(DefaultOlapProvider) - Constructor for class com.citra.pivot.olap.gui.OlapCubePanel
Constructs an OlapCubePanel.
OlapCursor - Interface in com.citra.pivot.olap.data
OlapCursor is used to iterate through the results of an olap selection.
OlapCursorException - Exception in com.citra.pivot.olap.data
OlapCursorException signals that an error while iterating results has occured.
OlapCursorException() - Constructor for exception com.citra.pivot.olap.data.OlapCursorException
Constructs a general OlapCursorException.
OlapCursorException(String) - Constructor for exception com.citra.pivot.olap.data.OlapCursorException
Constructs an OlapCursorException with the specified message.
OlapCursorException(String, Throwable) - Constructor for exception com.citra.pivot.olap.data.OlapCursorException
Constructs an OlapCursorException with the specified message and cause.
OlapCursorException(Throwable) - Constructor for exception com.citra.pivot.olap.data.OlapCursorException
Constructs an OlapCursorException with the specified cause.
OlapDataModel - Class in com.citra.pivot.olap
OlapDataModel is the default olap data model to use for connecting to olap datasources.
OlapDataModel(OlapProvider) - Constructor for class com.citra.pivot.olap.OlapDataModel
Constructs an OlapDataModel.
olapDefinition - Variable in class com.citra.pivot.olap.DefaultOlapProvider
the currently used olap definition
OlapDefinition - Class in com.citra.pivot.olap
OlapDefinition keeps hold of pivoting information for a cube.
OlapDefinition(OlapCube) - Constructor for class com.citra.pivot.olap.OlapDefinition
Constructs an OlapDefinition.
OlapDesignerPanel - Class in com.citra.pivot.olap.gui
OlapDesigner is a panel that allows users to create multiple pivot tables based on a given schema.
OlapDesignerPanel() - Constructor for class com.citra.pivot.olap.gui.OlapDesignerPanel
Constructs an OlapDesigner.
OlapDesignerPanel(DataSource) - Constructor for class com.citra.pivot.olap.gui.OlapDesignerPanel
Constructs an OlapDesigner.
OlapDimension - Interface in com.citra.pivot.olap.metadata
OlapDimension is the metadata object that represents a dimension in a cube.
OlapDimensionImpl - Class in com.citra.pivot.olap.metadata.impl
OlapDimensionImpl is a modifiable OlapDimension implementation.
OlapDimensionImpl(String, String, String, String, boolean) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Constructs an OlapDimensionImpl.
OlapEdge - Interface in com.citra.pivot.olap
OlapEdge is the object that is used by the default OlapTableModel implementation, DefaultOlapTableModel.
OlapFilter - Interface in com.citra.pivot.olap
OlapFilter is used to filter out nodes of an OlapTableModel model from the view.
OlapFilterPanel - Class in com.citra.pivot.olap.gui
OlapFilterPanel is a panel that contains cube hierarchies, whose members can be selected so that to select a slice in the cube's data.
OlapFilterPanel(DefaultOlapProvider) - Constructor for class com.citra.pivot.olap.gui.OlapFilterPanel
Constructs a OlapFilterPanel.
OlapHierarchy - Interface in com.citra.pivot.olap.metadata
OlapHierarchy is the metadata object that represents a hierarchy in a dimension.
OlapHierarchyImpl - Class in com.citra.pivot.olap.metadata.impl
OlapHierarchyImpl is a modifiable OlapHierarchy implementation.
OlapHierarchyImpl(String, String, String, String, OlapDimensionImpl, boolean) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Constructs an OlapHierarchyImpl.
OlapLevel - Interface in com.citra.pivot.olap.metadata
OlapLevel is the metadata for a structural level that is part of an olap hierarchy.
OlapLevelImpl - Class in com.citra.pivot.olap.metadata.impl
OlapLevelImpl is a modifiable OlapLevel implementation.
OlapLevelImpl(String, String, String, String, OlapHierarchyImpl) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapLevelImpl
Constructs an OlapLevelImpl.
OlapList - Interface in com.citra.pivot.olap.metadata
OlapList defines two methods to retrieve an olap object from its contents, one using the unique id, and the other using the name.
OlapMeasure - Interface in com.citra.pivot.olap.metadata
OlapMeasure is the metadata for a measure in a measure dimension.
OlapMeasureImpl - Class in com.citra.pivot.olap.metadata.impl
OlapMeasureImpl is a modifiable OlapMeasure implementation.
OlapMeasureImpl(String, String, String, String, Class, OlapType, OlapLevelImpl) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
Constructs an OlapMeasureImpl.
OlapMember - Interface in com.citra.pivot.olap.metadata
OlapMembers are the structural blocks of an olap level.
OlapMemberImpl - Class in com.citra.pivot.olap.metadata.impl
OlapMemberImpl is a modifiable OlapMember implementation.
OlapMemberImpl(String, String, String, String, OlapLevelImpl) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
Constructs an OlapMemberImpl.
OlapObject - Interface in com.citra.pivot.olap.metadata
OlapObject is the base class of all olap metadata objects.
OlapPivotTable - Class in com.citra.pivot.olap
OlapPivotTable is a PivotTable subclass that further configures a PivotTable.
OlapPivotTable() - Constructor for class com.citra.pivot.olap.OlapPivotTable
Constructs an OlapPivotTable.
OlapPivotTable(OlapProvider) - Constructor for class com.citra.pivot.olap.OlapPivotTable
Constructs an OlapPivotTable.
OlapPivotTable(PivotDataModel) - Constructor for class com.citra.pivot.olap.OlapPivotTable
Constructs an OlapPivotTable.
OlapPivotTable(PivotTableModel) - Constructor for class com.citra.pivot.olap.OlapPivotTable
Constructs an OlapPivotTable.
OlapPivotUtils - Class in com.citra.pivot.olap
OlapPivotUtils is a collection of static utility methods for retrieving members, hierarchies and dimensions from an OlapPivotTable.
olapProvider - Variable in class com.citra.pivot.olap.OlapDataModel
the assoicated olap provider
OlapProvider - Interface in com.citra.pivot.olap
OlapProvider is responsible for providing the olap data model with the pivoted information.
OlapProviderListener - Interface in com.citra.pivot.olap
OlapProviderListener is the listener that is notified whenever the pivoting edges (row and/or column headers), or filter area of an OlapProvider have changed.
OlapRootMember - Class in com.citra.pivot.olap
OlapRootMember is a special member which is defined as a hierarchy's root.
olapRowAdapter - Variable in class com.citra.pivot.olap.OlapDataModel
the model's row header
OlapRowAdapter - Interface in com.citra.pivot.olap
OlapRowAdapter defines convenience methods for fetching the adapter's OlapTableModel.
OlapSchema - Interface in com.citra.pivot.olap.metadata
OlapSchema is the top container for the olap metadata objects.
OlapSchemaImpl - Class in com.citra.pivot.olap.metadata.impl
OlapSchemaImpl is a modifiable OlapSchema implementation.
OlapSchemaImpl(String, String, String) - Constructor for class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
Constructs an OlapSchemaImpl.
OlapSchemaPanel - Class in com.citra.pivot.olap.gui
OlapSchemaPanel is a panel that shows the contents of a schema.
OlapSchemaPanel() - Constructor for class com.citra.pivot.olap.gui.OlapSchemaPanel
Constructs an OlapSchemaPanel.
OlapSchemaPanel(OlapSchema) - Constructor for class com.citra.pivot.olap.gui.OlapSchemaPanel
Constructs an OlapSchemaPanel.
OlapSelection - Interface in com.citra.pivot.olap.data
OlapSelection is used for selecting objects from a datasource.
OlapSet - Interface in com.citra.pivot.olap.data
OlapSet represents a container for olap tuples.
OlapSort - Class in com.citra.pivot.olap
OlapSort contains information about a sorting operation on a cube.
OlapSort(int, OlapMeasure, OlapTuple, TupleSelection) - Constructor for class com.citra.pivot.olap.OlapSort
Constructs an OlapSort.
OlapTableModel - Interface in com.citra.pivot.olap
OlapTableModel is the model that contains the olap information that is pivoted.
OlapTopBottom - Class in com.citra.pivot.olap
OlapTopBottom contains information about a top/bottom operation on a cube.
OlapTopBottom(int, int, OlapMeasure) - Constructor for class com.citra.pivot.olap.OlapTopBottom
Constructs an OlapTopBottom.
OlapTuple - Interface in com.citra.pivot.olap.data
OlapTuple is a container for olap members.
OlapType - Interface in com.citra.pivot.olap.metadata
OlapType defines the type of a value in a datasource.
OlapType.DefType - Class in com.citra.pivot.olap.metadata
 
OlapUtils - Class in com.citra.pivot.olap
OlapUtils is a collection of utility static methods for searching within schemas and selecting members from a DataSource.
opaqueFalse - Variable in class com.citra.table.WrapperCellRendererPane
flag that is true if JComponent children's opaque property is temporarily set to false before painting
operators - Variable in class com.citra.pivot.olap.set.SingleSetSelection
the selection operator mask
OR_FILTER - Static variable in class com.citra.treetable.DefaultFilterTreeTableModel
the mode which defines an OR combination of a node and level filter
orButton - Variable in class com.citra.filter.auto.AbstractAutoFilterPanel
the 'or' radio button.
orderByClause() - Method in class com.citra.table.db.AbstractDatabaseTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.citra.table.db.DefaultCrosstabTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.citra.table.db.DefaultDatabaseTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.citra.table.db.DistinctDatabaseTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method is called whenever sorting is requested.
orderByClause() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
This method is called whenever sorting is requested.
orderDialogToPopup() - Method in class com.citra.table.TableAssistant
Re-positions the columns in the column dialog according to the order in the column popup.
ORDERED_MODE - Static variable in class com.citra.filter.FilterHeaderModel
Defines the filter mode for showing objects depending on the order the filters were installed.
OrderSetSelection - Class in com.citra.pivot.olap.set
OrderSetSelection is a selection that orders the members of a set.
OrderSetSelection() - Constructor for class com.citra.pivot.olap.set.OrderSetSelection
Constructs an OrderSetSelection.
OrderSetSelection(SetSelection, int, OlapMeasure) - Constructor for class com.citra.pivot.olap.set.OrderSetSelection
Constructs an OrderSetSelection.
OrderSetSelection(SetSelection, int, StringSelection) - Constructor for class com.citra.pivot.olap.set.OrderSetSelection
Constructs an OrderSetSelection.
orderSQL - Variable in class com.citra.table.db.DefaultCrosstabTableModel
a string which is used to hold the order byclause of the sql statement
orderSQL - Variable in class com.citra.table.db.DefaultDatabaseTableModel
a string which is used to hold the order byclause of the sql statement
orderSQL - Variable in class com.citra.table.db.DistinctDatabaseTableModel
a string which is used to hold the order byclause of the sql statement
orderSQL - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
a string which is used to hold the order byclause of the sql statement
OrTableFilter - Class in com.citra.filter
A TableFilter that implements the logical OR operator on individual TableFilters.
OrTableFilter(TableFilter[]) - Constructor for class com.citra.filter.OrTableFilter
Constructs an OrTableFilter with an array of TableFilters.
OrTableFilter(TableFilter, TableFilter) - Constructor for class com.citra.filter.OrTableFilter
Constructs an OrTableFilter with two TableFilters.

P

paint(Graphics) - Method in class com.citra.filter.DefaultFilterRenderer
Paints its children according to their size and location.
paint(Graphics) - Method in class com.citra.table.WrapperCellRendererPane
Paints its children according to their size and location.
paintComponent(Graphics) - Method in class com.citra.table.JTableRowHeader
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintComponent(Graphics) - Method in class com.citra.table.remote.PendingIndicator
Calls the UI delegate's paint method, if the UI delegate is non-null.
paintComponent(Graphics, Component, Container, int, int, int, int, boolean) - Method in class com.citra.table.WrapperCellRendererPane
Paint a cell renderer component c on graphics object g.
paintIcon(Component, Graphics, int, int) - Method in class com.citra.common.gui.ArrowIcon
Draw the icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class com.citra.component.PartialIcon
Draw the icon at the specified location.
paintIcon(Component, Graphics, int, int) - Method in class com.citra.table.BlankIcon
Draw the icon at the specified location.
panel - Variable in class com.citra.table.ColumnChooser
the dialog's panel
PARENT - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that the parent of a member is selected
parent - Variable in class com.citra.table.GroupTableColumn
this group table column's parent.
ParentMemberSelection - Class in com.citra.pivot.olap.member
ParentMemberSelection is a selection that returns the parent of a member.
ParentMemberSelection() - Constructor for class com.citra.pivot.olap.member.ParentMemberSelection
Constructs a ParentMemberSelection.
ParentMemberSelection(MemberSelection) - Constructor for class com.citra.pivot.olap.member.ParentMemberSelection
Constructs a ParentMemberSelection.
ParentMemberSelection(OlapMember) - Constructor for class com.citra.pivot.olap.member.ParentMemberSelection
Constructs a ParentMemberSelection.
PartialIcon - Class in com.citra.component
The default icon for showing a partially selected state of a TristateCheckBox.
PartialIcon(Icon) - Constructor for class com.citra.component.PartialIcon
Creates a PartialIcon.
partialIcon - Variable in class com.citra.component.TristateCheckBox
the icon to show for partial selections
PARTIALLY_CHECKED - Static variable in class com.citra.component.TristateButtonModel
the partial-selected state
PARTIALLY_SELECTED - Static variable in class com.citra.component.CheckBoxTreeSelectionModel
defines a partially selected state
partialSelection - Variable in class com.citra.component.CheckBoxTreeSelectionModel
flag indicating whether partial selection is on/off
PassFilter - Class in com.citra.filter
This filter will allow all supplied values.
PassFilter() - Constructor for class com.citra.filter.PassFilter
Constructs a PassFilter.
path - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
the path to draw
path - Variable in class com.citra.table.io.XMLExportManager
the path
pathSelected(TreePath, boolean) - Method in class com.citra.component.CheckBoxTree
Method called after a path has been selected with the mouse.
pathSelecting(TreePath, boolean) - Method in class com.citra.component.CheckBoxTree
Method called before a path is selected with the mouse.
pattern - Variable in class com.citra.filter.StringFilter
The filter expression.
pendingBackgroundColor - Variable in class com.citra.pivot.olap.remote.RemoteOlapStyle
the background color for cells whose values have not yet been evaluated
pendingBackgroundColor - Variable in class com.citra.table.remote.RemoteStyle
the background color for pending cells.
PendingIndicator - Class in com.citra.table.remote
PendingIndicator is a component that sweeps a circular path, thus creating an indeterminate progress effect.
PendingIndicator() - Constructor for class com.citra.table.remote.PendingIndicator
Constructs a PendingIndicator.
pendingValue - Variable in class com.citra.pivot.olap.remote.RemoteOlapModel
the pending value to use for cells that have not been evaluated yet
pendingValue - Variable in class com.citra.table.remote.DefaultRemoteTableModel
the default object to return when a cell value is pending.
pendingValue - Variable in class com.citra.table.remote.DefaultRemoteTreeTableModel
the default object to return when a cell value is pending.
PendingValue - Interface in com.citra.table.remote
Classes implementing this interface are considered to represent objects that have not yet been evaluated by RemoteTableModel or RemoteTreeTableModel.
performSearch(SearchModelEvent) - Method in class com.citra.table.search.DefaultSearchModel
Forwards the given notification event to all SearchModelListeners that registered themselves as listeners for this search model event.
performSearch(SearchModelEvent) - Method in interface com.citra.table.search.SearchModel
Forwards the given notification event to all SearchModelListeners that registered themselves as listeners for this search model event.
pivotClass - Variable in class com.citra.table.db.DefaultPivotDefinition
the pivot column class
pivotColumn - Variable in class com.citra.table.db.DefaultPivotDefinition
the pivot column
pivotColumnAdapter - Variable in class com.citra.pivot.DefaultPivotDataModel
the pivot column adapter
PivotColumnAdapter - Interface in com.citra.pivot
PivotColumnAdapter is a TreeTableColumnModelAdapter subclass that defines another adapter at each node of its tree-like structure.
PivotColumnHeaderRenderer - Interface in com.citra.pivot
PivotColumnHeaderRenderer is the renderer for the cells of the column header.
pivotColumns - Variable in class com.citra.table.db.DefaultCrosstabTableModel
the pivot columns.
PivotConstants - Interface in com.citra.pivot
PivotConstants defines constants for the type of cells of a PivotTable.
PivotDataModel - Interface in com.citra.pivot
PivotDataModel defines methods for retrieving the data values of a pivoted model.
PivotDataModelListener - Interface in com.citra.pivot
PivotDataModelListener is the listener that is notified whenever the data or the edges (row and/or column headers) have changed.
pivotDefinition - Variable in class com.citra.table.db.DefaultCrosstabTableModel
the pivot definition
PivotDefinition - Interface in com.citra.table.db
An interface that defines the attributes of a pivot column.
pivotEdgesChanged(ChangeEvent) - Method in class com.citra.pivot.olap.OlapDataModel
Notification that the edges (row and/or column header) of an olap provider have changed.
pivotEdgesChanged(ChangeEvent) - Method in interface com.citra.pivot.olap.OlapProviderListener
Notification that the edges (row and/or column header) of an olap provider have changed.
pivotFiltersChanged(ChangeEvent) - Method in class com.citra.pivot.olap.OlapDataModel
Notification that the filter area of an olap provider has changed.
pivotFiltersChanged(ChangeEvent) - Method in interface com.citra.pivot.olap.OlapProviderListener
Notification that the filter area of an olap provider has changed.
PivotResourceManager - Class in com.citra.pivot
PivotResourceManager is used to add internationalization support.
pivotRowAdapter - Variable in class com.citra.pivot.DefaultPivotDataModel
the pivot row adapter
PivotRowAdapter - Interface in com.citra.pivot
PivotRowAdapter is a TreeTableModelAdapter subclass that defines another adapter at each node of its tree-like structure.
pivotRowHeader - Variable in class com.citra.pivot.PivotTable
whether to render the row header in pivot style
PivotRowHeaderRenderer - Interface in com.citra.pivot
PivotRowHeaderRenderer is the renderer for a PivotTable's row header cells.
pivotsPane - Variable in class com.citra.pivot.olap.gui.OlapDesignerPanel
the tabbed pane containing the pivot tables
pivotStatement - Variable in class com.citra.table.db.DefaultCrosstabTableModel
a string representing the table or tables and the criteria (if any) that will be used to fetch the pivot values.
PivotStyle - Class in com.citra.pivot
PivotStyle represents a visual modification that can be applied to a component.
PivotStyle() - Constructor for class com.citra.pivot.PivotStyle
Constructs a PivotStyle.
PivotStyle(Color, Color) - Constructor for class com.citra.pivot.PivotStyle
Constructs a PivotStyle with a given background and foreground color.
PivotStyleModel - Interface in com.citra.pivot
PivotStyleModel visually modifies a component in the row, header or data area of a pivot table.
pivotStyleModel - Variable in class com.citra.pivot.PivotTable
the pivot style model
pivotTable - Variable in class com.citra.pivot.olap.gui.OlapAssistant
the associated pivot table
PivotTable - Class in com.citra.pivot
PivotTable is a JTable subclass able to display data pivoted in two edges, row and column.
PivotTable() - Constructor for class com.citra.pivot.PivotTable
Constructs a PivotTable.
PivotTable(PivotDataModel) - Constructor for class com.citra.pivot.PivotTable
Constructs a PivotTable.
PivotTable(PivotTableModel) - Constructor for class com.citra.pivot.PivotTable
Constructs a PivotTable having model as its model.
PivotTable.PivotDataStyleModel - Class in com.citra.pivot
PivotDataStyleModel is the PivotTable's style model.
PivotTable.PivotDataStyleModel() - Constructor for class com.citra.pivot.PivotTable.PivotDataStyleModel
Creates the default style model for the PivotTable.
PivotTableHeader - Class in com.citra.pivot
PivotTableHeader is PivotTable's accompanying table header.
PivotTableHeader() - Constructor for class com.citra.pivot.PivotTableHeader
Constructs a PivotTableHeader.
PivotTableHeader(PivotColumnAdapter) - Constructor for class com.citra.pivot.PivotTableHeader
Constructs a PivotTableHeader having cm as the header's column model.
PivotTableModel - Interface in com.citra.pivot
PivotTableModel is PivotTable's data model.
PivotUtils - Class in com.citra.pivot
PivotUtils is a collection of utility methods for PivotRowAdapters and PivotColumnAdapters.
pivotValues - Variable in class com.citra.table.db.DefaultCrosstabTableModel
the pivot values.
PivotVersion - Class in com.citra.pivot.version
Class that contains the current pivot library version.
populate(Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.BooleanAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.citra.filter.auto.DateAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.DateAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.citra.filter.auto.GenericAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.GenericAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.citra.filter.auto.NumericAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.NumericAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection) - Method in class com.citra.filter.auto.StringAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populate(Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.StringAutoFilterPanel
Populates the comboboxes visible on each visual filter with the supplied collection values.
populateBox(JComboBox, Collection) - Method in class com.citra.filter.auto.DateAutoFilterPanel
Populates the combo box with possible filter values.
populateBox(JComboBox, Collection) - Method in class com.citra.filter.auto.GenericAutoFilterPanel
Populates the combo box with possible filter values.
populateBox(JComboBox, Collection) - Method in class com.citra.filter.auto.NumericAutoFilterPanel
Populates the combo box with possible filter values.
populateBox(JComboBox, Collection) - Method in class com.citra.filter.auto.StringAutoFilterPanel
Populates the combo box with possible filter values.
populatePopup(int) - Method in class com.citra.filter.PopupFilterHeaderModel
Populates the popup menu with values that will be used as filter expressions.
PopupFilterHeaderModel - Class in com.citra.filter
PopupFilterHeaderModel uses an arrow button in order to provide real-time row filtering.
PopupFilterHeaderModel() - Constructor for class com.citra.filter.PopupFilterHeaderModel
Constructs a PopupFilterHeaderModel.
PopupRenderer - Class in com.citra.renderers
This class represents the ListCellRenderer object that is used to render the popup of a PopupFilterHeaderModel.
PopupRenderer() - Constructor for class com.citra.renderers.PopupRenderer
Constructs a PopupRenderer object.
PopupTreeFilterHeaderModel - Class in com.citra.filter.tree
PopupTreeFilterHeaderModel uses an arrow button in order to provide real-time row filtering.
PopupTreeFilterHeaderModel() - Constructor for class com.citra.filter.tree.PopupTreeFilterHeaderModel
Constructs a PopupTreeFilterHeaderModel.
popupWillShow(int) - Method in class com.citra.filter.PopupFilterHeaderModel
This method is called just before the popup is shown on screen.
popupWillShow(int) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
This method is called just before the popup is shown on screen.
PRECOMPUTE_ALL - Static variable in class com.citra.pivot.table.TableDataSource
a constant indicating that all aggregated values should be precomputed
PRECOMPUTE_LEAVES - Static variable in class com.citra.pivot.table.TableDataSource
a constant indicating that only the leaf member values should be precomputed
PRECOMPUTE_NOTHING - Static variable in class com.citra.pivot.table.TableDataSource
a constant indicating that no aggregations should be precomputed
PRECOMPUTE_TOP - Static variable in class com.citra.pivot.table.TableDataSource
a constant indicating that only the first level member values should be precomputed
preComputeMode - Variable in class com.citra.pivot.table.TableDataSource
mask indicating what to precompute when compiling cube
PREF_RESIZE - Static variable in class com.citra.table.Viewable
defines a mode with cells resizing to their preferred size
prefaceLabel - Variable in class com.citra.table.ColumnChooser
the label describing the column dialog
preferredSize - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
the preferred size of this component
prefSize - Variable in class com.citra.table.group.TreeTableHeader
the preferred size of the tree header
prepare(Component, int, int) - Method in class com.citra.table.span.SpanDrawer
Prepares the component at (row, column) to be used by the span model.
prepare(AggregateRow, int, int) - Method in class com.citra.tree.Aggregator
This method retrieves the aggregate value that was set for the row at rowIndex and columnIndex.
prepareAutoFilter(Class, String, int, Collection, PopupFilterHeaderModel) - Method in class com.citra.filter.auto.JAutoFilter
Creates and adds the corresponding auto filter panel to the container.
prepareEditor(TableCellEditor, int, int) - Method in class com.citra.table.AdvancedJTable
Prepares the editor by querying the data model for the value and selection state of the cell at row, column.
prepareEditorComponent(TableCellEditor, Component, int, int) - Method in class com.citra.table.AdvancedJScrollPane
Prepares and returns a table cell editor component suitable for locked rows/columns.
prepareGroupTableHeader(GroupTableHeader) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Utility method that creates the necessary group table headers according to the definition of this pivot table model.
preparePopup(int) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Makes final preparations before the popup is shown on screen.
preparePopup(int) - Method in class com.citra.filter.PopupFilterHeaderModel
Makes final preparations before the popup is shown on screen.
prepareRenderer(PopupTreeFilterHeaderModel, int) - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
This method is called just before the renderer paints the column with the supplied model index for columns that have a filter installed.
prepareRenderer(TableCellRenderer, int, int) - Method in class com.citra.table.AdvancedJTable
Prepares the renderer by querying the data model for the value and selection state of the cell at row, column.
prepareRenderer(TableCellRenderer, Object, GroupTableColumn, int, int) - Method in class com.citra.table.GroupTableHeader
Prepares the renderer by returning a suitable component.
prepareRenderer(int, boolean, int, boolean, Object, int) - Method in class com.citra.table.SortTableButtonRenderer
Prepares and returns the component used for drawing the column header according to the method's arguments.
prepareRenderer(int, boolean, int, boolean, Object, int) - Method in class com.citra.table.SortTableRenderer
Prepares and returns the component used for drawing the column header according to the method's arguments.
prepareValue(AggregateRow, int) - Method in class com.citra.treetable.AbstractAggregator
This method retrieves the aggregate value that was set for the row at rowIndex and columnIndex.
prepareValue(AggregateRow, int) - Method in interface com.citra.treetable.Aggregator
This method retrieves the aggregate value that was set for the row at rowIndex and columnIndex.
prepareValues(AggregateRow, int, int) - Method in class com.citra.treetable.db.AbstractDatabaseAggregator
This method retrieves the aggregate values for the children of parent in the range from - to, and assigns them on the treeModel.
prepareValues(AggregateRow, int, int) - Method in interface com.citra.treetable.db.DatabaseAggregator
This method retrieves the aggregate values for the children of parent in the range from - to, and assigns them on the treeModel.
prevButton - Variable in class com.citra.table.search.AbstractSearchPanel
the previous button
previous() - Method in class com.citra.table.search.AbstractSearchPanel
Searches in the backward direction.
previous() - Method in class com.citra.table.search.SearchPanel
Searches in the backward direction.
previous() - Method in class com.citra.table.search.SearchTablePanel
Searches in the backward direction.
previousAmount - Variable in class com.citra.table.locked.LockedTableModelEvent
The previous number of locked rows/columns at the specified direction.
previousOffset - Variable in class com.citra.pivot.table.aggregator.MovingTotalAggregator
the offset to lag the current member
processEvent(AWTEvent) - Method in class com.citra.table.AdvancedJScrollPane.LockedTextField
Processes events on this container.
processKeyEvent(KeyEvent) - Method in class com.citra.treetable.TreeTable
Overrides processKeyEvent to process events.
processMouseEvent(MouseEvent) - Method in class com.citra.component.CheckBoxTree
Processes mouse events occurring on this component by dispatching them to any registered MouseListener objects.
processMouseEvent(MouseEvent) - Method in class com.citra.table.AdvancedJTable
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
processMouseEvent(MouseEvent) - Method in class com.citra.table.AdvancedTableHeader
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
processMouseMotionEvent(MouseEvent) - Method in class com.citra.table.AdvancedJTable
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
processMouseMotionEvent(MouseEvent) - Method in class com.citra.table.AdvancedTableHeader
This method is overriden so that the mouse event is appropriately converted due to the presence of fixed/locked columns/rows.
progressBar - Variable in class com.citra.renderers.ProgressBarRenderer
The progressBar instance
ProgressBarRenderer - Class in com.citra.renderers
ProgressBarRenderer is a TableCellRenderer which uses a JProgressBar instance to render a table's or tree table's cells.
ProgressBarRenderer() - Constructor for class com.citra.renderers.ProgressBarRenderer
Constructs a ProgressBarRenderer with a default JProgressBar object.
ProgressBarRenderer(JProgressBar) - Constructor for class com.citra.renderers.ProgressBarRenderer
Constructs a ProgressBarRenderer, having progressBar as the JProgressBar object.
PROGRESSIVE_MODE - Static variable in class com.citra.filter.FilterHeaderModel
Defines the filter mode for showing objects depending on all the filters currently installed.
PROGRESSIVE_MODE - Static variable in class com.citra.filter.tree.TreeFilterHeaderModel
Defines the filter mode for showing objects depending on all the filters currently installed.
propertyChange(PropertyChangeEvent) - Method in class com.citra.table.AdvancedJScrollPane.LockedTextField
This method gets called when a bound property is changed.
propertyChange(PropertyChangeEvent) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
This method gets called when a bound property is changed.
provider - Variable in class com.citra.pivot.olap.gui.HeaderDndSupport
the assigned olap provider
provider - Variable in class com.citra.pivot.olap.gui.OlapAssistant
the associated olap provider
provider - Variable in class com.citra.pivot.olap.gui.OlapCubePanel
the assigned olap provider
provider - Variable in class com.citra.pivot.olap.gui.OlapFilterPanel
the assigned olap provider
PUSH_INVISIBLE_TO_END - Static variable in class com.citra.table.TableAssistant
a modifier used by the column popup, in which non-visible columns are pushed towards the end of the popup
put(int, Object) - Method in class com.citra.table.cache.AbstractTableCache
Inserts a row in the cache.
put(Object, Object) - Method in class com.citra.table.cache.AbstractTableCache
Inserts a value in the cache store.
put(Object, Object) - Method in class com.citra.table.cache.AbstractTreeTableCache
Inserts a value in the cache store.
put(Object, Object) - Method in interface com.citra.table.cache.Cache
Inserts a value in the cache store.
put(int, Object) - Method in interface com.citra.table.cache.TableCache
Inserts a row in the cache.
put(Object, Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Inserts a value in the cache store.
put(Object, Object) - Method in class com.citra.treetable.db.AbstractGroupCache
Inserts a value in the cache store.

Q

QuarterContext - Class in com.citra.pivot.table.context
QuarterContext extracts quarters from Date values.
QuarterContext(int) - Constructor for class com.citra.pivot.table.context.QuarterContext
Constructs a QuarterContext.
QuarterContext(int, boolean) - Constructor for class com.citra.pivot.table.context.QuarterContext
Constructs a QuarterContext.
query - Variable in class com.citra.pivot.olap.tab.DrillThroughSelection
the query that resolves to a single cell to drillthrough
QuerySelection - Interface in com.citra.pivot.olap.query
QuerySelection defines a method for retrieving an OlapCellSet from a DataSource connection.

R

rangedModel - Variable in class com.citra.table.db.AbstractDatabaseTableModel
true if the model is going to fetch data in ranges
RANK_LEVEL - Static variable in class com.citra.pivot.table.aggregator.RankAggregator
constant defining that the ranking should involve all level members of the dimension
RANK_PARENT - Static variable in class com.citra.pivot.table.aggregator.RankAggregator
constant defining that the ranking should involve all sibling members of the dimension
RANK_TOTAL - Static variable in class com.citra.pivot.table.aggregator.RankAggregator
constant defining that the ranking should involve all members of the dimension
RankAggregator - Class in com.citra.pivot.table.aggregator
RankAggregator is used to create ranking for a given measure in the context of a dimension.
RankAggregator(TableDimension) - Constructor for class com.citra.pivot.table.aggregator.RankAggregator
Constructs a RankAggregator.
RankAggregator(TableDimension, boolean) - Constructor for class com.citra.pivot.table.aggregator.RankAggregator
Constructs a RankAggregator.
RankAggregator(TableDimension, boolean, int) - Constructor for class com.citra.pivot.table.aggregator.RankAggregator
Constructs a RankAggregator.
RankAggregator(TableDimension, boolean, int, OlapType) - Constructor for class com.citra.pivot.table.aggregator.RankAggregator
Constructs a RankAggregator.
rankMode - Variable in class com.citra.pivot.table.aggregator.RankAggregator
the ranking mode
readRowCount() - Method in interface com.citra.table.db.DatabaseTableModel
Reads and returns the row count from the underlying data source.
readRowCount() - Method in class com.citra.table.db.DefaultCrosstabTableModel
Reads and returns the row count from the underlying data source.
readRowCount() - Method in class com.citra.table.db.DefaultDatabaseTableModel
Reads and returns the row count from the underlying data source.
readRowCount() - Method in class com.citra.table.db.DistinctDatabaseTableModel
Reads and returns the row count from the underlying data source.
readRowCount(int) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Reads and returns the row count from the underlying data source for the distinct column supplied.
readRowCountStatement() - Method in class com.citra.table.db.DefaultCrosstabTableModel
Retrieves the sql statement for the readRowCount method.
readRowCountStatement() - Method in class com.citra.table.db.DefaultDatabaseTableModel
Retrieves the sql statement for the readRowCount method.
readRowCountStatement(int) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Retrieves the sql statement for the readRowCount method.
readRowCountStatement() - Method in class com.citra.table.db.MSAccessPivotTableModel
Retrieves the sql statement for the readRowCount method.
recalcWidthCache() - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Recalculates the total combined width of all columns.
refresh() - Method in class com.citra.tree.TreeTableModel
Forces a re-creation of the entire tree.
refresh() - Method in class com.citra.treetable.DynamicTreeTableModel
Forces a re-creation of the entire tree.
refreshColumns() - Method in class com.citra.table.TableAssistant
Recreates the column selection popup and dialog with values from the column model.
refreshComparators() - Method in class com.citra.treetable.ComparableTreeTableModel
Indicates that the underlying comparators have changed and the model should re-create the whole tree structure.
refreshPopup() - Method in class com.citra.table.TableAssistant
Reinitializes the popup with values from the column model.
register(JTable) - Method in class com.citra.table.NonContiguousSelectionModel
Registers a table to be used with this model.
register(TableModel) - Method in class com.citra.table.search.AbstractSearchPanel
Registers a table model so that changes to the model will initiate a search highlight action to be performed.
register(TableColumnModel) - Method in class com.citra.table.TableAssistant
The component registers itself to the listener list of columnModel.
registerListeners() - Method in class com.citra.table.search.AbstractSearchPanel
Registers listeners for the close, highlight, next and previous buttons.
registerListeners() - Method in class com.citra.table.search.SearchPanel
Registers listeners for the close, highlight, next and previous buttons.
reIndex() - Method in class com.citra.table.FilterTableModel
Reindexes the filter indexes.
reIndex() - Method in class com.citra.table.SortTableModel
Reindexes the sorting indexes.
releaseFromHeader(JTableHeader) - Method in class com.citra.table.ViewableResizer
Releases this viewable resizer from the header.
REMOTE_OPTION - Static variable in class com.citra.treetable.dir.DirectoryTreeTable
int mask that defines asynchronous directory and file fetching
remoteActionPerformed(RemoteOlapEvent) - Method in interface com.citra.pivot.olap.remote.RemoteOlapListener
Notifies listeners that the RemoteOlapModel has started or stopped an asynchronous query to the underlying olap data model.
remoteActionPerformed(RemoteOlapEvent) - Method in class com.citra.pivot.olap.remote.RemoteOlapPanel
Notifies listeners that the RemoteOlapModel has started or stopped an asynchronous query to the underlying olap data model.
remoteActionPerformed(RemoteTableEvent) - Method in interface com.citra.table.remote.RemoteTableListener
Notifies listeners that the RemoteTableModel has started or stopped an asynchronous query.
remoteActionPerformed(RemoteTableEvent) - Method in class com.citra.table.remote.StatusPanel
Notifies listeners that the RemoteTableModel has started or stopped an asynchronous query.
RemoteOlapEvent - Class in com.citra.pivot.olap.remote
An event used to identify the status of RemoteOlapModel.
RemoteOlapEvent(Object, TreePath[], TreePath[], int) - Constructor for class com.citra.pivot.olap.remote.RemoteOlapEvent
Constructs a RemoteOlapEvent.
RemoteOlapListener - Interface in com.citra.pivot.olap.remote
RemoteOlapListener is a listener that is notified each time RemoteOlapModel starts or stops querying the underlying olap data model.
RemoteOlapModel - Class in com.citra.pivot.olap.remote
RemoteOlapModel is a PivotDataModel that asynchronously retrieves the data values from an OlapDataModel.
RemoteOlapModel(OlapDataModel) - Constructor for class com.citra.pivot.olap.remote.RemoteOlapModel
Constructs a RemoteOlapModel.
RemoteOlapPanel - Class in com.citra.pivot.olap.remote
RemoteOlapPanel is a JPanel that shows the current status of a RemoteOlapModel.
RemoteOlapPanel() - Constructor for class com.citra.pivot.olap.remote.RemoteOlapPanel
Constructs a RemoteOlapPanel.
RemoteOlapStyle - Class in com.citra.pivot.olap.remote
RemoteOlapStyle paints pending cells with a background color.
RemoteOlapStyle() - Constructor for class com.citra.pivot.olap.remote.RemoteOlapStyle
Constructs a RemoteOlapStyle with a yellow background color.
RemoteOlapStyle(Color) - Constructor for class com.citra.pivot.olap.remote.RemoteOlapStyle
Constructs a RemoteOlapStyle.
RemotePendingIndicator - Class in com.citra.pivot.olap.remote
RemotePendingIndicator is a component that sweeps a circular path, thus creating an indeterminate progress effect.
RemotePendingIndicator() - Constructor for class com.citra.pivot.olap.remote.RemotePendingIndicator
Constructs a RemotePendingIndicator.
RemotePendingValue - Interface in com.citra.pivot.olap.remote
Classes implementing this interface are considered to represent cell values that have not yet been evaluated by RemoteOlapModel.
RemoteStyle - Class in com.citra.table.remote
RemoteStyle paints pending cells with a background color.
RemoteStyle() - Constructor for class com.citra.table.remote.RemoteStyle
Constructs a RemoteStyle with a yellow background color.
RemoteStyle(Color) - Constructor for class com.citra.table.remote.RemoteStyle
Constructs a RemoteStyle.
RemoteTableEvent - Class in com.citra.table.remote
An event used to identify the status of a RemoteTableModel.
RemoteTableEvent(Object, int) - Constructor for class com.citra.table.remote.RemoteTableEvent
Constructs a RemoteTableEvent.
RemoteTableListener - Interface in com.citra.table.remote
RemoteTableListener is a listener that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
RemoteTableModel - Interface in com.citra.table.remote
RemoteTableModel asynchronously retrieves data from a TableModel.
RemoteTreeTableModel - Interface in com.citra.table.remote
RemoteTreeTableModel asynchronously retrieves data from a TreeTableModel.
remove(int) - Method in class com.citra.table.cache.AbstractTableCache
Removes a row from the cache.
remove(Object) - Method in class com.citra.table.cache.AbstractTableCache
Removes a value from the cache store.
remove(Object) - Method in class com.citra.table.cache.AbstractTreeTableCache
Removes a value from the cache store.
remove(Object) - Method in interface com.citra.table.cache.Cache
Removes a value from the cache store.
remove(int) - Method in interface com.citra.table.cache.TableCache
Removes a row from the cache.
remove(int) - Method in class com.citra.tree.HeaderRow
Removes the child at the specified index from this node's children and sets that node's parent to null.
remove(Object) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Removes a value from the cache store.
remove(Object) - Method in class com.citra.treetable.db.AbstractGroupCache
Removes a value from the cache store.
remove(int) - Method in class com.citra.treetable.HeaderRow
Removes the child at the specified index from this node's children and sets that node's parent to null.
REMOVE_SORT - Static variable in class com.citra.table.SortTableModel
Defines the mode for removing sorting columns.
removeAll() - Method in class com.citra.table.cache.AbstractTableCache
Clears the cache.
removeAll() - Method in class com.citra.table.cache.AbstractTreeTableCache
Clears the cache.
removeAll() - Method in interface com.citra.table.cache.Cache
Clears the cache.
removeAll() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Clears the cache.
removeAll() - Method in class com.citra.treetable.db.AbstractGroupCache
Clears the cache.
removeAllCellSpans() - Method in class com.citra.table.span.DefaultSpanModel
Removes all cell spans from the model.
removeAllChildren() - Method in class com.citra.treetable.db.DatabaseHeaderRow
Removes all of this node's children, setting their parents to null.
removeCellEditorListener(CellEditorListener) - Method in class com.citra.editors.DateEditor
Removes a CellEditorListener from the listener list.
removeCellSpan(int, int) - Method in class com.citra.table.span.DefaultSpanModel
Removes the cell span at (row, column).
removeCellSpan(CellSpan) - Method in class com.citra.table.span.DefaultSpanModel
Removes a cell span.
removeColumn(TableColumn) - Method in class com.citra.table.DefaultVetoableColumnModel
Deletes the column from the tableColumns array.
removeColumn(TableColumn) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Deletes the TableColumn column from the tableColumns array.
removeColumn(int) - Method in class com.citra.table.GroupTableColumn
Removes the column specified by columnIndex from the children vector.
removeColumn(TableColumn) - Method in class com.citra.table.GroupTableColumn
Removes aColumn from the children vector.
removeColumnFrom(Object) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Removes a node from the model.
removeColumnFrom(Object) - Method in interface com.citra.table.group.TreeTableColumnModel
Removes a node from the model.
removeColumnFrom(Object) - Method in class com.citra.table.group.TreeTableColumnModelMap
Removes a node from the model.
removeColumnFrom(Object) - Method in class com.citra.table.group.TreeTableColumnModelMask
Removes a node from the model.
removeColumnFromParent(TableColumn) - Method in class com.citra.table.DefaultGroupTableColumnModel
Removes a column from the model.
removeColumnFromParent(TableColumn) - Method in interface com.citra.table.GroupTableColumnModel
Removes a column from the model.
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in interface com.citra.pivot.PivotColumnAdapter
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.table.group.DefaultTreeTableColumnModel
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in interface com.citra.table.group.TreeTableColumnModel
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.table.group.TreeTableColumnModelMap
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnInvalidatorListener(ColumnInvalidatorListener) - Method in class com.citra.table.group.TreeTableColumnModelMask
Removes a listener that is notified when the columns of the model were changed (via additions or removals).
removeColumnModelListener(TableColumnModelListener) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Removes a listener for table column model events.
removeCube(TableCube) - Method in class com.citra.pivot.table.TableSchema
Removes a cube from the schema.
removeDataModelListener(PivotDataModelListener) - Method in class com.citra.pivot.AbstractPivotDataModel
Removes a listener that is notified when the data of the model has changed.
removeDataModelListener(PivotDataModelListener) - Method in interface com.citra.pivot.PivotDataModel
Removes a listener that is notified when the data of the model has changed.
removeDimension(TableDimension) - Method in class com.citra.pivot.table.TableCube
Removes a dimension from the cube.
removeDimension(TableDimension) - Method in class com.citra.pivot.table.TableSchema
Removes a dimension from the schema.
removeEditor() - Method in class com.citra.table.AdvancedJTable
Discards the editor object and frees the real estate it used for cell rendering.
removeFilter(int) - Method in class com.citra.filter.FilterHeaderModel
Removes the filter value from the supplied column.
removeFilter(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Removes all installed filters from a column.
removeFilterControlFromColumn(TableColumn) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Removes a filter control previously installed on a column.
removeFilterControlFromColumns() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Removes the filter controls from all columns.
removeFilterFromColumn(TableColumn) - Method in class com.citra.filter.FilterHeaderModel
Removes a filter previously installed on a column.
removeFilterFromModel(int) - Method in class com.citra.filter.FilterHeaderModel
Removes the filter value from the supplied column.
removeFilterInColumns() - Method in class com.citra.filter.FilterHeaderModel
Removes the filters from all the columns.
removeFilterModelListener(FilterModelListener) - Method in class com.citra.filter.FilterModel
Removes a FilterModelListener from the list of listeners that is notified each time a filter event is generated.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in interface com.citra.filter.tree.ColumnFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in class com.citra.filter.tree.LevelFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilters(FilterTreeTableModel, int[], boolean) - Method in class com.citra.filter.tree.NodeFilterMapper
Removes the stored filters for the supplied modelIndexes columns.
removeFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Removes a FilterTreeTableModelListener that is notified each time filters are added or removed.
removeFilterTreeTableModelListener(FilterTreeTableModelListener) - Method in interface com.citra.treetable.FilterTreeTableModel
Removes a FilterTreeTableModelListener that is notified each time filters are added or removed.
removeFromTable() - Method in class com.citra.filter.FilterHeaderModel
Removes this FilterHeaderModel instance from the table to which it was previously assigned.
removeFromTable() - Method in class com.citra.filter.PopupFilterHeaderModel
Removes this FilterHeaderModel instance from the table to which it was previously assigned.
removeFromTable() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Removes this TreeFilterHeaderModel instance from the table to which it was previously installed.
removeFromTable() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Removes this TreeFilterHeaderModel instance from the table to which it was previously installed.
removeGroupColumn(GroupTableColumn) - Method in class com.citra.table.GroupTableHeader
Removes a group column from the model.
removeGroupColumnModelListener(GroupTableColumnModelListener) - Method in class com.citra.table.DefaultGroupTableColumnModel
Removes a GroupTableColumnModelListener from the list that is notified each time a group column is added or removed from the model.
removeGroupColumnModelListener(GroupTableColumnModelListener) - Method in interface com.citra.table.GroupTableColumnModel
Removes a GroupTableColumnModelListener from the list that is notified each time a group column is added or removed from the model.
removeHierarchy(TableHierarchy) - Method in class com.citra.pivot.table.TableDimension
Removes a hierarchy from the dimension.
removeIndex(int) - Method in class com.citra.filter.ListTableFilter
Removes a row index from the list of accepted indexes.
removeLevel(TableLevel) - Method in class com.citra.pivot.table.TableHierarchy
Removes a level from the hierarchy.
removeLockedTableModelListener(LockedTableModelListener) - Method in class com.citra.table.locked.DefaultLockedTableModel
Removes a LockedTableModelListener from the list that is notified each time a locked row/column is added/removed from the table.
removeLockedTableModelListener(LockedTableModelListener) - Method in interface com.citra.table.locked.LockedTableModel
Removes a LockedTableModelListener from the list that is notified each time a locked row/column is added/removed from the table.
removeNodeFromParent(MutableTreeNode) - Method in class com.citra.treetable.MutableTreeTableModel
Removes a node from its parent.
removeNotify() - Method in class com.citra.table.AdvancedJScrollPane.LockedTextField
Notifies this component that it no longer has a parent component.
removeOlapProviderListener(OlapProviderListener) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Removes a listener that is notified when the row, column header or filter area of an olap provider have changed.
removeOlapProviderListener(OlapProviderListener) - Method in interface com.citra.pivot.olap.OlapProvider
Removes a listener that is notified when the row, column header or filter area of an olap provider have changed.
removeOnInvisible - Variable in class com.citra.filter.FilterHeaderModel
flag to indicate that the filter should be removed once the column is no longer shown in the table.
removeOnInvisible - Variable in class com.citra.filter.tree.TreeFilterHeaderModel
flag to indicate that the filter should be removed once the column is no longer shown in the table.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel changes.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.citra.table.group.TreeTableColumnModelAdapter
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.citra.treetable.TreeTableModelAdapter
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel or the JTree changes.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.citra.treetable.TreeTableModelAdapterIF
Removes a PropertyChangeListener from the listener list that is notified when the TreeTableColumnModel or the JTree changes.
removeRemoteListener(RemoteOlapListener) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Removes a listener that is notified when the remote model starts or stops retrieving data from the underlying olap data model.
removeRemoteTableListener(RemoteTableListener) - Method in class com.citra.table.remote.DefaultRemoteTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
removeRemoteTableListener(RemoteTableListener) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying treetable model.
removeRemoteTableListener(RemoteTableListener) - Method in interface com.citra.table.remote.RemoteTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying table model.
removeRemoteTableListener(RemoteTableListener) - Method in interface com.citra.table.remote.RemoteTreeTableModel
Removes a RemoteTableListener from the list that is notified each time the RemoteTableModel will start or stop querying the underlying treetable model.
removeRenderer(TableColumn) - Method in class com.citra.filter.FilterHeaderModel
Deprecated. this method is no longer used. A renderer is now installed on every column, whose appearance can be modified with the renderer wrapper created with the createFilterWrapper method.
removeRenderer(TableColumn) - Method in class com.citra.filter.PopupFilterHeaderModel
Remove the renderer for aColumn.
removeRenderer(TableColumn) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Remove the renderer for aColumn.
removeRenderer(TableColumn) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Deprecated. this method is no longer used. A renderer is now installed on every column, whose appearance can be modified with the renderer wrapper created with the createFilterWrapper method.
removeReorderListener(ReorderListener) - Method in class com.citra.table.ListTableMap
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.citra.table.ObjectTableModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in interface com.citra.table.ReorderModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.citra.table.TableMap
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.citra.treetable.DynamicTreeTableModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.citra.treetable.MutableTreeTableModel
Removes a listener from the list that is notified each time a reorder event is generated.
removeReorderListener(ReorderListener) - Method in class com.citra.treetable.TreeTableModelMap
Removes a listener from the list that is notified each time a reorder event is generated.
removeRow(int) - Method in class com.citra.table.FilterTableModel
Removes a row from the data model
removeRow(int) - Method in class com.citra.table.ListTableMap
Removes a row from the data model
removeRow(int) - Method in interface com.citra.table.ListTableModel
Removes a row from the data model
removeRow(int) - Method in class com.citra.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
removeRow(int) - Method in class com.citra.table.ObjectTableModel
Removes a row from the data model
removeRow(int) - Method in class com.citra.table.SortTableModel
Removes a row from the data model
removeRow(int) - Method in class com.citra.table.ThreadedListTableModel
Removes a row from the data model
removeRow(int) - Method in class com.citra.tree.TreeTableModel
Removes a row from the data model
removeRow(TreeTableRow) - Method in class com.citra.treetable.DynamicTreeTableModel
Removes row from the model.
removeRowComparator(int) - Method in class com.citra.tree.TreeTableModel
Removes the row comparator that is located at index.
removeRowComparator(TreeTableComparator) - Method in class com.citra.tree.TreeTableModel
Removes a comparator from the list of comparators of this TreeTableModel.
removeRowComparator(int) - Method in class com.citra.treetable.ComparableTreeTableModel
Removes the row comparator that is located at index.
removeRowComparator(TreeTableComparator) - Method in class com.citra.treetable.ComparableTreeTableModel
Removes a comparator from the list of comparators of this TreeTableModel.
removeRowComparator(int) - Method in class com.citra.treetable.DynamicTreeTableModel
Removes the row comparator that is located at index.
removeRowComparator(TreeTableComparator) - Method in class com.citra.treetable.DynamicTreeTableModel
Removes a comparator from the list of comparators of this TreeTableModel.
removeRows(int[]) - Method in class com.citra.table.DefaultListTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.citra.table.FilterTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.citra.table.ListTableMap
Removes a few rows from the data model
removeRows(int[]) - Method in interface com.citra.table.ListTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.citra.table.ListTableModelWrapper
This method throws an UnsupportedOperationException.
removeRows(int[]) - Method in class com.citra.table.ObjectTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.citra.table.SortTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.citra.table.ThreadedListTableModel
Removes a few rows from the data model
removeRows(int[]) - Method in class com.citra.tree.TreeTableModel
Removes a few rows from the data model
removeRows(TreeTableRow[]) - Method in class com.citra.treetable.DynamicTreeTableModel
Removes a list of rows identified by rows from the model.
removeSearchModelListener(SearchModelListener) - Method in class com.citra.table.search.DefaultSearchModel
Removes a SearchModelListener from the list of listeners that is notified each time a search model event is generated.
removeSearchModelListener(SearchModelListener) - Method in interface com.citra.table.search.SearchModel
Removes a SearchModelListener from the list of listeners that is notified each time a search model event is generated.
removeSelection(Object) - Method in class com.citra.component.CheckComboBox
Removes a given object from the checkbox selection.
removeSelectionPath(TreePath) - Method in class com.citra.component.CheckBoxTreeSelectionModel
Removes path from the selection.
removeSlicingMember(OlapHierarchy) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Removes a member that was previously assigned as the slice member for the dimension.
removeSpanModelListener(SpanModelListener) - Method in class com.citra.table.span.AbstractSpanModel
Removes a SpanModelListener that is notified each time a cell merge or split occurs.
removeSpanModelListener(SpanModelListener) - Method in interface com.citra.table.span.SpanModel
Removes a SpanModelListener that is notified each time a cell merge or split occurs.
removeStyle(Style) - Method in class com.citra.table.styles.DefaultStyleModel
Removes a style from the style model.
removeStyle(Style) - Method in interface com.citra.table.styles.StyleModel
Removes a style from the style model.
removeSupportedLocale(Locale) - Method in class com.citra.pivot.table.TableCube
Removes a locale from the cube.
removeTreeModelListener(TreeModelListener) - Method in class com.citra.treetable.AbstractTreeTableModel
Removes a listener previously added with addTreeModelListener.
removeValueFromCache(MemberList) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Removes a given cell value from the cache.
removeVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.citra.table.DefaultVetoableColumnModel
Removes a listener that is notified when a table column is about to be added, moved or removed.
removeVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Removes a listener that is notified when a table column is about to be added, moved or removed.
removeVetoableColumnModelListener(VetoableTableColumnModelListener) - Method in interface com.citra.table.VetoableTableColumnModel
Removes a listener that is notified when a table column is about to be added, moved or removed.
removeWrapperFactory(TableCellRendererWrapperFactory) - Method in class com.citra.table.AdvancedTableHeader
Removes a renderer wrapper factory from the list of factories that render a table column.
ReorderEvent - Class in com.citra.event
An event used to identify how the rows of a table have been reordered.
ReorderEvent(Object, int[]) - Constructor for class com.citra.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean) - Constructor for class com.citra.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean, boolean) - Constructor for class com.citra.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean, boolean, boolean) - Constructor for class com.citra.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderEvent(Object, int[], boolean, boolean, boolean, boolean) - Constructor for class com.citra.event.ReorderEvent
Constructs a ReorderEvent object.
ReorderListener - Interface in com.citra.event
The listener that is notified when the rows of a JTable have been reordered as a result of sorting or filtering.
ReorderModel - Interface in com.citra.table
The ReorderModel interface defines methods that will be used by TableModels in order to indicate how the rows of the table have been reordered after some manipulation occurs.
repaint(int, int, int, int) - Method in class com.citra.table.AdvancedJScrollPane.LockedTextField
Repaints the specified rectangle of this component.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.citra.treetable.AggregateTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.citra.treetable.ComparableTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.citra.treetable.DefaultMutableTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
replicateLeafNode(DefaultMutableTreeNode) - Method in class com.citra.treetable.ObjectTreeTableModel
Creates and returns a new instance of the leaf node identified by child.
reselectTableRows() - Method in class com.citra.table.TableReorder
Uses the values stored when the rowsReordered method was called in order to update the table selection.
reselectTableRows(int[], int[]) - Method in class com.citra.table.TableReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.citra.treetable.db.DatabaseTreeTableReorder
Updates the table selection.
reselectTableRows() - Method in class com.citra.treetable.DefaultTreeTableReorder
Uses the values stored when the rowsReordered method was called in order to update the table selection.
reselectTableRows(int[], int[]) - Method in class com.citra.treetable.DefaultTreeTableReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.citra.treetable.DynamicTreeMapReorder
Updates the table selection.
reselectTableRows(int[], int[]) - Method in class com.citra.treetable.TreeTableReorder
Updates the table selection.
reset() - Method in interface com.citra.pivot.olap.data.OlapCursor
Resets the cursor by moving the position to the beginning.
resetButton - Variable in class com.citra.table.ColumnChooser
the button for resetting changes in the column dialog
resetOnKeyInput - Variable in class com.citra.table.search.SearchPanel
flag that controls whether to reset the search when the text in the search box changes
resizeAllColumns - Variable in class com.citra.table.TableCellResizer
flag indicating whether all columns will be resized to the resizing column
resizeAllRows - Variable in class com.citra.table.TableCellResizer
flag indicating whether all rows will be resized to the resizing row
resizeColumn(int) - Method in class com.citra.table.TableAssistant
Resizes the given column according to the current resize mode.
resizeColumn(int, int) - Method in class com.citra.table.TableAssistant
Resizes the given column according to the resize mode passed as argument to the method.
resizeColumns() - Method in class com.citra.table.TableAssistant
Resizes all columns according to the current resize mode.
resizeColumns(int) - Method in class com.citra.table.TableAssistant
Resizes all columns according to the resize mode passed as argument to the method.
resizeColumnsToContents() - Method in class com.citra.table.TableAssistant
Resizes all columns to their contents.
resizeColumnsToContents() - Method in class com.citra.table.TableCellResizer
Resizes all columns to their contents.
resizeColumnsToHeader() - Method in class com.citra.table.TableAssistant
Resizes all columns to the content of their header.
resizeColumnToContents(int) - Method in class com.citra.table.TableAssistant
Resizes the given column to its contents.
resizeColumnToContents(int) - Method in class com.citra.table.TableCellResizer
Resizes a column to its contents.
resizeColumnToHeader(int) - Method in class com.citra.table.TableAssistant
Resizes the given column to the content of its header.
resizeMode - Variable in class com.citra.table.TableAssistant
the resize mode
resizeMode - Variable in class com.citra.table.TableCellResizer
the resize mode
resizeRowsToContents() - Method in class com.citra.table.TableCellResizer
Resizes all rows to their contents.
resizeRowToContents(int) - Method in class com.citra.table.TableCellResizer
Resizes a row to its contents.
resolve - Variable in class com.citra.pivot.olap.set.CreateSetSelection
whether to immediately resolve the set and return the result
resolveAxis(Connection) - Method in class com.citra.pivot.olap.axis.AbstractAxisSelection
Retrieves the selection result as an AxisOlapSet.
resolveAxis(Connection) - Method in interface com.citra.pivot.olap.axis.AxisSelection
Retrieves the selection result as an AxisOlapSet.
resolveCellSet(Connection) - Method in class com.citra.pivot.olap.query.AbstractQuerySelection
Retrieves the selection result as an OlapCellSet.
resolveCellSet(Connection) - Method in interface com.citra.pivot.olap.query.QuerySelection
Retrieves the selection result as an OlapCellSet.
resolveLogical(Connection) - Method in class com.citra.pivot.olap.logical.AbstractLogicalSelection
Retrieves the selection result as a boolean.
resolveLogical(Connection) - Method in interface com.citra.pivot.olap.logical.LogicalSelection
Retrieves the selection result as a boolean.
resolveMember(Connection) - Method in class com.citra.pivot.olap.member.AbstractMemberSelection
Retrieves the selection result as an OlapMember.
resolveMember(Connection) - Method in interface com.citra.pivot.olap.member.MemberSelection
Retrieves the selection result as an OlapMember.
resolver - Variable in class com.citra.pivot.olap.mdx.MDXDataSource
 
resolveSelection(Connection) - Method in class com.citra.pivot.olap.axis.AbstractAxisSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in interface com.citra.pivot.olap.data.OlapSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.logical.AbstractLogicalSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.member.AbstractMemberSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.query.AbstractQuerySelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.set.AbstractSetSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.string.AbstractStringSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.tab.AbstractTabularSelection
Retrieves the result of the selection.
resolveSelection(Connection) - Method in class com.citra.pivot.olap.tuple.AbstractTupleSelection
Retrieves the result of the selection.
resolveSet(Connection) - Method in class com.citra.pivot.olap.set.AbstractSetSelection
Retrieves the selection result as an OlapSet.
resolveSet(Connection) - Method in interface com.citra.pivot.olap.set.SetSelection
Retrieves the selection result as an OlapSet.
resolveString(Connection) - Method in class com.citra.pivot.olap.string.AbstractStringSelection
Retrieves the selection result as a String.
resolveString(Connection) - Method in interface com.citra.pivot.olap.string.StringSelection
Retrieves the selection result as a String.
resolveTabular(Connection) - Method in class com.citra.pivot.olap.tab.AbstractTabularSelection
Retrieves the selection result as a tabular set.
resolveTabular(Connection) - Method in interface com.citra.pivot.olap.tab.TabularSelection
Retrieves the selection result as a tabular set.
resolveTuple(Connection) - Method in class com.citra.pivot.olap.tuple.AbstractTupleSelection
Retrieves the selection result as an OlapTuple.
resolveTuple(Connection) - Method in interface com.citra.pivot.olap.tuple.TupleSelection
Retrieves the selection result as an OlapTuple.
RESOURCE_NAME - Static variable in class com.citra.common.gui.TableResourceManager
The default resource name for Citra Table
RESOURCE_NAME - Static variable in class com.citra.pivot.PivotResourceManager
The default resource name for the Pivot Library
restoreExpandedNodes - Variable in class com.citra.event.ReorderEvent
flag indicating that previously stored nodes should be expanded
restoreRowHeights() - Method in class com.citra.table.TableReorder
Assigns the previously stored row heights.
retrieveFilter(Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Determines the table filter to use for the node identified by node.
retrieveFilter(Object) - Method in interface com.citra.treetable.FilterTreeTableModel
Determines the table filter to use for the node identified by node.
retrieveFromDB(ResultSet, int) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's index, and returns the result.
retrieveFromDB(ResultSet, int, Class) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's class, and returns the result.
retrieveFromDB(ResultSet, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's index, and returns the result.
retrieveFromDB(ResultSet, int, Class) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Performs the binding from a database value to a java value using the supplied resultset and the column's class, and returns the result.
retrieveMember(String[], Connection) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves a member from a cube.
retrieveMembers(String[], int, Connection) - Static method in class com.citra.pivot.olap.OlapUtils
Retrieves a list of members from a cube.
retrieveMultipleSelection(int) - Method in class com.citra.filter.PopupFilterHeaderModel
This method is called just before showing the popup filter, in order to determine whether the popup will allow the selection of multiple filter values for a specific column.
retrievePivotColumns(String) - Method in interface com.citra.table.db.CrosstabTableModel
Retrieves the pivot columns from the underlying data source.
retrievePivotColumns(String) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Retrieves the pivot columns from the underlying data source.
retrievePivotColumnsStatement(String) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Retrieves the sql statement for the retrievePivotColumns method.
retrieveRows(int, int) - Method in interface com.citra.table.db.DatabaseTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int, int) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int, int) - Method in class com.citra.table.db.DefaultDatabaseTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Fetches distinct rows from the underlying data source for the supplied column argument.
retrieveRows(int, int) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Fetches multiple rows from the underlying data source.
retrieveRows(int, int) - Method in class com.citra.table.db.MSAccessPivotTableModel
Fetches multiple rows from the underlying data source. The following condition must be true: from >= to. The List returned must contain the row elements starting at from. However, the List may contain less elements than those specified in the range.
retrieveRowsStatement(int, int) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Retrieves the sql statement for the retrieveRows method.
retrieveRowsStatement(int, int) - Method in class com.citra.table.db.DefaultDatabaseTableModel
Retrieves the sql statement for the retrieveRows method.
retrieveRowsStatement(int) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Retrieves the sql statement for the retrieveRows method.
retrieveRowsStatement(int, int) - Method in class com.citra.table.db.MSAccessPivotTableModel
Retrieves the sql statement for the retrieveRows method.
revalidate() - Method in class com.citra.table.group.TreeTableHeader
Supports deferred automatic layout.
RIGHT_DIRECTION - Static variable in interface com.citra.table.locked.LockedTableModel
constant indicating the right side of the table.
root - Variable in class com.citra.table.DefaultGroupTableColumnModel
the group table column used as the root.
root - Variable in class com.citra.tree.TreeTableModel
the root object of the tree structure
root - Variable in class com.citra.treetable.AbstractTreeTableModel
the root
ROOT_MODE - Static variable in class com.citra.treetable.UniqueTreeTableModel
the root mode
row - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
the row index of the cell being drawn
ROW_COLUMN_RESIZE - Static variable in class com.citra.table.TableCellResizer
integer indicating that both row and column will be resized to its contents should the user double-click on its border
ROW_COLUMN_SEPARATOR - Static variable in class com.citra.pivot.PivotTable
constant indicating a column used as a separator between the row and column header
ROW_HEADER_SEPARATOR - Static variable in class com.citra.pivot.PivotTable
constant indicating a column used as a separator for the row header
ROW_MODE - Static variable in class com.citra.table.search.TableSearch
mode indicating that the search will take place in a vertical direction (row)
ROW_RESIZE - Static variable in class com.citra.table.TableCellResizer
integer indicating that the row will be resized to its contents should the user double-click on its border
ROW_TYPE - Static variable in class com.citra.pivot.olap.OlapDefinition
constant indicating a row header pivot
rowAdapter - Variable in class com.citra.pivot.DefaultPivotTableModel
the row header's model
rowCount - Variable in class com.citra.table.db.AbstractDatabaseTableModel
an index holding the last row count
rowHeader - Variable in class com.citra.table.AdvancedJTable
the table's row header
RowHeader - Interface in com.citra.table
This interface defines methods that will allow a JTable to use a row header at the left or right of a JScrollPane.
rowHeaderRenderer - Variable in class com.citra.pivot.PivotTable
the renderer for the pivot table's row header cells
rowMap - Variable in class com.citra.event.ReorderEvent
The row transposition mapping.
rowPaths - Variable in class com.citra.pivot.olap.remote.RemoteOlapEvent
the paths to the row header
rowResizingEnabled - Variable in class com.citra.table.TableCellResizer
flag indicating whether row resizing is enabled
rows - Variable in class com.citra.table.ObjectTableModel
The actual table rows stored in a List.
rowSpan - Variable in class com.citra.table.span.CellSpan
the number of rows this cell spans.
rowsReordered(ReorderEvent) - Method in interface com.citra.event.ReorderListener
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.table.FilterTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.table.group.TreeColumnModelMask
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.table.ListTableMap
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.table.SortTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.table.TableMap
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.table.TableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.tree.TreeTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.tree.TreeTableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.db.DatabaseTreeTableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.DefaultTreeTableReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.DynamicTreeMapReorder
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.DynamicTreeTableModel
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.TreeTableModelMap
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.TreeTableModelMask
Called whenever the rows of a JTable have been restructured.
rowsReordered(ReorderEvent) - Method in class com.citra.treetable.TreeTableReorder
Called whenever the rows of a JTable have been restructured.

S

save(ObjectOutputStream) - Method in class com.citra.pivot.table.TableDataSource
Saves the schema and aggregate values to an object outputstream.
save(ObjectOutputStream, int) - Method in class com.citra.pivot.table.TableDataSource
Saves the schema and aggregate values to an object outputstream, having precomputed a set of aggregates first according to preComputeMode.
saveComparators(ObjectOutputStream) - Method in class com.citra.treetable.ComparableTreeTableModel
Saves the TreeTableComparators that are currently installed on the model.
saveComparators(ObjectOutputStream) - Method in class com.citra.treetable.DynamicTreeTableModel
Saves the TreeTableComparators that are currently installed on the model.
saveFilterState(ObjectOutputStream) - Method in class com.citra.filter.FilterHeaderModel
Saves the filters that are currently installed on the model.
saveFilterState(ObjectOutputStream) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Saves the filters that are currently installed on the model.
ScaledSumAggregator - Class in com.citra.pivot.table.aggregator
ScaledSumAggregator produces the sum of a set of values as the aggregate value, adding a weight to each value.
ScaledSumAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.ScaledSumAggregator
Constructs a ScaledSumAggregator.
ScaledSumAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.ScaledSumAggregator
Constructs a ScaledSumAggregator.
schema - Variable in class com.citra.pivot.olap.mdx.MDXDataSource
 
schema - Variable in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
the schema
schema - Variable in class com.citra.pivot.table.TableCube
the cube's schema
schema - Variable in class com.citra.pivot.table.TableDataSource
the data source's schema
schemaPanel - Variable in class com.citra.pivot.olap.gui.OlapDesignerPanel
the panel containing the schema
scroller - Variable in class com.citra.pivot.olap.gui.OlapCubePanel
the panel's scrollpane enclosing the tree
scroller - Variable in class com.citra.table.AdvancedJTable
the scrollpane this table is enclosed by
scrollPane - Variable in class com.citra.table.ColumnChooser
the table's scrollpane
scrollRectToVisible(Rectangle) - Method in class com.citra.table.AdvancedJTable
Forwards the scrollRectToVisible() message to the JComponent's parent.
scrollToSelection - Variable in class com.citra.table.TableReorder
boolean flag indicating whether the table should scroll to the last selection after the cell selection has been restored.
Search - Interface in com.citra.table.search
This is the object that performs the actual searching through a table structure.
search(TableModel, Object, int, int, boolean) - Method in interface com.citra.table.search.Search
Searches the table and returns the matching row or -1 if no match was found.
search - Variable in class com.citra.table.search.SearchModelEvent
the search object
search(SearchModelEvent) - Method in interface com.citra.table.search.SearchModelListener
Called whenever searching of a table has been requested.
search(TableModel, Object, int, int, boolean) - Method in class com.citra.table.search.TableSearch
Searches the table and returns the matching row or -1 if no match was found.
search(SearchModelEvent) - Method in class com.citra.table.search.TableSelector
Called whenever searching of a table has been requested.
search(SearchModelEvent) - Method in class com.citra.table.search.TableStyleSelector
Called whenever searching of a table has been requested.
searchBox - Variable in class com.citra.table.search.SearchPanel
the search text box
searchModel - Variable in class com.citra.table.search.AbstractSearchPanel
the search model of the SearchTablePanel that forwards search model events to the listeners.
SearchModel - Interface in com.citra.table.search
SearchModel defines the methods that will be used by objects that will search table structures.
searchModel - Variable in class com.citra.table.search.TableSelector
the search model
searchModel - Variable in class com.citra.table.search.TableStyleSelector
the search model
searchModel - Variable in class com.citra.table.search.VisualSeeker
the search model
SearchModelEvent - Class in com.citra.table.search
An event used to search a table structure.
SearchModelEvent(Object, Search) - Constructor for class com.citra.table.search.SearchModelEvent
Constructs a SearchModelEvent object.
SearchModelEvent(Object, Search, int, int, boolean) - Constructor for class com.citra.table.search.SearchModelEvent
Constructs a SearchModelEvent object.
SearchModelEvent(Object, Search, int, int, boolean, int) - Constructor for class com.citra.table.search.SearchModelEvent
Constructs a SearchModelEvent object.
SearchModelListener - Interface in com.citra.table.search
SearchModelListener is the listener that is notified when the searching of a table has been requested.
searchModelListeners - Variable in class com.citra.table.search.DefaultSearchModel
The listenerlist of SearchModelListeners.
searchOnKeyInput - Variable in class com.citra.table.search.SearchPanel
flag that indicates whether to perform a search if a key is typed in the search box
SearchPanel - Class in com.citra.table.search
SearchPanel represents a panel for searching an entire table.
SearchPanel() - Constructor for class com.citra.table.search.SearchPanel
Constructs a SearchPanel.
SearchTablePanel - Class in com.citra.table.search
SearchTablePanel is a panel through which search model events are constructed and propagated to SearchModelListeners.
SearchTablePanel(String[]) - Constructor for class com.citra.table.search.SearchTablePanel
Constructs a SearchTablePanel with fields as the fields that we are able to search.
SearchTablePanel(String[], Class[]) - Constructor for class com.citra.table.search.SearchTablePanel
Constructs a SearchTablePanel with fields as the fields that we are able to search and classes as the corresponding classes of each field.
SearchTablePanel(TableModel) - Constructor for class com.citra.table.search.SearchTablePanel
Constructs a SearchTablePanel by quering tableModel for the fields and their corresponding classes.
select(int) - Method in class com.citra.table.TableAssistant
Checks the column with model index modelIndex from the column popup.
select(JComboBox) - Method in class com.citra.tree.GroupingPanel
Performs the necessary actions when the selection of a combobox changes.
select(JComboBox) - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Performs the necessary actions when the selection of a combobox changes.
select(JComboBox) - Method in class com.citra.treetable.GroupingPanel
Performs the necessary actions when the selection of a combobox changes.
select(JComboBox) - Method in class com.citra.treetable.NodeGroupingPanel
Performs the necessary actions when the selection of a combobox changes.
selectAll() - Method in class com.citra.component.CheckComboBox
Adds all values to the checkbox selection.
selectAll() - Method in class com.citra.table.AdvancedJTable
Selects all rows, columns, and cells in the table.
selectCell(int, int) - Method in class com.citra.table.search.ColorStyle
Adds the specified cell defined by row and column to the matched cells.
selectCheckBox - Variable in class com.citra.table.ColumnChooser
the check box for selecting/deselecting all columns
selectCurrentDateIfNull - Variable in class com.citra.editors.DateEditor
flag that indicates whether the current date should be selected when showing the date dialog, if there is no selection date.
selectCurrentDateIfNull - Variable in class com.citra.filter.DateVisualFilter
flag that indicates whether the current date should be selected when showing the date dialog, if there is no selection date.
SELECTED - Static variable in class com.citra.component.CheckBoxTreeSelectionModel
defines a selected state
selectedColumns - Variable in class com.citra.table.TableReorder
the selected columns of the table
selectedRows - Variable in class com.citra.table.TableReorder
the selected rows of the table
selection - Variable in class com.citra.pivot.olap.tuple.ItemTupleSelection
the set as a selection
selectionBackground - Variable in class com.citra.pivot.PivotStyle
the selection background color
selectionColor - Variable in class com.citra.table.search.ColorStyle
the background color to use
SelectionConstants - Interface in com.citra.pivot.olap.set
Interface holding commonly used selection operators between datasources.
selectionForeground - Variable in class com.citra.pivot.PivotStyle
the selection foreground color
selectionModel - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Model for keeping track of column selections
selectRows - Variable in class com.citra.treetable.db.DatabaseTreeTableReorder
true, to scan the table to restore selections, false otherwise.
SELF - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a given level will be selected
SELF - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that the current member is selected
SELF_AND_AFTER - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a level lower or equal to a given one will be selected
SELF_AND_BEFORE - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a level higher or equal to a given one will be selected
SELF_BEFORE_AFTER - Static variable in class com.citra.pivot.olap.set.DescendantsSetSelection
indicates that only members from a level lower, higher and equal to a given one will be selected
SelfMemberSelection - Class in com.citra.pivot.olap.member
SelfMemberSelection is a selection containing a reference to an OlapMember.
SelfMemberSelection() - Constructor for class com.citra.pivot.olap.member.SelfMemberSelection
Constructs a SelfMemberSelection.
SelfMemberSelection(OlapMember) - Constructor for class com.citra.pivot.olap.member.SelfMemberSelection
Constructs a SelfMemberSelection.
SelfSetSelection - Class in com.citra.pivot.olap.set
SelfSetSelection is a selection wrapper to an OlapSet.
SelfSetSelection() - Constructor for class com.citra.pivot.olap.set.SelfSetSelection
Constructs a SelfSetSelection.
SelfSetSelection(OlapSet) - Constructor for class com.citra.pivot.olap.set.SelfSetSelection
Constructs a SelfSetSelection.
SelfTupleSelection - Class in com.citra.pivot.olap.tuple
SelfTupleSelection is the selection of an OlapTuple, defined in the constructor.
SelfTupleSelection() - Constructor for class com.citra.pivot.olap.tuple.SelfTupleSelection
Constructs a SelfTupleSelection.
SelfTupleSelection(OlapTuple) - Constructor for class com.citra.pivot.olap.tuple.SelfTupleSelection
Constructs a SelfTupleSelection.
sendFilterEvent() - Method in class com.citra.filter.FilterHeaderModel
Sends a filter event to the associated FilterListModel.
sendReorderEvent - Variable in class com.citra.table.ObjectTableModel
boolean indicating if a reorder event should be sent when needed
separate - Variable in class com.citra.table.group.DefaultTreeTableHeaderRenderer
flag that determines whether a separate component should be used to layout the expansion control
set - Variable in class com.citra.pivot.olap.axis.DefaultAxisSelection
the set defined on the axis
set - Variable in class com.citra.pivot.olap.set.AddCalculatedMembersSetSelection
the set to which calculated members are added
set - Variable in class com.citra.pivot.olap.set.BottomCountSetSelection
the set whose lowest valued tuples are selected
set - Variable in class com.citra.pivot.olap.set.CreateSetSelection
the set to create
set - Variable in class com.citra.pivot.olap.set.DescendantsSetSelection
the set whose descendants are selected
set - Variable in class com.citra.pivot.olap.set.DistinctSetSelection
the set whose distinct tuples are selected
set - Variable in class com.citra.pivot.olap.set.ExtractSetSelection
the set to extract members from
set - Variable in class com.citra.pivot.olap.set.FilterSetSelection
set whose members are selected according to a logical condition
set - Variable in class com.citra.pivot.olap.set.HierarchizeSetSelection
the set to order
set - Variable in class com.citra.pivot.olap.set.NamedSetSelection
the set
set - Variable in class com.citra.pivot.olap.set.OrderSetSelection
the set to order
set - Variable in class com.citra.pivot.olap.set.SelfSetSelection
the set defined
set - Variable in class com.citra.pivot.olap.set.TopCountSetSelection
the set whose highest valued tuples are selected
set - Variable in class com.citra.pivot.olap.set.VisualTotalsSetSelection
the set
set - Variable in class com.citra.pivot.olap.set.WhereSetSelection
the set
set1 - Variable in class com.citra.pivot.olap.set.ExceptSetSelection
the set to exclude tuples from
set1 - Variable in class com.citra.pivot.olap.set.GenerateSetSelection
the set that is iterated
set1 - Variable in class com.citra.pivot.olap.set.IntersectSetSelection
the first set to intersect
set1 - Variable in class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
the first set to join
set1 - Variable in class com.citra.pivot.olap.set.NonEmptySetSelection
the first set
set2 - Variable in class com.citra.pivot.olap.set.ExceptSetSelection
the set containing the tuples to exclude
set2 - Variable in class com.citra.pivot.olap.set.GenerateSetSelection
the set that is input to the first set
set2 - Variable in class com.citra.pivot.olap.set.IntersectSetSelection
the second set to intersect
set2 - Variable in class com.citra.pivot.olap.set.NonEmptyCrossJoinSetSelection
the second set to join
set2 - Variable in class com.citra.pivot.olap.set.NonEmptySetSelection
the second set
setAcceptedIndexes(int[]) - Method in class com.citra.filter.ListTableFilter
Assigns the row indexes that this table filter will allow.
setAcceptNull(boolean) - Method in class com.citra.filter.Filter
Sets the behaviour of the filter when null values are passed in the accept method.
setAddChildForGroup(boolean) - Method in class com.citra.treetable.ComparableTreeTableModel
Determines whether we want a child node added for every new group created, when adding nodes via the addNode method.
setAggregateValue(Object, int, int) - Method in class com.citra.tree.AggregateRow
Sets the aggregate value for the object at rowIndex and columnIndex.
setAggregateValue(Object, int) - Method in class com.citra.treetable.TreeTableRow
Sets the aggregate value at columnIndex.
setAggregateValues(Object[]) - Method in class com.citra.treetable.TreeTableRow
Assigns the aggregates values.
setAggregator(StandardMeasureAggregator, TableDimension) - Method in class com.citra.pivot.table.StandardTableMeasure
Assigns an aggregator to a given dimension with a default aggregation priority.
setAggregator(StandardMeasureAggregator, TableDimension, int) - Method in class com.citra.pivot.table.StandardTableMeasure
Assigns an aggregator to a given dimension with a specified aggregation priority.
setAggregator(DatabaseAggregator) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Sets the default database aggregator.
setAllowEditColumn(boolean) - Method in class com.citra.table.TableAssistant
Sets a flag that is true if users are able to rename columns in the column dialog.
setAllowEditing(boolean) - Method in class com.citra.table.ColumnChooser
Determines whether column names can be edited.
setAllowFilter(boolean) - Method in class com.citra.table.FilterTableModel
Determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).
setAllowGroupColumnReordering(boolean) - Method in class com.citra.table.GroupTableHeader
Assigns a flag that controls whether group columns can be reordered with the mouse.
setAllowGroupReordering(boolean) - Method in class com.citra.table.GroupTableHeader
Assigns a flag that controls whether columns that are part of a group can be reordered with the mouse.
setAllowReorder(boolean) - Method in class com.citra.table.TableAssistant
Sets a flag that is true if users are able to reorder columns in the column dialog.
setAllowSort(boolean) - Method in class com.citra.table.SortTableModel
Determines whether the model will perform the sorting if the underlying model changes (via updates, deletes or additions).
setAlwaysCreateGroup(boolean) - Method in class com.citra.treetable.DefaultTreeTableComparator
Determines whether a group node should be used if there is only one child at the this comparator's tree level.
setAlwaysCreateGroup(boolean) - Method in class com.citra.treetable.TreeNodeComparator
Determines whether a group node should be used if there is only one child at the this comparator's tree level.
setArrowColor(Color) - Method in class com.citra.common.gui.ArrowButton
Set's the arrow's color.
setArrowColor(Color) - Method in class com.citra.common.gui.ArrowIcon
Set's the arrow's color.
setArrowMode(int) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Determines the positioning mode of the arrow.
setAutoCreateAllFilters(boolean) - Method in class com.citra.filter.FilterHeaderModel
Assigns a new value for the autoCreateAllFilters property.
setAutoCreateAllFilters(boolean) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Assigns a new value for the autoCreateAllFilters property.
setAutoFilter(JAutoFilter) - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Sets the custom auto filter.
setAutoResizeMode(int) - Method in class com.citra.table.AdvancedJTable
Sets the table's auto resize mode when the table is resized.
setAutoUpdateWidth(boolean) - Method in class com.citra.table.ListRowHeader
Assigns a flag that is true if the list's width is automatically updated when the contents of the list change.
setBackground(Color) - Method in class com.citra.pivot.PivotStyle
Assigns the background color.
setBorderPainted(boolean) - Method in class com.citra.table.span.SpanDrawer
Determines whether SpanDrawer is responsible for drawing the grid border around the cells.
setBounds(int, int, int, int) - Method in class com.citra.filter.DefaultFilterRenderer
Moves and resizes this component.
setBounds(int, int, int, int) - Method in class com.citra.filter.tree.DefaultFilterTreeRenderer
Moves and resizes this component.
setBounds(int, int, int, int) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Moves and resizes this component.
setCache(TableCache) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Assigns a new cache.
setCache(TreeTableCache) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Assigns a new cache for the NON-aggregate nodes.
setCacheTableModel(CacheableTableModel) - Method in class com.citra.table.cache.AbstractTableCache
Assigns a CacheableTableModel that will be used to retrieve the uncached values.
setCacheTableModel(CacheableTableModel) - Method in interface com.citra.table.cache.TableCache
Assigns a CacheableTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in class com.citra.table.cache.AbstractTreeTableCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in interface com.citra.table.cache.TreeTableCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel.DefaultTreeTableAggregateRowCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCacheTreeTableModel(CacheableTreeTableModel) - Method in class com.citra.treetable.db.AbstractGroupCache
Assigns a CacheableTreeTableModel that will be used to retrieve the uncached values.
setCalendarField(int, int) - Method in class com.citra.pivot.table.context.DateColumnContext.DateContext
Assigns a field value.
setCallBack(FilterHeaderCallback) - Method in class com.citra.filter.FilterTableHeader
Assigns a new callback object.
setCaption(String) - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Assigns the caption.
setCaption(String) - Method in class com.citra.pivot.table.AbstractTableObject
Assigns the default caption.
setCaption(Locale, String) - Method in class com.citra.pivot.table.AbstractTableObject
Assigns the caption for the given locale.
setCaseSensitive(boolean) - Method in class com.citra.comparators.StringComparator
Sets the case sensitivity of this string comparator.
setCaseSensitive(boolean) - Method in class com.citra.filter.StringFilter
Sets the case sensitivity of this string filter.
setCellRenderer(TreeCellRenderer) - Method in class com.citra.component.CheckBoxTree
Sets the TreeCellRenderer that will be used to draw each cell.
setCellResizer(TableCellResizer) - Method in class com.citra.table.AdvancedJTable
Assigns a cell resizer to this table.
setCheckBox(JCheckBox) - Method in class com.citra.renderers.BooleanRenderer
Assigns a new JCheckBox object.
setCheckBox(JCheckBox) - Method in class com.citra.renderers.PopupRenderer
Assigns a new checkbox.
setCheckBoxesEditable(boolean) - Method in class com.citra.component.CheckBoxTree
Determines whether the check boxes can be selected/deselected from the UI.
setCheckBoxGap(int) - Method in class com.citra.component.CheckBoxTree
Assigns the gap between the checkbox and the node's value.
setCheckBoxSelectionModel(CheckBoxTreeSelectionModel) - Method in class com.citra.component.CheckBoxTree
Assigns the selection model for the tree node's checked state.
setChildAt(TreeTableRow, int) - Method in class com.citra.treetable.db.DatabaseHeaderRow
Assignes newChild as the child at index.
setChildCount(int) - Method in class com.citra.treetable.db.DatabaseHeaderRow
Assigns childCount as this node's children count.
setChunkSize(int) - Method in class com.citra.table.cache.AbstractCache
Sets the current chunk size.
setClearOnDataChanged(boolean) - Method in class com.citra.table.FilterTableModel
Determines whether the model will assume that all data have changed when a fireTableDataChanged TableModelEvent has been issued.
setColor(Color, int) - Method in class com.citra.pivot.DefaultPivotColumnHeaderRenderer
Assigns the color to be used as a separating line between two different column adapter levels.
setColumn(int) - Method in class com.citra.filter.CompositeFilter
Sets the column to filter.
setColumn(int) - Method in class com.citra.filter.HeaderFilter
Assigns the column's model index.
setColumn(int) - Method in class com.citra.filter.NotTableFilter
Sets the column to filter.
setColumn(int) - Method in class com.citra.filter.TableFilter
Sets the column to filter.
setColumn(int) - Method in class com.citra.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel
Assings the only column to show.
setColumn(int) - Method in class com.citra.tree.DefaultTreeTableComparator
Sets the column to use when comparing rows.
setColumn(int) - Method in class com.citra.treetable.DefaultTreeTableComparator
Sets the column to use when comparing rows.
setColumn(int) - Method in class com.citra.treetable.TreeNodeComparator
Sets the column to use when comparing nodes.
setColumnAdapter(PivotColumnAdapter) - Method in class com.citra.pivot.DefaultPivotTableModel
Assigns the model for the pivot table's column header.
setColumnChooser(ColumnChooser) - Method in class com.citra.table.TableAssistant
Assigns a column chooser.
setColumnClasses(Class[]) - Method in class com.citra.treetable.MutableTreeTableModel
Assigns the column classes.
setColumnForLocale(Locale, int) - Method in class com.citra.pivot.table.context.SingleColumnContext
Assigns the column that holds the member's caption for a given locale.
setColumnHeader(JViewport) - Method in class com.citra.table.AdvancedJScrollPane
Removes the old columnHeader, if it exists.
setColumnHeaderView(Component) - Method in class com.citra.table.AdvancedJScrollPane
Creates a column-header viewport if necessary, sets its view, and then adds the column-header viewport to the scrollpane.
setColumnHierarchy(OlapHierarchy) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the column header area.
setColumnHierarchy(OlapHierarchy, int) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the column header area, at a location specified by index.
setColumnMargin(int) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Sets the TableColumn's column margin to newMargin.
setColumnMargin(int) - Method in class com.citra.table.GroupTableColumn
Sets the column margin to newMargin.
setColumnMargin(int) - Method in class com.citra.table.TableAssistant
Assigns the pixels to increase the width of a column by, when it is being automatically resized with the TableAssistant.resizeColumnToHeader(int) or TableAssistant.resizeColumnToContents(int) methods.
setColumnMargin(int) - Method in class com.citra.table.TableCellResizer
Assigns the pixels to increase the width of a column by, when it is being automatically resized with the TableCellResizer.resizeColumnToContents(int) method.
setColumnModel(TableColumnModel) - Method in class com.citra.table.AdvancedJTable
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.citra.table.AdvancedTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.citra.table.group.TreeTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnModel(TableColumnModel) - Method in class com.citra.table.GroupTableHeader
Sets the column model for this table to newModel and registers for listener notifications from the new column model.
setColumnName(String) - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Modifies the filtered column's name.
setColumnNames(String[]) - Method in class com.citra.treetable.MutableTreeTableModel
Assigns the column names.
setColumnPopupOrder(int) - Method in class com.citra.table.TableAssistant
Assigns the mode according to which, columns in the column popup will be ordered.
setColumnResizingEnabled(boolean) - Method in class com.citra.table.TableCellResizer
Determines whether column resizing is enabled.
setColumns(String[]) - Method in class com.citra.table.ObjectTableModel
Sets the table columns.
setColumnSelectionAllowed(boolean) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Sets whether the columns in this model may be selected.
setColumnShowing(int) - Method in class com.citra.filter.FilterHeaderModel
Sets the column for which the user requested a filter to appear.
setColumnShowing(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Sets the column for which the user requested a filter to appear.
setColumnShowing(int) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Sets the column for which the user requested a filter to appear.
setColumnSpan(int) - Method in class com.citra.table.span.CellSpan
Sets the number of columns this cell spans.
setColumnWidth(int) - Method in class com.citra.table.JTableRowHeader
Sets the width of each cell in the row header.
setColumnWidth(int, int) - Method in class com.citra.table.TableAssistant
Sets a new column width for the specified column.
setComparator(int, Comparator) - Method in class com.citra.table.SortTableModel
Sets a comparator for the column defined by column.
setComparison(int) - Method in class com.citra.filter.ComparisonFilter
Sets the comparison mode.
setComponent(Component) - Method in class com.citra.common.gui.DndSupport
Assigns the component for which drag and drop is enabled.
setComputeWidthMode(int) - Method in class com.citra.table.ListRowHeader
Assigns the mode according to which the width of the row header is computed.
setCondition(boolean) - Method in class com.citra.filter.BooleanFilter
Sets the boolean value this filter is going to accept.
setContainsViewable(boolean) - Method in class com.citra.table.AdvancedJScrollPane
Enables/disables the viewable resizer functionality in the scrollpane.
setContext(TableContext) - Method in class com.citra.pivot.table.TableLevel
Assigns the context of the level.
setCountEvaluated(boolean) - Method in class com.citra.treetable.HeaderRow
Assigns a flag that is true if this header row has evaluated its children count.
setCube(OlapCube) - Method in interface com.citra.pivot.olap.data.Connection
Assigns the connection's cube.
setCube(OlapCube) - Method in class com.citra.pivot.olap.OlapDefinition
Associates a new cube with this definition.
setCube(OlapCube) - Method in class com.citra.pivot.table.TableConnection
Assigns the connection's cube.
setCubes(List) - Method in class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
Assigns a list of cubes to the schema.
setCurrentSeeker(VisualSeeker) - Method in class com.citra.table.search.SearchTablePanel
Assignes a visual seeker to the panel.
setCurrentTuple(OlapTuple) - Method in interface com.citra.pivot.olap.data.TupleCursor
Assigns a tuple at the current position of the cursor.
setCurrentValue(OlapCell) - Method in interface com.citra.pivot.olap.data.ValueCursor
Assigns a value at the current position of the cursor.
setCursors(boolean) - Method in class com.citra.table.db.DefaultCrosstabTableModel
Tells DefaultPivotTableModel to use cursors when fetching a range of rows from the database.
setCursors(boolean) - Method in class com.citra.table.db.DefaultDatabaseTableModel
Tells DefaultDatabaseTreeTableModel to use cursors when fetching a range of rows from the database.
setCursors(boolean) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Tells DefaultDatabaseTreeTableModel to use cursors when fetching a range of rows from the database.
setDataModel(PivotDataModel) - Method in class com.citra.pivot.DefaultPivotTableModel
Assigns the model for the pivot table's data area.
setDataSource(DataSource) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns the underlying datasource.
setDataSource(DataSource) - Method in class com.citra.pivot.olap.gui.OlapDesignerPanel
Assigns the datasource to use.
setDataStyle(OlapCell, PivotStyle) - Method in class com.citra.pivot.olap.DefaultOlapStyleModel
Assigns the style to use for the given olap cell.
setDataType(OlapType) - Method in class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
Assigns the data type of this measure.
setDate(Date) - Method in class com.citra.filter.DateFilter
Sets the date expression to d.
setDate(Date) - Method in class com.citra.filter.DateVisualFilter
Assigns the supplied date to the expression text field and to the date filter of this visual filter.
setDate(Date) - Method in class com.citra.table.search.DateVisualSeeker
Assigns the supplied date to the expression text field and to the date filter of this visual seeker.
setDateFormat(DateFormat) - Method in class com.citra.filter.DateVisualFilter
Assigns a new dateformat.
setDateFormat(DateFormat) - Method in class com.citra.renderers.DateRenderer
Assigns a new DateFormat object.
setDateFormat(DateFormat) - Method in class com.citra.renderers.PopupRenderer
Assigns a new date formatter.
setDefaultAggregateRenderer(Class, TableCellRenderer) - Method in class com.citra.tree.TreeTable
Set a default aggregate renderer to be used for rendering aggregate rows based on their column's class.
setDefaultAggregateRenderer(Class, TableCellRenderer) - Method in class com.citra.treetable.TreeTable
Set a default aggregate renderer to be used for rendering aggregate rows based on their column's class.
setDefaultAggregator(Aggregator) - Method in class com.citra.tree.TreeTableModel
Sets the default aggregator that will be used to compute values for the aggregate rows of the model.
setDefaultAggregator(Aggregator) - Method in class com.citra.treetable.AggregateTreeTableModel
Sets the default aggregator that will be used to compute values for the aggregate rows of the model.
setDefaultAggregator(Aggregator) - Method in class com.citra.treetable.DynamicTreeTableModel
Sets the default aggregator that will be used to compute values for the aggregate rows of the model.
setDefaultColumn(int) - Method in class com.citra.table.search.TableSearch
Assigns the default column.
setDefaultComparator(Class, Comparator) - Method in class com.citra.filter.tree.LevelFilterMapper
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.citra.table.SortTableModel
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.citra.tree.TreeTableModel
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.citra.treetable.ComparableTreeTableModel
Sets the default comparator for columnClass.
setDefaultComparator(Class, Comparator) - Method in class com.citra.treetable.DynamicTreeTableModel
Sets the default comparator for columnClass.
setDefaultFilter(Class, Filter) - Method in class com.citra.filter.FilterHeaderModel
Sets the default filter for columnClass.
setDefaultFilter(Class, VisualFilter) - Method in class com.citra.filter.FilterTablePanel
Sets the default visual filter for columnClass.
setDefaultFilter(Class, Filter) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Sets the default filter for columnClass.
setDefaultFilter(TableFilter) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Assigns a new default filter.
setDefaultFilterClass(Class, Class) - Method in class com.citra.filter.auto.JAutoFilter
Assigns the AutoFilterPanel class for the supplied column class.
setDefaultGroupRenderer(TableCellRenderer, int) - Method in class com.citra.table.GroupTableHeader
Sets the default renderer at the specified level used when no header renderer is defined by a GroupTableColumn.
setDefaultHeaderCursor(Cursor) - Method in class com.citra.filter.PopupFilterHeaderModel
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.citra.table.group.TreeTableHeader
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.citra.table.SortTableModel
Assigns the default headers' cursor.
setDefaultHeaderCursor(Cursor) - Method in class com.citra.table.TableAssistant
Assigns the default headers' cursor.
setDefaultHierarchy(OlapHierarchy) - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Assigns the default hierarchy of this dimension.
setDefaultHierarchy(TableHierarchy) - Method in class com.citra.pivot.table.TableDimension
Assigns the default hierarchy for the dimension.
setDefaultLevelBackground(Color) - Method in class com.citra.renderers.DefaultAggregateRenderer
Sets the default background color for aggregate rows.
setDefaultLevelBackground(Color) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Sets the default background color for aggregate rows.
setDefaultLevelForeground(Color) - Method in class com.citra.renderers.DefaultAggregateRenderer
Sets the default foreground color for aggregate rows.
setDefaultLevelForeground(Color) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Sets the default foreground color for aggregate rows.
setDefaultMember(OlapMemberImpl) - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Assigns the default member of this hierarchy.
setDefaultMember(OlapMember) - Method in class com.citra.pivot.table.TableHierarchy
Assigns the hierarchy's default member.
setDefaultMode(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Assigns the default mode for a column if an association has not been explicitly made.
setDefaultRenderer(OlapMeasure, TableCellRenderer) - Method in class com.citra.pivot.olap.OlapCellRenderer
Assigns the renderer to use for the given measure.
setDefaultRenderer(DefaultRenderer) - Method in class com.citra.renderers.DefaultAggregateRenderer
Sets a new DefaultRenderer object.
setDefaultRenderer(DefaultRenderer) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Sets a new DefaultRenderer object.
setDefaultRowRenderer(TableCellRenderer) - Method in class com.citra.table.JTableRowHeader
Sets the default row renderer to be used.
setDefaultSeeker(Class, VisualSeeker) - Method in class com.citra.table.search.SearchTablePanel
Sets the default visual seeker for columnClass.
setDefaultTime(String) - Method in class com.citra.editors.JDateChooser
Assigns the default time to show when the time field is visible.
setDefaultView(Viewable) - Method in class com.citra.table.DefaultViewableModel
Assigns the default viewable object.
setDelayed(boolean) - Method in class com.citra.table.group.TreeTableHeader
Sets the delay property, which if true, events received from the treemodel are to be added to the swing event queue.
setDelayed(boolean) - Method in class com.citra.treetable.TreeTableModelAdapter
Sets the delay property, which if true, events received from the treemodel are to be added to the swing event queue.
setDelimiter(String) - Method in class com.citra.table.io.DelimitedExportManager
Assigns a new delimiter string.
setDescription(String) - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Assigns the description.
setDescription(String) - Method in class com.citra.pivot.table.AbstractTableObject
Assigns the default description.
setDescription(Locale, String) - Method in class com.citra.pivot.table.AbstractTableObject
Assigns the description for the given locale.
setDimension(OlapDimension) - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Assigns the dimension of this hierarchy.
setDimensions(List) - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Assigns the dimensions of this cube.
setDimensions(List) - Method in class com.citra.pivot.olap.metadata.impl.OlapSchemaImpl
Assigns a list of dimensions to the schema.
setDirection(int) - Method in class com.citra.common.gui.ArrowButton
Sets the arrow's direction.
setDirection(int) - Method in class com.citra.common.gui.ArrowIcon
Sets the arrow's direction.
setDouble(double) - Method in class com.citra.filter.DoubleFilter
Sets the double value used to match against Number objects.
setDraggedColumn(TableColumn) - Method in class com.citra.table.AdvancedTableHeader
Sets the header's draggedColumn to aColumn.
setEdges(OlapRowAdapter, OlapColumnAdapter) - Method in class com.citra.pivot.olap.OlapDataModel
Assigns the row and column headers to use as the edges of the pivot table.
setEditable(boolean) - Method in class com.citra.component.CheckComboBox
Determines whether the JComboBox field is editable.
setEditable(boolean) - Method in class com.citra.treetable.DefaultMutableTreeTableModel
Makes the model editable/non-editable.
setEditMode(int) - Method in class com.citra.table.AdvancedJTable
Determines the behaviour of the table when it is being edited and its model changes.
setEnabled(boolean) - Static method in class com.citra.common.gui.GUIFader
Sets the fading behaviour of menus.
setEvenColor(Color) - Method in class com.citra.renderers.DefaultAggregateRenderer
Sets the color for painting the even rows of the table.
setEvenColor(Color) - Method in class com.citra.renderers.DefaultRenderer
Sets the color for painting the even rows of the table.
setEvenColor(Color) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Sets the color for painting the even rows of the table.
setEvenColor(Color) - Method in class com.citra.table.AdvancedJTable
Utility method to set the color for painting the even rows of the table by looking for an instance of DefaultStyle in the style model's list of styles.
setEvenColor(Color) - Method in class com.citra.table.styles.DefaultStyle
Sets the color for painting the even rows of the table.
setFactory(TableCellRendererFactory) - Method in class com.citra.table.group.TreeTableHeader
Assigns a new table cell renderer factory.
setFactory(TableCellRendererFactory) - Method in class com.citra.table.GroupTableHeader
Assigns a new table cell renderer factory.
setField(int, boolean) - Method in class com.citra.pivot.table.context.DateColumnContext
Assigns the calendar fields for which a value is stored.
setFilter(Filter) - Method in class com.citra.filter.BooleanVisualFilter
Assigns a filter object that this component uses to filter the values.
setFilter(Filter) - Method in class com.citra.filter.DateVisualFilter
Assigns a filter object that this component uses to filter the values.
setFilter(Filter) - Method in class com.citra.filter.NumericalVisualFilter
Assigns a filter object that this component uses to filter the values.
setFilter(Filter) - Method in class com.citra.filter.StringVisualFilter
Assigns a filter object that this component uses to filter the values.
setFilter(Filter) - Method in class com.citra.filter.TableFilter
Assigns the filter that will be used.
setFilter(Filter) - Method in class com.citra.filter.VisualFilter
Assigns a filter object that this component uses to filter the values.
setFilter(OlapFilter, OlapHierarchy) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns the filter that is applied on a certain hierarchy.
setFilter(Filter) - Method in class com.citra.table.search.TableSearch
Assigns the filter to be used when searching.
setFilterAtLevel(TableFilter, int) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Assigns a TableFilter at the node level identified by level.
setFilterAtLevel(TableFilter, int) - Method in interface com.citra.treetable.FilterTreeTableModel
Assigns a TableFilter at the node level identified by level.
setFilterAtNode(TableFilter, Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Assigns a TableFilter for the node identified by node.
setFilterAtNode(TableFilter, Object) - Method in interface com.citra.treetable.FilterTreeTableModel
Assigns a TableFilter for the node identified by node.
setFilterControlInColumn(TableColumn) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Installs a filter on the supplied column.
setFilterControlInColumn(TableColumn) - Method in class com.citra.table.group.ColumnFilterHeaderModel
Installs a filter on the supplied column.
setFilterControlInColumns() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Installs filters on all columns.
setFilteredColor(Color) - Method in class com.citra.filter.DefaultFilterRenderer
Assigns the color of the arrow button for columns that have filters.
setFilteredColor(Color) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Assigns the color of the arrow button for columns that have filters.
setFilteredIndexes(int[]) - Method in class com.citra.table.FilterTableModel
Assigns the filter indexes.
setFilterHierarchy(OlapHierarchy) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the filter area.
setFilterHierarchy(OlapHierarchy, int) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the filter area, at a location specified by index.
setFilterMapper(ColumnFilterMapper) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Assigns the column filter mapper that will be used to install and uninstall the column filters.
setFilterMapper(ColumnFilterMapper) - Method in class com.citra.table.group.ColumnFilterHeaderModel
Assigns the column filter mapper that will be used to install and uninstall the column filters.
setFilterMode(int) - Method in class com.citra.filter.FilterHeaderModel
Assigns a mode that is being employed to populate the available filter expressions.
setFilterMode(int) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Assigns a mode that is being employed to populate the available filter expressions.
setFilterMode(int) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Assigns the filtering mode.
setFilterModel(FilterModel) - Method in class com.citra.filter.FilterHeaderModel
Assigns the filter model that is used to propagate the filter events.
setFilterOnKey(boolean) - Method in class com.citra.filter.VisualFilter
Set key to true for filter events to be fired upon key detection.
setFilterPattern(Object) - Method in class com.citra.filter.BlockFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.citra.filter.BooleanFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.citra.filter.DateFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.citra.filter.Filter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.citra.filter.NumberFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.citra.filter.PassFilter
Sets an object as the filter pattern.
setFilterPattern(Object) - Method in class com.citra.filter.StringFilter
Sets an object as the filter pattern.
setFilterRenderer(FilterRenderer) - Method in class com.citra.filter.PopupFilterHeaderModel
Assigns the filter renderer that will be used to display the filterable header component.
setFirstColumnFixed(boolean) - Method in class com.citra.table.AdvancedJTable
Assigns a boolean flag that is true if the first column of the table can be removed or reordered.
setFixedGrandTotals(boolean) - Method in class com.citra.pivot.PivotTable
Determines whether row and column grand totals are always showing in the table.
setFixedRowHeight(boolean) - Method in class com.citra.table.span.SpanDrawer
Tells the drawer whether the table has a fixed row height.
setFloat(float) - Method in class com.citra.filter.FloatFilter
Sets the float value used to match against Number objects.
setFont(Font) - Method in class com.citra.pivot.PivotStyle
Assigns the font.
setFontStyle(int) - Method in class com.citra.pivot.PivotStyle
Assigns the font's style.
setFooter(Footer) - Method in class com.citra.tree.TreeTableModel
Sets a footer instance to be used as the model's default footer.
setFooter(Footer) - Method in class com.citra.treetable.DynamicTreeTableModel
Sets a footer instance to be used as the model's default footer.
setForeground(Color) - Method in class com.citra.pivot.PivotStyle
Assigns the foreground color.
setFormat(Format) - Method in class com.citra.filter.auto.GenericAutoFilterPanel
Assigns a new format that will be used to convert Objects to strings and vice-versa.
setFormat(Format) - Method in class com.citra.filter.GenericVisualFilter
Assigns a new format that will be used to convert Objects to strings and vice-versa.
setFoundBackgroundColor(Color) - Method in class com.citra.table.search.AbstractSearchPanel
Assigns the background color of the search text field if the search string is found.
setFoundForegroundColor(Color) - Method in class com.citra.table.search.AbstractSearchPanel
Assigns the foreground color of the search text field if the search string is found.
setGlobalUseFormattedValue(boolean) - Method in class com.citra.pivot.olap.OlapCellRenderer
Determines whether the renderer will use the formatted values of an olap cell when rendering.
setGroupCache(TreeTableCache) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Assigns a new cache for the the group values of aggregate rows.
setGroupColumnModel(GroupTableColumnModel) - Method in class com.citra.table.GroupTableHeader
Assigns a new group column model.
setGroupColumnState(String) - Method in class com.citra.table.GroupTableHeader
Assigns the group column state as a string.
setGroupingColumns(int[]) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Assigns a new set of grouping columns.
setGroupingEnabled(boolean) - Method in class com.citra.table.TableAssistant
Sets a flag that is true if users are able to group/ungroup columns in the column dialog.
setHasAll(boolean) - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Determines whether the hierarchy has an 'All' member.
setHeader(JTableHeader) - Method in class com.citra.table.SortTableModel
Associates newTableHeader with this model.
setHeader(JTableHeader) - Method in class com.citra.table.TableAssistant
Associates newTableHeader with this instance of TableAssistant.
setHeaderDnd(DndSupport) - Method in class com.citra.pivot.PivotTableHeader
Assigns the dnd object offering drag and drop capabilities to the header.
setHeaderFilterValue(Object) - Method in class com.citra.filter.HeaderFilter
Assigns the filter value.
setHeaderListValue(Object) - Method in class com.citra.filter.HeaderFilter
Assigns the list value.
setHideColumnOnExpansion(boolean) - Method in class com.citra.table.group.TreeTableHeader
Determines a parent column's visibility when expanded.
setHidePopupOnSelection(boolean) - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the popup menu will be hidden after a selection is made.
setHierarchies(List) - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Assigns the hierarchies of this dimension.
setHierarchy(OlapHierarchyImpl) - Method in class com.citra.pivot.olap.metadata.impl.OlapLevelImpl
Assigns the hierarchy of this level.
setHierarchy(OlapHierarchy, int) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the area specified by type.
setHierarchy(OlapHierarchy, int, int) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the area specified by type at a location given by index.
setID(String) - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Assigns the object's id.
setIgnoreTime(boolean) - Method in class com.citra.comparators.DateComparator
Set whether time differences are to be ignored or not.
setInitialQuery(QuerySelection) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns the initial query from which a pivot table is formed.
setInt(int) - Method in class com.citra.filter.IntegerFilter
Sets the integer value used to match against Number objects.
setJavaDataType(Class) - Method in class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
Assigns the java data type of this measure.
setKeepSelectedDate(boolean) - Method in class com.citra.editors.JDateChooser
Determines whether the selected date should be kept, when changing the month or year.
setLeafAggregator(TableLeafAggregator) - Method in class com.citra.pivot.table.StandardTableMeasure
Assigns the object that aggregates the leaf members of the datasource.
setLevel(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Assigns a column to use the level mapper.
setLevel(OlapLevelImpl) - Method in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
Assigns the level of this member.
setLevelCount(int) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Determines the number of stacked columns that will be shown.
setLevels(List) - Method in class com.citra.pivot.olap.metadata.impl.OlapHierarchyImpl
Assigns the levels of this hierarchy.
setLevelValue(int, Object) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Convenience method for setting the header value of a column, based on its level.
setLocale(Locale) - Method in interface com.citra.pivot.olap.data.Connection
Assigns the java locale to use.
setLocale(Locale) - Method in class com.citra.pivot.table.TableConnection
Assigns the java locale to use.
setLockedColumns(int, int) - Method in class com.citra.table.locked.DefaultLockedTableModel
Assigns the locked columns at the top or bottom of the table.
setLockedColumns(int, int) - Method in interface com.citra.table.locked.LockedTableModel
Assigns the locked columns at the top or bottom of the table.
setLockedModel(LockedTableModel) - Method in class com.citra.table.AdvancedJScrollPane
Assigns a new locked table model.
setLockedRows(int, int) - Method in class com.citra.table.locked.DefaultLockedTableModel
Assigns the locked rows at the left or right of the table.
setLockedRows(int, int) - Method in interface com.citra.table.locked.LockedTableModel
Assigns the locked rows at the left or right of the table.
setLogging(boolean) - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Sets logging on/off.
setLong(long) - Method in class com.citra.filter.LongFilter
Sets the long value used to match against Number objects.
setMainComponent(Component) - Method in class com.citra.common.gui.SkinManager
Sets the main component that will be used to update every time the LF changes.
setMaskedNode(Object, Object) - Method in class com.citra.treetable.TreeTableModelMask
Assigns a new masked node.
setMaxColumns(int) - Method in class com.citra.table.TableAssistant
Sets the maximum number of columns that the column popup is going to display.
setMaximumCacheSize(int) - Method in class com.citra.table.cache.AbstractCache
Sets the current maximum cache size.
setMaximumGroups(int) - Method in class com.citra.tree.GroupingPanel
Sets the maximum number of combo boxes that are visible.
setMaximumGroups(int) - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Sets the maximum number of combo boxes that are visible.
setMaximumGroups(int) - Method in class com.citra.treetable.GroupingPanel
Sets the maximum number of combo boxes that are visible.
setMaximumGroups(int) - Method in class com.citra.treetable.NodeGroupingPanel
Sets the maximum number of combo boxes that are visible.
setMeasure(OlapMeasure) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns the default measure that is displayed in the pivot, when the measure dimension does not appear in either the row or column headers.
setMeasureDimension(OlapDimension) - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Assigns the measure dimension of this cube.
setMeasureDimension(boolean) - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Determines whether this dimension is the measure dimension.
setMeasures(List) - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Assigns the measures of this cube.
setMember(OlapEdge, Object) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Assigns a member to a given node.
setMemberCount(int) - Method in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
Assigns the children member count of this member.
setMinResizeHeight(int) - Method in class com.citra.table.Viewable
Assigns the minimum resize height.
setMinResizeWidth(int) - Method in class com.citra.table.Viewable
Assigns the minimum resize width.
setMinRowHeight(int) - Method in class com.citra.table.TableCellResizer
Determines the minimum row height a row is allowed to be resized to.
setMinWidth(int) - Method in class com.citra.table.ListRowHeader
Assigns the minimum width of the row header.
setMode(int) - Method in class com.citra.filter.StringFilter
Sets the mode of this StringFilter to mode.
setMode(int) - Method in class com.citra.table.search.TableSearch
Assigns the search mode.
setMode(int) - Method in class com.citra.treetable.UniqueTreeTableModel
Determines the mode that is used to build the level structure.
setModel(TreeModel) - Method in class com.citra.component.CheckBoxTree
Sets the TreeModel that will provide the data.
setModel(TreeModel) - Method in class com.citra.component.CheckBoxTreeSelectionModel
Assigns the tree model.
setModel(ComboBoxModel) - Method in class com.citra.component.CheckComboBox
Sets the data model that the JComboBox uses to obtain the list of items.
setModel(ButtonModel) - Method in class com.citra.component.TristateCheckBox
Sets the model that this button represents.
setModel(FilterListModel) - Method in class com.citra.filter.FilterHeaderModel
Assigns the filter list model that will be used to process the filter events.
setModel(TableModel) - Method in class com.citra.filter.FilterHeaderModel
Assigns the filterlist model that will be used to process the filter events.
setModel(FilterTreeTableModel) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Assigns the filter tree table model that will be used to provide the filtering.
setModel(TreeTableModel) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Assigns the filter tree table model that will be used to provide the filtering.
setModel(TableModel) - Method in class com.citra.pivot.table.TableDataSource
Assigns a table model to the datasource.
setModel(TableModel, boolean) - Method in class com.citra.pivot.table.TableDataSource
Assigns a table model to the datasource.
setModel(TableModel) - Method in class com.citra.table.AdvancedJTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(ListTableModel) - Method in class com.citra.table.FilterTableModel
Sets the underlying ListTableModel to newModel.
setModel(FilterTreeTableModel) - Method in class com.citra.table.group.ColumnFilterHeaderModel
Assigns the filter tree table model that will be used to provide the filtering.
setModel(FilterTreeTableModel) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Assigns the filter tree table model that will be used to provide the filtering.
setModel(ListModel) - Method in class com.citra.table.ListRowHeader
Sets the model that represents the contents or "value" of the list and clears the list selection after notifying PropertyChangeListeners.
setModel(ListTableModel) - Method in class com.citra.table.ListTableMap
Sets the underlying ListTableModel to newModel.
setModel(TableModel) - Method in class com.citra.table.remote.DefaultRemoteTableModel
Sets the underlying TableModel to newModel.
setModel(ListTableModel) - Method in class com.citra.table.SortTableModel
Sets the underlying ListTableModel to newModel.
setModel(TableModel) - Method in class com.citra.table.TableMap
Sets the underlying TableModel to newModel.
setModel(TreeTableModel) - Method in class com.citra.tree.Aggregator
Sets model as the TreeTableModel of this object.
setModel(TreeTableModel) - Method in class com.citra.tree.GroupingPanel
Sets the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
setModel(TableModel) - Method in class com.citra.tree.TreeTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModel(TreeTableModel) - Method in class com.citra.tree.TreeTableComparator
Sets model as the TreeTableModel of this object.
setModel(DefaultDatabaseTreeTableModel) - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Sets the DefaultDatabaseTreeTableModel that is used to define the list of database grouping columns.
setModel(DynamicTreeTableModel) - Method in class com.citra.treetable.DefaultCellAggregator
Sets model as the dynamic treetable model of this object.
setModel(DynamicTreeTableModel) - Method in class com.citra.treetable.DefaultTreeTableComparator
Sets model as the DynamicTreeTableModel of this object.
setModel(ListTableModel) - Method in class com.citra.treetable.DynamicTreeTableModel
Sets the underlying ListTableModel to newModel.
setModel(DynamicTreeTableModel) - Method in class com.citra.treetable.GroupingPanel
Sets the TreeTableModel that is used to add/remove DefaultTreeTableComparators.
setModel(ComparableTreeTableModel) - Method in class com.citra.treetable.NodeGroupingPanel
Sets the TreeTableModel that is used to add/remove TreeNodeComparators.
setModel(AggregateTreeTableModel) - Method in class com.citra.treetable.TreeNodeAggregator
Sets model as the aggregate treetable model of this object.
setModel(ComparableTreeTableModel) - Method in class com.citra.treetable.TreeNodeComparator
Sets model as the ComparableTreeTableModel of this object.
setModel(TableModel) - Method in class com.citra.treetable.TreeTable
Sets the data model for this table to newModel and registers with it for listener notifications from the new data model.
setModelIndex(int) - Method in class com.citra.treetable.TreeTableRow
Assigns a new model index attribute.
setMultipleSelection(boolean) - Method in class com.citra.component.CheckComboBox
Determines whether the combobox allows the selection of multiple values via checkboxes.
setMultipleSelection(int, boolean) - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the popup filter allows the selection of multiple filter values for a specific column.
setMultipleSelection(boolean) - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the popup filter allows the selection of multiple filter values.
setName(String) - Method in class com.citra.pivot.olap.DefaultOlapEdge
Assigns the edge's name.
setName(OlapTableModel, Object, String, int) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns the display value of a certain node in a model.
setName(String, Object) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Assigns a name to a given node.
setName(String) - Method in class com.citra.pivot.olap.metadata.impl.AbstractOlapObject
Assigns the object's name.
setName(String, Object) - Method in interface com.citra.pivot.olap.OlapTableModel
Assigns the name of the node.
setName(String) - Method in class com.citra.pivot.table.AbstractTableObject
Assigns the object's name.
setNegate(boolean) - Method in class com.citra.filter.StringFilter
Sets the negation behaviour of the filter.
setNextOffset(int) - Method in class com.citra.pivot.table.aggregator.MovingTotalAggregator
Assigns the offset to lead the current member.
setNode(int) - Method in class com.citra.filter.tree.DefaultColumnFilterMapper
Assigns a column to use the node mapper.
setNodeComparator(Comparator) - Method in class com.citra.treetable.UniqueTreeTableModel
Assigns the comparator that will be used to make out the unique nodes at each tree level.
setNodes(Object[]) - Method in class com.citra.filter.tree.NodeTableFilter
Assigns a new list of accepted nodes.
setNonContiguousCellSelection(boolean) - Method in class com.citra.table.AdvancedJTable
Determines whether non-contiguous cell selection is enabled.
setNonContiguousSelectionModel(NonContiguousSelectionModel) - Method in class com.citra.table.AdvancedJTable
Assigns a non-contiguous cell selection model to this table.
setNotFoundBackgroundColor(Color) - Method in class com.citra.table.search.AbstractSearchPanel
Assigns the background color of the search text field if the search string is not found.
setNotFoundForegroundColor(Color) - Method in class com.citra.table.search.AbstractSearchPanel
Assigns the foreground color of the search text field if the search string is not found.
setNullsPositionToStart(boolean) - Method in class com.citra.table.SortTableModel
Determines how null values will be sorted.
setNumber(Number) - Method in class com.citra.filter.DoubleFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.citra.filter.FloatFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.citra.filter.IntegerFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.citra.filter.LongFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.citra.filter.NumberFilter
Assigns a new Number object as the filter pattern.
setNumber(Number) - Method in class com.citra.filter.NumericalVisualFilter
Assigns the supplied number to the expression text field and to the number filter of this visual filter.
setNumberFormat(NumberFormat) - Method in class com.citra.filter.NumericalVisualFilter
Assigns a new numberformat.
setNumberFormat(NumberFormat) - Method in class com.citra.renderers.NumberRenderer
Assigns a new NumberFormat object.
setObjectAt(Object, Object, int) - Method in class com.citra.treetable.ListTreeTableModel
Sets the value for node at column to aValue.
setObjectAt(Object, Object, int) - Method in class com.citra.treetable.ObjectTreeTableModel
Sets the value for node at column to aValue.
setOddColor(Color) - Method in class com.citra.renderers.DefaultAggregateRenderer
Sets the color for painting the odd rows of the table.
setOddColor(Color) - Method in class com.citra.renderers.DefaultRenderer
Sets the color for painting the odd rows of the table.
setOddColor(Color) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Sets the color for painting the odd rows of the table.
setOddColor(Color) - Method in class com.citra.table.AdvancedJTable
Utility method to set the color for painting the odd rows of the table by looking for an instance of DefaultStyle in the style model's list of styles.
setOddColor(Color) - Method in class com.citra.table.styles.DefaultStyle
Sets the color for painting the odd rows of the table.
setOlapDataModel(OlapDataModel) - Method in class com.citra.pivot.olap.remote.RemoteOlapModel
Assigns the olap data model that the remote model will wrap.
setOlapDefinition(OlapDefinition) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns a new olap definition.
setOlapHierarchy(OlapHierarchy) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Assigns the model's hierarchy.
setOlapProvider(DefaultOlapProvider) - Method in class com.citra.pivot.olap.gui.HeaderDndSupport
Assigns the olap provider.
setOlapProvider(DefaultOlapProvider) - Method in class com.citra.pivot.olap.gui.OlapAssistant
Assigns the olap provider.
setOlapProvider(DefaultOlapProvider) - Method in class com.citra.pivot.olap.gui.OlapCubePanel
Assigns the olap provider.
setOlapProvider(DefaultOlapProvider) - Method in class com.citra.pivot.olap.gui.OlapFilterPanel
Assigns the olap provider.
setOlapProvider(OlapProvider) - Method in class com.citra.pivot.olap.OlapDataModel
Assigns a new olap provider.
setParent(GroupTableColumn) - Method in class com.citra.table.GroupTableColumn
Assigns a new parent group column.
setPartialIcon(Icon) - Method in class com.citra.component.TristateCheckBox
Assigns the icon to be used for partial selections.
setPartialSelection(boolean) - Method in class com.citra.component.CheckBoxTree
Turns partial selection on/off.
setPartialSelection(boolean) - Method in class com.citra.component.CheckBoxTreeSelectionModel
Turns partial selection on/off.
setPath(String) - Method in class com.citra.table.io.XMLExportManager
Sets the current path.
setPattern(String) - Method in class com.citra.filter.StringFilter
Sets the filter expression.
setPendingBackgroundColor(Color) - Method in class com.citra.pivot.olap.remote.RemoteOlapStyle
Assigns a new pending background color.
setPendingBackgroundColor(Color) - Method in class com.citra.table.remote.RemoteStyle
Assigns a new pending background color.
setPivotColumnAdapter(OlapColumnAdapter) - Method in class com.citra.pivot.olap.OlapDataModel
Assigns the column header to use.
setPivotRowAdapter(OlapRowAdapter) - Method in class com.citra.pivot.olap.OlapDataModel
Assigns the row header to use.
setPivotRowHeader(boolean) - Method in class com.citra.pivot.PivotTable
Determines whether to render the row header in pivot style.
setPivotRowRenderer(PivotRowHeaderRenderer) - Method in class com.citra.pivot.PivotTable
Assigns the renderer for displaying the rows of the pivot table's row header.
setPivotStyleModel(PivotStyleModel) - Method in class com.citra.pivot.PivotTable
Assigns the pivot style model.
setPopupVisible(boolean) - Method in class com.citra.component.CheckComboBox
Sets the visibility of the popup.
setPosition(int) - Method in interface com.citra.pivot.olap.data.OlapCursor
Moves the cursor to a specified position.
setPrecomputeMode(int) - Method in class com.citra.pivot.table.TableDataSource
Assigns the mode for precomputing aggregate values when the schema and cubes are first compiled.
setPreferredScrollableViewportSize(Dimension) - Method in class com.citra.table.JScrollablePanel
Sets the preferred size of the viewport for this panel.
setPreviousOffset(int) - Method in class com.citra.pivot.table.aggregator.MovingTotalAggregator
Assigns the offset to lag the current member.
setPriority(TableDimension, int) - Method in class com.citra.pivot.table.StandardTableMeasure
Assigns the aggregation priority for the given dimension.
setRangedModel(boolean) - Method in class com.citra.table.db.AbstractDatabaseTableModel
Tells the database model whether to use ranges when fetching data from the database.
setRangedModel(boolean) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Tells the database model whether to use ranges when fetching data from the database.
setRemoveOnInvisible(boolean) - Method in class com.citra.filter.FilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
setRemoveOnInvisible(boolean) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Determines whether the filter should be removed once the column is no longer visible in the table.
setRenderer(ListCellRenderer) - Method in class com.citra.component.CheckComboBox
Sets the renderer that paints the list items and the item selected from the list in the JComboBox field.
setRenderer(TableColumn) - Method in class com.citra.filter.FilterHeaderModel
Deprecated. this method is no longer used. A renderer is now installed on every column, whose appearance can be modified with the renderer wrapper created with the createFilterWrapper method.
setRenderer(TableColumn) - Method in class com.citra.filter.PopupFilterHeaderModel
Assigns a renderer for aColumn.
setRenderer(TableColumn) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Assigns a renderer for aColumn.
setRenderer(TableColumn) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Deprecated. this method is no longer used. A renderer is now installed on every column, whose appearance can be modified with the renderer wrapper created with the createFilterWrapper method.
setRenderer(TableCellRenderer) - Method in interface com.citra.renderers.TableCellRendererWrapper
Assigns a new cell renderer that this wrapper should contain.
setResetOnKeyInput(boolean) - Method in class com.citra.table.search.SearchPanel
Controls whether to reset the search when the text in the search box changes.
setResizeAllColumns(boolean) - Method in class com.citra.table.TableCellResizer
Determines whether all columns will be resized to the resizing column.
setResizeAllRows(boolean) - Method in class com.citra.table.TableCellResizer
Determines whether all rows will be resized to the resizing row.
setResizeMode(int) - Method in class com.citra.table.TableAssistant
Assigns the resize mode, when a user double clicks on a column border.
setResizeMode(int) - Method in class com.citra.table.TableCellResizer
Assigns the resize mode, when a user double clicks on a cell border.
setResizingColumn(TableColumn) - Method in class com.citra.table.GroupTableHeader
Sets the header's resizingColumn to aColumn.
setResolver(MDXResolver) - Method in class com.citra.pivot.olap.mdx.MDXDataSource
Assigns the class responsible for resolving selections.
setResourceBundle(String) - Static method in class com.citra.common.gui.TableResourceManager
Assigns the resource bundle given by resource with the default locale.
setResourceBundle(String, Locale) - Static method in class com.citra.common.gui.TableResourceManager
Assigns the resource bundle given by resource with the specified locale.
setResourceBundle(ResourceBundle) - Static method in class com.citra.common.gui.TableResourceManager
Assigns a new resource bundle.
setResourceBundle(String) - Static method in class com.citra.pivot.PivotResourceManager
Assigns the resource bundle given by resource with the default locale.
setResourceBundle(String, Locale) - Static method in class com.citra.pivot.PivotResourceManager
Assigns the resource bundle given by resource with the specified locale.
setResourceBundle(ResourceBundle) - Static method in class com.citra.pivot.PivotResourceManager
Assigns a new resource bundle.
setRoot(Object) - Method in class com.citra.treetable.AbstractTreeTableModel
Assigns a new root to the model.
setRootMember(OlapMember) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Assigns a new member to be used as the root.
setRootMember(OlapEdge) - Method in class com.citra.pivot.olap.DefaultOlapTableModel
Assigns a new member to be used as the root.
setRowAdapter(PivotRowAdapter) - Method in class com.citra.pivot.DefaultPivotTableModel
Assigns the model for the pivot table's row header.
setRowComparator(TreeTableComparator, int) - Method in class com.citra.tree.TreeTableModel
Sets a TreeTable comparator at index.
setRowComparator(TreeTableComparator, int) - Method in class com.citra.treetable.ComparableTreeTableModel
Sets a treetable comparator at index.
setRowComparator(TreeTableComparator, int) - Method in class com.citra.treetable.DynamicTreeTableModel
Sets a treetable comparator at index.
setRowHeader(JViewport) - Method in class com.citra.table.AdvancedJScrollPane
Removes the old rowHeader, if it exists.
setRowHeader(RowHeader) - Method in class com.citra.table.AdvancedJTable
Sets the RowHeader working with this JTable to newRowHeader.
setRowHeaderView(Component) - Method in class com.citra.table.AdvancedJScrollPane
Creates a row-header viewport if necessary, sets its view and then adds the row-header viewport to the scrollpane.
setRowHeight(int) - Method in class com.citra.tree.TreeTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHeight(int) - Method in class com.citra.treetable.TreeTable
Sets the height, in pixels, of all cells to rowHeight, revalidates, and repaints.
setRowHierarchy(OlapHierarchy) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the row header area.
setRowHierarchy(OlapHierarchy, int) - Method in class com.citra.pivot.olap.OlapDefinition
Assigns a hierarchy to the row header area, at a location specified by index.
setRowResizingEnabled(boolean) - Method in class com.citra.table.TableCellResizer
Determines whether row resizing is enabled.
setRows(List) - Method in class com.citra.table.ObjectTableModel
Assigns the 'row' data.
setRowSpan(int) - Method in class com.citra.table.span.CellSpan
Sets the number of rows this cell spans.
sets - Variable in class com.citra.pivot.olap.set.CrossSetSelection
the sets to cross join
sets - Variable in class com.citra.pivot.olap.set.UnionSetSelection
the sets to union
setSchema(OlapSchema) - Method in class com.citra.pivot.olap.gui.OlapSchemaPanel
Assigns the underlying schema.
setSchema(OlapSchema) - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Assigns the schema of this cube.
setSchema(TableSchema) - Method in class com.citra.pivot.table.TableDataSource
Assigns a new schema to the data source.
setScrollToSelection(boolean) - Method in class com.citra.table.TableReorder
Determines whether the table should scroll to the last selection after the cell selection has been restored.
setSearchModel(TableModel) - Method in class com.citra.table.search.TableSelector
Assigns the tabular search model to use when searching.
setSearchModel(TableModel) - Method in class com.citra.table.search.TableStyleSelector
Assigns the tabular search model to use when searching.
setSearchOnKey(boolean) - Method in class com.citra.table.search.VisualSeeker
Set key to true for search model events to be fired upon key detection.
setSearchOnKeyInput(boolean) - Method in class com.citra.table.search.SearchPanel
Determines whether to perform a search if a key is typed in the search box.
setSelectCurrentDateIfNull(boolean) - Method in class com.citra.editors.DateEditor
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
setSelectCurrentDateIfNull(boolean) - Method in class com.citra.filter.DateVisualFilter
Determines whether to select the current date when the date chooser is displayed, if the selected date is null.
setSelectedDate(Date) - Method in class com.citra.editors.JDateChooser
Selects and positions the date chooser to the specified date.
setSelectedValues(List) - Method in class com.citra.component.CheckComboBox
Assigns a list of values to the checkbox selection.
SetSelection - Interface in com.citra.pivot.olap.set
SetSelection defines a method for resolving an OlapSet from a DataSource connection.
setSelectionBackground(Color) - Method in class com.citra.pivot.PivotStyle
Assigns the selection background color.
setSelectionColor(Color) - Method in class com.citra.table.search.ColorStyle
Assigns the selection color.
setSelectionColor(Color) - Method in class com.citra.table.search.TableStyleSelector
Assigns the selection color.
setSelectionForeground(Color) - Method in class com.citra.pivot.PivotStyle
Assigns the selection foreground color.
SetSelectionList - Class in com.citra.pivot.olap.set
SetSelectionList is a list containing SetSelection objects.
SetSelectionList() - Constructor for class com.citra.pivot.olap.set.SetSelectionList
Constructs a SetSelectionList.
SetSelectionList(OlapSet) - Constructor for class com.citra.pivot.olap.set.SetSelectionList
Constructs a SetSelectionList.
SetSelectionList(SetSelection) - Constructor for class com.citra.pivot.olap.set.SetSelectionList
Constructs a SetSelectionList.
SetSelectionList(Collection) - Constructor for class com.citra.pivot.olap.set.SetSelectionList
Constructs a SetSelectionList.
setSelectionModel(ListSelectionModel) - Method in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
Sets the selection model.
setSelectRows(boolean) - Method in class com.citra.treetable.db.DatabaseTreeTableReorder
Determines whether or not the reorder will scan the whole tree to select previously selected rows.
setSendReorderEvent(boolean) - Method in class com.citra.table.ObjectTableModel
Determines if a reorder event should be sent when needed.
setSet(OlapSet) - Method in class com.citra.pivot.olap.set.SelfSetSelection
Assigns the wrapped set.
setShowButtonPress(boolean) - Method in class com.citra.table.SortTableButtonRenderer
Sets a flag that is true if the button should be pressed when clicked.
setShowChildren(boolean) - Method in class com.citra.table.GroupTableColumn
Assigns the visibility behaviour of the columns underneath this group column.
setShowChildren(boolean) - Method in class com.citra.treetable.NodeTreeTableModelMap
Determines whether to show the node's children.
setShowColumnGrandTotal(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the column grand total.
setShowColumnHeader(boolean) - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to display the column header.
setShowColumnHierarchyNames(boolean) - Method in class com.citra.pivot.PivotTable
Determines whether the hierarchy names shown on the column header will be displayed.
setShowColumnSeparator(boolean) - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to show the column separator.
setShowDatePanel(boolean) - Method in class com.citra.editors.JDateChooser
Specifies whether the date panel should be visible.
setShowDummyColumn(boolean) - Method in class com.citra.table.AdvancedJTable
Sets this table's showLastColumn flag.
setShowEmptyCells(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the empty row and column cells.
setShowEmptyColumnCells(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the empty column cells.
setShowEmptyRowCells(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the empty row cells.
setShowGrandTotals(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the row and column grand totals.
setShowGroup(boolean) - Method in class com.citra.table.ColumnChooser
Determines whether the group buttons will be shown.
setShowMore(boolean) - Method in class com.citra.table.TableAssistant
Sets a flag that is true if a menuitem (more) is to be added to the column popup, that provides more column options.
setShowMove(boolean) - Method in class com.citra.table.ColumnChooser
Determines whether the move buttons will be shown.
setShowPopup(boolean) - Method in class com.citra.table.TableAssistant
Sets a flag that is true if the column popup is to be shown.
setShowRootMembers(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the root member(s).
setShowRowGrandTotal(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the row grand total.
setShowRowHeader(boolean) - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to display the row header.
setShowRowHeader(boolean) - Method in class com.citra.table.AdvancedJTable
Sets whether or not the row header should be displayed.
setShowRowHierarchyNames(boolean) - Method in class com.citra.pivot.PivotTable
Determines whether the hierarchy names shown on the row header will be displayed.
setShowRowSeparator(boolean) - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to show the row separator.
setShowSeconds(boolean) - Method in class com.citra.editors.JDateChooser
Determines whether the date chooser will show and accept seconds in the time field box.
setShowSubTotal(OlapLevel, boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the sub totals for a given level.
setShowSummary(boolean) - Method in class com.citra.pivot.DefaultPivotTableModel
Determines whether to show the summary cell.
setShowTimePanel(boolean) - Method in class com.citra.editors.JDateChooser
Specifies whether the time panel should be visible.
setShowYear(boolean) - Method in class com.citra.pivot.table.context.QuarterContext
Determines whether the year will be shown along with the quarter.
setSort(OlapLevel, int, OlapMeasure, OlapTuple) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns the sorting that is applied on a certain level.
setSortableColumn(int, boolean) - Method in class com.citra.table.SortTableModel
Sets the sortability of a column.
setSorted(boolean) - Method in class com.citra.treetable.UniqueTreeTableModel
Determines whether the unique level values will be sorted.
setSortedIndexes(int[]) - Method in class com.citra.table.SortTableModel
Assigns the sorting indexes.
setSortMode(int) - Method in class com.citra.table.SortTableModel
Sets the sorting mode.
setSortStates(SortState[]) - Method in class com.citra.table.SortTableModel
Sets the sorting behaviour of the model using an array of SortStates.
setSortStatesAsString(String) - Method in class com.citra.table.SortTableModel
Sets the sorting behaviour of the model using a string as input.
setSortTableRenderer(SortTableRenderer) - Method in class com.citra.table.SortTableModel
Assigns the SortTableRenderer used to render the table header.
setSpaces(int) - Method in class com.citra.renderers.DefaultAggregateRenderer
Sets the number of spaces to add at the end of each cell.
setSpaces(int) - Method in class com.citra.renderers.DefaultRenderer
Sets the number of spaces to add at the end of each cell.
setSpaces(int) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Sets the number of spaces to add at the end of each cell.
setSpacing(boolean) - Method in class com.citra.renderers.DefaultAggregateRenderer
Tells the renderer whether to add spaces at the end of each cell.
setSpacing(boolean) - Method in class com.citra.renderers.DefaultRenderer
Tells the renderer whether to add spaces at the end of each cell.
setSpacing(boolean) - Method in class com.citra.renderers.DefaultTreeTableRenderer
Tells the renderer whether to add spaces at the end of each cell.
setSpanDrawer(SpanDrawer) - Method in class com.citra.table.AdvancedJTable
Sets the span drawer that is used to enable cell spanning.
setSpanModel(SpanModel) - Method in class com.citra.table.span.SpanDrawer
Sets the span model that this SpanDrawer queries to lookup the merged cells.
setSpannedColumn(int) - Method in class com.citra.table.span.CellSpan
Sets the spanned column.
setSpannedRow(int) - Method in class com.citra.table.span.CellSpan
Sets the spanned row.
setSQLFilterConverter(SQLFilterConverter) - Method in class com.citra.table.db.DefaultDatabaseTableModel
Assigns the object that will be used to convert a TableFilter to an sql 'where' clause.
setSQLFilterConverter(SQLFilterConverter) - Method in class com.citra.table.db.DistinctDatabaseTableModel
Assigns the object that will be used to convert a TableFilter to an sql 'where' clause.
setSQLFilterConverter(SQLFilterConverter) - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
Assigns the object that will be used to convert a TableFilter to an sql 'where' clause.
setState(int) - Method in class com.citra.component.TristateButtonModel
Assigns the state of the model.
setState(int) - Method in class com.citra.component.TristateCheckBox
Assigns the state of the checkbox to the model.
setStringFilter(StringFilter) - Method in class com.citra.table.search.SearchPanel
Assigns the string filter.
setStyle(ColorStyle) - Method in class com.citra.table.search.TableStyleSelector
Assigns the style that will be used to paint the matching cells.
setStyleModel(StyleModel) - Method in class com.citra.table.AdvancedJTable
Sets a new style model to be used.
setSupportedLocales(Collection) - Method in class com.citra.pivot.olap.metadata.impl.OlapCubeImpl
Assigns the supported locales of this cube.
setSynchWithLevelFilters(boolean) - Method in class com.citra.table.group.ColumnFilterHeaderModel
Determines whether the header model will synch its level filters with the node filters.
setSynchWithNodeFilters(boolean) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Determines whether the header model will synch its level filters with the node filters.
setTable(PivotTable) - Method in class com.citra.pivot.olap.gui.OlapAssistant
Assigns the pivot table.
setTable(JTable) - Method in class com.citra.table.AdvancedTableHeader
Sets the table associated with this header.
setTable(JTable) - Method in class com.citra.table.GroupTableHeader
Sets the table associated with this header.
setTable(JTable) - Method in class com.citra.table.JTableRowHeader
Sets the table associated with this header.
setTable(JTable) - Method in class com.citra.table.ListRowHeader
Assigns a table to the rowheader's view component.
setTable(JTable) - Method in interface com.citra.table.RowHeader
Assigns a table to the rowheader's view component.
setTable(JTable) - Method in class com.citra.table.search.SearchTablePanel
Assigns a table to the SearchTablePanel.
setTable(JTable) - Method in class com.citra.table.search.TableSelector
Assigns the table.
setTable(JTable) - Method in class com.citra.table.search.TableStyleSelector
Assigns the table.
setTable(JTable) - Method in class com.citra.table.span.SpanDrawer
Assigns the associated table.
setTable(JTable) - Method in class com.citra.table.TableAssistant
Assigns a new table to the assistant.
setTable(JTable) - Method in class com.citra.table.TableCellResizer
Assigns the table to be resized.
setTable(JTable) - Method in class com.citra.table.TableReorder
Sets the table to newTable
setTable(JTable) - Method in class com.citra.treetable.db.DatabaseTreeTableReorder
Sets the table to newTable
setTable(JTable) - Method in class com.citra.treetable.DefaultTreeTableReorder
Sets the table to newTable
setTable(JTable) - Method in class com.citra.treetable.TreeTableReorder
Sets the table to newTable
setTableAssistant(TableAssistant) - Method in class com.citra.table.AdvancedJTable
Assigns the table assistant instance associated with this table.
setTableCache(DefaultTableCache) - Method in class com.citra.table.cache.CachedListTableModel
Assigns the cache store that will be used for caching the underlying list table model.
setTableCache(DefaultTableCache) - Method in class com.citra.table.cache.CachedTableModel
Assigns the cache store that will be used for caching the underlying table model.
setTableFilter(TableFilter) - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Initializes the visual controls to the values contained in the supplied table filter.
setTableFilter(TableFilter) - Method in class com.citra.filter.auto.JAutoFilter
Assigns a new tablefilter object to the currently showing auto filter panel component.
setTableFilter(TableFilter) - Method in class com.citra.filter.BooleanVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.citra.filter.DateVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.citra.filter.GenericVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.citra.filter.HeaderFilter
Assigns the table filter.
setTableFilter(TableFilter) - Method in class com.citra.filter.NumericalVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.citra.filter.StringVisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.citra.filter.VisualFilter
This method should modify the visual control's values to those corresponding to the supplied TableFilter object.
setTableFilter(TableFilter) - Method in class com.citra.table.FilterTableModel
Assigns a new table filter.
setTableFilters(List) - Method in class com.citra.filter.FilterHeaderModel
Assigns a list of filters to the model.
setTableFormatter(TableFormatter) - Method in class com.citra.pivot.table.TableDataSource
Assigns a new formatter.
setTableHeader(FilterTableHeader) - Method in class com.citra.filter.FilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.citra.filter.PopupFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(JTableHeader) - Method in class com.citra.table.AdvancedJTable
Sets the tableHeader working with this JTable to newHeader.
setTableHeader(FilterTableHeader) - Method in class com.citra.table.group.ColumnFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableHeader(FilterTableHeader) - Method in class com.citra.table.group.LevelColumnFilterHeaderModel
Associates a header that will be used for displaying a visual representation of a filter on columns.
setTableReorder(TableReorder) - Method in class com.citra.table.AdvancedJTable
Assigns a table reorder that will handle table selection changes.
setTableReorder(TableReorder) - Method in class com.citra.treetable.TreeTable
Assigns a table reorder that will handle table selection changes.
setTableState(String) - Method in class com.citra.table.AdvancedJTable
Set which columns will be shown and their corresponding widths.
setText(String) - Method in class com.citra.renderers.DefaultRenderer
Defines the single line of text this renderer will display.
setTheme(String) - Method in class com.citra.common.gui.SkinManager
Sets the theme to themeName.
setTheme(String, boolean) - Method in class com.citra.common.gui.SkinManager
Sets the theme to themeName.
setThrowsException(boolean) - Method in class com.citra.table.ListTableModelWrapper
Assigns the behaviour of the model when the ListTableModel methods are called.
setTopBottom(OlapLevel, int, OlapMeasure, int) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Assigns the top/bottom transform that is applied on a certain level.
setTree(JTree) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Sets a new tree.
setTree(JTree) - Method in class com.citra.treetable.TreeTableModelAdapter
Sets a new tree.
setTreeColumn(int) - Method in class com.citra.treetable.TreeTable
Assigns the column that contains the tree.
setTreeHeaderFactory(TreeTableHeaderRendererFactory) - Method in class com.citra.table.group.TreeTableHeader
Assigns a new factory for creating TreeTableHeaderRenderers.
setTreeModel(TreeModel) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Sets the underlying tree model to newModel
setTreeModel(TreeModel) - Method in class com.citra.treetable.TreeModelMap
Sets the underlying tree model to newModel
setTreeModel(TreeModel) - Method in class com.citra.treetable.TreeTableModelMap
Sets the underlying tree model to newModel
setTreeTableColumnModel(TreeTableColumnModel) - Method in class com.citra.table.group.ColumnNodeFilterMapper
Assigns a new treetable column model.
setTreeTableColumnModel(TreeTableColumnModel) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Sets a new treetable column model.
setTreeTableColumnModel(TreeTableColumnModel) - Method in class com.citra.table.group.TreeColumnModelMask
Assigns a new underlying treetable column model
setTreeTableColumnModels(TreeTableColumnModel[]) - Method in class com.citra.pivot.DefaultPivotColumnAdapter
Sets a new column model array.
setTreeTableModel(TreeTableModel) - Method in class com.citra.treetable.TreeTable
Assigns a new TreeTableModel.
setTreeTableModel(TreeTableModel) - Method in class com.citra.treetable.TreeTableModelAdapter
Sets a new treetable model.
setTreeTableModel(TreeTableModel) - Method in class com.citra.treetable.TreeTableModelMap
Sets the underlying tree table model to treeTableModel.
setTreeTableModel(TreeTableModel) - Method in class com.citra.treetable.TreeTableModelMask
Assigns a new underlying treetable model
setTreeTableModel(TreeTableModel) - Method in class com.citra.treetable.UniqueTreeTableModel
Assigns a new underlying treetable model
setTreeTableModels(TreeTableModel[]) - Method in class com.citra.pivot.DefaultPivotRowAdapter
Sets a new treetable model array.
setUndefHierarchy(OlapHierarchy) - Method in class com.citra.pivot.olap.OlapDefinition
Removes a hierarchy from a pivot area.
setUnfilteredColor(Color) - Method in class com.citra.filter.DefaultFilterRenderer
Assigns the color of the arrow button for columns that do not have filters.
setUnfilteredColor(Color) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Assigns the color of the arrow button for columns that do not have filters.
setUpdateComponents(boolean) - Static method in class com.citra.common.gui.TableResourceManager
Determines whether the components that make use of the Citra Table resource bundle will re-initialize themselves with the new property values, when their UI is updated.
setUpdateComponents(boolean) - Static method in class com.citra.pivot.PivotResourceManager
Determines whether the components that make use of the Citra Pivot resource bundle will re-initialize themselves with the new property values, when their UI is updated.
setUpdateSelections(boolean) - Method in class com.citra.table.span.SpanDrawer
Tells the drawer to update the cell selection evenly after a cell selection.
setUseComboBox(boolean) - Method in class com.citra.filter.DateVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
setUseComboBox(boolean) - Method in class com.citra.filter.GenericVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
setUseComboBox(boolean) - Method in class com.citra.filter.NumericalVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
setUseComboBox(boolean) - Method in class com.citra.filter.StringVisualFilter
Determines whether a text field or a combo box is used to enter filter values.
setUseComparisonText(boolean) - Method in class com.citra.filter.DateVisualFilter
Determines whether to display comparison texts or symbols.
setUseComparisonText(boolean) - Method in class com.citra.filter.NumericalVisualFilter
Determines whether to display comparison texts or symbols.
setUseFormattedValue(OlapMeasure, boolean) - Method in class com.citra.pivot.olap.OlapCellRenderer
Determines whether the renderer will use the formatted values of an olap cell when rendering, for the given measure.
setUseInline(boolean) - Method in class com.citra.filter.DefaultFilterRenderer
Determines whether the arrow button will be displayed inside the renderer or a separate component will be used.
setUseRollOver(boolean) - Method in class com.citra.filter.DefaultFilterRenderer
Determines whether the arrow button will be visible only if the user rolls over the column with the mouse.
setUseSeparateComponent(boolean) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Defines whether a separate component is used to layout the expansion control.
setUseSpan(boolean) - Method in class com.citra.table.span.SpanDrawer
Sets the spanning behaviour of the span model.
setUseVisualTotals(boolean) - Method in class com.citra.pivot.olap.DefaultOlapProvider
Determines whether to show the visual totals.
setValue(Object) - Method in class com.citra.renderers.DateRenderer
Sets the String object for the cell being rendered to value.
setValue(Object) - Method in class com.citra.renderers.NumberRenderer
Sets the Number object for the cell being rendered to value.
setValue(Object) - Method in class com.citra.renderers.SizeRenderer
Sets the String object for the cell being rendered to value.
setValueAt(Object, int, int) - Method in class com.citra.pivot.DefaultPivotTableModel
 
setValueAt(Object, int, int) - Method in class com.citra.table.FilterTableModel
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.citra.table.ListTableMap
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.citra.table.ObjectTableModel
Assigns aValue to the object at columnIndex and rowIndex.
setValueAt(Object, Object, int) - Method in class com.citra.table.ObjectTableModel
Sets the value of Object o at index to aValue
setValueAt(Object, Object, int) - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, int, int) - Method in class com.citra.table.SortTableModel
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.citra.table.TableMap
Returns tableModel.setValueAt
setValueAt(Object, int, int) - Method in class com.citra.tree.TreeTableModel
Sets the value in the cell at columnIndex and rowIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.DefaultMutableTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.DynamicTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.MutableTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.ObjectTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.SingleTreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, Object, int) - Method in interface com.citra.treetable.TreeTableModel
Sets the value for node at columnIndex to aValue.
setValueAt(Object, int, int) - Method in class com.citra.treetable.TreeTableModelAdapter
This empty implementation is provided so users don't have to implement this method if their data model is not editable.
setValueAt(Object, Object, int) - Method in class com.citra.treetable.TreeTableModelMap
Sets the value for node at columnIndex to aValue.
setValueForLocale(Locale, String) - Method in class com.citra.pivot.table.context.SingleGroupContext
Assigns the value for the single member for a given locale.
setValues(Object[]) - Method in class com.citra.filter.ValuesTableFilter
Assigns the list of accepted values.
setViewableModel(ViewableModel) - Method in class com.citra.table.ViewableResizer
Assigns a new viewable model.
setViewport(JViewport) - Method in class com.citra.table.AdvancedJScrollPane
Removes the old viewport (if there is one); forces the viewPosition of the new viewport to be in the +x,+y quadrant; syncs up the row and column headers (if there are any) with the new viewport; and finally syncs the scrollbars and headers with the new viewport.
setViewportView(Component) - Method in class com.citra.table.AdvancedJScrollPane
Creates a viewport if necessary and then sets its view.
setWeights(List) - Method in class com.citra.pivot.table.aggregator.Functions.ScaledSumFunction
Assigns a new set of weights.
setWeights(List) - Method in class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
Assigns a new set of weights.
setWeights(List) - Method in class com.citra.pivot.table.aggregator.Functions.WeightedSumFunction
Assigns a new set of weights.
setWriteHeader(boolean) - Method in class com.citra.table.io.DelimitedExportManager
Assigns a variable that is true if the column values of the table model will be output as well.
shouldApplyFilter() - Method in class com.citra.filter.BooleanVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.citra.filter.DateVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.citra.filter.GenericVisualFilter
Returns true if the current filter should be applied, false otherwise. Sometimes, can opt NOT to filter, e.g. if a number or a date is not parseable.
shouldApplyFilter() - Method in class com.citra.filter.NumericalVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.citra.filter.StringVisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldApplyFilter() - Method in class com.citra.filter.VisualFilter
Returns true if the current filter should be applied, false otherwise.
shouldFilter(Object) - Method in class com.citra.treetable.DefaultFilterTreeTableModel
Determines on which occasions the filter treetable model should apply the filter.
shouldProcess - Variable in class com.citra.treetable.DefaultTreeTableReorder
 
shouldProcessEvent(MouseEvent) - Method in class com.citra.filter.AndFilterHeaderCallback
Determines whether the mouse event generated on the table's header should be propagated.
shouldProcessEvent(MouseEvent) - Method in interface com.citra.filter.FilterHeaderCallback
Determines whether the mouse event generated on the table's header should be propagated.
shouldProcessEvent(MouseEvent) - Method in class com.citra.filter.PopupFilterHeaderModel
Determines whether the mouse event generated on the table's header should be propagated.
shouldProcessEvent(MouseEvent) - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Determines whether the mouse event generated on the table's header should be propagated.
shouldSelectCell(EventObject) - Method in class com.citra.editors.DateEditor
Returns true.
shouldSort(Object) - Method in class com.citra.treetable.DefaultSortTreeTableModel
Determines on which occasions the sort treetable model should sort the supplied node.
shouldToggleExpand(int, int, EventObject, boolean) - Method in class com.citra.pivot.PivotTable
This method determines the situation under which a pivot table's node is expanded/collapsed.
shouldToggleExpand(int, int, EventObject, boolean) - Method in class com.citra.treetable.TreeTable
This method determines the situation under which a treetable's node is expanded/collapsed.
showButton - Variable in class com.citra.table.ColumnChooser
the button for showing columns
showButtonPress - Variable in class com.citra.table.SortTableButtonRenderer
boolean flag that when true, the buttons are pressed when clicked.
showChildren - Variable in class com.citra.table.GroupTableColumn
boolean that controls the visibility of the columns underneath this group column.
showChildren - Variable in class com.citra.treetable.NodeTreeTableModelMap
determines whether to show the node's children
showColumnDialog() - Method in class com.citra.table.TableAssistant
Makes the column dialog visible.
showColumnGrandTotal - Variable in class com.citra.pivot.olap.DefaultOlapProvider
whether to show the column grand total
showColumnHeader - Variable in class com.citra.pivot.DefaultPivotTableModel
whether to display the column header
showColumnHierarchyNames - Variable in class com.citra.pivot.PivotTable
whether to show the column hierarchy names
showColumnSeparator - Variable in class com.citra.pivot.DefaultPivotTableModel
whether to show the column separator
showDatePanel - Variable in class com.citra.editors.JDateChooser
flag that controls the date panel's visibility.
showEmptyColumnCells - Variable in class com.citra.pivot.olap.DefaultOlapProvider
whether to show the empty column cells
showEmptyRowCells - Variable in class com.citra.pivot.olap.DefaultOlapProvider
whether to show the row empty cells
showGroup - Variable in class com.citra.table.ColumnChooser
determines whether the group buttons will be shown
showMore - Variable in class com.citra.table.TableAssistant
flag to indicate whether a menuitem is to be added to the column popup, that provides more column options.
showMove - Variable in class com.citra.table.ColumnChooser
determines whether the move buttons will be shown
showPopup(Point, int, int) - Method in class com.citra.filter.PopupFilterHeaderModel
Shows the filter popup for column at the specified location.
showRootMembers - Variable in class com.citra.pivot.olap.DefaultOlapProvider
whether to show the root member(s)
showRowGrandTotal - Variable in class com.citra.pivot.olap.DefaultOlapProvider
whether to show the row grand total
showRowHeader - Variable in class com.citra.pivot.DefaultPivotTableModel
whether to display the row header
showRowHeader - Variable in class com.citra.table.AdvancedJTable
boolean flag to indicate whether the row header should be visible.
showRowHierarchyNames - Variable in class com.citra.pivot.PivotTable
whether to show the row hierarchy names
showRowSeparator - Variable in class com.citra.pivot.DefaultPivotTableModel
whether to show the row separator
showSummary - Variable in class com.citra.pivot.DefaultPivotTableModel
whether to show the summary cell
showTimePanel - Variable in class com.citra.editors.JDateChooser
flag that controls the time panel's visibility.
showYear - Variable in class com.citra.pivot.table.context.QuarterContext
indicates whether year should be
SIBLINGS - Static variable in interface com.citra.pivot.olap.set.SelectionConstants
constant indicating that the siblings of a member are selected
SINGLE_SORT - Static variable in class com.citra.table.SortTableModel
Defines single sort mode.
SingleColumnContext - Class in com.citra.pivot.table.context
SingleColumnContext is a context that extracts member values, based on a single column of the rows of a table model.
SingleColumnContext(int) - Constructor for class com.citra.pivot.table.context.SingleColumnContext
Constructs a SingleColumnContext with extractColumn as the column holding the member name, caption and extract value.
SingleColumnContext(int, int) - Constructor for class com.citra.pivot.table.context.SingleColumnContext
Constructs a SingleColumnContext with extractColumn as the column holding the extract value and nameColumn the member's name and caption.
SingleColumnContext(int, int, int) - Constructor for class com.citra.pivot.table.context.SingleColumnContext
Constructs a SingleColumnContext with extractColumn as the column holding the extract value, nameColumn the member's name and captionColumn the member's caption.
SingleColumnContext(int, int, int, Comparator) - Constructor for class com.citra.pivot.table.context.SingleColumnContext
Constructs a SingleColumnContext with extractColumn as the column holding the extract value, nameColumn the member's name and captionColumn the member's caption.
SingleColumnContext(int, Comparator) - Constructor for class com.citra.pivot.table.context.SingleColumnContext
Constructs a SingleColumnContext with extractColumn as the column holding the member name, caption and extract value.
SingleGroupContext - Class in com.citra.pivot.table.context
SingleGroupContext is a context that will extract a single value from a table model.
SingleGroupContext(String) - Constructor for class com.citra.pivot.table.context.SingleGroupContext
Constructs a SingleGroupContext.
SingleSetSelection - Class in com.citra.pivot.olap.set
SingleSetSelection is a selection that returns members from a single hierarchy only.
SingleSetSelection() - Constructor for class com.citra.pivot.olap.set.SingleSetSelection
Constructs a SingleSetSelection with no given member as basis, having SELF as the selection operator.
SingleSetSelection(MemberSelection) - Constructor for class com.citra.pivot.olap.set.SingleSetSelection
Constructs a SingleSetSelection with a given member as basis, having SELF as the selection operator.
SingleSetSelection(MemberSelection, int) - Constructor for class com.citra.pivot.olap.set.SingleSetSelection
Constructs a SingleSetSelection with a given member as basis, and a list of operators from SelectionConstants.
SingleSetSelection(OlapMember) - Constructor for class com.citra.pivot.olap.set.SingleSetSelection
Constructs a SingleSetSelection with a given member as basis, having SELF as the selection operator.
SingleSetSelection(OlapMember, int) - Constructor for class com.citra.pivot.olap.set.SingleSetSelection
Constructs a SingleSetSelection with a given member as basis, and a list of operators from SelectionConstants.
SingleTreeTableModel - Class in com.citra.treetable
SingleTreeTableModel is a TreeTableModel that uses a single userObject to display on every column.
SingleTreeTableModel() - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
SingleTreeTableModel(String) - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
SingleTreeTableModel(String, Class) - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
SingleTreeTableModel(DefaultMutableTreeNode) - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
SingleTreeTableModel(String[]) - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
SingleTreeTableModel(String[], Class[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
SingleTreeTableModel(String[], DefaultMutableTreeNode) - Constructor for class com.citra.treetable.SingleTreeTableModel
Constructs a SingleTreeTableModel.
singleValue - Variable in class com.citra.pivot.table.context.SingleGroupContext
the default value to use as the single member's value
sizeColumnsToFit(int) - Method in class com.citra.table.AdvancedJTable
Obsolete as of Java 2 platform v1.4.
SizeRenderer - Class in com.citra.renderers
SizeRenderer is a table cellrenderer suitable for displaying the length of a file.
SizeRenderer() - Constructor for class com.citra.renderers.SizeRenderer
Constructs a SizeRenderer.
SkinManager - Class in com.citra.common.gui
A SkinManager.
SkinPanel - Class in com.citra.common.gui
A panel for selecting different skins.
SkinPanel() - Constructor for class com.citra.common.gui.SkinPanel
Constructs a SkinPanel.
SkinTristateCheckBox - Class in com.citra.component
SkinTristateCheckBox is a sample class that can be used with the SkinLookAndFeel.
SkinTristateCheckBox() - Constructor for class com.citra.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String) - Constructor for class com.citra.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String, int) - Constructor for class com.citra.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String, Icon) - Constructor for class com.citra.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
SkinTristateCheckBox(String, Icon, int) - Constructor for class com.citra.component.SkinTristateCheckBox
Creates a SkinTristateCheckBox.
sort(int, int) - Method in class com.citra.table.SortTableModel
Tells the model to change sorting on a column or columns.
SORT_OPTION - Static variable in class com.citra.treetable.dir.DirectoryTreeTable
int mask that defines sorting
sortData() - Method in class com.citra.table.SortTableModel
Sorts the data.
sorted - Variable in class com.citra.treetable.UniqueTreeTableModel
flag indicating whether the unique level values will be sorted
sorterMoved(MouseEvent) - Method in class com.citra.table.SortTableModel
This method is called when the mouse is being moved on the sortable header.
sorterPressed(MouseEvent) - Method in class com.citra.table.SortTableModel
This method is called when a mouse button is pressed on the sortable header.
sorterReleased(MouseEvent) - Method in class com.citra.table.SortTableModel
This method is called when a mouse button is released on the sortable header.
SortListModel - Interface in com.citra.table
This interface defines methods for comparing the rows of a tablemodel.
sortMode - Variable in class com.citra.pivot.olap.OlapSort
the sorting mode
SortState - Class in com.citra.table
SortState is a class that holds information about the sorting state of a table column.
SortState(int) - Constructor for class com.citra.table.SortState
Constructs a SortState with field indicating the view index of the table column that we want to sort.
SortState(int, boolean) - Constructor for class com.citra.table.SortState
Constructs a SortState with field indicating the view index of the table column that we want to sort.
SortTableButtonRenderer - Class in com.citra.table
A SortTableRenderer implementation that uses JButtons in order to render the table header.
SortTableButtonRenderer() - Constructor for class com.citra.table.SortTableButtonRenderer
Constructs a SortTableButtonRenderer.
SortTableModel - Class in com.citra.table
SortTableModel offers sorting capabilities to a table.
SortTableModel(ListTableModel) - Constructor for class com.citra.table.SortTableModel
Constructs a SortTableModel with tableModel as the TableModel that holds the tabular data.
SortTableModel(ListTableModel, JTableHeader) - Constructor for class com.citra.table.SortTableModel
Constructs a SortTableModel with tableModel as the TableModel that holds the tabular data and tableHeader as the JTable's header.
SortTableModel.SorterMouseHandler - Class in com.citra.table
The default mouse listener for processing mouse events on the header.
SortTableModel.SorterMouseHandler() - Constructor for class com.citra.table.SortTableModel.SorterMouseHandler
 
SortTableModel.SortTableButtonRendererFactory - Class in com.citra.table
A cell renderer factory that creates SortTableButtonRenderer objects.
SortTableModel.SortTableButtonRendererFactory() - Constructor for class com.citra.table.SortTableModel.SortTableButtonRendererFactory
Creates a SortTableButtonRendererFactory.
SortTableRenderer - Class in com.citra.table
SortTableRenderer is responsible for drawing the columns of the table header.
SortTableRenderer() - Constructor for class com.citra.table.SortTableRenderer
Constructs a SortTableRenderer object to be used in drawing the columns of the table header.
SortTreeTableModel - Interface in com.citra.treetable
SortTreeTableModel is an interface that a treetable model with sorting capabilities should implement.
source - Variable in class com.citra.pivot.olap.gui.OlapDesignerPanel
the underlying datasource
space - Variable in class com.citra.renderers.DefaultRenderer
a string that holds the number of spaces
spacing - Variable in class com.citra.renderers.DefaultRenderer
boolean flag that indicates if spaces are added at the end of each cell
spanChanged(SpanModelEvent) - Method in interface com.citra.table.span.SpanModelListener
Called whenever the cells of a table have been merged or split.
spanDrawer - Variable in class com.citra.table.AdvancedJTable
the span drawer.
SpanDrawer - Class in com.citra.table.span
SpanDrawer is used to enable cell spanning for a JTable.
SpanDrawer() - Constructor for class com.citra.table.span.SpanDrawer
Constructs a default SpanDrawer.
SpanDrawer(JTable) - Constructor for class com.citra.table.span.SpanDrawer
Constructs a default SpanDrawer.
SpanDrawer(JTable, SpanModel) - Constructor for class com.citra.table.span.SpanDrawer
Constructs a default SpanDrawer.
spanModel - Variable in class com.citra.table.span.SpanDrawer
the span model.
SpanModel - Interface in com.citra.table.span
The SpanModel interface specifies the methods the SpanDrawer will use to discover which cells of the table are spanned.
SpanModelEvent - Class in com.citra.table.span
An event used to identify which cells were merged or split.
SpanModelEvent(SpanModel) - Constructor for class com.citra.table.span.SpanModelEvent
Constructs an UPDATE SpanModelEvent with a cellspan covering all cells of the table.
SpanModelEvent(SpanModel, CellSpan, int) - Constructor for class com.citra.table.span.SpanModelEvent
Constructs an UPDATE SpanModelEvent having cellSpan as the cellspan and type as the type of the event (UPDATE, INSERT, DELETE).
SpanModelListener - Interface in com.citra.table.span
SpanModelListener is the listener that is notified when the cells of a table are merged or split.
spannedColumn - Variable in class com.citra.table.span.CellSpan
the cell's spanned column.
spannedRow - Variable in class com.citra.table.span.CellSpan
the cell's spanned row.
SQLFilterConverter - Class in com.citra.table.db
SQLFilterConverter is a utility class that converts a TableFilter into an SQL string.
SQLFilterConverter() - Constructor for class com.citra.table.db.SQLFilterConverter
Constructs an SQLFilterConverter.
StandardMeasureAggregator - Interface in com.citra.pivot.table
StandardMeasureAggregator defines methods for aggregating the standard measures of a table datasource.
StandardTableMeasure - Class in com.citra.pivot.table
StandardTableMeasure represents a standard measure of a table datasource.
start() - Method in class com.citra.pivot.olap.remote.RemotePendingIndicator
Starts the animation.
start() - Method in class com.citra.table.remote.PendingIndicator
Starts the animation.
STARTED - Static variable in class com.citra.pivot.olap.remote.RemoteOlapEvent
an integer representing a 'started' remote action.
STARTED - Static variable in class com.citra.table.remote.RemoteTableEvent
an integer representing a 'started' remote action.
state - Variable in class com.citra.component.TristateButtonModel
the current state of the model
statusLabel - Variable in class com.citra.pivot.olap.remote.RemoteOlapPanel
the label
statusLabel - Variable in class com.citra.table.remote.StatusPanel
the label
StatusPanel - Class in com.citra.table.remote
StatusPanel is a JPanel that shows the current status of a RemoteTableModel or RemoteTreeTableModel.
StatusPanel() - Constructor for class com.citra.table.remote.StatusPanel
Constructs a StatusPanel.
stop() - Method in class com.citra.pivot.olap.remote.RemotePendingIndicator
Stops the animation.
stop() - Method in class com.citra.table.remote.DefaultRemoteTableModel
Stops the thread that asynchronously queries the underlying cacheable table model.
stop() - Method in class com.citra.table.remote.DefaultRemoteTreeTableModel
Stops the thread that asynchronously queries the underlying cacheable treetable model.
stop() - Method in class com.citra.table.remote.PendingIndicator
Stops the animation.
stopCellEditing() - Method in class com.citra.editors.DateEditor
Calls fireEditingStopped and returns true.
STOPPED - Static variable in class com.citra.pivot.olap.remote.RemoteOlapEvent
an integer representing a 'stopped' remote action.
STOPPED - Static variable in class com.citra.table.remote.RemoteTableEvent
an integer representing a 'stopped' remote action.
storeCellSelections - Variable in class com.citra.event.ReorderEvent
flag to indicate whether the reorder listener will store the cell selections
storeCheckBoxSelections - Variable in class com.citra.event.ReorderEvent
flag to indicate whether the reorder listener will store the selected nodes of the checkbox tree
storeExpandedNodes - Variable in class com.citra.event.ReorderEvent
flag to indicate whether the reorder listener will store the expanded tree nodes
STRING - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing a string
string - Variable in class com.citra.pivot.olap.set.OrderSetSelection
the string selection that the ordering depends on
StringAutoFilterPanel - Class in com.citra.filter.auto
StringAutoFilterPanel uses a StringVisualFilter with a combo box filled with available filter values.
StringAutoFilterPanel() - Constructor for class com.citra.filter.auto.StringAutoFilterPanel
Constructs a new StringAutoFilterPanel.
StringAutoFilterPanel(String) - Constructor for class com.citra.filter.auto.StringAutoFilterPanel
Constructs a new StringAutoFilterPanel.
StringComparator - Class in com.citra.comparators
This class compares two strings lexicographically.
StringComparator() - Constructor for class com.citra.comparators.StringComparator
Creates a case-insensitive String comparator.
StringComparator(boolean) - Constructor for class com.citra.comparators.StringComparator
Creates a String comparator.
StringFilter - Class in com.citra.filter
A string filter.
StringFilter() - Constructor for class com.citra.filter.StringFilter
Constructs a StringFilter with a default CONTAINS mode and no negation.
StringFilter(String) - Constructor for class com.citra.filter.StringFilter
Constructs a StringFilter with a default CONTAINS mode, no negation and a string pattern equal to pattern.
stringFilter - Variable in class com.citra.filter.StringVisualFilter
a string filter object used to filter Strings.
stringFilter - Variable in class com.citra.table.search.SearchPanel
the string filter used for searching
stringFilter - Variable in class com.citra.table.search.StringVisualSeeker
a string filter object used to filter Strings.
StringSelection - Interface in com.citra.pivot.olap.string
StringSelection defines a method for retrieving a string from a DataSource connection.
StringVisualFilter - Class in com.citra.filter
A VisualFilter for String values.
StringVisualFilter() - Constructor for class com.citra.filter.StringVisualFilter
Constructs a StringVisualFilter.
StringVisualFilter(boolean) - Constructor for class com.citra.filter.StringVisualFilter
Constructs a StringVisualFilter.
StringVisualSeeker - Class in com.citra.table.search
A VisualSeeker for String values.
StringVisualSeeker() - Constructor for class com.citra.table.search.StringVisualSeeker
Constructs a StringVisualSeeker.
StrToMemberSelection - Class in com.citra.pivot.olap.member
StrToMemberSelection is a selection that returns an OlapMember from a string expression.
StrToMemberSelection() - Constructor for class com.citra.pivot.olap.member.StrToMemberSelection
Constructs a StrToMemberSelection.
StrToMemberSelection(String) - Constructor for class com.citra.pivot.olap.member.StrToMemberSelection
Constructs a StrToMemberSelection.
structureChanged(TreeModelEvent) - Method in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
Notification that the structure of the nodes at the specified path has changed.
structureChanged(TreeModelEvent) - Method in class com.citra.table.group.TreeTableHeader
Notification that the structure of the columns at the specified path has changed.
structureChanged(TreeModelEvent) - Method in class com.citra.treetable.TreeTableModelAdapter
Notification that the structure of the nodes at the specified path has changed.
style - Variable in class com.citra.table.search.TableStyleSelector
the style that will be used to paint the matching cells
Style - Interface in com.citra.table.styles
Style is the interface that defines a method for modifying a table's renderer component, just before the component is shown on the table.
styleModel - Variable in class com.citra.table.AdvancedJTable
the style model.
StyleModel - Interface in com.citra.table.styles
StyleModel is used for rendering the cells of a JTable.
styles - Variable in class com.citra.table.styles.DefaultStyleModel
The list of styles.
SUBTOTAL_TYPE - Static variable in interface com.citra.pivot.PivotConstants
constant indicating a sub total cell
SumAggregator - Class in com.citra.pivot.table.aggregator
SumAggregator produces the sum of a set of values as the aggregate value.
SumAggregator() - Constructor for class com.citra.pivot.table.aggregator.SumAggregator
Constructs a SumAggregator.
SumAggregator(OlapType) - Constructor for class com.citra.pivot.table.aggregator.SumAggregator
Constructs a SumAggregator.
superPrepareRenderer(TableCellRenderer, int, int) - Method in class com.citra.treetable.TreeTable
Calls the AdvancedJTable.prepareRenderer(javax.swing.table.TableCellRenderer, int, int) method of its superclass.
swapAxes() - Method in class com.citra.pivot.olap.DefaultOlapProvider
Performs a swap of the current axes, so that the models pivoted on the row header move to the column header and vice versa.
swapExpandedState(MouseEvent, PivotTable) - Method in class com.citra.pivot.DefaultPivotRowHeaderRenderer
Changes the expanded state of a non-leaf column, according to a mouse event on the header.
swapExpandedState(MouseEvent, TreeTableHeader) - Method in class com.citra.table.group.DefaultTreeTableHeaderRenderer
Changes the expanded state of a non-leaf column, according to a mouse event on the header.
synchFilters - Variable in class com.citra.table.group.ColumnFilterHeaderModel
variable that determines whether level with node filters are kept in synch
synchFilters - Variable in class com.citra.table.group.LevelColumnFilterHeaderModel
variable that determines whether level with node filters are kept in synch
syncWithModel() - Method in class com.citra.tree.GroupingPanel
Synchronizes the grouping panel with the TreeTableModel.
syncWithModel() - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Synchronizes the grouping panel with the DefaultDatabaseTreeTableModel.
syncWithModel() - Method in class com.citra.treetable.GroupingPanel
Synchronizes the grouping panel with the DynamicTreeTableModel.
syncWithModel() - Method in class com.citra.treetable.NodeGroupingPanel
Synchronizes the grouping panel with the ComparableTreeTableModel.

T

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

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

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

TableColumnFilter - Class in com.citra.table.group
TableColumnFilter filters table columns based on their model index.
TableColumnFilter(Object[], int) - Constructor for class com.citra.table.group.TableColumnFilter
Constructs a TableColumnFilter.
TableComboBoxEditor - Class in com.citra.editors
An editor for table and tree table cells that uses multiple values contained in a JComboBox.
TableComboBoxEditor() - Constructor for class com.citra.editors.TableComboBoxEditor
Constructs a TableComboBoxEditor with a default JComboBox object.
TableComboBoxEditor(String[]) - Constructor for class com.citra.editors.TableComboBoxEditor
Constructs a TableComboBoxEditor with a default JComboBox object, having items as the combobox's values.
TableComboBoxEditor(JComboBox) - Constructor for class com.citra.editors.TableComboBoxEditor
Constructs a TableComboBoxEditor with the JComboBox object specified in the argument of the constructor.
TableConnection - Class in com.citra.pivot.table
TableConnection is the implementation of an OLAP connection for the table datasource.
TableContext - Interface in com.citra.pivot.table
TableContext is an interface used for dynamically creating an olap hierarchy.
TableCube - Class in com.citra.pivot.table
TableCube is the the concrete OlapCube implementation for the table datasource.
TableDataSource - Class in com.citra.pivot.table
TableDataSource is a DataSource implementation that reads from user data and allows for the construction of an OLAP schema, depending on the input data.
TableDataSource() - Constructor for class com.citra.pivot.table.TableDataSource
Constructs a TableDataSource.
TableDataSource(TableSchema) - Constructor for class com.citra.pivot.table.TableDataSource
Constructs a TableDataSource.
TableDataSource(TableSchema, TableModel) - Constructor for class com.citra.pivot.table.TableDataSource
Constructs a TableDataSource.
TableDefinition - Interface in com.citra.table
This interface supplies methods that define the structure of a table model.
TableDimension - Class in com.citra.pivot.table
TableDimension is the the concrete OlapDimension implementation for the table datasource.
tableFilter - Variable in class com.citra.event.FilterModelEvent
the table filter
tableFilter - Variable in class com.citra.event.FilterTreeTableModelEvent
the table filter
tableFilter - Variable in class com.citra.filter.HeaderFilter
the filter
tableFilter - Variable in class com.citra.filter.NotTableFilter
The TableFilter to negate.
TableFilter - Class in com.citra.filter
TableFilter is used in order to filter the rows of a JTable.
TableFilter(Filter) - Constructor for class com.citra.filter.TableFilter
Constructs a TableFilter object that will filter all columns of the table.
TableFilter(Filter, int) - Constructor for class com.citra.filter.TableFilter
Constructs a TableFilter object.
tableFilter - Variable in class com.citra.table.FilterTableModel
the currently installed table filter
tableFilters - Variable in class com.citra.filter.CompositeFilter
The array of TableFilters.
tableFormatter - Variable in class com.citra.pivot.table.TableDataSource
the associated table formatter
TableFormatter - Interface in com.citra.pivot.table
TableFormatter defines a method for formatting a measure's value to a String.
TableHierarchy - Class in com.citra.pivot.table
TableHierarchy is the the concrete OlapHierarchy implementation for the table datasource.
tableLabel - Variable in class com.citra.table.ColumnChooser
the label describing the table
TableLeafAggregator - Interface in com.citra.pivot.table
TableLeafAggregator defines methods for extracting and aggregating values from the leaf members of a table datasource.
TableLevel - Class in com.citra.pivot.table
TableLevel is the the concrete OlapLevel implementation for the table datasource.
TableLibVersion - Class in com.citra.version
Class that contains the current Citra Table version.
TableMap - Class in com.citra.table
TableMap is a wrapper around a given TableModel instance, just as ListTableMap is for ListTableModel.
TableMap(TableModel) - Constructor for class com.citra.table.TableMap
Constructs a TableMap having tableModel as the underlying TableModel
TableMeasure - Class in com.citra.pivot.table
TableMeasure is the the concrete OlapMeasure implementation for the table datasource.
TableMember - Class in com.citra.pivot.table
TableMember is the the concrete OlapMember implementation for the table datasource.
tableModel - Variable in class com.citra.filter.FilterHeaderModel
The filterlistmodel that will be used to process the filter events.
tableModel - Variable in class com.citra.table.ListTableMap
The underlying ListTableModel
tableModel - Variable in class com.citra.table.TableMap
The underlying ListTableModel
tableModel - Variable in class com.citra.treetable.DynamicTreeTableModel
 
TableQuery - Class in com.citra.pivot.table
TableQuery represents a query to TableDataSource for a given measure and tuple.
TableQuery(TableTuple) - Constructor for class com.citra.pivot.table.TableQuery
Constructs a TableQuery from a given tuple.
tableReorder - Variable in class com.citra.table.AdvancedJTable
This is the TableReorder object.
TableReorder - Class in com.citra.table
TableReorder acts on a JTable in order to ensure that the same rows are selected after the ReorderEvent is generated.
TableReorder() - Constructor for class com.citra.table.TableReorder
Constructs a TableReorder object with a null JTable.
TableReorder(JTable) - Constructor for class com.citra.table.TableReorder
Constructs a TableReorder object acting on table.
TableResourceManager - Class in com.citra.common.gui
TableResourceManager is used to add internationalization support.
TableSchema - Class in com.citra.pivot.table
TableSchema is the the concrete OlapSchema implementation for the table datasource.
TableSchema(String) - Constructor for class com.citra.pivot.table.TableSchema
Constructs a TableSchema.
TableSearch - Class in com.citra.table.search
TableSearch searches through tables with the use of a Filter.
TableSearch(Filter) - Constructor for class com.citra.table.search.TableSearch
Constructs a TableSearch.
TableSelector - Class in com.citra.table.search
A simple SearchModelListener implementation for selecting the matching cells of a table when searching.
TableSelector(JTable) - Constructor for class com.citra.table.search.TableSelector
Constructs a TableSelector.
TableStyleSelector - Class in com.citra.table.search
A simple SearchModelListener implementation that uses a Style to paint the matching cells of a table when searching with a different background color.
TableStyleSelector(JTable) - Constructor for class com.citra.table.search.TableStyleSelector
Constructs a TableStyleSelector.
TableTuple - Class in com.citra.pivot.table
TableTuple represents a container for members, organized by dimension.
TableTuple(List) - Constructor for class com.citra.pivot.table.TableTuple
Constructs a TableTuple.
TableUtils - Class in com.citra.table
TableUtils is a utility class for converting model/view row indeces to the view/model respectively.
TabularCursor - Interface in com.citra.pivot.olap.data
TabularCursor is a cursor that retrieves data in a tabular format.
TabularSelection - Interface in com.citra.pivot.olap.tab
TabularSelection defines a method for retrieving a tabular set from a DataSource connection.
TabularSet - Interface in com.citra.pivot.olap.data
TabularSet is a structure containing a 2-dimensional (tabular) set of data.
text - Variable in class com.citra.pivot.olap.remote.DefaultRemotePendingValue
the string that is displayed
text - Variable in class com.citra.table.remote.DefaultPendingValue
the string to set.
ThreadedListTableModel - Class in com.citra.table
ThreadedListTableModel wraps around a ListTableModel in order to make it thread safe.
ThreadedListTableModel(ListTableModel) - Constructor for class com.citra.table.ThreadedListTableModel
Create a ThreadedTableModel.
throwsException - Variable in class com.citra.table.ListTableModelWrapper
flag that indicates that an exception will be thrown when the ListTableModel methods are called.
TOP - Static variable in class com.citra.pivot.olap.OlapTopBottom
constant indicating a top operation
TOP_DIRECTION - Static variable in interface com.citra.table.locked.LockedTableModel
constant indicating the top side of the table.
TopCountSetSelection - Class in com.citra.pivot.olap.set
TopCountSetSelection is a selection that extracts the highest valued tuples in a set, depending on a measure.
TopCountSetSelection() - Constructor for class com.citra.pivot.olap.set.TopCountSetSelection
Constructs a TopCountSetSelection.
TopCountSetSelection(SetSelection, int) - Constructor for class com.citra.pivot.olap.set.TopCountSetSelection
Constructs a TopCountSetSelection.
TopCountSetSelection(SetSelection, int, OlapMeasure) - Constructor for class com.citra.pivot.olap.set.TopCountSetSelection
Constructs a TopCountSetSelection.
toString() - Method in class com.citra.pivot.olap.DefaultOlapEdge
Returns a string representation of the object.
toString() - Method in class com.citra.pivot.olap.metadata.impl.OlapDimensionImpl
Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

The toString method for class Object returns a string consisting of the name of the class of which the object is an instance, the at-sign character `@', and the unsigned hexadecimal representation of the hash code of the object. In other words, this method returns a string equal to the value of:

 getClass().getName() + '@' + Integer.toHexString(hashCode())
 
toString() - Method in class com.citra.pivot.olap.metadata.impl.OlapMemberImpl
Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method.

The toString method for class Object returns a string consisting of the name of the class of which the object is an instance, the at-sign character `@', and the unsigned hexadecimal representation of the hash code of the object. In other words, this method returns a string equal to the value of:

 getClass().getName() + '@' + Integer.toHexString(hashCode())
 
toString() - Method in class com.citra.pivot.olap.metadata.OlapType.DefType
 
toString() - Method in class com.citra.table.remote.DefaultPendingValue
Returns a string representation of the object.
toString() - Method in class com.citra.table.SortState
Returns a string representation of the sort state.
toString() - Method in class com.citra.tree.DefaultTreeTableComparator
Returns a string representation of the object.
toString() - Method in class com.citra.treetable.DefaultTreeTableComparator
Returns a string representation of the object.
toString() - Method in class com.citra.treetable.dir.FileRow
Returns a string representation of the object.
toString() - Method in class com.citra.treetable.TreeNodeComparator
Returns a string representation of the object.
toString() - Method in class com.citra.treetable.TreeTableRow
Returns the result of sending toString() to this node's user object, or null if this node has no user object.
toStringComparator() - Static method in class com.citra.comparators.Comparators
Returns a comparator for comparing objects according to their toString() values.
ToStringComparator - Class in com.citra.comparators
This class is a comparator for comparing objects according to their toString() values.
ToStringComparator() - Constructor for class com.citra.comparators.ToStringComparator
Creates a ToStringComparator.
totalColumnWidth - Variable in class com.citra.table.group.AbstractTreeTableColumnModelAdapter
A local cache of the combined width of all columns
tree - Variable in class com.citra.pivot.olap.gui.OlapCubePanel
the panel's tree
tree - Variable in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
the tree
tree - Variable in class com.citra.tree.TreeTableModel
the tree structure created every time the data changes
tree - Variable in class com.citra.treetable.TreeTableModelAdapter
the tree
TREE_PROPERTY - Static variable in interface com.citra.table.group.TreeTableColumnModelAdapter
a string that identifies that the tree has changed
TREE_PROPERTY - Static variable in interface com.citra.treetable.TreeTableModelAdapterIF
a string that identifies that the tree has changed
TREE_TABLE_COLUMN_MODEL_PROPERTY - Static variable in interface com.citra.table.group.TreeTableColumnModelAdapter
a string that identifies that the column model has changed
TREE_TABLE_MODEL_PROPERTY - Static variable in interface com.citra.treetable.TreeTableModelAdapterIF
a string that identifies that the tree tablemodel has changed
treeColumn - Variable in class com.citra.treetable.TreeTable
the column containing the tree
treeColumnModel - Variable in class com.citra.table.group.DefaultTreeTableColumnModelAdapter
the treetable column model
TreeColumnModelMask - Class in com.citra.table.group
TreeColumnModelMask wraps around a TreeTableColumnModel.
TreeColumnModelMask(TreeTableColumnModel) - Constructor for class com.citra.table.group.TreeColumnModelMask
Constructs a TreeColumnModelMask.
TreeFilterHeaderModel - Class in com.citra.filter.tree
TreeFilterHeaderModel is used to provide real-time row filtering via a component that is installed on the table header.
TreeFilterHeaderModel() - Constructor for class com.citra.filter.tree.TreeFilterHeaderModel
Constructs a TreeFilterHeaderModel.
treeHeaderFactory - Variable in class com.citra.table.group.TreeTableHeader
the factory for creating tree header renderers
treeModel - Variable in class com.citra.component.CheckBoxTreeSelectionModel
the assigned tree model
treeModel - Variable in class com.citra.tree.TreeTableModel
the model of the tree
treeModel - Variable in class com.citra.treetable.db.AbstractDatabaseAggregator
the treeModel that is used to prepare the aggregate values.
treeModel - Variable in class com.citra.treetable.TreeModelMap
the underlying treemodel.
TreeModelMap - Class in com.citra.treetable
TreeModelMap is a wrapper around a TreeTableModel.
TreeModelMap(TreeModel) - Constructor for class com.citra.treetable.TreeModelMap
Constructs a TreeModelMap.
treeModels - Variable in class com.citra.pivot.DefaultPivotRowAdapter
the treetable models
TreeNodeAggregator - Class in com.citra.treetable
The default Aggregator that is used by an AggregateTreeTableModel.
TreeNodeAggregator(AggregateTreeTableModel) - Constructor for class com.citra.treetable.TreeNodeAggregator
Constructs a TreeNodeAggregator object.
TreeNodeComparator - Class in com.citra.treetable
TreeNodeComparator compares two tree nodes between them based on a single column.
TreeNodeComparator(ComparableTreeTableModel, int) - Constructor for class com.citra.treetable.TreeNodeComparator
Constructs a TreeNodeComparator object with column as the column to use when comparing rows and the request to always create group nodes.
TreeNodeComparator(ComparableTreeTableModel, int, boolean) - Constructor for class com.citra.treetable.TreeNodeComparator
Constructs a TreeNodeComparator object with column as the column to use when comparing rows.
TreeNodeEnumeration - Interface in com.citra.treetable
TreeNodeEnumeration is an enumeration for the nodes of a TreeModel that also defines a method for retrieving the level of the node being returned.
treeNodesChanged(TreeModelEvent) - Method in class com.citra.table.group.TreeColumnModelMask

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

treeNodesChanged(TreeModelEvent) - Method in class com.citra.table.group.TreeTableColumnModelMap
 
treeNodesChanged(TreeModelEvent) - Method in class com.citra.treetable.DefaultFilterTreeTableModel

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

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

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

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

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

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

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

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

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

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

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

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

Invoked after nodes have been inserted into the tree.

treeNodesInserted(TreeModelEvent) - Method in class com.citra.table.group.TreeTableColumnModelMap

Invoked after nodes have been inserted into the tree.

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

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

Invoked after nodes have been inserted into the tree.

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

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

Invoked after nodes have been inserted into the tree.

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

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

Invoked after nodes have been inserted into the tree.

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

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

Invoked after nodes have been inserted into the tree.

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

Invoked after nodes have been inserted into the tree.

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

Invoked after nodes have been removed from the tree.

treeNodesRemoved(TreeModelEvent) - Method in class com.citra.table.group.TreeTableColumnModelMap

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

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

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

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

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

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

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

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

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

Invoked after nodes have been removed from the tree.

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

Invoked after nodes have been removed from the tree.

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

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

treeStructureChanged(TreeModelEvent) - Method in class com.citra.table.group.TreeTableColumnModelMap

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

TreeTable - Class in com.citra.tree
TreeTable works exactly the same as AdvancedJTable, with the only difference that this component is capable of grouping several similar rows of a table in a single row by using a JTree component.
TreeTable() - Constructor for class com.citra.tree.TreeTable
Constructs a TreeTable object with an empty model as the ListTableModel that contains the table's data.
TreeTable(ListTableModel) - Constructor for class com.citra.tree.TreeTable
Constructs a TreeTable object having model as the ListTableModel that contains the table's data.
TreeTable(TreeTableModel) - Constructor for class com.citra.tree.TreeTable
Constructs a TreeTable object having model as the TreeTableModel.
TreeTable - Class in com.citra.treetable
TreeTable works exactly the same as AdvancedJTable, with the only difference that this component is capable of grouping several similar rows of a table in a single row by using a JTree component.
TreeTable() - Constructor for class com.citra.treetable.TreeTable
Constructs a TreeTable object with the table's model being returned by the createDefaultDataModel method.
TreeTable(TreeTableModel) - Constructor for class com.citra.treetable.TreeTable
Constructs a TreeTable object having model as the TreeTableModelAdapter's treetable model.
TreeTable(TreeTableModelAdapter) - Constructor for class com.citra.treetable.TreeTable
Constructs a TreeTable object having adapter as the table's model.
TreeTable.DefaultTreeSpanModel - Class in com.citra.tree
DefaultTreeSpanModel uses the treetable's model in order to return a cell span for every header row.
TreeTable.DefaultTreeSpanModel() - Constructor for class com.citra.tree.TreeTable.DefaultTreeSpanModel
Constructs a DefaultTreeSpanModel.
TreeTable.DefaultTreeSpanModel - Class in com.citra.treetable
DefaultTreeSpanModel uses the treetable's model in order to return a cell span for every header row.
TreeTable.DefaultTreeSpanModel() - Constructor for class com.citra.treetable.TreeTable.DefaultTreeSpanModel
Constructs a DefaultTreeSpanModel.
TreeTable.DefaultTreeStyleModel - Class in com.citra.treetable
DefaultTreeStyleModel is the TreeTable's style model.
TreeTable.DefaultTreeStyleModel() - Constructor for class com.citra.treetable.TreeTable.DefaultTreeStyleModel
Creates the default style model for the TreeTable.
TreeTableCache - Interface in com.citra.table.cache
TableCache defines a cache suitable for caching treetables.
TreeTableColumnModel - Interface in com.citra.table.group
TreeTableColumnModel is an interface that defines the structure of a hierarchical column model.
TreeTableColumnModelAdapter - Interface in com.citra.table.group
TreeTableColumnModelAdapter is the interface that defines a column model capable of storing table columns in a hierarchical tree-like structure.
TreeTableColumnModelMap - Class in com.citra.table.group
TreeTableColumnModelMap is used for transparently transforming an underlying TreeTableColumnModel.
TreeTableColumnModelMap(TreeTableModel) - Constructor for class com.citra.table.group.TreeTableColumnModelMap
Constructs a ColumnModelMapper.
TreeTableColumnModelMask - Class in com.citra.table.group
TreeTableColumnModelMask is a treetable column model used to create and return TableColumns from any treetable model implementation.
TreeTableColumnModelMask(TreeTableModel) - Constructor for class com.citra.table.group.TreeTableColumnModelMask
Constructs a TreeTableColumnModelMask.
TreeTableComparator - Class in com.citra.tree
The comparator used in order to group the rows of a TreeTable component.
TreeTableComparator(TreeTableModel) - Constructor for class com.citra.tree.TreeTableComparator
Constructs a TreeTableComparator object.
TreeTableComparator - Interface in com.citra.treetable
The comparator used in order to group the rows of a TreeTable component.
TreeTableHeader - Class in com.citra.table.group
TreeTableHeader is a JTableHeader component that is able to display table columns in a hierarchical structure.
TreeTableHeader() - Constructor for class com.citra.table.group.TreeTableHeader
Constructs a TreeTableHeader.
TreeTableHeader(TreeTableColumnModel) - Constructor for class com.citra.table.group.TreeTableHeader
Constructs a TreeTableHeader.
TreeTableHeader(TreeTableColumnModelAdapter) - Constructor for class com.citra.table.group.TreeTableHeader
Constructs a TreeTableHeader.
TreeTableHeader.CachingHeaderControl - Class in com.citra.table.group
CachingHeaderControl caches tree header renderers and components returned by them.
TreeTableHeader.CachingHeaderControl() - Constructor for class com.citra.table.group.TreeTableHeader.CachingHeaderControl
Constructs a CachingHeaderControl.
TreeTableHeaderRenderer - Interface in com.citra.table.group
TreeTableHeaderRenderer defines methods that renderers for expandable columns in a TreeTableHeader should implement.
TreeTableHeaderRendererFactory - Interface in com.citra.table.group
A factory for creating TreeTableHeaderRenderers.
TreeTableModel - Class in com.citra.tree
TreeTableModel is the tablemodel that the TreeTable class uses.
TreeTableModel(ListTableModel) - Constructor for class com.citra.tree.TreeTableModel
Constructs a TreeTableModel with tableModel as the underlying tablemodel holding the data.
TreeTableModel - Interface in com.citra.treetable
TreeTableModel is the tablemodel that the TreeTable class uses.
treeTableModel - Variable in class com.citra.treetable.TreeTableModelAdapter
the treetable model
treeTableModel - Variable in class com.citra.treetable.TreeTableModelMap
the underlying treetable model.
TreeTableModelAdapter - Class in com.citra.treetable
TreeTableModelAdapter sits between a TreeTable and a TreeTableModel.
TreeTableModelAdapter() - Constructor for class com.citra.treetable.TreeTableModelAdapter
Constructs a TreeTableModelAdapter.
TreeTableModelAdapter(TreeTableModel) - Constructor for class com.citra.treetable.TreeTableModelAdapter
Constructs a TreeTableModelAdapter.
TreeTableModelAdapter(TreeTableModel, JTree) - Constructor for class com.citra.treetable.TreeTableModelAdapter
Constructs a TreeTableModelAdapter.
TreeTableModelAdapterIF - Interface in com.citra.treetable
TreeTableModelAdapterIF is an interface that the model of a TreeTable should implement.
TreeTableModelMap - Class in com.citra.treetable
TreeTableModelMap wraps around a TreeTableModel.
TreeTableModelMap(TreeTableModel) - Constructor for class com.citra.treetable.TreeTableModelMap
Constructs a TreeTableModelMap.
TreeTableModelMask - Class in com.citra.treetable
TreeTableModelMask masks a TreeTableModel so that different values for a node can be returned, depending on the values of the underlying model.
TreeTableModelMask(TreeTableModel) - Constructor for class com.citra.treetable.TreeTableModelMask
Constructs a TreeTableModelMask.
TreeTableReorder - Class in com.citra.tree
TreeTableReorder acts on a TreeTable object in order to ensure that the same rows are selected after a ReorderEvent is generated.
TreeTableReorder(JTable) - Constructor for class com.citra.tree.TreeTableReorder
Constructs a TreeTableReorder object acting on table.
TreeTableReorder - Class in com.citra.treetable
TreeTableReorder acts on a TreeTable object in order to ensure that the same rows are selected after a ReorderEvent is generated.
TreeTableReorder() - Constructor for class com.citra.treetable.TreeTableReorder
Constructs a TreeTableReorder with a null JTable.
TreeTableReorder(TreeTable) - Constructor for class com.citra.treetable.TreeTableReorder
Constructs a TreeTableReorder.
TreeTableRow - Class in com.citra.tree
A TreeTableRow represents a node in the tree data structure of a TreeTableModel.
TreeTableRow(Object, int) - Constructor for class com.citra.tree.TreeTableRow
Constructs a TreeTableRow object having o as the userObject and modelIndex as the index of the object this TreeTableRow is associated with.
TreeTableRow - Class in com.citra.treetable
A TreeTableRow represents a node in the tree data structure of a TreeTableModel.
TreeTableRow(Object, int) - Constructor for class com.citra.treetable.TreeTableRow
Constructs a TreeTableRow object having o as the userObject and modelIndex as the model index.
TristateButtonModel - Class in com.citra.component
The model of a TristateCheckBox.
TristateButtonModel() - Constructor for class com.citra.component.TristateButtonModel
Creates a TristateButtonModel.
TristateCheckBox - Class in com.citra.component
TristateCheckBox adds a 'partial selection state' to JCheckBox.
TristateCheckBox() - Constructor for class com.citra.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String) - Constructor for class com.citra.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String, int) - Constructor for class com.citra.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String, Icon) - Constructor for class com.citra.component.TristateCheckBox
Creates a TristateCheckBox.
TristateCheckBox(String, Icon, int) - Constructor for class com.citra.component.TristateCheckBox
Creates a TristateCheckBox.
tuple - Variable in class com.citra.pivot.olap.member.ItemMemberSelection
the tuple containing the members
tuple - Variable in class com.citra.pivot.olap.OlapSort
the tuple used as basis for the sorting operation
tuple - Variable in class com.citra.pivot.olap.set.TupleSetSelection
the tuple that is contained in the set
tuple - Variable in class com.citra.pivot.olap.tuple.SelfTupleSelection
the underlying tuple
tuple - Variable in class com.citra.pivot.table.TableQuery
the query's tuple
TupleCursor - Interface in com.citra.pivot.olap.data
TupleCursor is a cursor that retrieves and assigns olap tuples at a given position.
TupleList - Class in com.citra.pivot.olap.data
TupleList is a list containing OlapTuple objects.
TupleList() - Constructor for class com.citra.pivot.olap.data.TupleList
Constructs a TupleList.
TupleList(OlapTuple) - Constructor for class com.citra.pivot.olap.data.TupleList
Constructs a TupleList.
TupleList(Collection) - Constructor for class com.citra.pivot.olap.data.TupleList
Constructs a TupleList.
tuples - Variable in class com.citra.pivot.olap.data.DefaultOlapSet
the tuples of the set
tuples - Variable in class com.citra.pivot.olap.tuple.UnionTupleSelection
a list of TupleSelections
tupleSelection - Variable in class com.citra.pivot.olap.OlapSort
an additional and optional tuple further defining the scope of the sorting operation
TupleSelection - Interface in com.citra.pivot.olap.tuple
TupleSelection defines a method for retrieving an OlapTuple from a DataSource connection.
TupleSelectionList - Class in com.citra.pivot.olap.tuple
TupleSelectionList is a list containing TupleSelection objects.
TupleSelectionList() - Constructor for class com.citra.pivot.olap.tuple.TupleSelectionList
Constructs a TupleSelectionList.
TupleSelectionList(OlapTuple) - Constructor for class com.citra.pivot.olap.tuple.TupleSelectionList
Constructs a TupleSelectionList.
TupleSelectionList(TupleSelection) - Constructor for class com.citra.pivot.olap.tuple.TupleSelectionList
Constructs a TupleSelectionList.
TupleSelectionList(Collection) - Constructor for class com.citra.pivot.olap.tuple.TupleSelectionList
Constructs a TupleSelectionList.
TupleSetSelection - Class in com.citra.pivot.olap.set
TupleSetSelection is a set selection that contains a single tuple.
TupleSetSelection() - Constructor for class com.citra.pivot.olap.set.TupleSetSelection
Constructs a TupleSetSelection.
TupleSetSelection(OlapTuple) - Constructor for class com.citra.pivot.olap.set.TupleSetSelection
Constructs a TupleSetSelection.
TupleSetSelection(TupleSelection) - Constructor for class com.citra.pivot.olap.set.TupleSetSelection
Constructs a TupleSetSelection.
type - Variable in class com.citra.pivot.olap.DefaultOlapEdge
the type that the member/measure combination represents
type - Variable in class com.citra.pivot.olap.metadata.impl.OlapMeasureImpl
the measure's olap type
type - Variable in class com.citra.pivot.olap.remote.RemoteOlapEvent
the type of the event
type - Variable in class com.citra.pivot.table.TableMeasure
the measure's olap type
type - Variable in class com.citra.table.remote.RemoteTableEvent
the type of the event.
type - Variable in class com.citra.table.span.SpanModelEvent
the event's type.

U

UNCHECKED - Static variable in class com.citra.component.TristateButtonModel
the unchecked state
UNDEF_TYPE - Static variable in class com.citra.pivot.olap.OlapDefinition
constant indicating that a hierarchy is not pivoted on any axis
unfilteredColor - Variable in class com.citra.filter.DefaultFilterRenderer
the color of the arrow for a column that has no filters
unfilteredColor - Variable in class com.citra.filter.tree.PopupTreeFilterHeaderModel
the color of the arrow for a column that has no filters
unGroupButton - Variable in class com.citra.table.ColumnChooser
the button for ungrouping columns
UnionSetSelection - Class in com.citra.pivot.olap.set
UnionSetSelection is a selection that produces a union of a number of sets.
UnionSetSelection() - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionSetSelection(OlapSet, OlapSet) - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionSetSelection(SetSelection, OlapSet) - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionSetSelection(SetSelection, SetSelection) - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionSetSelection(SetSelection, SetSelection, boolean) - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionSetSelection(List) - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionSetSelection(List, boolean) - Constructor for class com.citra.pivot.olap.set.UnionSetSelection
Constructs a UnionSetSelection.
UnionTupleSelection - Class in com.citra.pivot.olap.tuple
UnionTupleSelection defines a union of tuples.
UnionTupleSelection() - Constructor for class com.citra.pivot.olap.tuple.UnionTupleSelection
Constructs a UnionTupleSelection.
UnionTupleSelection(TupleSelection, TupleSelection) - Constructor for class com.citra.pivot.olap.tuple.UnionTupleSelection
Constructs a UnionTupleSelection.
UnionTupleSelection(List) - Constructor for class com.citra.pivot.olap.tuple.UnionTupleSelection
Constructs a UnionTupleSelection.
UniqueTreeTableModel - Class in com.citra.treetable
UniqueTreeTableModel is a TreeTableModel that builds a set of unique tree nodes at each tree level.
UniqueTreeTableModel(TreeTableModel, int) - Constructor for class com.citra.treetable.UniqueTreeTableModel
Constructs a UniqueTreeTableModel that compares nodes at a designated column with a GeneralComparator.
UniqueTreeTableModel(TreeTableModel, int, Comparator) - Constructor for class com.citra.treetable.UniqueTreeTableModel
Constructs a UniqueTreeTableModel that compares nodes at a designated column and comparator.
UniqueTreeTableModel(TreeTableModel, Comparator) - Constructor for class com.citra.treetable.UniqueTreeTableModel
Constructs a UniqueTreeTableModel that compares nodes with the supplied nodeComparator.
UNLIMITED_COLUMNS - Static variable in class com.citra.table.TableAssistant
integer that specifies that an unlimited number of columns will be added to the column popup.
UNLIMITED_GROUPS - Static variable in class com.citra.tree.GroupingPanel
the integer that corresponds to an unlimited number of tree groups.
UNLIMITED_GROUPS - Static variable in class com.citra.treetable.db.DatabaseGroupingPanel
the integer that corresponds to an unlimited number of tree groups.
UNLIMITED_GROUPS - Static variable in class com.citra.treetable.GroupingPanel
the integer that corresponds to an unlimited number of tree groups.
UNLIMITED_GROUPS - Static variable in class com.citra.treetable.NodeGroupingPanel
the integer that corresponds to an unlimited number of tree groups.
unregister(JTable) - Method in class com.citra.table.NonContiguousSelectionModel
Unregisters a table that was previously registered with this model
unregister(TableModel) - Method in class com.citra.table.search.AbstractSearchPanel
Unregisters a table model that was previously registered with this search panel.
unregister(TableColumnModel) - Method in class com.citra.table.TableAssistant
The component unregisters itself from the listener list of columnModel.
UNSELECTED - Static variable in class com.citra.component.CheckBoxTreeSelectionModel
defines an unselected state
UNSIGNED_INTEGER - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing an unsigned integer
UNSIGNED_SHORT - Static variable in interface com.citra.pivot.olap.metadata.OlapType
type representing an unsigned short
update(TableModel) - Method in class com.citra.filter.FilterTablePanel
Updates the FilterTablePanel by querying model and recreating the fields that we are able to filter.
update(TableModel) - Method in class com.citra.table.search.SearchTablePanel
Updates the SearchTablePanel by querying model and recreating the fields that we are able to search.
UPDATE - Static variable in class com.citra.table.span.SpanModelEvent
identifies an UPDATE event.
updateComponents() - Static method in class com.citra.common.gui.TableResourceManager
Determines whether the components that make use of the Citra Table resource bundle will re-initialize themselves with the new property values, when their UI is updated.
updateSelections - Variable in class com.citra.table.span.SpanDrawer
boolean flag to indicate that the drawer should update the cell selections evenly after a cell selection.
updateUI() - Method in class com.citra.component.CheckBoxTree
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.citra.component.CheckComboBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class com.citra.component.TristateCheckBox
Resets the UI property to a value from the current look and feel.
updateUI() - Method in class com.citra.editors.DateEditor
Updates the DateEditor's dialog UI.
updateUI() - Method in class com.citra.editors.JDateChooser
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.filter.auto.AbstractAutoFilterPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.filter.CustomPopupFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.citra.filter.FilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.citra.filter.FilterTablePanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.filter.PopupFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.citra.filter.tree.PopupTreeFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.citra.filter.tree.TreeFilterHeaderModel
Calls to this method should update all components that are used to display the filter on the header.
updateUI() - Method in class com.citra.renderers.BooleanRenderer
Overriden in order to update the JCheckBox's UI.
updateUI() - Method in class com.citra.renderers.PopupRenderer
Overriden in order to update the checkbox's UI.
updateUI() - Method in class com.citra.renderers.ProgressBarRenderer
Overriden in order to update the JProgressBar's UI.
updateUI() - Method in class com.citra.renderers.SizeRenderer
Notification from the UIManager that the look and feel [L&F] has changed.
updateUI() - Method in class com.citra.table.AdvancedJTable
Notification from the UIManager that the L&F has changed.
updateUI() - Method in class com.citra.table.AdvancedTableHeader
Notification from the UIManager that the look and feel (L&F) has changed.
updateUI() - Method in class com.citra.table.group.TreeTableHeader
Notification from the UIManager that the look and feel (L&F) has changed. Replaces the current UI object with the latest version from the UIManager.
updateUI() - Method in class com.citra.table.GroupTableHeader
Notification from the UIManager that the look and feel (L&F) has changed. Replaces the current UI object with the latest version from the UIManager.
updateUI() - Method in class com.citra.table.JTableRowHeader
 
updateUI() - Method in class com.citra.table.ListRowHeader
Resets the UI property with the value from the current look and feel.
updateUI() - Method in class com.citra.table.remote.StatusPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.table.search.SearchTablePanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.table.SortTableButtonRenderer
Called whenever the UI changes, in order to update the components used to draw the columns of the table header.
updateUI() - Method in class com.citra.table.SortTableRenderer
Called whenever the UI changes, in order to update the components used to draw the columns of the table header.
updateUI() - Method in class com.citra.tree.GroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.tree.TreeTable
Notification from the UIManager that the L&F has changed. Replaces the current UI object with the latest version from the UIManager.
updateUI() - Method in class com.citra.treetable.db.DatabaseGroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.treetable.GroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.treetable.NodeGroupingPanel
Resets the UI property with a value from the current look and feel.
updateUI() - Method in class com.citra.treetable.TreeTable
Notification from the UIManager that the L&F has changed. Replaces the current UI object with the latest version from the UIManager.
useComboBox - Variable in class com.citra.filter.DateVisualFilter
flag that controls whether a text field or a combo box is used to enter filter values
useComboBox - Variable in class com.citra.filter.NumericalVisualFilter
flag that controls whether a text field or a combo box is used to enter filter values
useComboBox - Variable in class com.citra.filter.StringVisualFilter
flag that controls whether a text field or a combo box is used to enter filter values
useComparisonText - Variable in class com.citra.filter.DateVisualFilter
flag that controls whether to display comparison texts or symbols
useComparisonText - Variable in class com.citra.filter.NumericalVisualFilter
flag that controls whether to display comparison texts or symbols
useRollOver - Variable in class com.citra.filter.DefaultFilterRenderer
flag that determines whether the arrow button will be visible only if the user rolls over the column with the mouse
useVisualTotals - Variable in class com.citra.pivot.olap.DefaultOlapProvider
whether to show the visual totals or the normal aggregates

V

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

W

waitIcon - Variable in class com.citra.pivot.DefaultPivotColumnHeaderRenderer
the wait icon
waitIcon - Variable in class com.citra.pivot.DefaultPivotRowHeaderRenderer
the wait icon
WeekContext - Class in com.citra.pivot.table.context
WeekContext extracts weeks from Date values.
WeekContext(int) - Constructor for class com.citra.pivot.table.context.WeekContext
Constructs a WeekContext.
weight - Variable in class com.citra.pivot.table.aggregator.HWeightedAvgAggregator
a measure to use as the weight when averaging
weight - Variable in class com.citra.pivot.table.aggregator.HWeightedFirstValueAggregator
a measure to use as the weight
weight - Variable in class com.citra.pivot.table.aggregator.HWeightedLastValueAggregator
a measure to use as the weight
weight - Variable in class com.citra.pivot.table.aggregator.ScaledSumAggregator
a measure to use as the weight when summing
weight - Variable in class com.citra.pivot.table.aggregator.WeightedAvgAggregator
a measure to use as the weight when averaging
weight - Variable in class com.citra.pivot.table.aggregator.WeightedFirstValueAggregator
a measure to use as the weight
weight - Variable in class com.citra.pivot.table.aggregator.WeightedLastValueAggregator
a measure to use as the weight
weight - Variable in class com.citra.pivot.table.aggregator.WeightedSumAggregator
a measure to use as the weight when summing
WeightedAvgAggregator - Class in com.citra.pivot.table.aggregator
WeightedAvgAggregator produces a weighted average over a set of values.
WeightedAvgAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.WeightedAvgAggregator
Constructs a WeightedAvgAggregator.
WeightedAvgAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.WeightedAvgAggregator
Constructs a WeightedAvgAggregator.
WeightedFirstValueAggregator - Class in com.citra.pivot.table.aggregator
WeightedFirstValueAggregator takes the first non-null value it finds as the aggregate value, multiplying it with a weight.
WeightedFirstValueAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.WeightedFirstValueAggregator
Constructs a WeightedFirstValueAggregator.
WeightedFirstValueAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.WeightedFirstValueAggregator
Constructs a WeightedFirstValueAggregator.
WeightedLastValueAggregator - Class in com.citra.pivot.table.aggregator
WeightedLastValueAggregator takes the last non-null value it finds as the aggregate value, multiplying it with a weight.
WeightedLastValueAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.WeightedLastValueAggregator
Constructs a WeightedLastValueAggregator.
WeightedLastValueAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.WeightedLastValueAggregator
Constructs a WeightedLastValueAggregator.
WeightedSumAggregator - Class in com.citra.pivot.table.aggregator
WeightedSumAggregator produces a weighted sum over a set of values.
WeightedSumAggregator(TableMeasure) - Constructor for class com.citra.pivot.table.aggregator.WeightedSumAggregator
Constructs a WeightedSumAggregator.
WeightedSumAggregator(TableMeasure, OlapType) - Constructor for class com.citra.pivot.table.aggregator.WeightedSumAggregator
Constructs a WeightedSumAggregator.
weights - Variable in class com.citra.pivot.table.aggregator.Functions.ScaledSumFunction
the weights
weights - Variable in class com.citra.pivot.table.aggregator.Functions.WeightedAverageFunction
the weights
weights - Variable in class com.citra.pivot.table.aggregator.Functions.WeightedSumFunction
the weights
where - Variable in class com.citra.pivot.olap.query.DefaultQuerySelection
a tuple used as the filter conditions
where - Variable in class com.citra.pivot.olap.set.WhereSetSelection
the filter conditions
whereClause() - Method in class com.citra.table.db.AbstractDatabaseTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.citra.table.db.DefaultCrosstabTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.citra.table.db.DefaultDatabaseTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.citra.table.db.DistinctDatabaseTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.citra.treetable.db.AbstractDatabaseTreeTableModel
This method is called whenever filtering is requested.
whereClause() - Method in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
This method is called whenever filtering is requested.
WhereSetSelection - Class in com.citra.pivot.olap.set
WhereSetSelection is a selection that returns a set with a filter condition.
WhereSetSelection() - Constructor for class com.citra.pivot.olap.set.WhereSetSelection
Constructs a WhereSetSelection.
WhereSetSelection(OlapSet, OlapTuple) - Constructor for class com.citra.pivot.olap.set.WhereSetSelection
Constructs a WhereSetSelection.
WhereSetSelection(SetSelection, TupleSelection) - Constructor for class com.citra.pivot.olap.set.WhereSetSelection
Constructs a WhereSetSelection.
whereSQL - Variable in class com.citra.table.db.DefaultCrosstabTableModel
a string which is used to hold the where clause of the sql statement
whereSQL - Variable in class com.citra.table.db.DefaultDatabaseTableModel
a string which is used to hold the where clause of the sql statement
whereSQL - Variable in class com.citra.table.db.DistinctDatabaseTableModel
a string which is used to hold the where clause of the sql statement
whereSQL - Variable in class com.citra.treetable.db.DefaultDatabaseTreeTableModel
a string which is used to hold the where clause of the sql statement
widthField - Variable in class com.citra.table.ColumnChooser
the textfield for setting the column width
widthLabel - Variable in class com.citra.table.ColumnChooser
the label describing the pixel width text field
withSetSelections - Variable in class com.citra.pivot.olap.query.DefaultQuerySelection
a list of sets that will be evaluated first
WrapperCellRendererPane - Class in com.citra.table
WrapperCellRendererPane is a specialized CellRendererPane that translates and resizes its children accordingly.
WrapperCellRendererPane() - Constructor for class com.citra.table.WrapperCellRendererPane
Constructs a WrapperCellRendererPane.
WrapperCellRendererPane(boolean) - Constructor for class com.citra.table.WrapperCellRendererPane
Constructs a WrapperCellRendererPane.
wrapperFactory - Variable in class com.citra.table.group.TreeTableHeader
the renderer wrapper factory for tree-columns
write(TableModel, OutputStream) - Method in class com.citra.table.io.DelimitedExportManager
Writes model to the outputstream out.
write(TableModel, Writer) - Method in class com.citra.table.io.DelimitedExportManager
Writes model to the writer writer.
write(TableModel, OutputStream) - Method in interface com.citra.table.io.ExportManager
Writes model to the outputstream out.
write(TableModel, Writer) - Method in interface com.citra.table.io.ExportManager
Writes model to the writer writer.
write(TableModel, OutputStream) - Method in class com.citra.table.io.XMLExportManager
Writes model to the outputstream out.
write(TableModel, Writer) - Method in class com.citra.table.io.XMLExportManager
Writes model to the writer writer.
writeHeader - Variable in class com.citra.table.io.DelimitedExportManager
boolean variable for writing the header of the table model.

X

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

Y

Y_AXIS - Static variable in class com.citra.tree.GroupingPanel
the integer that corresponds to a Y_AXIS box layout.
Y_AXIS - Static variable in class com.citra.treetable.db.DatabaseGroupingPanel
the integer that corresponds to a Y_AXIS box layout.
Y_AXIS - Static variable in class com.citra.treetable.GroupingPanel
the integer that corresponds to a Y_AXIS box layout.
Y_AXIS - Static variable in class com.citra.treetable.NodeGroupingPanel
the integer that corresponds to a Y_AXIS box layout.
YearContext - Class in com.citra.pivot.table.context
YearContext extracts years from Date values.
YearContext(int) - Constructor for class com.citra.pivot.table.context.YearContext
Constructs a YearContext.

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