Serialized Form


Package java.awt

Class java.awt.AWTEvent extends java.util.EventObject implements Serializable

serialVersionUID: -1825314779160409405L

Serialized Fields

bdata

byte[] bdata

id

int id

consumed

boolean consumed

Class java.awt.AWTKeyStroke extends Object implements Serializable

serialVersionUID: -6430539691155161871L

Serialization Methods

readResolve

protected Object readResolve()
                      throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

keyChar

char keyChar

keyCode

int keyCode

modifiers

int modifiers

onKeyRelease

boolean onKeyRelease

Class java.awt.AWTPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 8890392402588814465L

Class java.awt.BorderLayout extends Object implements Serializable

serialVersionUID: -8658291919501921765L

Serialized Fields

hgap

int hgap

vgap

int vgap

north

java.awt.Component north

west

java.awt.Component west

east

java.awt.Component east

south

java.awt.Component south

center

java.awt.Component center

firstLine

java.awt.Component firstLine

lastLine

java.awt.Component lastLine

firstItem

java.awt.Component firstItem

lastItem

java.awt.Component lastItem

Class java.awt.Button extends java.awt.Component implements Serializable

serialVersionUID: -8774683716313001058L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

label

String label

actionCommand

String actionCommand

buttonSerializedDataVersion

int buttonSerializedDataVersion

Class java.awt.Button.AccessibleAWTButton extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -5932203980244017102L

Class java.awt.Canvas extends java.awt.Component implements Serializable

serialVersionUID: -2284879212465893870L

Class java.awt.Canvas.AccessibleAWTCanvas extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -6325592262103146699L

Class java.awt.CardLayout extends Object implements Serializable

serialVersionUID: -4328196481005934313L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

Class java.awt.Checkbox extends java.awt.Component implements Serializable

serialVersionUID: 7270714317450821763L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

label

String label

state

boolean state

group

java.awt.CheckboxGroup group

checkboxSerializedDataVersion

int checkboxSerializedDataVersion

Class java.awt.Checkbox.AccessibleAWTCheckbox extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 7881579233144754107L

Class java.awt.CheckboxGroup extends Object implements Serializable

serialVersionUID: 3729780091441768983L

Serialized Fields

selectedCheckbox

java.awt.Checkbox selectedCheckbox

Class java.awt.CheckboxMenuItem extends java.awt.MenuItem implements Serializable

serialVersionUID: 6190621106981774043L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

state

boolean state

checkboxMenuItemSerializedDataVersion

int checkboxMenuItemSerializedDataVersion

Class java.awt.CheckboxMenuItem.AccessibleAWTCheckboxMenuItem extends java.awt.MenuItem.AccessibleAWTMenuItem implements Serializable

serialVersionUID: -1122642964303476L

Class java.awt.Choice extends java.awt.Component implements Serializable

serialVersionUID: -4075310674757313071L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

pItems

Vector pItems

selectedIndex

int selectedIndex

choiceSerializedDataVersion

int choiceSerializedDataVersion

Class java.awt.Choice.AccessibleAWTChoice extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 7175603582428509322L

Class java.awt.Color extends Object implements Serializable

serialVersionUID: 118526816881161077L

Serialized Fields

value

int value

frgbvalue

float[] frgbvalue

fvalue

float[] fvalue

falpha

float falpha

cs

java.awt.color.ColorSpace cs

Class java.awt.Component extends Object implements Serializable

serialVersionUID: -7644114512714619750L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

x

int x

y

int y

width

int width

height

int height

foreground

java.awt.Color foreground

background

java.awt.Color background

font

java.awt.Font font

peerFont

java.awt.Font peerFont

cursor

java.awt.Cursor cursor

locale

java.util.Locale locale

ignoreRepaint

boolean ignoreRepaint

visible

boolean visible

enabled

boolean enabled

valid

boolean valid

dropTarget

java.awt.dnd.DropTarget dropTarget

popups

Vector popups

name

String name

nameExplicitlySet

boolean nameExplicitlySet

focusable

boolean focusable

isFocusTraversableOverridden

int isFocusTraversableOverridden

focusTraversalKeys

java.util.Set<E>[] focusTraversalKeys

focusTraversalKeysEnabled

boolean focusTraversalKeysEnabled

minSize

