Serialized Form


Package net.sf.jeppers.grid

Class net.sf.jeppers.grid.CellSpan extends java.lang.Object implements Serializable

Serialized Fields

anchorRow

int anchorRow

anchorColumn

int anchorColumn

rowCount

int rowCount

columnCount

int columnCount

Class net.sf.jeppers.grid.DefaultCellStyle extends java.lang.Object implements Serializable

Serialized Fields

formatter

java.text.Format formatter

font

java.awt.Font font

border

javax.swing.border.Border border

fgColor

java.awt.Color fgColor

bgColor

java.awt.Color bgColor

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

padding

java.awt.Insets padding

Class net.sf.jeppers.grid.DefaultGridModel extends AbstractGridModel implements Serializable

Serialized Fields

data

java.lang.Object[][] data

lock

boolean[][] lock

rowSize

int rowSize

colSize

int colSize

Class net.sf.jeppers.grid.DefaultRulerModel extends AbstractRulerModel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

count

int count

defaultSize

int defaultSize

orientation

int orientation

Class net.sf.jeppers.grid.DefaultSelectionModel extends AbstractSelectionModel implements Serializable

Serialized Fields

anchorRow

int anchorRow

anchorColumn

int anchorColumn

leadRow

int leadRow

leadColumn

int leadColumn

firstSelectedRow

int firstSelectedRow

firstSelectedColumn

int firstSelectedColumn

lastSelectedRow

int lastSelectedRow

lastSelectedColumn

int lastSelectedColumn

Class net.sf.jeppers.grid.DefaultSpanModel extends AbstractSpanModel implements Serializable

Serialized Fields

spanSet

java.util.HashSet spanSet

spanCellSet

java.util.HashSet spanCellSet

cell

java.awt.Point cell

Class net.sf.jeppers.grid.DefaultStyleModel extends AbstractStyleModel implements Serializable

Serialized Fields

editors

java.util.HashMap editors

renderers

java.util.HashMap renderers

defaultStyle

CellStyle defaultStyle

styleMap

java.util.Map styleMap

Class net.sf.jeppers.grid.GenericCellEditor extends javax.swing.DefaultCellEditor implements Serializable

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

Class net.sf.jeppers.grid.GridModelEvent extends java.util.EventObject 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 extends javax.swing.JComponent 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

java.awt.Color selectionBackgroundColor

selectionForegroundColor

java.awt.Color selectionForegroundColor

focusBackgroundColor

java.awt.Color focusBackgroundColor

focusForegroundColor

java.awt.Color focusForegroundColor

gridColor

java.awt.Color gridColor

showGrid

boolean showGrid

preferredViewportSize

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


reentrantCall

boolean reentrantCall
Used to stop recusive call in processKeyBinding


editorComp

java.awt.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 extends JGrid implements Serializable

Class net.sf.jeppers.grid.JScrollGrid extends javax.swing.JPanel implements Serializable

Serialized Fields

scrollGrid

javax.swing.JScrollPane scrollGrid

rowHeader

JGridHeader rowHeader

columnHeader

JGridHeader columnHeader

grid

JGrid grid

showRowHeader

boolean showRowHeader

showColumnHeader

boolean showColumnHeader

Class net.sf.jeppers.grid.RulerModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

firstIndex

int firstIndex

lastIndex

int lastIndex

Class net.sf.jeppers.grid.SelectionModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

isAdjusting

boolean isAdjusting

Class net.sf.jeppers.grid.SpanModelEvent extends java.util.EventObject 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.SparseGridModel extends AbstractGridModel implements Serializable

Serialized Fields

rowSize

int rowSize

colSize

int colSize

data

java.util.HashMap data

lockedCells

java.util.HashSet lockedCells

cell

java.awt.Point cell

Class net.sf.jeppers.grid.StampLabel extends javax.swing.JLabel implements Serializable

Class net.sf.jeppers.grid.StyleModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

int type

firstRow

int firstRow

firstColumn

int firstColumn

lastRow

int lastRow

lastColumn

int lastColumn