Serialized Form


Package net.sf.jeppers.grid

Class net.sf.jeppers.grid.GenericCellEditor implements Serializable

Serialized Fields

editorComponent

JComponent editorComponent
The Swing component being edited.


delegate

GenericCellEditor.EditorDelegate delegate
The delegate class which handles all methods sent from the CellEditor.


clickCountToStart

int clickCountToStart
An integer specifying the number of clicks needed to start editing. Even if clickCountToStart is defined as zero, it will not initiate until a click occurs.

Class net.sf.jeppers.grid.GenericCellRenderer implements Serializable

Class net.sf.jeppers.grid.GridModelEvent implements Serializable

Serialized Fields

type

int type

firstRow

int firstRow

firstColumn

int firstColumn

lastRow

int lastRow

lastColumn

int lastColumn

Class net.sf.jeppers.grid.JGrid implements Serializable

Serialized Fields

rowModel

RulerModel rowModel

columnModel

RulerModel columnModel

gridModel

GridModel gridModel

selectionModel

SelectionModel selectionModel

spanModel

SpanModel spanModel

styleModel

StyleModel styleModel

repaintMgr

GridRepaintManager repaintMgr

selectionBackgroundColor

Color selectionBackgroundColor

selectionForegroundColor

Color selectionForegroundColor

focusBackgroundColor

Color focusBackgroundColor

focusForegroundColor

Color focusForegroundColor

gridColor

Color gridColor

showGrid

boolean showGrid

preferredViewportSize

Dimension preferredViewportSize
Used by the Scrollable interface to determine the initial visible area.


reentrantCall

boolean reentrantCall
Used to stop recusive call in processKeyBinding


editorComp

Component editorComp
If editing, the Component that is handling the editing.


cellEditor

GridCellEditor cellEditor
The object that overwrites the screen real estate occupied by the current cell and allows the user to change its contents.


editingColumn

int editingColumn
Identifies the column of the cell being edited.


editingRow

int editingRow
Identifies the row of the cell being edited.

Class net.sf.jeppers.grid.JGridHeader implements Serializable

Class net.sf.jeppers.grid.JScrollGrid implements Serializable

Serialized Fields

scrollGrid

JScrollPane scrollGrid

rowHeader

JGridHeader rowHeader

columnHeader

JGridHeader columnHeader

grid

JGrid grid

showRowHeader

boolean showRowHeader

showColumnHeader

boolean showColumnHeader

Class net.sf.jeppers.grid.RulerModelEvent implements Serializable

Serialized Fields

firstIndex

int firstIndex

lastIndex

int lastIndex

Class net.sf.jeppers.grid.SelectionModelEvent implements Serializable

Serialized Fields

isAdjusting

boolean isAdjusting

Class net.sf.jeppers.grid.SpanModelEvent implements Serializable

Serialized Fields

type

int type

anchorRow

int anchorRow

anchorColumn

int anchorColumn

oldRowCount

int oldRowCount

oldColumnCount

int oldColumnCount

newRowCount

int newRowCount

newColumnCount

int newColumnCount

Class net.sf.jeppers.grid.StampLabel implements Serializable

Class net.sf.jeppers.grid.StampLabel.UIResource implements Serializable

Class net.sf.jeppers.grid.StyleModelEvent implements Serializable

Serialized Fields

type

int type

firstRow

int firstRow

firstColumn

int firstColumn

lastRow

int lastRow

lastColumn

int lastColumn