java.awt.Dimension minSize

minSizeSet

boolean minSizeSet

prefSize

java.awt.Dimension prefSize

prefSizeSet

boolean prefSizeSet

maxSize

java.awt.Dimension maxSize

maxSizeSet

boolean maxSizeSet

newEventsOnly

boolean newEventsOnly

eventMask

long eventMask

changeSupport

java.beans.PropertyChangeSupport changeSupport

isPacked

boolean isPacked

boundsOp

int boundsOp

componentSerializedDataVersion

int componentSerializedDataVersion

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class java.awt.Component.AccessibleAWTComponent extends javax.accessibility.AccessibleContext implements Serializable

serialVersionUID: 642321655757800191L

Serialized Fields

accessibleAWTComponentHandler

java.awt.event.ComponentListener accessibleAWTComponentHandler

accessibleAWTFocusHandler

java.awt.event.FocusListener accessibleAWTFocusHandler

Class java.awt.ComponentOrientation extends Object implements Serializable

serialVersionUID: -4113291392143563828L

Serialized Fields

orientation

int orientation

Class java.awt.Container extends java.awt.Component implements Serializable

serialVersionUID: 4613797578919906343L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

Class java.awt.Container.AccessibleAWTContainer extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 5081320404842566097L

Serialized Fields

accessibleContainerHandler

java.awt.event.ContainerListener accessibleContainerHandler

Class java.awt.ContainerOrderFocusTraversalPolicy extends java.awt.FocusTraversalPolicy implements Serializable

serialVersionUID: 486933713763926351L

Serialized Fields

implicitDownCycleTraversal

boolean implicitDownCycleTraversal

Class java.awt.Cursor extends Object implements Serializable

serialVersionUID: 8028237497568985504L

Serialized Fields

type

int type

name

String name

Class java.awt.DefaultFocusTraversalPolicy extends java.awt.ContainerOrderFocusTraversalPolicy implements Serializable

serialVersionUID: 8876966522510157497L

Class java.awt.Dialog extends java.awt.Window implements Serializable

serialVersionUID: 5920926903803293709L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException
Serialized Fields

resizable

boolean resizable

undecorated

boolean undecorated

modal

boolean modal

modalityType

java.awt.Dialog.ModalityType modalityType

title

String title

Class java.awt.Dialog.AccessibleAWTDialog extends java.awt.Window.AccessibleAWTWindow implements Serializable

serialVersionUID: 4837230331833941201L

Class java.awt.Dimension extends java.awt.geom.Dimension2D implements Serializable

serialVersionUID: 4723952579491349524L

Serialized Fields

width

int width

height

int height

Class java.awt.Event extends Object implements Serializable

serialVersionUID: 5488922509400504703L

Serialized Fields

target

Object target

when

long when

id

int id

x

int x

y

int y

key

int key

modifiers

int modifiers

clickCount

int clickCount

arg

Object arg

evt

java.awt.Event evt

consumed

boolean consumed

Class java.awt.FileDialog extends java.awt.Dialog implements Serializable

serialVersionUID: 5035145889651310422L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

mode

int mode

dir

String dir

file

String file

filter

java.io.FilenameFilter filter

Class java.awt.FlowLayout extends Object implements Serializable

serialVersionUID: -7262534875583282631L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

align

int align

newAlign

int newAlign

hgap

int hgap

vgap

int vgap

alignOnBaseline

boolean alignOnBaseline

serialVersionOnStream

int serialVersionOnStream

Class java.awt.Font extends Object implements Serializable

serialVersionUID: -4206021311591459213L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

fRequestedAttributes

Hashtable fRequestedAttributes

name

String name

style

int style

size

int size

pointSize

float pointSize

fontSerializedDataVersion

int fontSerializedDataVersion

Class java.awt.FontMetrics extends Object implements Serializable

serialVersionUID: 1681126225205050147L

Serialized Fields

font

java.awt.Font font

Class java.awt.Frame extends java.awt.Window implements Serializable

serialVersionUID: 2673458971256075116L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

maximizedBounds

Rectangle maximizedBounds

title

String title

menuBar

java.awt.MenuBar menuBar

resizable

boolean resizable

undecorated

boolean undecorated

mbManagement

boolean mbManagement

state

int state

ownedWindows

Vector ownedWindows

