Serialized Form

Class CoffeeTable.Grid.GridAttributes implements Serializable

Serialized Fields

fBackColor

java.awt.Color fBackColor

fCellType

int fCellType

fFont

java.awt.Font fFont

fItems

java.lang.String[] fItems

fJustification

int fJustification

fTextColor

java.awt.Color fTextColor


Class CoffeeTable.Grid.GridData implements Serializable

Serialized Fields

fColHeaders

java.util.Vector fColHeaders
A vector of size fNumCols to store the column headers.

fData

java.util.Vector fData
A vector of size fNumRows where each element is another vector of size fNumCols. This field is used to store the grid's data elements.

fNeedColHeaders

boolean fNeedColHeaders

fNeedRowHeaders

boolean fNeedRowHeaders

fNumCols

int fNumCols
Number of columns.

fNumRows

int fNumRows
Number of rows.

fRowHeaders

java.util.Vector fRowHeaders
A vector of size fNumRows to store the row headers.


Class CoffeeTable.Grid.GridEvent implements Serializable

Serialized Fields

fCol

int fCol

fModifiers

int fModifiers

fRow

int fRow


Class CoffeeTable.Grid.GridPanel 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

fAutoColHeaderHeight

boolean fAutoColHeaderHeight

fCellAttributes

CoffeeTable.Grid.AttributesMatrix fCellAttributes

fCellInset

java.awt.Point fCellInset

fColHeaderHeight

int fColHeaderHeight

fColResizeMode

int fColResizeMode

fDefaultRowHeight

int fDefaultRowHeight

fEvalHeight

int fEvalHeight

fFlags

int fFlags

fGridAttributes

GridAttributes fGridAttributes

fGridData

GridDataInterface fGridData

fGridExtent

java.awt.Dimension fGridExtent

fGridHeights

CoffeeTable.Grid.RunVector fGridHeights

fGridRect

java.awt.Rectangle fGridRect

fGridWidths

CoffeeTable.Grid.RunVector fGridWidths

fHeaderAttributes

GridAttributes fHeaderAttributes

fHighlightColor

java.awt.Color fHighlightColor

fHighlightTextColor

java.awt.Color fHighlightTextColor

fHScrollbar

java.awt.Scrollbar fHScrollbar

fHScrollbarDisplayPolicy

int fHScrollbarDisplayPolicy

fInset

int fInset

fLineColor

java.awt.Color fLineColor

fMinColWidths

CoffeeTable.Grid.RunVector fMinColWidths

fNumCols

int fNumCols

fNumRows

int fNumRows

fRowHeaderWidth

int fRowHeaderWidth

fRowHeight

int fRowHeight

fRowTags

java.util.Vector fRowTags

fScrollOffset

java.awt.Point fScrollOffset

fSelBounds

java.awt.Rectangle fSelBounds

fSelections

CoffeeTable.Grid.RunVector fSelections

fSortColumnColor

java.awt.Color fSortColumnColor

fSortEnable

java.util.Vector fSortEnable

fVScrollbar

java.awt.Scrollbar fVScrollbar

fVScrollbarDisplayPolicy

int fVScrollbarDisplayPolicy


Class CoffeeTable.Grid.JGridPanel 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

fAutoColHeaderHeight

boolean fAutoColHeaderHeight

fCellAttributes

CoffeeTable.Grid.AttributesMatrix fCellAttributes

fCellInset

java.awt.Point fCellInset

fColHeaderHeight

int fColHeaderHeight

fColResizeMode

int fColResizeMode

fDefaultRowHeight

int fDefaultRowHeight

fEvalHeight

int fEvalHeight

fFlags

int fFlags

fGridAttributes

GridAttributes fGridAttributes

fGridData

GridDataInterface fGridData

fGridExtent

java.awt.Dimension fGridExtent

fGridHeights

CoffeeTable.Grid.RunVector fGridHeights

fGridRect

java.awt.Rectangle fGridRect

fGridWidths

CoffeeTable.Grid.RunVector fGridWidths

fHeaderAttributes

GridAttributes fHeaderAttributes

fHighlightColor

java.awt.Color fHighlightColor

fHighlightTextColor

java.awt.Color fHighlightTextColor

fHScrollbar

javax.swing.JScrollBar fHScrollbar

fHScrollbarDisplayPolicy

int fHScrollbarDisplayPolicy

fLineColor

java.awt.Color fLineColor

fMinColWidths

CoffeeTable.Grid.RunVector fMinColWidths

fNumCols

int fNumCols

fNumRows

int fNumRows

fRowHeaderWidth

int fRowHeaderWidth

fRowHeight

int fRowHeight

fRowTags

java.util.Vector fRowTags

fScrollOffset

java.awt.Point fScrollOffset

fSelBounds

java.awt.Rectangle fSelBounds

fSelections

CoffeeTable.Grid.RunVector fSelections

fSortColumnColor

java.awt.Color fSortColumnColor

fSortEnable

java.util.Vector fSortEnable

fVScrollbar

javax.swing.JScrollBar fVScrollbar

fVScrollbarDisplayPolicy

int fVScrollbarDisplayPolicy