Copyright © 2005 Scientific Applications. All Rights Reserved.

Serialized Form


Package com.sciapp.common.gui

Class com.sciapp.common.gui.ArrowButton extends JButton implements Serializable

Serialized Fields

direction

int direction
The direction of the arrow. Can either be NORTH, SOUTH, WEST or EAST.


arrowColor

Color arrowColor
The color of the arrow.

Class com.sciapp.common.gui.SkinPanel extends JPanel implements Serializable


Package com.sciapp.comparators

Class com.sciapp.comparators.BooleanComparator extends Object implements Serializable

Class com.sciapp.comparators.CaseInsensitiveStringComparator extends Object implements Serializable

Class com.sciapp.comparators.DateComparator extends Object implements Serializable

Serialized Fields

ignoreTime

boolean ignoreTime
flag to indicate if the date comparator will ignore time differences


calendar1

Calendar calendar1
a calendar object that is used in the compare method


calendar2

Calendar calendar2
a calendar object that is used in the compare method

Class com.sciapp.comparators.GeneralComparator extends Object implements Serializable

Class com.sciapp.comparators.StringComparator extends Object implements Serializable

Serialized Fields

caseSensitive

boolean caseSensitive
a boolean flag indicating the case-sensitivity of the String comparator.


Package com.sciapp.component

Class com.sciapp.component.CheckBoxTree extends JTree implements Serializable

Serialized Fields

checkSelectionModel

CheckBoxTreeSelectionModel checkSelectionModel
the selection model for the CheckBoxTree's checked state


checkBoxGap

int checkBoxGap
the gap between the checkbox and the node's value


mouseHandler

com.sciapp.component.CheckBoxTree.MouseHandler mouseHandler

expandHandler

TreeWillExpandListener expandHandler

check

TristateCheckBox check

pressedRow

int pressedRow

dx

int dx

checkBoxRendererComponent

com.sciapp.component.CheckBoxTree.CheckBoxRendererComponent checkBoxRendererComponent

checkBoxRenderer

com.sciapp.component.CheckBoxTree.CheckBoxRenderer checkBoxRenderer

lastEvent

MouseEvent lastEvent

treeHandler

com.sciapp.component.CheckBoxTree.TreeHandler treeHandler

treeModelHandler

com.sciapp.component.CheckBoxTree.TreeModelHandler treeModelHandler

selModel

com.sciapp.component.CheckBoxTree.CheckBoxTreeSelectionModelHandler selModel

Class com.sciapp.component.CheckBoxTreeSelectionModel extends DefaultTreeSelectionModel implements Serializable

Serialized Fields

treeModel

TreeModel treeModel
the assigned tree model


partialSelection

boolean partialSelection
flag indicating whether partial selection is on/off

Class com.sciapp.component.SkinTristateCheckBox extends TristateCheckBox implements Serializable

Class com.sciapp.component.TristateButtonModel extends JToggleButton.ToggleButtonModel implements Serializable

Serialized Fields

state

int state
the current state of the model

Class com.sciapp.component.TristateCheckBox extends JCheckBox implements Serializable

Serialized Fields

partialIcon

Icon partialIcon
the icon to show for partial selections


Package com.sciapp.editors

Class com.sciapp.editors.JDateChooser extends JPanel implements Serializable

Serialized Fields

monthCombo

JComboBox monthCombo

yearField

JTextField yearField

showSeconds

boolean showSeconds

showTimePanel

boolean showTimePanel
flag that controls the time panel's visibility.


showDatePanel

boolean showDatePanel
flag that controls the date panel's visibility.


keepSelectedDate

boolean keepSelectedDate
flag that indicates whether the selected date should be kept, when changing the month or year from the gui


calendarPanel

JPanel calendarPanel

timePanel

JPanel timePanel

selectionPanel

JPanel selectionPanel

yearSpinner

com.sciapp.editors.JSpinnerPanel yearSpinner

cells

JButton[] cells

shouldFire

boolean shouldFire

selectedDate

Calendar selectedDate

tf

com.sciapp.editors.TimeField tf

okListener

ActionListener okListener

keyHandler

com.sciapp.editors.JDateChooser.KeyHandler keyHandler

mouseHandler

com.sciapp.editors.JDateChooser.MouseHandler mouseHandler

mouseMotionHandler

com.sciapp.editors.JDateChooser.MouseMotionHandler mouseMotionHandler

Class com.sciapp.editors.TableComboBoxEditor extends DefaultCellEditor implements Serializable


Package com.sciapp.event

Class com.sciapp.event.FilterModelEvent extends EventObject implements Serializable

Serialized Fields

tableFilter

TableFilter tableFilter
the table filter

Class com.sciapp.event.FilterTreeTableModelEvent extends EventObject implements Serializable

Serialized Fields

tableFilter

TableFilter tableFilter
the table filter


node

Object node
the node at which a table filter was assigned


level

int level
the level at which a table filter was assigned

Class com.sciapp.event.GroupTableColumnModelEvent extends EventObject implements Serializable

Serialized Fields

childIndices

int[] childIndices
Indices identifying the position of where the children were added or removed


children

TableColumn[] children
Children that have been added or removed


groupColumn

GroupTableColumn groupColumn
The parent group column of the columns that have been added or removed

Class com.sciapp.event.ReorderEvent extends EventObject implements Serializable

Serialized Fields

rowMap

int[] rowMap
The row transposition mapping.


storeCellSelections

boolean storeCellSelections
flag to indicate whether the reorder listener will store the cell selections


storeExpandedNodes

boolean storeExpandedNodes
flag to indicate whether the reorder listener will store the expanded tree nodes


storeCheckBoxSelections

boolean storeCheckBoxSelections
flag to indicate whether the reorder listener will store the selected nodes of the checkbox tree


Package com.sciapp.filter

Class com.sciapp.filter.AndTableFilter extends CompositeFilter implements Serializable

Class com.sciapp.filter.BlockFilter extends Filter implements Serializable

Class com.sciapp.filter.BooleanFilter extends Filter implements Serializable

Serialized Fields

value

