Serialized Form


Package com.eliad.model

Class com.eliad.model.AbstractCollectionSpanModel implements Serializable

Class com.eliad.model.AbstractDirectSpanModel implements Serializable

Class com.eliad.model.AbstractGridModel implements Serializable

Class com.eliad.model.AbstractGridSelectionModel implements Serializable

Class com.eliad.model.AbstractQuerySpanModel implements Serializable

Class com.eliad.model.AbstractRulerModel implements Serializable

Class com.eliad.model.AbstractSpanModel implements Serializable

Class com.eliad.model.AbstractStyleModel implements Serializable

Class com.eliad.model.GenericCollectionSpanModel implements Serializable

Serialized Fields

rowBuckets_

java.util.TreeMap rowBuckets_

Class com.eliad.model.GenericGridModel implements Serializable

Serialized Fields

dataVector_

java.util.Vector dataVector_
The Vector of Vectors of Object values.

width_

int width_

Class com.eliad.model.GridModelEvent implements Serializable

Serialized Fields

columnCount_

int columnCount_

firstColumn_

int firstColumn_

firstRow_

int firstRow_

rowCount_

int rowCount_

type_

int type_

Class com.eliad.model.GridSelectionEvent implements Serializable

Serialized Fields

firstColumn_

int firstColumn_

firstRow_

int firstRow_

isAdjusting_

boolean isAdjusting_

lastColumn_

int lastColumn_

lastRow_

int lastRow_

type_

int type_

Class com.eliad.model.RulerModelEvent implements Serializable

Serialized Fields

index_

int index_

other0_

int other0_

other1_

int other1_

type_

int type_

Class com.eliad.model.SpanModelEvent implements Serializable

Serialized Fields

anchorColumn_

int anchorColumn_

anchorRow_

int anchorRow_

newColumnCount_

int newColumnCount_

newRowCount_

int newRowCount_

oldColumnCount_

int oldColumnCount_

oldRowCount_

int oldRowCount_

type_

int type_

Class com.eliad.model.StyleModelEvent implements Serializable

Serialized Fields

columnCount_

int columnCount_

firstColumn_

int firstColumn_

firstRow_

int firstRow_

rowCount_

int rowCount_

type_

int type_


Package com.eliad.model.defaults

Class com.eliad.model.defaults.BasicRulerModel implements Serializable

Serialized Fields

autoResizeMode_

int autoResizeMode_

fitReentrantCall_

boolean fitReentrantCall_

fixedSize_

int fixedSize_

globalMaxSize_

int globalMaxSize_

globalMinSize_

int globalMinSize_

hiddenSegments_

LinearPointSet hiddenSegments_

hiddenSizes_

java.util.Hashtable hiddenSizes_

intervals_

Intervals intervals_

margin_

int margin_

orientation_

int orientation_

Class com.eliad.model.defaults.DefaultGridCellEditor implements Serializable

Serialized Fields

clickCountToStart

int clickCountToStart

delegate

DefaultGridCellEditor.EditorDelegate delegate

editorComponent

javax.swing.JComponent editorComponent

Class com.eliad.model.defaults.DefaultGridCellEditor.EditorDelegate implements Serializable

Serialized Fields

this$0

DefaultGridCellEditor this$0

value

java.lang.Object value

Class com.eliad.model.defaults.DefaultGridCellRenderer implements Serializable

Class com.eliad.model.defaults.DefaultGridCellRenderer.UIResource implements Serializable

Class com.eliad.model.defaults.DefaultRulerModel implements Serializable

Serialized Fields

maxSizes_

java.util.TreeMap maxSizes_

minSizes_

java.util.TreeMap minSizes_

prefSizes_

java.util.TreeMap prefSizes_

totalMaxSize_

int totalMaxSize_

totalMinSize_

int totalMinSize_

totalPrefSize_

int totalPrefSize_

Class com.eliad.model.defaults.DefaultStyleModel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

editorsByClass_

java.util.Hashtable editorsByClass_

isLazyRequired_

boolean isLazyRequired_

renderersByClass_

java.util.Hashtable renderersByClass_

Class com.eliad.model.defaults.DefaultStyleModel.BooleanEditor implements Serializable

Class com.eliad.model.defaults.DefaultStyleModel.BooleanRenderer implements Serializable

Class com.eliad.model.defaults.DefaultStyleModel.DateRenderer implements Serializable

Serialized Fields

formatter

java.text.DateFormat formatter

Class com.eliad.model.defaults.DefaultStyleModel.DoubleRenderer implements Serializable

