Serialized Form
Package net.sf.jeppers.grid |
anchorRow
int anchorRow
anchorColumn
int anchorColumn
rowCount
int rowCount
columnCount
int columnCount
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
data
java.lang.Object[][] data
lock
boolean[][] lock
rowSize
int rowSize
colSize
int colSize
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
count
int count
defaultSize
int defaultSize
orientation
int orientation
anchorRow
int anchorRow
anchorColumn
int anchorColumn
leadRow
int leadRow
leadColumn
int leadColumn
firstSelectedRow
int firstSelectedRow
firstSelectedColumn
int firstSelectedColumn
lastSelectedRow
int lastSelectedRow
lastSelectedColumn
int lastSelectedColumn
spanSet
java.util.HashSet spanSet
spanCellSet
java.util.HashSet spanCellSet
cell
java.awt.Point cell
editors
java.util.HashMap editors
renderers
java.util.HashMap renderers
defaultStyle
CellStyle defaultStyle
styleMap
java.util.Map styleMap
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
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.
scrollGrid
javax.swing.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
rowSize
int rowSize
colSize
int colSize
data
java.util.HashMap data
lockedCells
java.util.HashSet lockedCells
cell
java.awt.Point cell
type
int type
firstRow
int firstRow
firstColumn
int firstColumn
lastRow
int lastRow
lastColumn
int lastColumn