Serialized Form


Package org.comedia.beans

Class org.comedia.beans.CAnalogClock implements Serializable

Serialized Fields

clockThread

org.comedia.beans.CAnalogClock.ClockThread clockThread

showDate

boolean showDate

center

java.awt.Point center

leftTop

java.awt.Point leftTop

rightBottom

java.awt.Point rightBottom

radius

double radius

Class org.comedia.beans.CCalculator implements Serializable

Serialized Fields

border1

javax.swing.border.Border border1

stubPanel

javax.swing.JPanel stubPanel

sqrtButton

javax.swing.JButton sqrtButton

eightButton

javax.swing.JButton eightButton

cButton

javax.swing.JButton cButton

equalButton

javax.swing.JButton equalButton

controlPanel

javax.swing.JPanel controlPanel

memPanel

javax.swing.JPanel memPanel

addButton

javax.swing.JButton addButton

subButton

javax.swing.JButton subButton

fiveButton

javax.swing.JButton fiveButton

numPanel

javax.swing.JPanel numPanel

nineButton

javax.swing.JButton nineButton

sixButton

javax.swing.JButton sixButton

backspaceButton

javax.swing.JButton backspaceButton

commonPanel

javax.swing.JPanel commonPanel

dotButton

javax.swing.JButton dotButton

zeroButton

javax.swing.JButton zeroButton

invButton

javax.swing.JButton invButton

sevenButton

javax.swing.JButton sevenButton

procButton

javax.swing.JButton procButton

mcButton

javax.swing.JButton mcButton

mpButton

javax.swing.JButton mpButton

msButton

javax.swing.JButton msButton

mrButton

javax.swing.JButton mrButton

mulButton

javax.swing.JButton mulButton

buttonPanel

javax.swing.JPanel buttonPanel

borderLayout3

java.awt.BorderLayout borderLayout3

subctrlPanel

javax.swing.JPanel subctrlPanel

borderLayout2

java.awt.BorderLayout borderLayout2

forthButton

javax.swing.JButton forthButton

borderLayout1

java.awt.BorderLayout borderLayout1

threeButton

javax.swing.JButton threeButton

twoButton

javax.swing.JButton twoButton

negButton

javax.swing.JButton negButton

ceButton

javax.swing.JButton ceButton

indicatorText

javax.swing.JTextField indicatorText

divButton

javax.swing.JButton divButton

gridLayout3

java.awt.GridLayout gridLayout3

gridLayout2

java.awt.GridLayout gridLayout2

gridLayout1

java.awt.GridLayout gridLayout1

oneButton

javax.swing.JButton oneButton

borderLayout4

java.awt.BorderLayout borderLayout4

border2

javax.swing.border.Border border2

memoryLabel

javax.swing.JLabel memoryLabel

borderLayout5

java.awt.BorderLayout borderLayout5

UNKNOWN

int UNKNOWN

ADD

int ADD

SUB

int SUB

MUL

int MUL

DIV

int DIV

OTHER

int OTHER

first

boolean first

minus

boolean minus

comma

boolean comma

value

java.lang.String value

error

boolean error

stored

boolean stored

memory

double memory

buffer

double buffer

operation

int operation

update

boolean update

newop

boolean newop

oldvalue

double oldvalue

Class org.comedia.beans.CCalendar implements Serializable

Serialized Fields

startYear

int startYear

endYear

int endYear

enabled

boolean enabled

calendar

java.util.GregorianCalendar calendar

format

java.text.DateFormatSymbols format

borderLayout1

java.awt.BorderLayout borderLayout1

monthPanel

javax.swing.JPanel monthPanel

monthComboBox

javax.swing.JComboBox monthComboBox

yearComboBox

CSpinEdit yearComboBox

gridLayout1

java.awt.GridLayout gridLayout1

border1

javax.swing.border.Border border1

dayPanel

javax.swing.JPanel dayPanel

borderLayout2

java.awt.BorderLayout borderLayout2

border2

javax.swing.border.Border border2

titledBorder1

javax.swing.border.TitledBorder titledBorder1

calendarPanel

org.comedia.beans.CCalendar.CalendarPanel calendarPanel

Class org.comedia.beans.CDigitalClock implements Serializable

Serialized Fields

clockThread

org.comedia.beans.CDigitalClock.ClockThread clockThread

delimiter

java.lang.String delimiter

showDate

boolean showDate


Package org.comedia.db.view

Class org.comedia.db.view.CTableBox implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The caption label of this table box.

listBox

javax.swing.JList listBox
The field list of this table box.

scroller

javax.swing.JScrollPane scroller
The scroller of the list box.

resizePoint

java.awt.Point resizePoint
The point of resizing this table box.

reposPoint

java.awt.Point reposPoint
The point of reposition this table box.

quadrant

int quadrant
The quadrant where move clicked.

fields

java.lang.Object[] fields
The list of table fields.

links

java.util.ArrayList links
The list of related table links.

Class org.comedia.db.view.CTableLink implements Serializable

Serialized Fields

leftTable

CTableBox leftTable
The left table box.

rightTable

CTableBox rightTable
The right table box.

leftFieldIndex

int leftFieldIndex
The left table index field.

rightFieldIndex

int rightFieldIndex
The right table index field.

leftLinkType

int leftLinkType
The left link type.

rightLinkType

int rightLinkType
The right link type.