frameSerializedDataVersion

int frameSerializedDataVersion

Class java.awt.Frame.AccessibleAWTFrame extends java.awt.Window.AccessibleAWTWindow implements Serializable

serialVersionUID: -6172960752956030250L

Class java.awt.GraphicsConfigTemplate extends Object implements Serializable

serialVersionUID: -8061369279557787079L

Class java.awt.GridBagConstraints extends Object implements Serializable

serialVersionUID: -1000070633030801713L

Serialized Fields

gridx

int gridx

gridy

int gridy

gridwidth

int gridwidth

gridheight

int gridheight

weightx

double weightx

weighty

double weighty

anchor

int anchor

fill

int fill

insets

java.awt.Insets insets

ipadx

int ipadx

ipady

int ipady

tempX

int tempX

tempY

int tempY

tempWidth

int tempWidth

tempHeight

int tempHeight

minWidth

int minWidth

minHeight

int minHeight

Class java.awt.GridBagLayout extends Object implements Serializable

serialVersionUID: 8838754796412211005L

Serialized Fields

comptable

Hashtable comptable

defaultConstraints

java.awt.GridBagConstraints defaultConstraints

layoutInfo

java.awt.GridBagLayoutInfo layoutInfo

columnWidths

int[] columnWidths

rowHeights

int[] rowHeights

columnWeights

double[] columnWeights

rowWeights

double[] rowWeights

componentAdjusting

java.awt.Component componentAdjusting

Class java.awt.GridBagLayoutInfo extends Object implements Serializable

serialVersionUID: -4899416460737170217L

Serialized Fields

width

int width

height

int height

startx

int startx

starty

int starty

minWidth

int[] minWidth

minHeight

int[] minHeight

weightX

double[] weightX

weightY

double[] weightY

hasBaseline

boolean hasBaseline

baselineType

short[] baselineType

maxAscent

int[] maxAscent

maxDescent

int[] maxDescent

Class java.awt.GridLayout extends Object implements Serializable

serialVersionUID: -7411804673224730901L

Serialized Fields

hgap

int hgap

vgap

int vgap

rows

int rows

cols

int cols

Class java.awt.Insets extends Object implements Serializable

serialVersionUID: -2272572637695466749L

Serialized Fields

top

int top

left

int left

bottom

int bottom

right

int right

Class java.awt.Label extends java.awt.Component implements Serializable

serialVersionUID: 3094126758329070636L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException
Serialized Fields

text

String text

alignment

int alignment

Class java.awt.Label.AccessibleAWTLabel extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -3568967560160480438L

Class java.awt.List extends java.awt.Component implements Serializable

serialVersionUID: -3304312411574666869L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

items

Vector items

rows

int rows

multipleMode

boolean multipleMode

selected

int[] selected

visibleIndex

int visibleIndex

listSerializedDataVersion

int listSerializedDataVersion

Class java.awt.List.AccessibleAWTList extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 7924617370136012829L

Class java.awt.List.AccessibleAWTList.AccessibleAWTListChild extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 4412022926028300317L

Serialized Fields

parent

java.awt.List parent

indexInParent

int indexInParent

Class java.awt.MediaTracker extends Object implements Serializable

serialVersionUID: -483174189758638095L

Serialized Fields

target

java.awt.Component target

head

java.awt.MediaEntry head

Class java.awt.Menu extends java.awt.MenuItem implements Serializable

serialVersionUID: -8809584163345499784L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException,
                        java.awt.HeadlessException
Throws:
IOException
ClassNotFoundException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

items

Vector items

tearOff

boolean tearOff

isHelpMenu

boolean isHelpMenu

menuSerializedDataVersion

int menuSerializedDataVersion

Class java.awt.Menu.AccessibleAWTMenu extends java.awt.MenuItem.AccessibleAWTMenuItem implements Serializable

serialVersionUID: 5228160894980069094L

Class java.awt.MenuBar extends java.awt.MenuComponent implements Serializable

serialVersionUID: -4930327919388951260L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

menus

Vector menus

helpMenu

java.awt.Menu helpMenu

menuBarSerializedDataVersion

int menuBarSerializedDataVersion

Class java.awt.MenuBar.AccessibleAWTMenuBar extends java.awt.MenuComponent.AccessibleAWTMenuComponent implements Serializable