boolean value
the boolean value the supplied objects are matched against.

Class com.sciapp.filter.ComparisonFilter extends Filter implements Serializable

Serialized Fields

comparison

int comparison
The current comparison mode.

Class com.sciapp.filter.CompositeFilter extends TableFilter implements Serializable

Serialized Fields

tableFilters

TableFilter[] tableFilters
The array of TableFilters.

Class com.sciapp.filter.CustomPopupFilterHeaderModel extends PopupFilterHeaderModel implements Serializable

Serialized Fields

CUSTOM_STRING

String CUSTOM_STRING
a string for the 'custom' filter selection


dialog

JDialog dialog
the dialog component.


autoFilter

JAutoFilter autoFilter
the auto filter component


customTableFilter

TableFilter customTableFilter

userCancelled

boolean userCancelled

dialogPoped

boolean dialogPoped

Class com.sciapp.filter.DateFilter extends ComparisonFilter implements Serializable

Serialized Fields

date

Date date
The date expression the supplied objects are matched against.


dc

DateComparator dc
A Date comparator object used to compare Date values.

Class com.sciapp.filter.DefaultFilterRenderer extends WrapperCellRendererPane implements Serializable

Serialized Fields

normalComponent

Component normalComponent
the component returned from the unfiltered renderer


unfilteredColor

Color unfilteredColor
the color of the arrow for a column that has no filters


filteredColor

Color filteredColor
the color of the arrow for a column that has filters


useRollOver

boolean useRollOver
flag that determines whether the arrow button will be visible only if the user rolls over the column with the mouse

Class com.sciapp.filter.DoubleFilter extends NumberFilter implements Serializable

Serialized Fields

value

double value
the double value the supplied objects are matched against.

Class com.sciapp.filter.Filter extends Object implements Serializable

Serialized Fields

acceptNull

boolean acceptNull
boolean indicating if the filter is going to accept null values.

Class com.sciapp.filter.FilterHeaderModel extends Object implements Serializable

Serialized Fields

filterMap

Map filterMap

removeOnInvisible

boolean removeOnInvisible
flag to indicate that the filter should be removed once the column is no longer shown in the table.


tableModel

FilterListModel tableModel
The filterlistmodel that will be used to process the filter events.


filterHeader

FilterTableHeader filterHeader
The header that is installed on the table.


autoCreateAllFilters

boolean autoCreateAllFilters
A flag that if true will automatically install a filter for each column added to the table.


defaultFiltersByColumnClass

HashMap defaultFiltersByColumnClass
A table that contains filters indexed by class.


columnShowing

int columnShowing
the column of the header that is currently showing available filter expressions.


filterMode

int filterMode
The mode that is being employed to populate the available filter expressions.


filtersByColumn

HashMap filtersByColumn
A table that contains filters indexed by column's model index.


filtersByOrder

ArrayList filtersByOrder
A list of the filters currently installed indexed by the order they were installed.


columnTableFilter

com.sciapp.filter.FilterHeaderModel.ColumnTableFilter columnTableFilter

callBackEventString

String callBackEventString

Class com.sciapp.filter.FilterTableHeader extends GroupTableHeader implements Serializable

Class com.sciapp.filter.FilterTablePanel extends JPanel implements Serializable

Serialized Fields

filterModel

FilterModel filterModel
the filter model of the FilterTablePanel that forwards filter notification events to the listeners (normally a FilterTableModel).


defaultFiltersByColumnClass

HashMap defaultFiltersByColumnClass
A table of objects that filter data and that can be manipulated visually, indexed by class.


activeLabel

JLabel activeLabel
a label showing whether the filter is active


fieldLabel

JLabel fieldLabel
a label showing the current filter column field


filterButton

JButton filterButton
a button that when clicked, fires the filter event.


filterOn

JCheckBox filterOn
a checkbox that shows if the filter displayed is active or not.


fieldBox

JComboBox fieldBox
a combobox that contains the fields that we are able to filter.


filterPanel

JPanel filterPanel

currentFilter

VisualFilter currentFilter

tfl

FilterModelListener tfl

il

ItemListener il

fields

String[] fields

fieldClasses

Class[] fieldClasses

Class com.sciapp.filter.FloatFilter extends NumberFilter implements Serializable

Serialized Fields

value

float value
the float value the supplied objects are matched against.

Class com.sciapp.filter.IntegerFilter extends NumberFilter implements Serializable

Serialized Fields

value

int value
the integer value the supplied objects are matched against.

Class com.sciapp.filter.ListTableFilter extends TableFilter implements Serializable

Serialized Fields

accepted

com.sciapp.utils.IntList accepted

Class com.sciapp.filter.LongFilter extends NumberFilter implements Serializable

Serialized Fields

value

long value
the long value the supplied objects are matched against.

Class com.sciapp.filter.NotTableFilter extends TableFilter implements Serializable

Serialized Fields

tableFilter

TableFilter tableFilter
The TableFilter to negate.

Class com.sciapp.filter.NumberFilter extends ComparisonFilter implements Serializable

Serialized Fields

origNumber

Number origNumber

Class com.sciapp.filter.OrTableFilter extends CompositeFilter implements Serializable

Class com.sciapp.filter.PassFilter extends Filter implements Serializable

Class com.sciapp.filter.PopupFilterHeaderModel extends FilterHeaderModel implements Serializable

Serialized Fields

rollOverColumn

int rollOverColumn

hidePopupOnSelection

boolean hidePopupOnSelection
flag indicating whether the popup menu will be hidden after a filter value is selected


BLANK_STRING

String BLANK_STRING
a string for the 'blanks' filter selection


NON_BLANK_STRING

String NON_BLANK_STRING
a string for the 'non blanks' filter selection


allString

String allString
The string to display for the "ALL" option


defaultHeaderCursor

Cursor defaultHeaderCursor
the header's default cursor


added

boolean added

wasClicked

boolean wasClicked

wrapperPriority

int wrapperPriority

otherCursor

Cursor otherCursor

mouseHandler

MouseInputAdapter mouseHandler

