Serialized Form
Package net.sf.jeppers.grid |
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.
type
int type
firstRow
int firstRow
firstColumn
int firstColumn
lastRow
int lastRow
lastColumn
int lastColumn
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.
scrollGrid
JScrollPane scrollGrid
rowHeader
JGridHeader rowHeader
columnHeader
JGridHeader columnHeader
grid
JGrid grid
showRowHeader
boolean showRowHeader
showColumnHeader
boolean showColumnHeader
firstIndex
int firstIndex
lastIndex
int lastIndex
isAdjusting
boolean isAdjusting
type
int type
anchorRow
int anchorRow
anchorColumn
int anchorColumn
oldRowCount
int oldRowCount
oldColumnCount
int oldColumnCount
newRowCount
int newRowCount
newColumnCount
int newColumnCount
type
int type
firstRow
int firstRow
firstColumn
int firstColumn
lastRow
int lastRow
lastColumn
int lastColumn