serialVersionUID: -8577604491830083815L

Class java.awt.MenuComponent extends Object implements Serializable

serialVersionUID: -4536902356223894379L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException
Serialized Fields

font

java.awt.Font font

name

String name

nameExplicitlySet

boolean nameExplicitlySet

newEventsOnly

boolean newEventsOnly

accessibleContext

javax.accessibility.AccessibleContext accessibleContext

Class java.awt.MenuComponent.AccessibleAWTMenuComponent extends javax.accessibility.AccessibleContext implements Serializable

serialVersionUID: -4269533416223798698L

Class java.awt.MenuItem extends java.awt.MenuComponent implements Serializable

serialVersionUID: -21757335363267194L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

enabled

boolean enabled

label

String label

actionCommand

String actionCommand

eventMask

long eventMask

shortcut

java.awt.MenuShortcut shortcut

menuItemSerializedDataVersion

int menuItemSerializedDataVersion

Class java.awt.MenuItem.AccessibleAWTMenuItem extends java.awt.MenuComponent.AccessibleAWTMenuComponent implements Serializable

serialVersionUID: -217847831945965825L

Class java.awt.MenuShortcut extends Object implements Serializable

serialVersionUID: 143448358473180225L

Serialized Fields

key

int key

usesShift

boolean usesShift

Class java.awt.Panel extends java.awt.Container implements Serializable

serialVersionUID: -2728009084054400034L

Class java.awt.Panel.AccessibleAWTPanel extends java.awt.Container.AccessibleAWTContainer implements Serializable

serialVersionUID: -6409552226660031050L

Class java.awt.Polygon extends Object implements Serializable

serialVersionUID: -6460061437900069969L

Serialized Fields

npoints

int npoints

xpoints

int[] xpoints

ypoints

int[] ypoints

bounds

Rectangle bounds

Class java.awt.PopupMenu extends java.awt.Menu implements Serializable

serialVersionUID: -4620452533522760060L

Class java.awt.PopupMenu.AccessibleAWTPopupMenu extends java.awt.Menu.AccessibleAWTMenu implements Serializable

serialVersionUID: -4282044795947239955L

Class java.awt.Scrollbar extends java.awt.Component implements Serializable

serialVersionUID: 8451667562882310543L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

value

int value

maximum

int maximum

minimum

int minimum

visibleAmount

int visibleAmount

orientation

int orientation

lineIncrement

int lineIncrement

pageIncrement

int pageIncrement

scrollbarSerializedDataVersion

int scrollbarSerializedDataVersion

Class java.awt.Scrollbar.AccessibleAWTScrollBar extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: -344337268523697807L

Class java.awt.ScrollPane extends java.awt.Container implements Serializable

serialVersionUID: 7956609840827222915L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

scrollbarDisplayPolicy

int scrollbarDisplayPolicy

vAdjustable

java.awt.ScrollPaneAdjustable vAdjustable

hAdjustable

java.awt.ScrollPaneAdjustable hAdjustable

wheelScrollingEnabled

boolean wheelScrollingEnabled

Class java.awt.ScrollPane.AccessibleAWTScrollPane extends java.awt.Container.AccessibleAWTContainer implements Serializable

serialVersionUID: 6100703663886637L

Class java.awt.ScrollPaneAdjustable extends Object implements Serializable

serialVersionUID: -3359745691033257079L

Serialized Fields

sp

java.awt.ScrollPane sp

orientation

int orientation

value

int value

minimum

int minimum

maximum

int maximum

visibleAmount

int visibleAmount

unitIncrement

int unitIncrement

blockIncrement

int blockIncrement

adjustmentListener

java.awt.event.AdjustmentListener adjustmentListener

Class java.awt.SystemColor extends java.awt.Color implements Serializable

serialVersionUID: 4503142729533789064L

Serialization Methods

readResolve

private Object readResolve()

writeReplace

private Object writeReplace()
                     throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class java.awt.TextArea extends java.awt.TextComponent implements Serializable

serialVersionUID: 3692302836626095722L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException
Serialized Fields

rows

int rows

columns

int columns

scrollbarVisibility

int scrollbarVisibility

textAreaSerializedDataVersion

int textAreaSerializedDataVersion