Class com.sciapp.filter.StringFilter extends Filter implements Serializable

Serialized Fields

mode

int mode
The current filter mode.


caseSensitive

boolean caseSensitive
boolean denoting case sensitivity.


pattern

String pattern
The filter expression.


negate

boolean negate
boolean indicating whether the string filter returns the negative of the result of each mode.


origPattern

String origPattern
The original filter expression before any modifications.

Class com.sciapp.filter.TableFilter extends Object implements Serializable

Serialized Fields

filter

Filter filter
The filter being used.


column

int column
The column of the table to filter

Class com.sciapp.filter.ValuesTableFilter extends TableFilter implements Serializable

Serialized Fields

values

Object[] values
the list of accepted values


Package com.sciapp.filter.auto

Class com.sciapp.filter.auto.AbstractAutoFilterPanel extends JPanel implements Serializable

Serialized Fields

desc_str

String desc_str
a string for the description at the top.


columnName

String columnName
the column name


desc_label

JLabel desc_label
the label for the description.


columnName_label

JLabel columnName_label
the label for the column name.


andButton

JRadioButton andButton
the 'and' radio button.


orButton

JRadioButton orButton
the 'or' radio button.


visuals

ArrayList visuals
a list of visual filters.

Class com.sciapp.filter.auto.AutoFilterDialog extends JDialog implements Serializable

Serialized Fields

cancelButton

com.sciapp.filter.auto.AutoFilterDialog.FireButton cancelButton

okButton

com.sciapp.filter.auto.AutoFilterDialog.FireButton okButton

Class com.sciapp.filter.auto.BooleanAutoFilterPanel extends AbstractAutoFilterPanel implements Serializable

Class com.sciapp.filter.auto.DateAutoFilterPanel extends AbstractAutoFilterPanel implements Serializable

Class com.sciapp.filter.auto.JAutoFilter extends JPanel implements Serializable

Serialized Fields

currentAutoFilter

AbstractAutoFilterPanel currentAutoFilter
the currently assigned auto filter panel component.

Class com.sciapp.filter.auto.NumericAutoFilterPanel extends AbstractAutoFilterPanel implements Serializable

Serialized Fields

numberFilter

NumberFilter numberFilter

Class com.sciapp.filter.auto.StringAutoFilterPanel extends AbstractAutoFilterPanel implements Serializable


Package com.sciapp.filter.tree

Class com.sciapp.filter.tree.AbstractColumnFilterMapper.ColumnFilterTreeTableModel extends TreeTableModelMap implements Serializable

Serialized Fields

column

int column

Class com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap extends TreeTableModelMap implements Serializable

Serialized Fields

sp

com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap.SpecialNode sp

Class com.sciapp.filter.tree.NodeTableFilter extends TableFilter implements Serializable

Serialized Fields

nodes

Object[] nodes
the 'accepted' object list


Package com.sciapp.renderers

Class com.sciapp.renderers.BooleanRenderer extends DefaultRenderer implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox
The checkbox instance

Class com.sciapp.renderers.DateRenderer extends DefaultRenderer implements Serializable

Serialized Fields

formatter

DateFormat formatter
The date format instance

Class com.sciapp.renderers.DefaultAggregateRenderer extends DefaultRenderer implements Serializable

Serialized Fields

defaultRenderer

DefaultRenderer defaultRenderer
the renderer contained in this DefaultAggregateRenderer


defaultLevelBackground

Color defaultLevelBackground
the default background color for aggregate rows


defaultLevelForeground

Color defaultLevelForeground
the default foreground color for aggregate rows

Class com.sciapp.renderers.DefaultRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

oddColor

Color oddColor
the background color for odd rows


evenColor

Color evenColor
the background color for even rows


spacing

boolean spacing
boolean flag that indicates if spaces are added at the end of each cell


space

String space
a string that holds the number of spaces

Class com.sciapp.renderers.DefaultTreeTableRenderer extends DefaultRenderer implements Serializable

Serialized Fields

defaultRenderer

DefaultRenderer defaultRenderer
the renderer contained in this DefaultAggregateRenderer


defaultLevelBackground

Color defaultLevelBackground
the default background color for aggregate rows


defaultLevelForeground

Color defaultLevelForeground
the default foreground color for aggregate rows

Class com.sciapp.renderers.NumberRenderer extends DefaultRenderer implements Serializable

Serialized Fields

numberFormat

NumberFormat numberFormat
The number format instance

Class com.sciapp.renderers.PopupRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox
The checkbox object


formatter

DateFormat formatter
The dateformat instance

Class com.sciapp.renderers.ProgressBarRenderer extends DefaultRenderer implements Serializable

Serialized Fields

progressBar

JProgressBar progressBar
The progressBar instance

Class com.sciapp.renderers.SizeRenderer extends DefaultRenderer implements Serializable


Package com.sciapp.table

Class com.sciapp.table.AdvancedJScrollPane extends JScrollPane implements Serializable

Serialized Fields

lockedTableModel

LockedTableModel lockedTableModel
the locked table column model


containsViewable

boolean containsViewable
flag that is true if the scrollpane is configured to use a viewable resizer, false otherwise

Class com.sciapp.table.AdvancedJScrollPane.LockedTextField extends JTextField implements Serializable

Serialized Fields

firstX

int firstX

firstY

int firstY

containCount

int containCount

processCount

int processCount

proxyTextField

JTextField proxyTextField

Class com.sciapp.table.AdvancedJTable extends JTable implements Serializable

Serialized Fields

columnSelectionAdjusting

boolean columnSelectionAdjusting

rowSelectionAdjusting

boolean rowSelectionAdjusting

editMode

int editMode
the edit mode that defines the behaviour of the table when its model changes


nonContiguousCellSelection

boolean nonContiguousCellSelection
flag indicating whether non-contiguous cell selection is enabled


isFirstColumnFixed

boolean isFirstColumnFixed
boolean flag to indicate whether the first column of the table is fixed.


showRowHeader

boolean showRowHeader
boolean flag to indicate whether the row header should be visible.

Class com.sciapp.table.AdvancedTableHeader extends JTableHeader implements Serializable

