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

Serialized Fields

temporary

boolean temporary

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

Class charvax.swing.AbstractAction extends java.lang.Object implements Serializable

Serialization 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 Fields

enabled

boolean enabled
Specifies whether action is enabled; the default is true.


changeSupport

SwingPropertyChangeSupport changeSupport
If any PropertyChangeListeners have been registered, the changeSupport field describes them.

Class charvax.swing.ActionMap extends java.lang.Object implements Serializable

Serialization 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 Fields

parent

ActionMap parent
Parent that handles any bindings we don't contain.


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.SwingPropertyChangeSupport extends java.beans.PropertyChangeSupport implements Serializable

serialVersionUID: 7162625831330845068l

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