Class java.awt.TextArea.AccessibleAWTTextArea extends java.awt.TextComponent.AccessibleAWTTextComponent implements Serializable

serialVersionUID: 3472827823632144419L

Class java.awt.TextComponent extends java.awt.Component implements Serializable

serialVersionUID: -2214773872412987419L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

text

String text

editable

boolean editable

selectionStart

int selectionStart

selectionEnd

int selectionEnd

backgroundSetByClientCode

boolean backgroundSetByClientCode

textComponentSerializedDataVersion

int textComponentSerializedDataVersion

checkForEnableIM

boolean checkForEnableIM

Class java.awt.TextComponent.AccessibleAWTTextComponent extends java.awt.Component.AccessibleAWTComponent implements Serializable

serialVersionUID: 3631432373506317811L

Class java.awt.TextField extends java.awt.TextComponent implements Serializable

serialVersionUID: -2966288784432217853L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

columns

int columns

echoChar

char echoChar

textFieldSerializedDataVersion

int textFieldSerializedDataVersion

Class java.awt.TextField.AccessibleAWTTextField extends java.awt.TextComponent.AccessibleAWTTextComponent implements Serializable

serialVersionUID: 6219164359235943158L

Class java.awt.Window extends java.awt.Container implements Serializable

serialVersionUID: 4497834738069338734L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException,
                        java.awt.HeadlessException
Throws:
ClassNotFoundException
IOException
java.awt.HeadlessException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

warningString

String warningString

syncLWRequests

boolean syncLWRequests

state

int state

alwaysOnTop

boolean alwaysOnTop

modalExclusionType

java.awt.Dialog.ModalExclusionType modalExclusionType

focusMgr

java.awt.FocusManager focusMgr

focusableWindowState

boolean focusableWindowState

windowSerializedDataVersion

int windowSerializedDataVersion

locationByPlatform

boolean locationByPlatform

Class java.awt.Window.AccessibleAWTWindow extends java.awt.Container.AccessibleAWTContainer implements Serializable

serialVersionUID: 4215068635060671780L


Package java.awt.geom

Class java.awt.geom.AffineTransform extends Object implements Serializable

serialVersionUID: 1330973210523860834L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws ClassNotFoundException,
                         IOException
Throws:
ClassNotFoundException
IOException
Serialized Fields

m00

double m00

m10

double m10

m01

double m01

m11

double m11

m02

double m02

m12

double m12

Class java.awt.geom.Arc2D.Double extends java.awt.geom.Arc2D implements Serializable

serialVersionUID: 728264085846882001L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

x

double x

y

double y

width

double width

height

double height

start

double start

extent

double extent

Class java.awt.geom.Arc2D.Float extends java.awt.geom.Arc2D implements Serializable

serialVersionUID: 9130893014586380278L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

x

float x

y

float y

width

float width

height

float height

start

float start

extent

float extent

Class java.awt.geom.CubicCurve2D.Double extends java.awt.geom.CubicCurve2D implements Serializable

serialVersionUID: -4202960122839707295L

Serialized Fields

x1

double x1

y1

double y1

ctrlx1

double ctrlx1

ctrly1

double ctrly1

ctrlx2

double ctrlx2

ctrly2

double ctrly2

x2

double x2

y2

double y2

Class java.awt.geom.CubicCurve2D.Float extends java.awt.geom.CubicCurve2D implements Serializable

serialVersionUID: -1272015596714244385L

Serialized Fields

x1

float x1

y1

float y1

ctrlx1

float ctrlx1

ctrly1

float ctrly1

ctrlx2

float ctrlx2

ctrly2

float ctrly2

x2

float x2

y2

float y2

Class java.awt.geom.Ellipse2D.Double extends java.awt.geom.Ellipse2D implements Serializable

serialVersionUID: 5555464816372320683L

Serialized Fields

x

double x

y

double y

width

double width

height

double height

Class java.awt.geom.Ellipse2D.Float extends java.awt.geom.Ellipse2D implements Serializable

serialVersionUID: -6633761252372475977L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

Class java.awt.geom.GeneralPath extends java.awt.geom.Path2D.Float implements Serializable

serialVersionUID: -8327096662768731142L

Class java.awt.geom.Path2D.Double extends java.awt.geom.Path2D implements Serializable

