Serialized Form


Package org.jurvis.net

Class org.jurvis.net.JvRhinoConfigEvaluator extends org.mozilla.javascript.ScriptableObject implements Serializable


Package org.jurvis.patterns

Class org.jurvis.patterns.JvEnumerator extends Object implements Serializable

Serialized Fields

value

Object value
The value for the enumerator.


string

String string
The displayable string for the enumerator.


Package org.jurvis.swing

Class org.jurvis.swing.JvGenericCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

argTypes

Class<T>[] argTypes

constructor

Constructor<T> constructor

value

Object value

isInvalid

boolean isInvalid

row

int row

column

int column

table

JTable table

Class org.jurvis.swing.JvPanelDialog.CancelAction extends AbstractAction implements Serializable

Class org.jurvis.swing.JvPanelDialog.OkAction extends AbstractAction implements Serializable

Class org.jurvis.swing.JvPropertyTable extends JvObjectTable implements Serializable

Class org.jurvis.swing.JvReadOnlyPlainDocument extends PlainDocument implements Serializable

Class org.jurvis.swing.JvReadOnlyTextField extends JTextField implements Serializable

Class org.jurvis.swing.JvSplitPane extends JSplitPane implements Serializable

Class org.jurvis.swing.JvStatusBar extends JComponent implements Serializable

Serialized Fields

insets

Insets insets

text

String text

Package org.jurvis.swing.actions

Class org.jurvis.swing.actions.JvLongAction extends AbstractAction implements Serializable

Class org.jurvis.swing.actions.JvUnimplementedAction extends AbstractAction implements Serializable

Serialized Fields

parent

Component parent
Component the warning dialog will be centered within.

Class org.jurvis.swing.actions.JvViewAction extends AbstractAction implements Serializable

Serialized Fields

component

Component component
The controlled component.


buttonModel

ButtonModel buttonModel
The button model tracking the component's visibility.


Package org.jurvis.swing.app

Class org.jurvis.swing.app.JvApplication extends JFrame implements Serializable

Serialized Fields

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

Class org.jurvis.swing.explorer.JvDefaultExplorerNode extends JvDynamicTreeNode implements Serializable

Serialized Fields

icon

Icon icon
The icon to display in the tree; null to display the default icon.

Class org.jurvis.swing.explorer.JvDefaultExplorerRoot extends JvDefaultExplorerNode implements Serializable

Class org.jurvis.swing.explorer.JvExplorer extends JvSplitPane implements Serializable

Serialized Fields

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.

Class org.jurvis.swing.explorer.JvExplorerListDetails extends JvObjectTable implements Serializable

Serialized Fields

dataModel

JvExplorerListDetailsModel dataModel
The JvExplorerListDetailsModel being displayed.


activeNode

JvExplorerNode activeNode
The currently active node.


scrollPane

JScrollPane scrollPane
The JScrollPane containing the table.

Class org.jurvis.swing.explorer.JvExplorerModel extends DefaultTreeModel implements Serializable

Class org.jurvis.swing.explorer.JvExplorerNodeTreeCellRenderer extends JvTreeCellRenderer implements Serializable

Class org.jurvis.swing.explorer.JvExplorerTree extends JvTree implements Serializable

Class org.jurvis.swing.explorer.JvViewExplorerDetailsAction extends AbstractAction implements Serializable

Serialized Fields

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

Class org.jurvis.swing.form.JvAbstractForm extends JPanel implements Serializable

Serialized Fields

modified

boolean modified
Flag indicating if the user has modified the form.


enabled

boolean enabled
Flag indicating if the form is enabled.

Class org.jurvis.swing.form.JvAbstractView extends JvAbstractForm implements Serializable

Serialized Fields

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

Class org.jurvis.swing.table.JvAbstractObjectTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rowData

List<E> rowData
The List of JvObjectTableRow objects.

Class org.jurvis.swing.table.JvDefaultObjectTableModel extends JvAbstractObjectTableModel implements Serializable

Serialized Fields

rowData

List<E> rowData
The List of JvObjectTableRow objects.

Class org.jurvis.swing.table.JvDefaultSortableTableModel extends JvTableMap implements Serializable

Serialized Fields

indexes

int[] indexes

sortColumn

int sortColumn

ascending

boolean ascending

compares

int compares

Class org.jurvis.swing.table.JvDefaultTableCellRenderer extends JLabel implements Serializable

Serialized Fields

formatter

Format formatter
Format object used to product a string from rendered object. If null, just uses toString().

Class org.jurvis.swing.table.JvMappedObjectTableModel extends AbstractTableModel implements Serializable

Serialized Fields

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.

Class org.jurvis.swing.table.JvObjectTable extends JvTable implements Serializable

Serialized Fields

activeObject

Object activeObject
The currently active object.


adjustingSelection

boolean adjustingSelection

Class org.jurvis.swing.table.JvSortButtonRenderer extends JButton implements Serializable

Serialized Fields

pushedColumn

int pushedColumn

state

Hashtable<K,V> state

textButton

JButton textButton

downButton

JButton downButton

upButton

JButton upButton

Class org.jurvis.swing.table.JvTable extends JTable implements Serializable

Class org.jurvis.swing.table.JvTableMap extends AbstractTableModel implements Serializable

Serialized Fields

model

TableModel model

Package org.jurvis.swing.tree

Class org.jurvis.swing.tree.JvCheckedTree extends JTree implements Serializable

Class org.jurvis.swing.tree.JvCheckedTreeNodeRenderer extends JPanel implements Serializable

Serialized Fields

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

Class org.jurvis.swing.tree.JvDynamicCheckedTreeNode extends JvDynamicTreeNode implements Serializable

Serialized Fields

checked

boolean checked

enabled

boolean enabled

checkbox

boolean checkbox

icon

Icon icon

Class org.jurvis.swing.tree.JvDynamicTreeNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

wasQueried

boolean wasQueried
True if this node has been queried for its children.

Class org.jurvis.swing.tree.JvTree extends JTree implements Serializable

Class org.jurvis.swing.tree.JvTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

toParent

boolean toParent

drawIt

boolean drawIt

dropNode

DefaultMutableTreeNode dropNode

Package org.jurvis.util

Class org.jurvis.util.JvErrorList extends Object implements Serializable

serialVersionUID: 9194609895338486302L

Serialized Fields

errors

List<E> errors

Class org.jurvis.util.JvErrorList.Entry extends Object implements Serializable

Serialized Fields

field

JComponent field

label

String label

message

String message

Class org.jurvis.util.JvHTMLText extends Object implements Serializable

serialVersionUID: 7698313577680013048L

Serialized Fields

text

String text

Class org.jurvis.util.JvNamedValue extends Object implements Serializable

Serialized Fields

name

String name

value

Object value



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.