Serialized Form
Package com.sciapp.common.gui |
direction
int direction
- The direction of the arrow. Can either be NORTH, SOUTH, WEST or EAST.
arrowColor
Color arrowColor
- The color of the arrow.
Package com.sciapp.editors |
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 |
callBack
FilterHeaderCallback callBack
- The callback object.
Package com.sciapp.filter.auto |
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.
currentAutoFilter
AbstractAutoFilterPanel currentAutoFilter
- the currently assigned auto filter panel component.
Package com.sciapp.renderers |
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
checkBox
JCheckBox checkBox
- The checkbox object
formatter
DateFormat formatter
- The dateformat instance
fillColor
Color fillColor
size
int size
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 |
ic
Icon ic
aggregateValues
Object[] aggregateValues
- The object array which is used to store aggregate information.
footerIndex
int footerIndex
- the order with which the FooterRow was added to the TreeTable.
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
indexes
com.sciapp.utils.IntList indexes
modelIndex
int modelIndex
- an integer that refers to the index of the object that this TreeTableRow is associated
with.