Class com.sciapp.table.BlankIcon extends Object implements Serializable

Serialized Fields

fillColor

Color fillColor

size

int size

Class com.sciapp.table.ColumnModelVetoException extends Exception implements Serializable

Serialized Fields

event

TableColumnModelEvent event
the table column model event responsible for the exception.

Class com.sciapp.table.DefaultGroupTableColumnModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
the listenerlist of GroupTableColumnModelListeners


root

GroupTableColumn root
the group table column used as the root.

Class com.sciapp.table.DefaultListTableModel extends DefaultTableModel implements Serializable

Class com.sciapp.table.DefaultRowHeaderRenderer extends JButton implements Serializable

Class com.sciapp.table.DefaultVetoableColumnModel extends DefaultTableColumnModel implements Serializable

Class com.sciapp.table.FilterTableModel extends ListTableMap implements Serializable

Serialized Fields

clearOnDataChanged

boolean clearOnDataChanged
a boolean flag that determines whether the model will assume that all data have changed when a fireTableDataChanged TableModelEvent has been issued.


allowFilter

boolean allowFilter
a boolean flag that determines whether the model will perform the filtering if the underlying model changes (via updates, deletes or additions).


tableFilter

TableFilter tableFilter
the currently installed table filter

Class com.sciapp.table.GroupTableColumn extends TableColumn implements Serializable

Serialized Fields

children

Vector children
the vector of this group table column children.


parent

GroupTableColumn parent
this group table column's parent.


margin

int margin
this group table column's margin.


showChildren

boolean showChildren
boolean that controls the visibility of the columns underneath this group column.


height

int height
the height of the group column

Class com.sciapp.table.GroupTableHeader extends AdvancedTableHeader implements Serializable

Serialized Fields

allowGroupReordering

boolean allowGroupReordering
boolean flag that controls the reordering of group columns.


groupTableColumnModel

GroupTableColumnModel groupTableColumnModel
the group table column model


allowGroupColumnReordering

boolean allowGroupColumnReordering
a flag that is true if group columns can be reordered with the mouse, false otherwise


wrapperPriority

int wrapperPriority

Class com.sciapp.table.JScrollablePanel extends JPanel implements Serializable

Serialized Fields

preferredViewportSize

Dimension preferredViewportSize

Class com.sciapp.table.JTableRowHeader extends JTableHeader implements Serializable

Serialized Fields

superPaint

boolean superPaint

columnWidth

int columnWidth
The column width of each cell in the header.


defaultRenderer

TableCellRenderer defaultRenderer
The renderer that is assigned to render the cells of the header.


rowHeaderRenderer

TableCellRenderer rowHeaderRenderer

recP

Rectangle recP

rowTableModelListener

com.sciapp.table.JTableRowHeader.RowTableModelListener rowTableModelListener

rowTablePropertyListener

com.sciapp.table.JTableRowHeader.RowTablePropertyListener rowTablePropertyListener

Class com.sciapp.table.ListRowHeader extends JList implements Serializable

Serialized Fields

table

JTable table
the associated table


autoUpdateWidth

boolean autoUpdateWidth
flag that is true if the width is updated when the contents of the list change


rowModel

com.sciapp.table.ListRowHeader.RowHeaderListModel rowModel

tml

TableModelListener tml

pcl

com.sciapp.table.ListRowHeader.HeaderPropertyChangeListener pcl

fireInv

boolean fireInv

Class com.sciapp.table.ListTableMap extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

ListTableModel tableModel
The underlying ListTableModel

Class com.sciapp.table.ListTableModelWrapper extends TableMap implements Serializable

Serialized Fields

throwsException

boolean throwsException
flag that indicates that an exception will be thrown when the ListTableModel methods are called.

Class com.sciapp.table.ObjectTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rows

List rows
The actual table rows stored in a List.


columns

String[] columns
A String array holding the columns of the TableModel


sendReorderEvent

boolean sendReorderEvent
boolean indicating if a reorder event should be sent when needed

Class com.sciapp.table.SortState extends Object implements Serializable

Serialized Fields

field

int field

ascending

boolean ascending

Class com.sciapp.table.SortTableButtonRenderer extends SortTableRenderer implements Serializable

Serialized Fields

downButton

com.sciapp.table.SortTableButtonRenderer.SortButton downButton

upButton

com.sciapp.table.SortTableButtonRenderer.SortButton upButton

noneButton

com.sciapp.table.SortTableButtonRenderer.SortButton noneButton

downBevel

com.sciapp.table.BevelArrowIcon downBevel

downBevelPressed

com.sciapp.table.BevelArrowIcon downBevelPressed

upBevel

com.sciapp.table.BevelArrowIcon upBevel

upBevelPressed

com.sciapp.table.BevelArrowIcon upBevelPressed

showButtonPress

boolean showButtonPress
boolean flag that when true, the buttons are pressed when clicked.

Class com.sciapp.table.SortTableModel extends ListTableMap implements Serializable

Serialized Fields

allowSort

boolean allowSort
a boolean flag that determines whether the model will perform the sorting if the underlying model changes (via updates, deletes or additions).


defaultComparatorsByColumnClass

Hashtable defaultComparatorsByColumnClass
A table of objects that compare two object with each other, indexed by class as declared in compareTo in the Comparable interface.


comparatorsByField

HashMap comparatorsByField
A table of objects that compare two object with each other, indexed by field as declared in compareTo in the Comparable interface.


defaultHeaderCursor

Cursor defaultHeaderCursor
the header's default cursor


tableSorters

ArrayList tableSorters

sort_mode

int sort_mode

tableHeader

JTableHeader tableHeader

tableSorterComparator

com.sciapp.table.SortTableModel.TableSorterComparator tableSorterComparator

renderer

SortTableRenderer renderer

sortStates

com.sciapp.table.SortTableModel.SortStates sortStates

nonSortableColumns

com.sciapp.utils.IntList nonSortableColumns

isDragging

boolean isDragging

sortedIndexes

com.sciapp.utils.IntList sortedIndexes

