Serialized Form


Package com.zfqjava.swing

Class com.zfqjava.swing.AbstractDataGridModel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the DefaultDataGridModel instance from a stream (that is, deserialize it).

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the DefaultDataGridModel instance to a stream (that is, serialize it).

Class com.zfqjava.swing.AComboBox implements Serializable

Serialized Fields

value

java.lang.Object value

lightWeightPopupEnabled

boolean lightWeightPopupEnabled

renderer

javax.swing.Renderer renderer

editor

javax.swing.ComboBoxEditor editor

editorComponent

java.awt.Component editorComponent

editable

boolean editable

popupIcon

javax.swing.Icon popupIcon

popupComponent

java.awt.Component popupComponent

popupMenu

javax.swing.JPopupMenu popupMenu

popupMenuListener

javax.swing.event.PopupMenuListener popupMenuListener

actionListener

java.awt.event.ActionListener actionListener

valuePane

javax.swing.CellRendererPane valuePane

arrowButton

javax.swing.JButton arrowButton

handler

com.zfqjava.swing.AComboBox.Handler handler

Class com.zfqjava.swing.AComboBox.AccessibleAComboBox implements Serializable

Serialized Fields

this$0

AComboBox this$0

Class com.zfqjava.swing.ActionVetoException implements Serializable

Class com.zfqjava.swing.BoxLayout2 implements Serializable

Serialized Fields

equalsWidth

boolean equalsWidth

equalsHeight

boolean equalsHeight

axis

int axis

target

java.awt.Container target

Class com.zfqjava.swing.CellLayout implements Serializable

Serialized Fields

constraintsMap

java.util.Map constraintsMap

rows

int rows

cols

int cols

hGap

int[] hGap

vGap

int[] vGap

rWeight

double[] rWeight

cWeight

double[] cWeight

Class com.zfqjava.swing.CellLayout.Constraints implements Serializable

Serialized Fields

x

int x

y

int y

width

int width

height

int height

mode

FillMode mode

widthGroup

SizeGroup widthGroup

heightGroup

SizeGroup heightGroup

Class com.zfqjava.swing.DefaultDataGridModel implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the DefaultDataGridModel instance from a stream (that is, deserialize it).

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the DefaultDataGridModel instance to a stream (that is, serialize it).
Serialized Fields

rows

java.util.List rows

columns

java.util.List columns

spans

java.util.List spans

Class com.zfqjava.swing.GridLayout2 implements Serializable

Serialized Fields

hgap

int hgap
This is the horizontal gap (in pixels) which specifies the space between columns. They can be changed at any time. This should be a non-negative integer.
 
See Also:
GridLayout2.getHgap(), GridLayout2.setHgap(int)

vgap

int vgap
This is the vertical gap (in pixels) which specifies the space between rows. They can be changed at any time. This should be a non negative integer.
 
See Also:
GridLayout2.getVgap(), GridLayout2.setVgap(int)

rows

int rows
This is the number of rows specified for the grid. The number of rows can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Rows in that dimension depends on the other dimension.
 
See Also:
GridLayout2.getRows(), GridLayout2.setRows(int)

cols

int cols
This is the number of columns specified for the grid. The number of columns can be changed at any time. This should be a non negative integer, where '0' means 'any number' meaning that the number of Columns in that dimension depends on the other dimension.
 
See Also:
GridLayout2.getColumns(), GridLayout2.setColumns(int)

nrows

int nrows

ncols

int ncols

Class com.zfqjava.swing.JCalendar implements Serializable

Serialized Fields

cal

java.util.Calendar cal

time

java.util.Date time

cellRenderer

AbstractCellRenderer cellRenderer

cellProvider

CellProvider cellProvider

Class com.zfqjava.swing.JCalendar.AccessibleJCalendar implements Serializable

Serialized Fields

this$0

JCalendar this$0

Class com.zfqjava.swing.JCardPane implements Serializable

Serialized Fields

selectionModel

javax.swing.SingleSelectionModel selectionModel

changeListener

javax.swing.event.ChangeListener changeListener

changeEvent

javax.swing.event.ChangeEvent changeEvent

card

java.awt.Component card

Class com.zfqjava.swing.JCardPane.AccessibleJCardPane implements Serializable

Serialized Fields

