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.editors

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

Serialized Fields

monthCombo

JComboBox monthCombo

yearField

JTextField yearField

calendarPanel

JPanel calendarPanel

yearSpinner

com.sciapp.editors.JSpinnerPanel yearSpinner

cells

JButton[] cells

shouldFire

boolean shouldFire

months

String[] months

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

Package com.sciapp.filter

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

Serialized Fields

callBack

FilterHeaderCallback callBack
The callback object.


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.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

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


Package com.sciapp.renderers

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.PopupRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox
The checkbox object


formatter

DateFormat formatter
The dateformat instance


Package com.sciapp.table

Class com.sciapp.table.AdvancedJTable.InnerTableColumnModel extends DefaultTableColumnModel implements Serializable

Class com.sciapp.table.AdvancedJTable.InnerTableHeader extends FilterTableHeader implements Serializable

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

Serialized Fields

fillColor

Color fillColor

size

int size

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

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.SortTableButtonRenderer.SortButton.ButtonIcon extends Object implements Serializable

Serialized Fields

ic

Icon ic

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


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.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.