modInd

int[] modInd

otherCursor

Cursor otherCursor

Class com.sciapp.table.SortTableRenderer extends Object implements Serializable

Serialized Fields

sortRendererImpl

com.sciapp.table.SortRendererImpl sortRendererImpl

Class com.sciapp.table.TableMap extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

TableModel tableModel
The underlying ListTableModel

Class com.sciapp.table.ThreadedListTableModel extends ListTableMap implements Serializable

Class com.sciapp.table.WrapperCellRendererPane extends CellRendererPane implements Serializable

Serialized Fields

opaqueFalse

boolean opaqueFalse
flag that is true if JComponent children's opaque property is temporarily set to false before painting


Package com.sciapp.table.cache

Class com.sciapp.table.cache.CachedListTableModel extends ListTableMap implements Serializable

Serialized Fields

cache

DefaultTableCache cache
the cache

Class com.sciapp.table.cache.CachedTableModel extends TableMap implements Serializable

Serialized Fields

cache

DefaultTableCache cache
the cache


Package com.sciapp.table.db

Class com.sciapp.table.db.AbstractDatabaseTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rowCount

int rowCount
an index holding the last row count


dbSorter

SortTableModel dbSorter
the internal sort tablemodel instance


dbFilter

FilterTableModel dbFilter
the internal filter tablemodel instance


cache

TableCache cache
the cache


rangedModel

boolean rangedModel
true if the model is going to fetch data in ranges

Class com.sciapp.table.db.DefaultDatabaseTableModel extends AbstractDatabaseTableModel implements Serializable

Serialized Fields

joinStatement

String joinStatement
a string representing the table or tables and the criteria (if any) that will be used to fetch the database data.


definition

DatabaseTableDefinition definition
the database definition.


cursors

boolean cursors
boolean indicating if a cursor will be used to fetch data from the database.


whereSQL

String whereSQL
a string which is used to hold the where clause of the sql statement


orderSQL

String orderSQL
a string which is used to hold the order byclause of the sql statement

Class com.sciapp.table.db.DefaultPivotTableModel extends AbstractDatabaseTableModel implements Serializable

Serialized Fields

rowTotalModel

com.sciapp.table.db.RowTotalModel rowTotalModel
the tow totals model


rowTotalsCache

TableCache rowTotalsCache
the cache for the row totals


pivotStatement

String pivotStatement
a string representing the table or tables and the criteria (if any) that will be used to fetch the pivot values.


pivotDefinition

PivotDefinition pivotDefinition
the pivot definition


pivotColumns

String[] pivotColumns
the pivot columns.


pivotValues

Object[] pivotValues
the pivot values.


converter

SQLFilterConverter converter
utility class that converts a TableFilter to an sql 'where' clause.


nonPivotDefinition

DatabaseTableDefinition nonPivotDefinition
the database definition for the columns that are not pivoted.


functionDefinition

MeasureDefinition functionDefinition
the database definition for the function columns.


totalsDefinition

DatabaseTableDefinition totalsDefinition
the database definition for the totals.


aggregateDefinition

DatabaseTableDefinition aggregateDefinition
the database definition for all the columns.


cursors

boolean cursors
boolean indicating if a cursor will be used to fetch data from the database.


joinStatement

String joinStatement
a string representing the table or tables and the criteria (if any) that will be used to fetch the database data.


whereSQL

String whereSQL
a string which is used to hold the where clause of the sql statement


orderSQL

String orderSQL
a string which is used to hold the order byclause of the sql statement


havingSQL

String havingSQL
a string which is used to hold the havingclause of the sql statement


showAggregateRows

boolean showAggregateRows
boolean to indicate whether the model will show aggregate rows.


showAggregateColumns

boolean showAggregateColumns
boolean to indicate whether the model will show aggregate columns.

Class com.sciapp.table.db.DistinctDatabaseTableModel extends AbstractDatabaseTableModel implements Serializable

Serialized Fields

joinStatement

String joinStatement
a string representing the table or tables and the criteria (if any) that will be used to fetch the database data.


definition

DatabaseTableDefinition definition
the database definition.


whereSQL

String whereSQL
a string which is used to hold the where clause of the sql statement


orderSQL

String orderSQL
a string which is used to hold the order byclause of the sql statement

Class com.sciapp.table.db.MSAccessPivotTableModel extends DefaultPivotTableModel implements Serializable


Package com.sciapp.table.group

Class com.sciapp.table.group.AbstractTreeTableColumnModelAdapter extends Object implements Serializable

Serialized Fields

changeSupport

SwingPropertyChangeSupport changeSupport
change support for the TREE_TABLE_COLUMN_MODEL_PROPERTY.


selectionModel

ListSelectionModel selectionModel
Model for keeping track of column selections


columnMargin

int columnMargin
Width margin between each column


listenerList

EventListenerList listenerList
List of TableColumnModelListener


columnSelectionAllowed

boolean columnSelectionAllowed
Column selection allowed in this column model


totalColumnWidth

int totalColumnWidth
A local cache of the combined width of all columns

Class com.sciapp.table.group.DefaultTreeTableColumnModel extends ObjectTreeTableModel implements Serializable

Class com.sciapp.table.group.DefaultTreeTableColumnModelAdapter extends AbstractTreeTableColumnModelAdapter implements Serializable

Serialized Fields

prcc

int prcc

tableColumns

Vector tableColumns

oldColumns

Vector oldColumns

twl

TreeWillExpandListener twl

cc

int cc
a local cache of the model's column count


tree

JTree tree
the tree


treeColumnModel

TreeTableColumnModel treeColumnModel
the treetable column model

Class com.sciapp.table.group.DefaultTreeTableHeaderRenderer extends WrapperCellRendererPane implements Serializable

Serialized Fields

row

int row
the row index of the cell being drawn


column

int column
the column index of the cell being drawn


isLeaf

boolean isLeaf
flag that determines whether the path is a leaf node


isExpanded

boolean isExpanded
flag that determines whether the path is expanded


adapter

TreeTableColumnModelAdapter adapter
the treetable column model adapter


path