serialVersionUID: 1826762518450014216L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.awt.geom.Path2D.Float extends java.awt.geom.Path2D implements Serializable

serialVersionUID: 6990832515060788886L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.awt.geom.QuadCurve2D.Double extends java.awt.geom.QuadCurve2D implements Serializable

serialVersionUID: 4217149928428559721L

Serialized Fields

x1

double x1

y1

double y1

ctrlx

double ctrlx

ctrly

double ctrly

x2

double x2

y2

double y2

Class java.awt.geom.QuadCurve2D.Float extends java.awt.geom.QuadCurve2D implements Serializable

serialVersionUID: -8511188402130719609L

Serialized Fields

x1

float x1

y1

float y1

ctrlx

float ctrlx

ctrly

float ctrly

x2

float x2

y2

float y2

Class java.awt.geom.RoundRectangle2D.Double extends java.awt.geom.RoundRectangle2D implements Serializable

serialVersionUID: 1048939333485206117L

Serialized Fields

x

double x

y

double y

width

double width

height

double height

arcwidth

double arcwidth

archeight

double archeight

Class java.awt.geom.RoundRectangle2D.Float extends java.awt.geom.RoundRectangle2D implements Serializable

serialVersionUID: -3423150618393866922L

Serialized Fields

x

float x

y

float y

width

float width

height

float height

arcwidth

float arcwidth

archeight

float archeight

Package java.io

Class java.io.FilePermission extends java.security.Permission implements Serializable

serialVersionUID: 7930732926638008763L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.io.ObjectStreamClass extends Object implements Serializable

serialVersionUID: -6120832682080437368L

Serialized Fields

Class java.io.SerializablePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 8537212141160296410L

Serialized Fields

actions

String actions

Package java.lang

Class java.lang.RuntimePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 7399184964622342223L

Class java.lang.StackTraceElement extends Object implements Serializable

serialVersionUID: 6992337162326171013L

Serialized Fields

declaringClass

String declaringClass

methodName

String methodName

fileName

String fileName

lineNumber

int lineNumber

Package java.net

Class java.net.Inet4Address extends java.net.InetAddress implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

writeReplace

private Object writeReplace()
                     throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class java.net.Inet6Address extends java.net.InetAddress implements Serializable

serialVersionUID: 6880410070516793377L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

ipaddress

byte[] ipaddress

scope_id

int scope_id

scope_id_set

boolean scope_id_set

scope_ifname_set

boolean scope_ifname_set

ifname

String ifname

Class java.net.InetAddress extends Object implements Serializable

serialVersionUID: 3286316764910316507L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

readResolve

private Object readResolve()
                    throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

readObjectNoData

private void readObjectNoData(java.io.ObjectInputStream arg0)
                       throws IOException,
                              ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostName

String hostName

address

int address

family

int family

Class java.net.InetSocketAddress extends java.net.SocketAddress implements Serializable

serialVersionUID: 5076001401234631237L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

hostname

String hostname

addr

java.net.InetAddress addr

port

int port

Class java.net.NetPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -8343910153355041693L

Class java.net.SocketAddress extends Object implements Serializable

Class java.net.SocketPermission extends java.security.Permission implements Serializable

serialVersionUID: -7204263841984476862L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.net.URI extends Object implements Serializable

serialVersionUID: -6052424284110960213L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws ClassNotFoundException,
                        IOException
Throws:
ClassNotFoundException
IOException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

string

String string

Class java.net.URL extends Object implements Serializable

serialVersionUID: -7627629688361524110L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

protocol

String protocol

host

String host

port

int port

file

String file

authority

String authority

ref

String ref

hashCode

int hashCode

Package java.util

Class java.util.AbstractMap.SimpleEntry extends Object implements Serializable

serialVersionUID: -8499721149061103585L

Serialized Fields

key

Object key

value

Object value

Class java.util.AbstractMap.SimpleImmutableEntry extends Object implements Serializable

serialVersionUID: 7138329143949025153L

Serialized Fields

key

Object key

value

Object value

Class java.util.ArrayDeque extends java.util.AbstractCollection<E> implements Serializable

serialVersionUID: 2340985798034038923L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Calendar extends Object implements Serializable

serialVersionUID: -1807547505821590642L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

fields

int[] fields

isSet

boolean[] isSet

time