this$0

JCardPane this$0

Class com.zfqjava.swing.JCardPane.ModelListener implements Serializable

Serialized Fields

this$0

JCardPane this$0

Class com.zfqjava.swing.JCommonPane implements Serializable

Serialized Fields

map

java.util.Map map

backgroundImage

java.awt.Image backgroundImage

Class com.zfqjava.swing.JCommonPane.AccessibleJCommonPane implements Serializable

Serialized Fields

this$0

JCommonPane this$0

Class com.zfqjava.swing.JDataGrid implements Serializable

Serialized Fields

rowHeader

JLineBar rowHeader

classToEditorMap

java.util.Map classToEditorMap

classToRendererMap

java.util.Map classToRendererMap

attributesProvider

AttributesProvider attributesProvider

columnWidth

int columnWidth

columnsWidth

javax.swing.SizeSequence columnsWidth

rowsHeight

javax.swing.SizeSequence rowsHeight

tableColumnPropertyChangeListener

java.beans.PropertyChangeListener tableColumnPropertyChangeListener

selectionList

java.util.List selectionList

Class com.zfqjava.swing.JDataGrid.AccessibleJDataGrid implements Serializable

Serialized Fields

this$0

JDataGrid this$0

Class com.zfqjava.swing.JDataGridBean implements Serializable

Serialized Fields

dataGrid

JDataGrid dataGrid

menuBar

javax.swing.JMenuBar menuBar

toolBar

javax.swing.JToolBar toolBar

styleBar

JStyleBar styleBar

statusBar

JStatusBar statusBar

scrollPane

javax.swing.JScrollPane scrollPane

undo

javax.swing.undo.UndoManager undo

pageFormat

java.awt.print.PageFormat pageFormat

file

java.io.File file

actionMap

java.util.Map actionMap

f

javax.swing.JFrame f

handler

com.zfqjava.swing.JDataGridBean.Handler handler

popupMenu

javax.swing.JPopupMenu popupMenu

mruMenuItems

java.util.List mruMenuItems

mruFiles

java.util.List mruFiles

uiMap

java.util.Map uiMap

MRU_COUNT

int MRU_COUNT

MIN_ROWS

int MIN_ROWS

MIN_COLUMNS

int MIN_COLUMNS

Class com.zfqjava.swing.JDirChooser implements Serializable

Serialized Fields

fileView

javax.swing.filechooser.FileView fileView

fileSystemView

javax.swing.filechooser.FileSystemView fileSystemView

fileFilter

javax.swing.filechooser.FileFilter fileFilter

selectedFile

java.io.File selectedFile

selectedFiles

java.io.File[] selectedFiles

rootFile

java.io.File rootFile

useFileHiding

boolean useFileHiding

multiSelectionEnabled

boolean multiSelectionEnabled

fileSelectionMode

int fileSelectionMode

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class com.zfqjava.swing.JDirChooser.AccessibleJDirChooser implements Serializable

Serialized Fields

this$0

JDirChooser this$0

Class com.zfqjava.swing.JFontChooser implements Serializable

Serialized Fields

selectedFont

java.awt.Font selectedFont

effects

java.lang.Object[] effects

selectedEffects

java.lang.Object[] selectedEffects

fontColor

java.awt.Color fontColor

fontLocale

java.util.Locale fontLocale

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class com.zfqjava.swing.JFontChooser.AccessibleJFontChooser implements Serializable

Serialized Fields

this$0

JFontChooser this$0

Class com.zfqjava.swing.JGridPane implements Serializable

Serialized Fields

gridLayout

GridLayout2 gridLayout

Class com.zfqjava.swing.JGridPane.AccessibleJGridPane implements Serializable

Serialized Fields

this$0

JGridPane this$0

Class com.zfqjava.swing.JImageViewer implements Serializable

Serialized Fields

sizeMode

int sizeMode

rotateMode

int rotateMode

factor

double factor

flipH

boolean flipH

flipV

boolean flipV

imageIcon

javax.swing.ImageIcon imageIcon

zoomedImage

java.awt.image.BufferedImage zoomedImage

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class com.zfqjava.swing.JImageViewer.AccessibleJImageViewer implements Serializable

Serialized Fields

this$0

JImageViewer this$0

