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.comparators |
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
caseSensitive
boolean caseSensitive
- a boolean flag indicating the case-sensitivity of the String comparator.
|
Package com.sciapp.component |
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
treeModel
TreeModel treeModel
- the assigned tree model
partialSelection
boolean partialSelection
- flag indicating whether partial selection is on/off
state
int state
- the current state of the model
partialIcon
Icon partialIcon
- the icon to show for partial selections
|
Package com.sciapp.editors |
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
tableFilter
TableFilter tableFilter
- the table filter
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
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
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 |
value
boolean value
- the boolean value the supplied objects are matched against.
comparison
int comparison
- The current comparison mode.
tableFilters
TableFilter[] tableFilters
- The array of TableFilters.
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
date
Date date
- The date expression the supplied objects are matched against.
dc
DateComparator dc
- A Date comparator object used to compare Date values.
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
value
double value
- the double value the supplied objects are matched against.
acceptNull
boolean acceptNull
- boolean indicating if the filter is going to accept null values.
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
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
value
float value
- the float value the supplied objects are matched against.
value
int value
- the integer value the supplied objects are matched against.
accepted
com.sciapp.utils.IntList accepted
value
long value
- the long value the supplied objects are matched against.
tableFilter
TableFilter tableFilter
- The TableFilter to negate.
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
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.
filter
Filter filter
- The filter being used.
column
int column
- The column of the table to filter
values
Object[] values
- the list of accepted values
|
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.
cancelButton
com.sciapp.filter.auto.AutoFilterDialog.FireButton cancelButton
okButton
com.sciapp.filter.auto.AutoFilterDialog.FireButton okButton
currentAutoFilter
AbstractAutoFilterPanel currentAutoFilter
- the currently assigned auto filter panel component.
numberFilter
NumberFilter numberFilter
|
Package com.sciapp.filter.tree |
column
int column
sp
com.sciapp.filter.tree.LevelFilterMapper.DoubleTreeTableModelMap.SpecialNode sp
nodes
Object[] nodes
- the 'accepted' object list
|
Package com.sciapp.renderers |
checkBox
JCheckBox checkBox
- The checkbox instance
formatter
DateFormat formatter
- The date format instance
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
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
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
numberFormat
NumberFormat numberFormat
- The number format instance
checkBox
JCheckBox checkBox
- The checkbox object
formatter
DateFormat formatter
- The dateformat instance
progressBar
JProgressBar progressBar
- The progressBar instance
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
firstX
int firstX
firstY
int firstY
containCount
int containCount
processCount
int processCount
proxyTextField
JTextField proxyTextField
columnSelectionAdjusting
boolean columnSelectionAdjusting
rowSelectionAdjusting
boolean rowSelectionAdjusting
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.
fillColor
Color fillColor
size
int size
event
TableColumnModelEvent event
- the table column model event responsible for the exception.
listenerList
EventListenerList listenerList
- the listenerlist of GroupTableColumnModelListeners
root
GroupTableColumn root
- the group table column used as the root.
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
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
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
preferredViewportSize
Dimension preferredViewportSize
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
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
tableModel
ListTableModel tableModel
- The underlying ListTableModel
throwsException
boolean throwsException
- flag that indicates that an exception will be thrown when the ListTableModel methods are called.
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
field
int field
ascending
boolean ascending
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.
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
sortRendererImpl
com.sciapp.table.SortRendererImpl sortRendererImpl
tableModel
TableModel tableModel
- The underlying ListTableModel
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 |
cache
DefaultTableCache cache
- the cache
cache
DefaultTableCache cache
- the cache
|
Package com.sciapp.table.db |
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
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
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.
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
|
Package com.sciapp.table.group |
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
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
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
model
TreeTableColumnModel model
- the underlying treetable column model
currentRoot
Object currentRoot
lastNodeParent
MutableTreeNode lastNodeParent
lastNodeInserted
MutableTreeNode lastNodeInserted
lastInsertedIndex
int lastInsertedIndex
addedColumn
TableColumn addedColumn
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 |
listenerList
EventListenerList listenerList
- the listenerlist of LockedTableModelListeners
top
int top
bottom
int bottom
left
int left
right
int right
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 |
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.
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.
timer
Timer timer
startAngle
int startAngle
endAngle
int endAngle
type
int type
- the type of the event.
statusLabel
JLabel statusLabel
- the label
indicator
PendingIndicator indicator
- the indicator
idleString
String idleString
activeString
String activeString
|
Package com.sciapp.table.search |
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
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
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
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 |
cellSpan
CellSpan cellSpan
- the event's cellspan.
type
int type
- the event's type.
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
tree
JTree tree
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.
modelIndex
int modelIndex
- an integer that refers to the index of the object that this TreeTableRow is associated
with.
|
Package com.sciapp.treetable |
listenerList
EventListenerList listenerList
- the list of treemodel listeners.
root
Object root
- the root
defaultAggregator
Aggregator defaultAggregator
- the default aggregator
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.
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
editable
boolean editable
- boolean flag that determines whether the model is editable.
stm
com.sciapp.treetable.DefaultSortTreeTableModel.InnerSorter stm
innerListTableModel
com.sciapp.treetable.TreeTableModelMap.InnerListTableModel innerListTableModel
nodes
HashMap nodes
treeEvent
TreeModelEvent treeEvent
modelListener
TableModelListener modelListener
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.
modInd
int[] modInd
tableModel
ListTableModel tableModel
comparators
ArrayList comparators
- the list of row comparators.
fireStructure
boolean fireStructure
footerIndex
int footerIndex
- the order with which the FooterRow was added to the TreeTable.
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
indexes
com.sciapp.utils.IntList indexes
columns
String[] columns
- the column names
classes
Class[] classes
- the column classes
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
showChildren
boolean showChildren
- determines whether to show the node's children
treeModel
TreeModel treeModel
- the underlying treemodel.
treeColumn
int treeColumn
- the column containing the tree
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
treeTableModel
TreeTableModel treeTableModel
- the underlying treetable model.
cacheableTreeModel
CacheableTreeTableModel cacheableTreeModel
model
TreeTableModel model
- the underlying treetable model
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.
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 |
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
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
childCount
int childCount
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 |
rtm
RemoteTreeTableModel rtm
stm
DefaultSortTreeTableModel stm
ftm
DefaultFilterTreeTableModel ftm
dir
DirectoryTreeTableModel dir