long time

isTimeSet

boolean isTimeSet

areFieldsSet

boolean areFieldsSet

lenient

boolean lenient

zone

java.util.TimeZone zone

firstDayOfWeek

int firstDayOfWeek

minimalDaysInFirstWeek

int minimalDaysInFirstWeek

nextStamp

int nextStamp

serialVersionOnStream

int serialVersionOnStream

Class java.util.Currency extends Object implements Serializable

serialVersionUID: -158308464356906721L

Serialization Methods

readResolve

private Object readResolve()
Serialized Fields

currencyCode

String currencyCode

Class java.util.EnumMap extends java.util.AbstractMap<K extends Enum<K>,V> implements Serializable

serialVersionUID: 458661240069192865L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

keyType

Class<T> keyType

Class java.util.EnumSet extends java.util.AbstractSet<E extends Enum<E>> implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws java.io.InvalidObjectException
Throws:
java.io.InvalidObjectException

writeReplace

Object writeReplace()
Serialized Fields

elementType

Class<T> elementType

universe

Enum<E extends Enum<E>>[] universe

Class java.util.EventObject extends Object implements Serializable

serialVersionUID: 5516075349620653480L

Class java.util.GregorianCalendar extends java.util.Calendar implements Serializable

serialVersionUID: -8125100834729963327L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

gregorianCutover

long gregorianCutover

Class java.util.HashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

threshold

int threshold

loadFactor

float loadFactor

Class java.util.HashSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.IdentityHashMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 8188218128353913216L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

Class java.util.LinkedHashMap extends java.util.HashMap<K,V> implements Serializable

serialVersionUID: 3801124242820219131L

Serialized Fields

accessOrder

boolean accessOrder

Class java.util.LinkedHashSet extends java.util.HashSet<E> implements Serializable

serialVersionUID: -2851667679971038690L

Class java.util.LinkedList extends java.util.AbstractSequentialList<E> implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.Locale extends Object implements Serializable

serialVersionUID: 9149081749638150636L

Serialization Methods

readResolve

private Object readResolve()
                    throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

language

String language

country

String country

variant

String variant

hashcode

int hashcode

Class java.util.PriorityQueue extends java.util.AbstractQueue<E> implements Serializable

serialVersionUID: -7720805057305804111L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

size

int size

comparator

java.util.Comparator<T> comparator

Class java.util.PropertyPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 885438825399942851L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

actions

String actions

Class java.util.SimpleTimeZone extends java.util.TimeZone implements Serializable

serialVersionUID: -403250971215465050L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

startMonth

int startMonth

startDay

int startDay

startDayOfWeek

int startDayOfWeek

startTime

int startTime

startTimeMode

int startTimeMode

endMonth

int endMonth

endDay

int endDay

endDayOfWeek

int endDayOfWeek

endTime

int endTime

endTimeMode

int endTimeMode

startYear

int startYear

rawOffset

int rawOffset

useDaylight

boolean useDaylight

monthLength

byte[] monthLength

startMode

int startMode

endMode

int endMode

dstSavings

int dstSavings

serialVersionOnStream

int serialVersionOnStream

Class java.util.TimeZone extends Object implements Serializable

serialVersionUID: 3581463369166924961L

Serialized Fields

ID

String ID

Class java.util.TreeMap extends java.util.AbstractMap<K,V> implements Serializable

serialVersionUID: 919286545866124006L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException
Serialized Fields

comparator

java.util.Comparator<T> comparator

Class java.util.TreeSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -2479143000061671589L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream arg0)
                  throws IOException
Throws:
IOException

Class java.util.UUID extends Object implements Serializable

serialVersionUID: -4856846361193249489L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

mostSigBits

long mostSigBits

leastSigBits

long leastSigBits

Package lejos.util

Class lejos.util.LUDecomposition extends Object implements Serializable

Serialized Fields

LU

double[][] LU
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions, and pivot sign.

column dimension.

n

int n
Row and column dimensions, and pivot sign.

column dimension.

pivsign

int pivsign
Row and column dimensions, and pivot sign.

column dimension.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

Class lejos.util.Matrix extends Object implements Serializable

serialVersionUID: 5724948160773341967L

Serialized Fields

A

double[][] A
Array for internal storage of elements.

internal array storage.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.