Class com.zfqjava.swing.JLineBar implements Serializable

Serialized Fields

selectionModel

javax.swing.ListSelectionModel selectionModel

selectionListener

javax.swing.event.ListSelectionListener selectionListener

c

java.awt.Component c

lines

java.util.Map lines

lineCount

int lineCount

lineHeight

int lineHeight

lineWidth

int lineWidth

resizingAllowed

boolean resizingAllowed

resizingLine

int resizingLine

firstLineIndex

int firstLineIndex

lineModel

javax.swing.SizeSequence lineModel

Class com.zfqjava.swing.JLineBar.AccessibleJLineBar implements Serializable

Serialized Fields

this$0

JLineBar this$0

Class com.zfqjava.swing.JLinkButton implements Serializable

Serialized Fields

behavior

int behavior

color

java.awt.Color color

activeColor

java.awt.Color activeColor

visitedColor

java.awt.Color visitedColor

disabledColor

java.awt.Color disabledColor

url

java.net.URL url

defaultAction

javax.swing.Action defaultAction

isVisited

boolean isVisited

Class com.zfqjava.swing.JLinkButton.AccessibleJLinkButton implements Serializable

Serialized Fields

this$0

JLinkButton this$0

Class com.zfqjava.swing.JListView implements Serializable

Serialized Fields

viewMode

int viewMode

listModel

javax.swing.ListModel listModel

tableModel

javax.swing.table.TableModel tableModel

elementColumnIndex

int elementColumnIndex

selectionModel

javax.swing.ListSelectionModel selectionModel

selectionListener

javax.swing.event.ListSelectionListener selectionListener

renderer

DefaultCellRenderer renderer

editor

DefaultCellEditor editor

Class com.zfqjava.swing.JListView.AccessibleJListView implements Serializable

Serialized Fields

this$0

JListView this$0

Class com.zfqjava.swing.JPrintPreview implements Serializable

Serialized Fields

printData

java.lang.Object printData

pageFormat

java.awt.print.PageFormat pageFormat

printButton

javax.swing.JButton printButton

pageSetupButton

javax.swing.JButton pageSetupButton

helpButton

javax.swing.JButton helpButton

closeButton

javax.swing.JButton closeButton

pageIndex

int pageIndex

zoomFactor

double zoomFactor

pages

java.util.List pages

window

java.awt.Window window

Class com.zfqjava.swing.JPrintPreview.AccessibleJPrintPreview implements Serializable

Serialized Fields

this$0

JPrintPreview this$0

Class com.zfqjava.swing.JSideBar implements Serializable

Serialized Fields

viewMode

int viewMode

cellRenderer

DefaultCellRenderer cellRenderer

cellEditor

DefaultCellEditor cellEditor

cellProvider

CellProvider cellProvider

handler

com.zfqjava.swing.JSideBar.Handler handler

Class com.zfqjava.swing.JSideBar.AccessibleJSideBar implements Serializable

Serialized Fields

this$0

JSideBar this$0

Class com.zfqjava.swing.JSidePane implements Serializable

Serialized Fields

groups

java.util.List groups

selectionModel

javax.swing.ListSelectionModel selectionModel

handler

com.zfqjava.swing.JSidePane.Handler handler

timer

javax.swing.Timer timer

b

javax.swing.JButton b

oldValue

int oldValue

newValue

int newValue

index

int index

selected

boolean selected

Class com.zfqjava.swing.JSidePane.AccessibleJSidePane implements Serializable

Serialized Fields

this$0

JSidePane this$0

Class com.zfqjava.swing.JStatusBar implements Serializable

Serialized Fields

margin

java.awt.Insets margin

paintBorder

boolean paintBorder

type

int type

label

javax.swing.JLabel label

progressBar

javax.swing.JProgressBar progressBar

onlineLabel

javax.swing.JLabel onlineLabel

securityLabel

javax.swing.JLabel securityLabel

domainLabel

javax.swing.JLabel domainLabel

numLockLabel

javax.swing.JLabel numLockLabel

capsLockLabel

javax.swing.JLabel capsLockLabel

Class com.zfqjava.swing.JStatusBar.AccessibleJStatusBar implements Serializable

Serialized Fields

this$0

JStatusBar this$0

Class com.zfqjava.swing.JStyleBar implements Serializable