Serialized Fields

formatter

java.text.NumberFormat formatter

Class com.eliad.model.defaults.DefaultStyleModel.GenericEditor implements Serializable

Serialized Fields

argTypes

java.lang.Class[] argTypes

constructor

java.lang.reflect.Constructor constructor

value

java.lang.Object value

Class com.eliad.model.defaults.DefaultStyleModel.IconRenderer implements Serializable

Class com.eliad.model.defaults.DefaultStyleModel.NumberEditor implements Serializable

Class com.eliad.model.defaults.DefaultStyleModel.NumberRenderer implements Serializable


Package com.eliad.swing

Class com.eliad.swing.AccessibleGrid implements Serializable

Serialized Fields

caption

javax.accessibility.Accessible caption

columnDescription

javax.accessibility.Accessible[] columnDescription

grid_

JSmartGrid grid_

lastSelectedCol_

int lastSelectedCol_

lastSelectedRow_

int lastSelectedRow_

rowDescription

javax.accessibility.Accessible[] rowDescription

summary

javax.accessibility.Accessible summary

Class com.eliad.swing.DefaultHeaderModel implements Serializable

Serialized Fields

ruler_

RulerModel ruler_

Class com.eliad.swing.GridEditingEvent implements Serializable

Serialized Fields

column_

int column_

row_

int row_

Class com.eliad.swing.GridEvent implements Serializable

Serialized Fields

column_

int column_

columnCount_

int columnCount_

row_

int row_

rowCount_

int rowCount_

sourceEvent_

java.awt.event.InputEvent sourceEvent_

Class com.eliad.swing.JSmartGrid implements Serializable

Serialization Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
See readObject() and writeObject() in JComponent for more information about serialization in Swing.
Serialized Fields

accessibleContext_

javax.accessibility.AccessibleContext accessibleContext_

autoCreateColumnHeader_

boolean autoCreateColumnHeader_

autoCreateRowHeader_

boolean autoCreateRowHeader_

cellBorder_

javax.swing.border.Border cellBorder_
The border of cells.

columnActiveGrid_

JSmartGrid columnActiveGrid_

columnModel_

RulerModel columnModel_

draggableHMode_

boolean draggableHMode_
Interactive dragging H:Horizontal

draggableVMode_

boolean draggableVMode_
Interactive dragging V:Vertical

focusBackgroundColor_

java.awt.Color focusBackgroundColor_
The background color of focused cells.

focusForegroundColor_

java.awt.Color focusForegroundColor_
The foreground color of focused cells.

focusHighlightBorder_

javax.swing.border.Border focusHighlightBorder_
The border of focused cells.

gridColor_

java.awt.Color gridColor_
The color of the grid.

listeners_

javax.swing.event.EventListenerList listeners_

model_

GridModel model_

preferredViewportSize_

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

reentrantCall_

boolean reentrantCall_

reentrantColumnCall_

boolean reentrantColumnCall_

reentrantRowCall_

boolean reentrantRowCall_

rendererPane_

javax.swing.CellRendererPane rendererPane_
used for the cell rendering

resizableHMode_

boolean resizableHMode_
Interactive resizing H:Horizontal

resizableVMode_

boolean resizableVMode_
Interactive resizing V:Vertical

rowActiveGrid_

JSmartGrid rowActiveGrid_

rowModel_

RulerModel rowModel_

selectionBackgroundColor_

java.awt.Color selectionBackgroundColor_
The background color of selected cells.

selectionCellBorder_

javax.swing.border.Border selectionCellBorder_
The border of selected cells.

selectionForegroundColor_

java.awt.Color selectionForegroundColor_
The foreground color of selected cells.

selectionModel_

GridSelectionModel selectionModel_

setBoundsCallDepth_

int setBoundsCallDepth_

showHorizontalLines_

boolean showHorizontalLines_

showVerticalLines_

boolean showVerticalLines_

spanManager_

com.eliad.swing.SpanManager spanManager_

spanModel_

SpanModel spanModel_

styleModel_

StyleModel styleModel_

vceListeners_

java.beans.VetoableChangeSupport vceListeners_

visibleRect_

java.awt.Rectangle visibleRect_

Class com.eliad.swing.JSmartGridHeader implements Serializable


Package com.eliad.util

Class com.eliad.util.SizeSequenceIntervals implements Serializable

Serialized Fields

count_

int count_

defaultSize_

int defaultSize_

impl_

javax.swing.SizeSequence impl_