TreePath path
the path to draw


preferredSize

Dimension preferredSize
the preferred size of this component


separate

boolean separate
flag that determines whether a separate component should be used to layout the expansion control


comp

Component comp

expandedIcon

Icon expandedIcon

collapsedIcon

Icon collapsedIcon

iconMargin

int iconMargin

custom

com.sciapp.table.group.DefaultTreeTableHeaderRenderer.CustomIcon custom

customPressed

com.sciapp.table.group.DefaultTreeTableHeaderRenderer.CustomIcon customPressed

gap

int gap

expComp

Component expComp

lastIcon

Icon lastIcon

diff

int diff

lastUI

TableUI lastUI

expandComponent

Component expandComponent

expandRenderer

TableCellRenderer expandRenderer

customColor

com.sciapp.table.group.DefaultTreeTableHeaderRenderer.CustomColor customColor

Class com.sciapp.table.group.TreeColumnModelMask extends DefaultTreeTableColumnModel implements Serializable

Serialized Fields

model

TreeTableColumnModel model
the underlying treetable column model


currentRoot

Object currentRoot

Class com.sciapp.table.group.TreeTableColumnModelMap extends TreeTableModelMap implements Serializable

Class com.sciapp.table.group.TreeTableColumnModelMask extends TreeTableModelMask implements Serializable

Serialized Fields

lastNodeParent

MutableTreeNode lastNodeParent

lastNodeInserted

MutableTreeNode lastNodeInserted

lastInsertedIndex

int lastInsertedIndex

addedColumn

TableColumn addedColumn

Class com.sciapp.table.group.TreeTableHeader extends FilterTableHeader implements Serializable

Serialized Fields

prefSize

Dimension prefSize
the preferred size of the tree header


delayed

boolean delayed
boolean flag that determines whether events received from the treemodel will be added to the swing event queue.


defaultHeaderCursor

Cursor defaultHeaderCursor
the header's default cursor


wrapperPriority

int wrapperPriority
the wrapper's priority


treeHeaderFactory

TreeTableHeaderRendererFactory treeHeaderFactory
the factory for creating tree header renderers


headerControl

TreeTableHeader.CachingHeaderControl headerControl
provides caching for tree header renderers and components returned by them.


otherCursor

Cursor otherCursor

Package com.sciapp.table.locked

Class com.sciapp.table.locked.DefaultLockedTableModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
the listenerlist of LockedTableModelListeners


top

int top

bottom

int bottom

left

int left

right

int right

Class com.sciapp.table.locked.LockedTableModelEvent extends EventObject implements Serializable

Serialized Fields

direction

int direction
The direction - one of LockedTableModel's directions: TOP, BOTTOM, LEFT or RIGHT.


amount

int amount
The number of locked rows/columns at the specified direction.


previousAmount

int previousAmount
The previous number of locked rows/columns at the specified direction.


Package com.sciapp.table.remote

Class com.sciapp.table.remote.DefaultRemoteTableModel extends TableMap implements Serializable

Serialized Fields

requestedRows

com.sciapp.utils.IntList requestedRows

requestedRowCount

boolean requestedRowCount

LOCK

Object LOCK

running

boolean running

DEBUG

boolean DEBUG

cacheTableModel

CacheableTableModel cacheTableModel
the cacheable table model to query.


pendingValue

DefaultPendingValue pendingValue
the default object to return when a cell value is pending.

Class com.sciapp.table.remote.DefaultRemoteTreeTableModel extends TreeModelMap implements Serializable

Serialized Fields

requestedRows

Set requestedRows

requestedGroupCount

Set requestedGroupCount

LOCK

Object LOCK

running

boolean running

DEBUG

boolean DEBUG

cacheTreeModel

CacheableTreeTableModel cacheTreeModel
the cacheable treetable model to query.


pendingValue

Object pendingValue
the default object to return when a cell value is pending.

Class com.sciapp.table.remote.PendingIndicator extends JComponent implements Serializable

Serialized Fields

timer

Timer timer

startAngle

int startAngle

endAngle

int endAngle

Class com.sciapp.table.remote.RemoteTableEvent extends EventObject implements Serializable

Serialized Fields

type

int type
the type of the event.

Class com.sciapp.table.remote.StatusPanel extends JPanel implements Serializable

Serialized Fields

statusLabel

JLabel statusLabel
the label


indicator

PendingIndicator indicator
the indicator


idleString

String idleString

activeString

String activeString

Package com.sciapp.table.search

Class com.sciapp.table.search.AbstractSearchPanel extends JPanel implements Serializable

Serialized Fields

notFoundBackgroundColor

Color notFoundBackgroundColor
the not found background color


notFoundForegroundColor

Color notFoundForegroundColor
the not found foreground color


foundBackgroundColor

Color foundBackgroundColor
the found background color


foundForegroundColor

Color foundForegroundColor
the found foreground color


highLight

JToggleButton highLight
the highlight button


closeButton

JButton closeButton
the close button


findLabel

JLabel findLabel
the find label


nextButton

JButton nextButton
the next button


prevButton

JButton prevButton
the previous button


notFound

JLabel notFound
the notFound label


close_mode

int close_mode

searchModel

SearchModel searchModel
the search model of the SearchTablePanel that forwards search model events to the listeners.


listener

TableModelListener listener

Class com.sciapp.table.search.SearchModelEvent extends EventObject implements Serializable

Serialized Fields

search

Search search
the search object


fromRow

int fromRow
the starting row


fromColumn

int fromColumn
the starting column


isForwards

boolean isForwards
the search direction


mode

int mode
the search mode

Class com.sciapp.table.search.SearchPanel extends AbstractSearchPanel implements Serializable

Serialized Fields

searchOnKeyInput

boolean searchOnKeyInput
flag that indicates whether to perform a search if a key is typed in the search box


stringFilter

StringFilter stringFilter
the string filter used for searching


searchBox

JTextField searchBox
the search text box


caseSensitive

JCheckBox caseSensitive
the case sensitive check box


resetOnKeyInput

boolean resetOnKeyInput
flag that controls whether to reset the search when the text in the search box changes