Serialized Fields

contentType

java.lang.String contentType

mutable

boolean mutable

attributes

javax.swing.text.AttributeSet attributes

defAttributes

javax.swing.text.AttributeSet defAttributes

handler

com.zfqjava.swing.JStyleBar.Handler handler

familyComboBox

javax.swing.JComboBox familyComboBox
StyleConstants.FontFamily, StyleConstants.FontSize, StyleConstants.Bold, StyleConstants.Italic, StyleConstants.Background, StyleConstants.Foreground, StyleConstants.Underline, StyleConstants.StrikeThrough, StyleConstants.Superscript, StyleConstants.Subscript, StyleConstants.Alignment,

sizeComboBox

javax.swing.JComboBox sizeComboBox

boldButton

javax.swing.JToggleButton boldButton

italicButton

javax.swing.JToggleButton italicButton

bgColorButton

javax.swing.JButton bgColorButton

fgColorButton

javax.swing.JButton fgColorButton

underlineButton

javax.swing.JToggleButton underlineButton

strikethroughButton

javax.swing.JToggleButton strikethroughButton

superscriptButton

javax.swing.JToggleButton superscriptButton

subscriptButton

javax.swing.JToggleButton subscriptButton

alignLeftButton

javax.swing.JToggleButton alignLeftButton

alignCenterButton

javax.swing.JToggleButton alignCenterButton

alignRightButton

javax.swing.JToggleButton alignRightButton

alignJustifiedButton

javax.swing.JToggleButton alignJustifiedButton

Class com.zfqjava.swing.JStyleBar.AccessibleJStyleBar implements Serializable

Serialized Fields

this$0

JStyleBar this$0

Class com.zfqjava.swing.JTextFinder implements Serializable

Serialized Fields

findText

java.lang.String findText

replaceText

java.lang.String replaceText

finder

com.zfqjava.swing.JTextFinder.AbstractFinder finder

dialogType

int dialogType

dialog

javax.swing.JDialog dialog

c

java.awt.Component c

finderMap

java.util.Map finderMap

options

java.awt.Component[] options

Class com.zfqjava.swing.JTextFinder.AccessibleJTextFinder implements Serializable

Serialized Fields

this$0

JTextFinder this$0

Class com.zfqjava.swing.JTextSpeller implements Serializable

Serialized Fields

errorText

java.lang.String errorText

replaceText

java.lang.String replaceText

suggestText

java.lang.String[] suggestText

speller

com.zfqjava.swing.JTextSpeller.AbstractSpeller speller

dialog

javax.swing.JDialog dialog

c

java.awt.Component c

spellerMap

java.util.Map spellerMap

Class com.zfqjava.swing.JTextSpeller.AccessibleJTextSpeller implements Serializable

Serialized Fields

this$0

JTextSpeller this$0

Class com.zfqjava.swing.JWizardPane implements Serializable

Serialized Fields

model

javax.swing.SingleSelectionModel model

changeEvent

javax.swing.event.ChangeEvent changeEvent

changeListener

javax.swing.event.ChangeListener changeListener

wizardEvent

WizardEvent wizardEvent

logoText

java.lang.String logoText

logoIcon

javax.swing.Icon logoIcon

bannerImageIcon

javax.swing.ImageIcon bannerImageIcon

sideImageIcon

javax.swing.ImageIcon sideImageIcon

pages

java.util.List pages

backButton

javax.swing.JButton backButton

nextButton

javax.swing.JButton nextButton

finishButton

javax.swing.JButton finishButton

cancelButton

javax.swing.JButton cancelButton

helpButton

javax.swing.JButton helpButton

window

java.awt.Window window

Class com.zfqjava.swing.JWizardPane.AccessibleJWizardPane implements Serializable

Serialized Fields

this$0

JWizardPane this$0

Class com.zfqjava.swing.JWizardPane.ModelListener implements Serializable

Serialized Fields

this$0

JWizardPane this$0

Class com.zfqjava.swing.ValueAction implements Serializable

Class com.zfqjava.swing.XCheckBox implements Serializable

Serialized Fields

pendingIcon

javax.swing.Icon pendingIcon

rolloverPendingIcon

javax.swing.Icon rolloverPendingIcon

disabledPendingIcon

