Serialized Form


Package com.croftsoft.core.animation

Class com.croftsoft.core.animation.AnimatedApplet extends JApplet implements Serializable

Serialized Fields

animationInit

AnimationInit animationInit

animatedComponent

AnimatedComponent animatedComponent

arrayComponentUpdater

ArrayComponentUpdater arrayComponentUpdater

arrayComponentPainter

ArrayComponentPainter arrayComponentPainter

Class com.croftsoft.core.animation.AnimatedComponent extends JComponent implements Serializable

serialVersionUID: 0L

Serialized Fields

animationRunner

Runnable animationRunner

componentAnimator

ComponentAnimator componentAnimator

repaintCollector

RepaintCollector repaintCollector

loopGovernor

LoopGovernor loopGovernor

animationThread

Thread animationThread

stopRequested

boolean stopRequested

Class com.croftsoft.core.animation.AnimationInit extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

textAnimator

TextAnimator textAnimator

appletInfo

String appletInfo

arrayComponentPainter

ArrayComponentPainter arrayComponentPainter

arrayComponentUpdater

ArrayComponentUpdater arrayComponentUpdater

backgroundColor

Color backgroundColor

cursor

Cursor cursor

font

Font font

foregroundColor

Color foregroundColor

frameIconFilename

String frameIconFilename

frameRate

Double frameRate

frameSize

Dimension frameSize

frameTitle

String frameTitle

shutdownConfirmationPrompt

String shutdownConfirmationPrompt

Class com.croftsoft.core.animation.TimeApplet extends AnimatedApplet implements Serializable


Package com.croftsoft.core.animation.animator

Class com.croftsoft.core.animation.animator.TextAnimator extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

text

String text

deltaX

int deltaX

deltaY

int deltaY

x

int x

y

int y

Package com.croftsoft.core.animation.awt

Class com.croftsoft.core.animation.awt.SpriteCanvas extends Canvas implements Serializable

Serialized Fields

size

Dimension size

background_Color

Color background_Color

sprite_Hashtable

Hashtable<K,V> sprite_Hashtable

graphics

Graphics graphics

offscreenImage

Image offscreenImage

offscreenGraphics

Graphics offscreenGraphics

backgroundImage

Image backgroundImage

graphics_initialized

boolean graphics_initialized

Package com.croftsoft.core.animation.component

Class com.croftsoft.core.animation.component.BufferedAnimatedComponent extends AnimatedComponent implements Serializable

Serialized Fields

doReset

boolean doReset
Deprecated. 

activeImage

VolatileImage activeImage
Deprecated. 

updateImage

VolatileImage updateImage
Deprecated. 

activeGraphics

Graphics2D activeGraphics
Deprecated. 

updateGraphics

Graphics2D updateGraphics
Deprecated. 

oldCount

int oldCount
Deprecated. 

oldRepaintRegions

Rectangle[] oldRepaintRegions
Deprecated. 

newRepaintRegions

Rectangle[] newRepaintRegions
Deprecated. 

Class com.croftsoft.core.animation.component.BufferStrategyAnimatedComponent extends AnimatedComponent implements Serializable

Serialized Fields

bufferStrategy

BufferStrategy bufferStrategy

componentBounds

Rectangle componentBounds

clipBounds

Rectangle clipBounds

Package com.croftsoft.core.animation.icon

Class com.croftsoft.core.animation.icon.StretchImageIcon extends ImageIcon implements Serializable


Package com.croftsoft.core.animation.model

Package com.croftsoft.core.animation.model.seri

Class com.croftsoft.core.animation.model.seri.SeriModel extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

modelId

ModelId modelId

Class com.croftsoft.core.animation.model.seri.SeriModelId extends LongId implements Serializable

serialVersionUID: 0L

Class com.croftsoft.core.animation.model.seri.SeriWorld extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

modelArrayKeeper

ArrayKeeper modelArrayKeeper

center

Point2DD center

modelList

List<E> modelList

cleared

boolean cleared

Package com.croftsoft.core.animation.painter

Class com.croftsoft.core.animation.painter.ColorPainter extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

color

Color color

shape

Shape shape

Package com.croftsoft.core.gui

Class com.croftsoft.core.gui.ButtonPanel1 extends Panel implements Serializable

Class com.croftsoft.core.gui.ButtonPanel2 extends JPanel implements Serializable

Class com.croftsoft.core.gui.CheckBoxPanel extends JPanel implements Serializable

Serialized Fields

labelNameToCheckBoxMap

Map<K,V> labelNameToCheckBoxMap

Class com.croftsoft.core.gui.FullScreenToggler extends AbstractAction implements Serializable