Class com.sciapp.table.search.SearchTablePanel extends AbstractSearchPanel implements Serializable

Serialized Fields

defaultFiltersByColumnClass

HashMap defaultFiltersByColumnClass
A table of objects that filter data and that can be manipulated visually, indexed by class.


fieldBox

JComboBox fieldBox
a combobox that contains the columns that we are able to search.


searchPanel

JPanel searchPanel

currentSearch

VisualSeeker currentSearch

tfl

SearchModelListener tfl

il

ItemListener il

fields

String[] fields

fieldClasses

Class[] fieldClasses

table

JTable table

Package com.sciapp.table.span

Class com.sciapp.table.span.SpanModelEvent extends EventObject implements Serializable

Serialized Fields

cellSpan

CellSpan cellSpan
the event's cellspan.


type

int type
the event's type.


Package com.sciapp.tree

Class com.sciapp.tree.AggregateRow extends TreeTableRow implements Serializable

Serialized Fields

aggregateValues

Object[] aggregateValues
The object array which is used to store aggregate information.

Class com.sciapp.tree.DataRow extends TreeTableRow implements Serializable

Class com.sciapp.tree.FooterRow extends AggregateRow implements Serializable

Serialized Fields

footerIndex

int footerIndex
the order with which the FooterRow was added to the TreeTable.

Class com.sciapp.tree.GroupingPanel extends JPanel implements Serializable

Serialized Fields

model

TreeTableModel model
the TreeTableModel that is used to add/remove DefaultTreeTableComparators.


noGroupString

String noGroupString
the current string to show if no grouping is desired.


comboBoxes

ArrayList comboBoxes
the array list of comboboxes.


max_groups

int max_groups
the current maximum number of groups defined.


itemListener

ItemListener itemListener

Class com.sciapp.tree.HeaderRow extends AggregateRow implements Serializable

Serialized Fields

indexes

com.sciapp.utils.IntList indexes

Class com.sciapp.tree.TreeTable extends AdvancedJTable implements Serializable

Serialized Fields

tree

JTree tree

Class com.sciapp.tree.TreeTableModel extends ListTableMap implements Serializable

Serialized Fields

nonTreeNodes

com.sciapp.utils.IntList nonTreeNodes

modInd

int[] modInd

tree

JTree tree
the tree structure created every time the data changes


treeModel

DefaultTreeModel treeModel
the model of the tree


root

HeaderRow root
the root object of the tree structure


comparators

ArrayList comparators
the list of row comparators.

Class com.sciapp.tree.TreeTableRow extends DefaultMutableTreeNode implements Serializable

Serialized Fields

modelIndex

int modelIndex
an integer that refers to the index of the object that this TreeTableRow is associated with.


Package com.sciapp.treetable

Class com.sciapp.treetable.AbstractTreeTableModel extends Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
the list of treemodel listeners.


root

Object root
the root

Class com.sciapp.treetable.AggregateRow extends TreeTableRow implements Serializable

Class com.sciapp.treetable.AggregateTreeTableModel extends ComparableTreeTableModel implements Serializable

Serialized Fields

defaultAggregator

Aggregator defaultAggregator
the default aggregator

Class com.sciapp.treetable.ComparableTreeTableModel extends MutableTreeTableModel implements Serializable

Serialized Fields

comparators

ArrayList comparators
the list of row comparators.


addChildForGroup

boolean addChildForGroup
boolean flag that indicates whether we want a child node added for every new group created, when adding nodes via the addNode method.


replaceGroupObject

boolean replaceGroupObject
boolean flag that indicates whether we want the group node's user object to be replaced by that of its first child node, when adding nodes via the addNode method.

Class com.sciapp.treetable.DataRow extends TreeTableRow implements Serializable

Class com.sciapp.treetable.DefaultFilterTreeTableModel extends TreeTableModelMap implements Serializable

Serialized Fields

ftm

com.sciapp.treetable.DefaultFilterTreeTableModel.InnerFilter ftm

innerListTableModel

com.sciapp.treetable.TreeTableModelMap.InnerListTableModel innerListTableModel

modelListener

TableModelListener modelListener

nodes

Map nodes

filters

Map filters

levelFilters

Map levelFilters

treeEvent

TreeModelEvent treeEvent

defaultFilter

TableFilter defaultFilter
the current default filter


filterMode

int filterMode
the current filter mode


filterListenerList

EventListenerList filterListenerList
the list of filter treemodel listeners.


fire

boolean fire

Class com.sciapp.treetable.DefaultMutableTreeTableModel extends ComparableTreeTableModel implements Serializable

Serialized Fields

editable

boolean editable
boolean flag that determines whether the model is editable.

Class com.sciapp.treetable.DefaultSortTreeTableModel extends TreeTableModelMap implements Serializable

Serialized Fields

stm

com.sciapp.treetable.DefaultSortTreeTableModel.InnerSorter stm

innerListTableModel

com.sciapp.treetable.TreeTableModelMap.InnerListTableModel innerListTableModel

nodes

HashMap nodes

treeEvent

TreeModelEvent treeEvent

modelListener

TableModelListener modelListener

Class com.sciapp.treetable.DefaultTreeTableComparator extends Object implements Serializable

Serialized Fields

column

int column
the column to use when comparing rows


alwaysCreateGroup

boolean alwaysCreateGroup
a boolean which is true if group nodes are always to be created.

Class com.sciapp.treetable.DynamicTreeTableModel extends TreeModelMap implements Serializable

Serialized Fields

modInd

int[] modInd

tableModel

ListTableModel tableModel

comparators

ArrayList comparators
the list of row comparators.


fireStructure

boolean fireStructure

Class com.sciapp.treetable.FooterRow extends AggregateRow implements Serializable

Serialized Fields

footerIndex

int footerIndex
the order with which the FooterRow was added to the TreeTable.

Class com.sciapp.treetable.GroupingPanel extends JPanel implements Serializable

Serialized Fields

model

DynamicTreeTableModel model
the TreeTableModel that is used to add/remove DefaultTreeTableComparators.


