Serialized Form


Package charva.awt

Class charva.awt.IllegalComponentStateException extends java.lang.RuntimeException implements Serializable

Class charva.awt.TerminfoCapabilityException extends java.lang.Exception implements Serializable


Package charva.awt.event

Class charva.awt.event.ActionEvent extends AWTEvent implements Serializable

Serialized Fields

_command

java.lang.String _command

Class charva.awt.event.AdjustmentEvent extends AWTEvent implements Serializable

Serialized Fields

_value

int _value

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

Serialized Fields

_id

int _id

Class charva.awt.event.FocusEvent extends AWTEvent implements Serializable

Class charva.awt.event.GarbageCollectionEvent extends AWTEvent implements Serializable

Class charva.awt.event.InputEvent extends AWTEvent implements Serializable

Serialized Fields

_consumed

boolean _consumed

Class charva.awt.event.InvocationEvent extends AWTEvent implements Serializable

Serialized Fields

_runnable

java.lang.Runnable _runnable
The Runnable whose run() method will be called.


_notifier

java.lang.Object _notifier
The (possibly null) object whose notifyAll() method will be called as soon as the Runnable's run() method has returned.

Class charva.awt.event.ItemEvent extends AWTEvent implements Serializable

Serialized Fields

_statechange

int _statechange

_consumed

boolean _consumed

_item

java.lang.Object _item
The item affected by the event.

Class charva.awt.event.KeyEvent extends InputEvent implements Serializable

Serialized Fields

_key

int _key

Class charva.awt.event.MouseEvent extends InputEvent implements Serializable

Serialized Fields

modifiers

int modifiers
Specifies whether the button was pressed, released or clicked.


x

int x

y

int y

button

int button
Specified which button was pressed, released or clicked.


clickcount

int clickcount

Class charva.awt.event.PaintEvent extends AWTEvent implements Serializable

Serialized Fields

_updateRect

Rectangle _updateRect

Class charva.awt.event.ScrollEvent extends AWTEvent implements Serializable

Serialized Fields

_direction

int _direction

_limit

Point _limit

Class charva.awt.event.SyncEvent extends AWTEvent implements Serializable

Class charva.awt.event.WindowEvent extends AWTEvent implements Serializable


Package charvax.swing.event

Class charvax.swing.event.ListDataEvent extends java.util.EventObject implements Serializable

Serialized Fields

_source

java.lang.Object _source

_type

int _type

_firstIndex

int _firstIndex

_lastIndex

int _lastIndex

Class charvax.swing.event.ListSelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

_source

java.lang.Object _source

_firstIndex

int _firstIndex

_lastIndex

int _lastIndex

_isAdjusting

boolean _isAdjusting

Class charvax.swing.event.TableModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

_firstRow

int _firstRow

_lastRow

int _lastRow

_column

int _column

_type

int _type

Class charvax.swing.event.TreeModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

childIndices

int[] childIndices
Indices identifying the position of where the children were.


children

java.lang.Object[] children
Children that have been removed.


path

TreePath path
Path to the parent of the nodes that have changed.

Class charvax.swing.event.TreeSelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

_source

java.lang.Object _source

_isNew

boolean _isNew

_path

TreePath _path