serialVersionUID: 0L

Serialized Fields

window

Window window

Class com.croftsoft.core.gui.IdentifierDialog extends JDialog implements Serializable

Serialized Fields

usernameField

JTextField usernameField

passwordField

JPasswordField passwordField

okButton

JButton okButton

isOk

boolean isOk

Class com.croftsoft.core.gui.LabeledFieldsPanel1 extends Panel implements Serializable

Serialized Fields

labelNameToTextFieldMap

Hashtable<K,V> labelNameToTextFieldMap

Class com.croftsoft.core.gui.LabeledFieldsPanel2 extends JPanel implements Serializable

Serialized Fields

labelNameToTextFieldMap

Hashtable<K,V> labelNameToTextFieldMap

Class com.croftsoft.core.gui.LicenseFrame extends JFrame implements Serializable

Class com.croftsoft.core.gui.LicensePanel extends JPanel implements Serializable

Serialized Fields

acceptJButton

JButton acceptJButton

declineJButton

JButton declineJButton

Class com.croftsoft.core.gui.ListControlPanel extends Panel implements Serializable

Serialized Fields

buttons

Button[] buttons

backgroundColor

Color backgroundColor

panelLabel

Label panelLabel

list

List list

selectedIndex

int selectedIndex

Class com.croftsoft.core.gui.LogPanel extends JPanel implements Serializable

serialVersionUID: 0L

Serialized Fields

linesMax

int linesMax

jTextArea

JTextArea jTextArea

Class com.croftsoft.core.gui.PairsPanel extends JPanel implements Serializable

Serialized Fields

nameValuePairs

Pair[] nameValuePairs

changeListener

ChangeListener changeListener

changeEvent

ChangeEvent changeEvent

trimWhiteSpace

boolean trimWhiteSpace

labeledFieldsPanel2

LabeledFieldsPanel2 labeledFieldsPanel2

restoreButton

JButton restoreButton

updateButton

JButton updateButton

Class com.croftsoft.core.gui.SelectPanel extends Panel implements Serializable

Serialized Fields

selectButtonActionListener

ActionListener selectButtonActionListener

cancelButtonActionListener

ActionListener cancelButtonActionListener

previousButtonActionListener

ActionListener previousButtonActionListener

nextButtonActionListener

ActionListener nextButtonActionListener

backgroundColor

Color backgroundColor

panelLabel

Label panelLabel

list

List list

selectButton

Button selectButton

cancelButton

Button cancelButton

previousButton

Button previousButton

nextButton

Button nextButton

selectedIndex

int selectedIndex

Class com.croftsoft.core.gui.TextCanvas extends Canvas implements Serializable

Serialized Fields

line_Vector

Vector<E> line_Vector

color_Vector

Vector<E> color_Vector

size

Dimension size

graphics

Graphics graphics

offscreenImage

Image offscreenImage

offscreenGraphics

Graphics offscreenGraphics

Class com.croftsoft.core.gui.TextDialog extends Dialog implements Serializable

Serialized Fields

parent

Frame parent

labels

Label[] labels

size_old

Dimension size_old

Class com.croftsoft.core.gui.TextPanel extends JPanel implements Serializable

Serialized Fields

jTextArea

JTextArea jTextArea

Package com.croftsoft.core.gui.list

Class com.croftsoft.core.gui.list.DoubleListDialog extends Dialog implements Serializable

Serialized Fields

doubleListDialogListener

DoubleListDialogListener doubleListDialogListener

list_l

List list_l

list_r

List list_r

accept_Button

Button accept_Button

cancel_Button

Button cancel_Button

Package com.croftsoft.core.gui.multi

Class com.croftsoft.core.gui.multi.MultiApplet extends JApplet implements Serializable

Serialized Fields

appletInfo

String appletInfo

appletPairs

Pair[] appletPairs

newsName

String newsName

newsHTML

String newsHTML

newsPage

String newsPage

jTabbedPane

JTabbedPane jTabbedPane

appletComponent

Component appletComponent

isStarted

boolean isStarted

index

int index

multiAppletStub

MultiAppletStub multiAppletStub

Class com.croftsoft.core.gui.multi.MultiAppletNews extends JPanel implements Serializable

Serialized Fields

appletContext

AppletContext appletContext

jEditorPane

JEditorPane jEditorPane

Package com.croftsoft.core.lang

Class com.croftsoft.core.lang.EnumUnknownException extends RuntimeException implements Serializable

serialVersionUID: 0L

Class com.croftsoft.core.lang.ExternalAccessException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

rootExceptionStackTrace

String rootExceptionStackTrace

Class com.croftsoft.core.lang.NullArgumentException extends IllegalArgumentException implements Serializable