javax.swing.Icon disabledPendingIcon

state

int state

Class com.zfqjava.swing.XCheckBox.AccessibleXCheckBox implements Serializable

Serialized Fields

this$0

XCheckBox this$0

Class com.zfqjava.swing.XSeparator implements Serializable

Serialized Fields

title

java.lang.String title

titlePosition

int titlePosition

Class com.zfqjava.swing.XSeparator.AccessibleXSeparator implements Serializable

Serialized Fields

this$0

XSeparator this$0

Class com.zfqjava.swing.XTree implements Serializable

Serialized Fields

selectionMode

int selectionMode

advanceSelectionModel

com.zfqjava.swing.XTree.AdvanceTreeSelectionModel advanceSelectionModel

advanceCellRenderer

javax.swing.tree.TreeCellRenderer advanceCellRenderer

advanceCellEditor

javax.swing.tree.TreeCellEditor advanceCellEditor

realCellRenderer

javax.swing.tree.TreeCellRenderer realCellRenderer

realCellEditor

javax.swing.tree.TreeCellEditor realCellEditor

Class com.zfqjava.swing.XTree.AccessibleXTree implements Serializable

Serialized Fields

this$0

XTree this$0


Package com.zfqjava.swing.border

Class com.zfqjava.swing.border.ShadowBorder implements Serializable

Serialized Fields

shadowColor

java.awt.Color shadowColor

hoffset

int hoffset

voffset

int voffset


Package com.zfqjava.swing.cell

Class com.zfqjava.swing.cell.Cell implements Serializable

Serialized Fields

firstRow

int firstRow

lastRow

int lastRow

firstColumn

int firstColumn

lastColumn

int lastColumn


Package com.zfqjava.swing.event

Class com.zfqjava.swing.event.DataGridModelEvent implements Serializable

Serialized Fields

type

int type

firstRow

int firstRow

lastRow

int lastRow

firstColumn

int firstColumn

lastColumn

int lastColumn

Class com.zfqjava.swing.event.WizardEvent implements Serializable


Package com.zfqjava.swing.model

Class com.zfqjava.swing.model.FileTableModel implements Serializable

Serialized Fields

directory

java.io.File directory

files

java.util.List files

fsv

javax.swing.filechooser.FileSystemView fsv

nameMethod

java.lang.reflect.Method nameMethod

typeMethod

java.lang.reflect.Method typeMethod

columnNames

java.lang.String[] columnNames

Class com.zfqjava.swing.model.FileTreeModel implements Serializable

Serialized Fields

fsv

javax.swing.filechooser.FileSystemView fsv

fileFilter

javax.swing.filechooser.FileFilter fileFilter

useFileHiding

boolean useFileHiding

recursiveMode

boolean recursiveMode

Class com.zfqjava.swing.model.ResultSetTableModel implements Serializable

Serialized Fields

sql

java.lang.String sql

url

java.lang.String url

username

java.lang.String username

password

java.lang.String password

rs

java.sql.ResultSet rs

conn

java.sql.Connection conn

columnCount

int columnCount

columnData

com.zfqjava.swing.model.ResultSetTableModel.ColumnData columnData

pageData

com.zfqjava.swing.model.ResultSetTableModel.PageData pageData

sync

boolean sync

pageSize

int pageSize

pageCount

int pageCount

rowCount

int rowCount

updatePolicy

int updatePolicy

insertPolicy

int insertPolicy

updateSet

java.util.Set updateSet

changeSupport

javax.swing.event.SwingPropertyChangeSupport changeSupport
If any PropertyChangeListeners have been registered, the changeSupport field describes them.

Class com.zfqjava.swing.model.RowSetTableModel implements Serializable

Serialized Fields

rs

com.zfqjava.swing.model.RowSet rs

sync

boolean sync

lastPageRows

int lastPageRows

columnCount

int columnCount

rowCount

int rowCount

pageSize

int pageSize

pageCount

int pageCount

pageIndex

int pageIndex

updatePolicy

int updatePolicy

insertPolicy

int insertPolicy

updateSet

java.util.Set updateSet

changeSupport

javax.swing.event.SwingPropertyChangeSupport changeSupport
If any PropertyChangeListeners have been registered, the changeSupport field describes them.



Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.