leftRelation

int leftRelation
The left relation type.

rightRelation

int rightRelation
The right relation type.

leftStart

java.awt.Point leftStart
The draw points.

leftEnd

java.awt.Point leftEnd

rightStart

java.awt.Point rightStart

rightEnd

java.awt.Point rightEnd

draw

boolean draw
The draw flag.

updated

boolean updated
The updated flag.


Package org.comedia.event

Class org.comedia.event.CSpinEvent implements Serializable

Serialized Fields

command

int command
The occurned spin command.


Package org.comedia.game

Class org.comedia.game.CTetris implements Serializable

Serialized Fields

xCellNum

int xCellNum
The current cell x number.

yCellNum

int yCellNum
The current cell y number.

xInset

int xInset
The layout metrics.

yInset

int yInset

mapWidth

int mapWidth

mapHeight

int mapHeight

cellSide

int cellSide

scoreWidth

int scoreWidth

map

org.comedia.game.CTetris.CTetrisMap map
The tetris components.

score

int score
The game variables.

figureCount

int figureCount

lineCount

int lineCount

delay

int delay

random

java.util.Random random

nextFigure

org.comedia.game.CTetris.CFigure nextFigure

currentFigure

org.comedia.game.CTetris.CFigure currentFigure

thread

java.lang.Thread thread

flick

boolean flick

message

java.lang.String message

active

boolean active

over

boolean over

highScores

CHighScores highScores
The table of high scores.


Package org.comedia.layout

Class org.comedia.layout.CCentralLayout implements Serializable

Class org.comedia.layout.CVerticalFlowLayout implements Serializable

Serialized Fields

hgap

int hgap
The horizontal gap value.

vgap

int vgap
The vertical gap value.

hfill

boolean hfill
The horizontal fill value.

vfill

boolean vfill
The vertical fill value.


Package org.comedia.text

Class org.comedia.text.CNumericDocument implements Serializable

Serialized Fields

mode

int mode
The number input mode.

modified

boolean modified
The modified flag.

Class org.comedia.text.CSyntaxDocument implements Serializable

Class org.comedia.text.CSyntaxEditorKit implements Serializable


Package org.comedia.ui

Class org.comedia.ui.CColorComboBox implements Serializable

Serialized Fields

model

org.comedia.ui.CColorComboBox.CImageListModel model
The model which contains all predefined colors.

Class org.comedia.ui.CConsole implements Serializable

Serialized Fields

text

javax.swing.JTextPane text
The text control of this console.

Class org.comedia.ui.CDataTable implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
The list of listeners.

delete

boolean delete
The delete flag.

insert

boolean insert
The insert flag.

Class org.comedia.ui.CEditor implements Serializable

Serialized Fields

undoList

java.util.ArrayList undoList
The list which containes undo actions.

undoPosition

int undoPosition
The current position in the undo list.

modified

boolean modified
The modified flag.

Class org.comedia.ui.COutlookBar implements Serializable

Serialized Fields

items

java.util.ArrayList items
The list of contained items.

currentIndex

int currentIndex
The current selected item.

animationSpeed

int animationSpeed
The speed of sweep animation.

Class org.comedia.ui.CSpinButton implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
The list of listeners.

scrollBar

javax.swing.JScrollBar scrollBar
The scroll control.

maximum

int maximum
The maximum value.

minimum

int minimum
The minimum value.

value

int value
The counter value.

Class org.comedia.ui.CSpinEdit implements Serializable

Serialized Fields

text

javax.swing.JTextField text
The text editor.

spin

CSpinButton spin
The spin button.

document

CNumericDocument document
The numeric document object.

maximum

int maximum
The maximum value.

minimum

int minimum
The minimum value.

Class org.comedia.ui.CSyntaxEditor implements Serializable

Serialized Fields

indent

boolean indent
The indent flag.

tabSpace

int tabSpace
The tab space length.

thread

org.comedia.ui.CSyntaxEditor.CHighlightThread thread
The highlighting thread.

syntaxHighlighter

CAbstractHighlighter syntaxHighlighter
The syntax highlighter.

Class org.comedia.ui.CTableNavigator implements Serializable

Serialized Fields

captionLabel

javax.swing.JLabel captionLabel

firstButton

javax.swing.JButton firstButton

priorButton

javax.swing.JButton priorButton

recordText

javax.swing.JTextField recordText

nextButton

javax.swing.JButton nextButton

lastButton

javax.swing.JButton lastButton

lastNewButton

javax.swing.JButton lastNewButton

recordLabel

javax.swing.JLabel recordLabel

flowLayout1

java.awt.FlowLayout flowLayout1

border1

javax.swing.border.Border border1

splitPanel1

javax.swing.JPanel splitPanel1

splitPanel2

javax.swing.JPanel splitPanel2

table

javax.swing.JTable table
The related table control.

lastSelection

int lastSelection
The last selection row.

document

CNumericDocument document
The integer model for text editor.

Class org.comedia.ui.CTableScroller implements Serializable

Serialized Fields

table

javax.swing.JTable table
The related table control.

headerPanel

javax.swing.JPanel headerPanel
The header container.

internalPanel

javax.swing.JPanel internalPanel
The internal panel with row indicators.

corner

javax.swing.JComponent corner
The scroller corner component.

lastSelection

int lastSelection
The last selection row.