serialVersionUID: 0L

Class com.croftsoft.core.lang.NullException extends RuntimeException implements Serializable

serialVersionUID: 0L

Class com.croftsoft.core.lang.Pair extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

String value

Package com.croftsoft.core.lang.lifecycle

Class com.croftsoft.core.lang.lifecycle.InitializationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

rootExceptionString

String rootExceptionString

Package com.croftsoft.core.math

Class com.croftsoft.core.math.Counter extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

count

BigInteger count

Class com.croftsoft.core.math.Point2D extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

x

double x
Deprecated. 

y

double y
Deprecated. 

Class com.croftsoft.core.math.Point3d extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

x

double x
Deprecated. 

y

double y
Deprecated. 

z

double z
Deprecated. 

Package com.croftsoft.core.math.geom

Class com.croftsoft.core.math.geom.Circle extends Ellipse2D.Double implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream objectInputStream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream objectOutputStream)
                  throws IOException
Throws:
IOException
Serialized Fields

center

Point2DD center

radius

double radius

Class com.croftsoft.core.math.geom.Point2DD extends Point2D.Double implements Serializable

serialVersionUID: 0L

Serialization Methods

readObject

private void readObject(ObjectInputStream objectInputStream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream objectOutputStream)
                  throws IOException
Throws:
IOException

Class com.croftsoft.core.math.geom.Point3DD extends Point2DD implements Serializable

serialVersionUID: 0L

Serialized Fields

z

double z

Class com.croftsoft.core.math.geom.Point3DI extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

x

int x

y

int y

z

int z

Package com.croftsoft.core.media.j3d

Class com.croftsoft.core.media.j3d.Transform3DState extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

Object key

transform

double[] transform

Package com.croftsoft.core.net.news

Class com.croftsoft.core.net.news.Newsgroup extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

estimated

long estimated

firstArticle

long firstArticle

lastArticle

long lastArticle

groupName

String groupName

Class com.croftsoft.core.net.news.UsenetMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

headerNameToValueMap

Map<K,V> headerNameToValueMap

body

String body

Package com.croftsoft.core.security

Class com.croftsoft.core.security.Authentication extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

username

String username

password

String password

Package com.croftsoft.core.servlet

Class com.croftsoft.core.servlet.HttpGatewayServlet extends HttpServlet implements Serializable

Serialized Fields

server

Server server

parser

Parser parser

encoder

Encoder encoder

Package com.croftsoft.core.sql

Class com.croftsoft.core.sql.ConnectionInit extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

jdbcDriverClassName

String jdbcDriverClassName

jdbcUrlString

String jdbcUrlString

username

String username

password

String password

Package com.croftsoft.core.util

Class com.croftsoft.core.util.StableArrayKeeper extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

baseClass

Class<T> baseClass

array

Object[] array

Package com.croftsoft.core.util.cache

Class com.croftsoft.core.util.cache.URLContentAccessor extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

urlName

String urlName

Package com.croftsoft.core.util.cache.secure

Class com.croftsoft.core.util.cache.secure.SecureCache extends Object implements Serializable

Serialized Fields

delegateCache

Cache delegateCache

delegateIdMap

Map<K,V> delegateIdMap

algorithm

String algorithm

doVerification

boolean doVerification

Class com.croftsoft.core.util.cache.secure.SecureId extends Object implements Serializable

Serialized Fields

algorithm

String algorithm

digest

byte[] digest

Package com.croftsoft.core.util.id

Class com.croftsoft.core.util.id.IntId extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

i

int i

Class com.croftsoft.core.util.id.LongId extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

l

Long l

Class com.croftsoft.core.util.id.StringId extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

s

String s

Package com.croftsoft.core.util.queue

Class com.croftsoft.core.util.queue.ListQueue extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

list

List<E> list

maxSize

int maxSize

Package com.croftsoft.core.util.state

Class com.croftsoft.core.util.state.StateListenerAmbassador extends Object implements Serializable

Serialized Fields

stateListenerRemote

StateListenerRemote stateListenerRemote

Class com.croftsoft.core.util.state.StateListenerProxy extends UnicastRemoteObject implements Serializable

Serialized Fields

stateListener

StateListener stateListener

Class com.croftsoft.core.util.state.StateMulticasterAmbassador extends Object implements Serializable

Serialized Fields

stateMulticasterRemote

StateMulticasterRemote stateMulticasterRemote

Class com.croftsoft.core.util.state.StateMulticasterProxy extends UnicastRemoteObject implements Serializable

Serialized Fields

stateMulticaster

StateMulticaster stateMulticaster


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)