Serialized Form
|
Package org.jurvis.patterns |
value
Object value
- The value for the enumerator.
string
String string
- The displayable string for the enumerator.
argTypes
Class<T>[] argTypes
constructor
Constructor<T> constructor
value
Object value
isInvalid
boolean isInvalid
row
int row
column
int column
table
JTable table
insets
Insets insets
text
String text
|
Package org.jurvis.swing.actions |
parent
Component parent
- Component the warning dialog will be centered within.
component
Component component
- The controlled component.
buttonModel
ButtonModel buttonModel
- The button model tracking the component's visibility.
|
Package org.jurvis.swing.app |
factory
JvSwingFactory factory
- The factory used to create all components in the application.
views
Collection<E> views
- The views contained within this application.
activeView
JvView activeView
- The active view.
preferences
Preferences preferences
- The preferences associated with this application.
exitAction
Action exitAction
- An action for exiting the application.
propertyChangeListener
PropertyChangeListener propertyChangeListener
PropertyChangeListener for listening to changes in the
active view.
|
Package org.jurvis.swing.explorer |
icon
Icon icon
- The icon to display in the tree; null to display the default icon.
activeNode
JvExplorerNode activeNode
- The active explorer node.
activeObject
Object activeObject
- The active object within the explorer.
details
JvExplorerDetails details
- The explorer's details panel.
tree
JvExplorerTree tree
- The
JvExplorerTree displaying the data hierarchy.
treeScrollPane
JScrollPane treeScrollPane
- The
JScrollPane containing the JvExplorerTree.
propertyChangeListener
PropertyChangeListener propertyChangeListener
- Our local property change listener.
dataModel
JvExplorerListDetailsModel dataModel
- The
JvExplorerListDetailsModel being displayed.
activeNode
JvExplorerNode activeNode
- The currently active node.
scrollPane
JScrollPane scrollPane
- The
JScrollPane containing the table.
explorer
JvExplorer explorer
- The Explorer component.
details
JvExplorerDetails details
- The controlled details panel.
buttonModel
ButtonModel buttonModel
- The button model tracking the component's visibility.
|
Package org.jurvis.swing.form |
modified
boolean modified
- Flag indicating if the user has modified the form.
enabled
boolean enabled
- Flag indicating if the form is enabled.
application
JvApplication application
- The view's enclosing application
title
String title
- The view's title.
menuBar
JMenuBar menuBar
- The view's menu bar. Set by subclasses.
toolBar
JToolBar toolBar
- The view's tool bar. Set by subclasses.
statusBar
JComponent statusBar
- The view's status bar. Set by subclasses.
|
Package org.jurvis.swing.table |
rowData
List<E> rowData
- The
List of JvObjectTableRow objects.
rowData
List<E> rowData
- The
List of JvObjectTableRow objects.
indexes
int[] indexes
sortColumn
int sortColumn
ascending
boolean ascending
compares
int compares
formatter
Format formatter
- Format object used to product a string from rendered object. If null,
just uses
toString().
rowData
List<E> rowData
- The
List of row objects.
editable
boolean editable
- True if the data within this model is editable.
columnMapper
JvMappedObjectTableModel.ColumnMapper columnMapper
- The object mapping from the row data to table columns.
activeObject
Object activeObject
- The currently active object.
adjustingSelection
boolean adjustingSelection
pushedColumn
int pushedColumn
state
Hashtable<K,V> state
textButton
JButton textButton
downButton
JButton downButton
upButton
JButton upButton
model
TableModel model
|
Package org.jurvis.swing.tree |
textSelectionColor
Color textSelectionColor
- Color to use for the foreground for selected nodes.
textNonSelectionColor
Color textNonSelectionColor
- Color to use for the foreground for non-selected nodes.
backgroundSelectionColor
Color backgroundSelectionColor
- Color to use for the background when a node is selected.
backgroundNonSelectionColor
Color backgroundNonSelectionColor
- Color to use for the background when the node isn't selected.
checkbox
JCheckBox checkbox
label
JLabel label
checked
boolean checked
enabled
boolean enabled
checkbox
boolean checkbox
icon
Icon icon
wasQueried
boolean wasQueried
- True if this node has been queried for its children.
toParent
boolean toParent
drawIt
boolean drawIt
dropNode
DefaultMutableTreeNode dropNode
serialVersionUID: 9194609895338486302L
errors
List<E> errors
field
JComponent field
label
String label
message
String message
serialVersionUID: 7698313577680013048L
text
String text
name
String name
value
Object value
Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.