noGroupString

String noGroupString
the current string to show if no grouping is desired.


comboBoxes

ArrayList comboBoxes
the array list of comboboxes.


max_groups

int max_groups
the current maximum number of groups defined.


itemListener

ItemListener itemListener

Class com.sciapp.treetable.HeaderRow extends AggregateRow implements Serializable

Serialized Fields

indexes

com.sciapp.utils.IntList indexes

Class com.sciapp.treetable.ListTreeTableModel extends ObjectTreeTableModel implements Serializable

Class com.sciapp.treetable.MutableTreeTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

columns

String[] columns
the column names


classes

Class[] classes
the column classes

Class com.sciapp.treetable.NodeGroupingPanel extends JPanel implements Serializable

Serialized Fields

model

ComparableTreeTableModel model
the TreeTableModel that is used to add/remove TreeNodeComparator.


noGroupString

String noGroupString
the current string to show if no grouping is desired.


comboBoxes

ArrayList comboBoxes
the array list of comboboxes.


max_groups

int max_groups
the current maximum number of groups defined.


itemListener

ItemListener itemListener

Class com.sciapp.treetable.NodeTreeTableModelMap extends TreeTableModelMap implements Serializable

Serialized Fields

showChildren

boolean showChildren
determines whether to show the node's children

Class com.sciapp.treetable.ObjectTreeTableModel extends ComparableTreeTableModel implements Serializable

Class com.sciapp.treetable.TreeModelMap extends AbstractTreeTableModel implements Serializable

Serialized Fields

treeModel

TreeModel treeModel
the underlying treemodel.

Class com.sciapp.treetable.TreeTable extends AdvancedJTable implements Serializable

Serialized Fields

treeColumn

int treeColumn
the column containing the tree

Class com.sciapp.treetable.TreeTableModelAdapter extends AbstractTableModel implements Serializable

Serialized Fields

changeSupport

SwingPropertyChangeSupport changeSupport

tree

JTree tree
the tree


treeTableModel

TreeTableModel treeTableModel
the treetable model


delayed

boolean delayed
flag that controls whether the adapter will fire table change events immediatelly or add them to the swing event queue for later processing.


prrc

int prrc

Class com.sciapp.treetable.TreeTableModelMap extends TreeModelMap implements Serializable

Serialized Fields

treeTableModel

TreeTableModel treeTableModel
the underlying treetable model.


cacheableTreeModel

CacheableTreeTableModel cacheableTreeModel

Class com.sciapp.treetable.TreeTableModelMask extends DefaultMutableTreeTableModel implements Serializable

Serialized Fields

model

TreeTableModel model
the underlying treetable model

Class com.sciapp.treetable.TreeTableRow extends DefaultMutableTreeNode implements Serializable

Serialized Fields

modelIndex

int modelIndex
an integer that can be used for various purposes.


aggregateValues

Object[] aggregateValues
The object array which is used to store aggregate information.

Class com.sciapp.treetable.UniqueTreeTableModel extends DefaultMutableTreeTableModel implements Serializable

Serialized Fields

model

TreeTableModel model
the underlying treetable model


mode

int mode
the mode that is used to build the unique structure by level


sorted

boolean sorted
flag indicating whether the unique level values will be sorted


nodeComparator

Comparator nodeComparator
the comparator that is used to compare tree nodes between them at each tree level


Package com.sciapp.treetable.db

Class com.sciapp.treetable.db.AbstractDatabaseTreeTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

dbSorter

SortTableModel dbSorter
the internal sort tablemodel instance


dbFilter

FilterTableModel dbFilter
the internal filter tablemodel instance


cache

TreeTableCache cache
the cache for NON-aggregate rows


aggregateRowCache

TreeTableCache aggregateRowCache
the cache for aggregate rows


aggregator

DatabaseAggregator aggregator
the default database aggregator


modelListener

TableModelListener modelListener

Class com.sciapp.treetable.db.DatabaseGroupingPanel extends JPanel implements Serializable

Serialized Fields

model

DefaultDatabaseTreeTableModel model
the DefaultDatabaseTreeTableModel that is used to define the list of database grouping columns.


noGroupString

String noGroupString
the current string to show if no grouping is desired.


comboBoxes

ArrayList comboBoxes
the array list of comboboxes.


max_groups

int max_groups
the current maximum number of groups defined.


itemListener

ItemListener itemListener

list

com.sciapp.utils.IntList list

Class com.sciapp.treetable.db.DatabaseHeaderRow extends HeaderRow implements Serializable

Serialized Fields

childCount

int childCount

Class com.sciapp.treetable.db.DefaultDatabaseTreeTableModel extends AbstractDatabaseTreeTableModel implements Serializable

Serialized Fields

DEBUG

boolean DEBUG

list

com.sciapp.utils.IntList list

groupCache

TreeTableCache groupCache
the object that is used to cache the GROUP values of the tree's nodes.


converter

SQLFilterConverter converter
utility class that converts a TableFilter to an sql 'where' clause.


definition

DatabaseTableDefinition definition
the database definition.


cursors

boolean cursors
boolean indicating if a cursor will be used to fetch data from the database.


c

Connection c
The current connection to the database


table

String table
string that holds the name of the table to query


whereSQL

String whereSQL
a string which is used to hold the where clause of the sql statement


orderSQL

String orderSQL
a string which is used to hold the order byclause of the sql statement


groupOrderSQL

String groupOrderSQL

Package com.sciapp.treetable.dir

Class com.sciapp.treetable.dir.DirectoryTreeTable extends TreeTable implements Serializable

Serialized Fields

rtm

RemoteTreeTableModel rtm

stm

DefaultSortTreeTableModel stm

ftm

DefaultFilterTreeTableModel ftm

dir

DirectoryTreeTableModel dir

Class com.sciapp.treetable.dir.DirectoryTreeTableModel extends MutableTreeTableModel implements Serializable

Class com.sciapp.treetable.dir.FileRowCellRenderer extends DefaultRenderer implements Serializable


Copyright © 2005 Scientific Applications. All Rights Reserved.