Class | Tree | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Class java.awt.AWTError

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class java.awt.AWTEvent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

consumed

boolean consumed

id

int id


Class java.awt.AWTException

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class Changer

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

DMPanel

ConversionPanel DMPanel
Die ConversionPanel zur Ein- und Ausgabe der Betraege.

EuroPanel

ConversionPanel EuroPanel
Die ConversionPanel zur Ein- und Ausgabe der Betraege.


Class java.awt.event.ComponentEvent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class java.awt.Component

This class implements Serializable.

Serialized Form - Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

background

java.awt.Color background
The background color for this component.
See Also:
getBackground, setBackground

changeSupport

java.beans.PropertyChangeSupport changeSupport

componentSerializedDataVersion

int componentSerializedDataVersion

cursor

java.awt.Cursor cursor
The cursor displayed when pointer is over this component.
See Also:
getCursor, setCursor

dropTarget

java.awt.dnd.DropTarget dropTarget
The DropTarget associated with this Component.
See Also:
setDropTarget, getDropTarget

enabled

boolean enabled
True when the object is enabled. An object that is not enabled does not interact with the user.
See Also:
isEnabled, setEnabled

eventMask

long eventMask

font

java.awt.Font font
The font used by this component.
See Also:
getFont, setFont

foreground

java.awt.Color foreground
The foreground color for this component.
See Also:
getForeground, setForeground

hasFocus

boolean hasFocus
True if this component has enabled focus events and currently has the focus.
See Also:
hasFocus, processFocusEvent

height

int height
The height of the component.
See Also:
getSize

locale

java.util.Locale locale
The locale for the component.
See Also:
getLocale, setLocale

minSize

java.awt.Dimension minSize
Internal, cached size information

name

String name

nameExplicitlySet

boolean nameExplicitlySet

newEventsOnly

boolean newEventsOnly

popups

java.util.Vector popups

prefSize

java.awt.Dimension prefSize
Internal, cached size information

valid

boolean valid
True when the object is valid. An invalid object needs to be layed out. This flag is set to false when the object size is changed.
See Also:
isValid, validate, invalidate

visible

boolean visible
True when the object is visible. An object that is not visible is not drawn on the screen.
See Also:
isVisible, setVisible

width

int width
The width of the component.
See Also:
getSize

x

int x
The x position of the component in the parent's coordinate system.
See Also:
getLocation

y

int y
The y position of the component in the parent's coordinate system.
See Also:
getLocation


Class java.awt.Container

This class implements Serializable.

Serialized Form - Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

component

Component[] component
The components in this container.

containerSerializedDataVersion

int containerSerializedDataVersion

dispatcher

LightweightDispatcher dispatcher
Event router for lightweight components. If this container is native, this dispatcher takes care of forwarding and retargeting the events to lightweight components contained (if any).

layoutMgr

LayoutManager layoutMgr
Layout manager for this container.

maxSize

java.awt.Dimension maxSize
Internal, cached size information

ncomponents

int ncomponents
The number of components in this container.


Class ConversionPanel

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

controller

Changer controller
Das Changer-Objekt, das die Kontrolle ueber die Umrechnung hat.

label

Label label
Die Beschriftung des ConversionPanel.

textField

TextField textField
Das Ein-/Ausgabefeld.


Class java.lang.Error

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class java.awt.Event

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

arg

Object arg
An arbitrary argument of the event. The value of this field depends on the type of event.

clickCount

int clickCount
For MOUSE_DOWN events, this field indicates the number of consecutive clicks. For other events, its value is 0.

consumed

boolean consumed

evt

Event evt
The next event. This field is set when putting events into a linked list.

id

int id
Indicates which type of event the event is, and which other Event variables are relevant for the event.

key

int key
The key code of the key that was pressed in a keyboard event.

modifiers

int modifiers
The state of the modifier keys.

target

Object target
The target component. This indicates the component over which the event occurred or with which the event is associated.

when

long when
The time stamp.

x

int x
The x coordinate of the event.

y

int y
The y coordinate of the event.


Class java.util.EventObject

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class java.lang.Exception

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class java.awt.FocusManager

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

focusOwner

Component focusOwner

focusRoot

Container focusRoot


Class java.awt.Frame

This class implements Serializable.

Serialized Form - Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

frameSerializedDataVersion

int frameSerializedDataVersion

icon

java.awt.Image icon

mbManagement

boolean mbManagement

menuBar

java.awt.MenuBar menuBar

ownedWindows

java.util.Vector ownedWindows

resizable

boolean resizable

title

String title


Class java.awt.GridLayout

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

cols

int cols

hgap

int hgap

rows

int rows

vgap

int vgap


Class java.awt.Label

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

alignment

int alignment
The label's alignment. The default alignment is set to be left justified.

text

String text
The text of this label.


Class java.awt.LightweightDispatcher

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

dragging

boolean dragging
Indicates if the mouse pointer is currently being dragged... this is needed because we may receive exit events while dragging and need to keep the current mouse target in this case.

eventMask

long eventMask
The event mask for contained lightweight components. Lightweight components need a windowed container to host window-related events. This seperate mask indicates events that have been requested by contained lightweight components without effecting the mask of the windowed component itself.

focus

Component focus
The current lightweight component that has focus that is being hosted by this container. If this is a null reference then there is currently no focus on a lightweight component being hosted by this container

nativeContainer

Container nativeContainer
The windowed container that might be hosting events for lightweight components.

nativeCursor

java.awt.Cursor nativeCursor
The cursor used by the native container that is hosting the lightweight components. Since the Cursor used by the lightweight components overwrites the Cursor set in the native container we need to stash the native cursor so we can restore it after the lightweight components are done having their cursor shown.


Class java.lang.String

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

Class String is special cased within the Serialization Stream Protocol. A String instance is written intially into an ObjectOutputStream in the following format:
      TC_STRING (utf String)
 
The String is written by method DataOutput.writeUTF. A new handle is generated to refer to all future references to the string instance within the stream.


Class java.awt.TextComponent

This class implements Serializable.

Serialized Form - Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

editable

boolean editable
A boolean indicating whether or not this TextComponent is editable.

selectionEnd

int selectionEnd
The selection end.

selectionStart

int selectionStart
The selection start.

textComponentSerializedDataVersion

int textComponentSerializedDataVersion

text

String text
The value of the text.


Class java.awt.TextField

This class implements Serializable.

Serialized Form - Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

columns

int columns
The number of columns in the TextField.

echoChar

char echoChar
The echo character.

textFieldSerializedDataVersion

int textFieldSerializedDataVersion


Class java.lang.Throwable

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.

Serialized Form - Fields

detailMessage

String detailMessage
Specific details about the Throwable. For example, for FileNotFoundThrowables, this contains the name of the file that could not be found.


Class java.awt.event.WindowEvent

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class java.awt.Window

This class implements Serializable.

Serialized Form - Methods

readObject

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

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Serialized Form - Fields

focusMgr

FocusManager focusMgr

ownedWindowList

java.util.Vector ownedWindowList

state

int state

warningString

String warningString

windowSerializedDataVersion

int windowSerializedDataVersion


Class | Tree | Index | Help
PREV | NEXT FRAMES  | NO FRAMES