Serialized Form


Package charva.awt

Class charva.awt.IllegalComponentStateException implements Serializable

Class charva.awt.TerminfoCapabilityException implements Serializable


Package charva.awt.event

Class charva.awt.event.ActionEvent implements Serializable

Serialized Fields

_command

java.lang.String _command

Class charva.awt.event.AdjustmentEvent implements Serializable

Serialized Fields

_value

int _value

Class charva.awt.event.AWTEvent implements Serializable

Serialized Fields

_id

int _id

Class charva.awt.event.FocusEvent implements Serializable

Class charva.awt.event.GarbageCollectionEvent implements Serializable

Class charva.awt.event.InputEvent implements Serializable

Serialized Fields

_consumed

boolean _consumed

Class charva.awt.event.InvocationEvent 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 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 implements Serializable

Serialized Fields

_key

int _key

Class charva.awt.event.MouseEvent 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 implements Serializable

Serialized Fields

_updateRect

Rectangle _updateRect

Class charva.awt.event.ScrollEvent implements Serializable

Serialized Fields

_direction

int _direction

_limit

Point _limit

Class charva.awt.event.SyncEvent implements Serializable

Class charva.awt.event.WindowEvent implements Serializable


Package charvax.swing.event

Class charvax.swing.event.ListDataEvent implements Serializable

Serialized Fields

_source

java.lang.Object _source

_type

int _type

_firstIndex

int _firstIndex

_lastIndex

int _lastIndex

Class charvax.swing.event.ListSelectionEvent implements Serializable

Serialized Fields

_source

java.lang.Object _source

_firstIndex

int _firstIndex

_lastIndex

int _lastIndex

_isAdjusting

boolean _isAdjusting

Class charvax.swing.event.TableModelEvent implements Serializable

Serialized Fields

_firstRow

int _firstRow

_lastRow

int _lastRow

_column

int _column

_type

int _type

Class charvax.swing.event.TreeModelEvent 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 implements Serializable

Serialized Fields

_source

java.lang.Object _source

_isNew

boolean _isNew

_path

TreePath _path