NextApp Echo
1.1.4

Serialized Form


Package nextapp.echo

Class nextapp.echo.AbstractButton extends Component implements Serializable

Serialized Fields

rolloverForeground

Color rolloverForeground

rolloverBackground

Color rolloverBackground

rolloverFont

Font rolloverFont

icon

ImageReference icon

rolloverIcon

ImageReference rolloverIcon

selectedIcon

ImageReference selectedIcon

rolloverSelectedIcon

ImageReference rolloverSelectedIcon

rolloverEnabled

boolean rolloverEnabled

text

java.lang.String text

model

ButtonModel model

iconTextMargin

int iconTextMargin

horizontalAlignment

int horizontalAlignment

horizontalTextPosition

int horizontalTextPosition

verticalAlignment

int verticalAlignment

verticalTextPosition

int verticalTextPosition

toolTipText

java.lang.String toolTipText

eventForwarder

AbstractButton.EventForwarder eventForwarder

Class nextapp.echo.AbstractImageReference extends java.lang.Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
A storage facility for EventListeners. This EventListenerList is lazy-created, so it may be null if no ImageUpdateListeners have yet been registered.

Class nextapp.echo.AbstractListModel extends java.lang.Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
A storage facility for EventListeners.

Class nextapp.echo.AbstractPane extends Component implements Serializable

Serialized Fields

resizable

boolean resizable

Class nextapp.echo.AbstractSelectFieldModel extends AbstractListModel implements Serializable

Serialized Fields

selectedItem

java.lang.Object selectedItem

Class nextapp.echo.AwtImageReference extends AbstractImageReference implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
See Also:
Serializable

Class nextapp.echo.BackgroundImageProperties extends java.lang.Object implements Serializable

Serialized Fields

image

ImageReference image

attachment

int attachment

repeat

int repeat

horizontalPositionExtent

Extent horizontalPositionExtent

verticalPositionExtent

Extent verticalPositionExtent

pcs

java.beans.PropertyChangeSupport pcs

Class nextapp.echo.Button extends AbstractButton implements Serializable

Class nextapp.echo.ButtonGroup extends java.lang.Object implements Serializable

Serialized Fields

buttons

java.util.Set buttons

selection

ButtonModel selection

Class nextapp.echo.CButton extends Button implements Serializable

Serialized Fields

borderColor

Color borderColor

borderSize

int borderSize

borderStyle

int borderStyle

insets

Insets insets

pressedBorderColor

Color pressedBorderColor

pressedBorderStyle

int pressedBorderStyle

pressedForeground

Color pressedForeground

pressedBackground

Color pressedBackground

widthExtent

Extent widthExtent

heightExtent

Extent heightExtent

rolloverBorderColor

Color rolloverBorderColor

Class nextapp.echo.CheckBox extends ToggleButton implements Serializable

Class nextapp.echo.Color extends java.lang.Object implements Serializable

Serialized Fields

r

int r

g

int g

b

int b

Class nextapp.echo.Column extends Component implements Serializable

Serialized Fields

cellHeight

Extent cellHeight

cellSpacing

Extent cellSpacing

heightExtent

Extent heightExtent

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

widthExtent

Extent widthExtent

Class nextapp.echo.Component extends java.lang.Object implements Serializable

Serialized Fields

propertyChangeSupport

java.beans.PropertyChangeSupport propertyChangeSupport
The propery change event dispatcher.


children

java.util.List children
A collection of references to child components.


parent

Component parent
The parent of the component.


background

Color background
The default background color of the component.


font

Font font
The default font of the component.


foreground

Color foreground
The default foreground color of the component.


locale

java.util.Locale locale
The default locale of the component.


listenerList

EventListenerList listenerList
Used to store any type of listener on this Component.


identifier

java.lang.Object identifier
The identifier of the component.


flags

int flags
Boolean flags for this component, including enabled state, visibility, and registration. Multiple booleans are wrapped in a single integer to save memory, since many Componentinstances will be created.

Class nextapp.echo.Container extends Component implements Serializable

Class nextapp.echo.ContainerPane extends AbstractPane implements Serializable

Serialized Fields

orientation

int orientation

preferredHeightExtent

Extent preferredHeightExtent

preferredWidthExtent

Extent preferredWidthExtent

Class nextapp.echo.ContentPane extends AbstractPane implements Serializable

Serialized Fields

insets

Insets insets

scrollBarPolicy

int scrollBarPolicy

scrollBarX

int scrollBarX

scrollBarY

int scrollBarY

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

backgroundImageProperties

BackgroundImageProperties backgroundImageProperties

propertyChangeForwarder

ContentPane.PropertyChangeForwarder propertyChangeForwarder

widthExtent

Extent widthExtent

heightExtent

Extent heightExtent

Class nextapp.echo.Coordinate extends java.lang.Object implements Serializable

Serialized Fields

x

int x

y

int y

Class nextapp.echo.DefaultButtonModel extends java.lang.Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

actionCommand

java.lang.String actionCommand

group

ButtonGroup group

Class nextapp.echo.DefaultListCellRenderer extends java.lang.Object implements Serializable

Class nextapp.echo.DefaultListModel extends AbstractListModel implements Serializable

Serialized Fields

items

java.util.List items

Class nextapp.echo.DefaultListSelectionModel extends java.lang.Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList

selectionMode

int selectionMode

selection

java.util.BitSet selection

minSelectedIndex

int minSelectedIndex

Class nextapp.echo.DefaultSelectFieldModel extends AbstractSelectFieldModel implements Serializable

Serialized Fields

items

java.util.List items

Class nextapp.echo.Dimension extends java.lang.Object implements Serializable

Serialized Fields

width

int width

height

int height

Class nextapp.echo.EchoInstance extends java.lang.Object implements Serializable

Serialized Fields

attributes

java.util.Map attributes
An mutable map of application attributes.


windows

java.util.Set windows
The set of all windows registered with the application.


propertyChangeSupport

java.beans.PropertyChangeSupport propertyChangeSupport
Fires property change events for the instance object.


locale

java.util.Locale locale
The default locale of the application.


focusedComponent

java.lang.ref.WeakReference focusedComponent
The presently focused component.

Class nextapp.echo.Extent extends java.lang.Object implements Serializable

Serialized Fields

value

int value

units

int units

Class nextapp.echo.Filler extends Component implements Serializable

Serialized Fields

width

int width

height

int height

Class nextapp.echo.Font extends java.lang.Object implements Serializable

Serialized Fields

names

java.lang.String[] names

sizeExtent

Extent sizeExtent

style

int style

Class nextapp.echo.Grid extends Component implements Serializable

Serialized Fields

explicitPositionedCells

java.util.SortedMap explicitPositionedCells

autoPositionedCellPositions

java.util.Map autoPositionedCellPositions

borderColor

Color borderColor

borderSize

int borderSize

cellMargin

int cellMargin

columns

int columns

columnWidths

DynamicIntegerArray columnWidths

height

int height

heightUnits

int heightUnits

rowHeights

DynamicIntegerArray rowHeights

rows

int rows

valid

boolean valid

width

int width

widthUnits

int widthUnits

cellLayoutOrientation

int cellLayoutOrientation

size

Dimension size

Class nextapp.echo.Grid.Cell extends Component implements Serializable

Serialized Fields

backgroundImage

ImageReference backgroundImage

columnSpan

int columnSpan

flow

int flow

flowPriority

int flowPriority

horizontalAlignment

int horizontalAlignment

insets

Insets insets

position

Coordinate position

rowSpan

int rowSpan

verticalAlignment

int verticalAlignment

lineWrap

boolean lineWrap

Class nextapp.echo.Grid.GridCellOverlapException extends java.lang.IllegalStateException implements Serializable

Class nextapp.echo.HttpImageReference extends java.lang.Object implements Serializable

Serialized Fields

uri

java.lang.String uri

height

int height

width

int width

Class nextapp.echo.HttpPane extends AbstractPane implements Serializable

Serialized Fields

uri

java.lang.String uri

widthExtent

Extent widthExtent

heightExtent

Extent heightExtent

Class nextapp.echo.Insets extends java.lang.Object implements Serializable

Serialized Fields

top

int top

bottom

int bottom

left

int left

right

int right

Class nextapp.echo.Label extends Component implements Serializable

Serialized Fields

text

java.lang.String text

icon

ImageReference icon

iconTextMargin

int iconTextMargin

horizontalAlignment

int horizontalAlignment

horizontalTextPosition

int horizontalTextPosition

verticalAlignment

int verticalAlignment

verticalTextPosition

int verticalTextPosition

Class nextapp.echo.ListBox extends Component implements Serializable

Serialized Fields

cellRenderer

ListCellRenderer cellRenderer

model

ListModel model

selectionModel

ListSelectionModel selectionModel

visibleRowCount

int visibleRowCount

selectionListener

ListSelectionListener selectionListener

dataListener

ListDataListener dataListener

toolTipText

java.lang.String toolTipText

width

int width

widthUnits

int widthUnits

Class nextapp.echo.Panel extends Component implements Serializable

Serialized Fields

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

insets

Insets insets

Class nextapp.echo.PasswordField extends TextField implements Serializable

Class nextapp.echo.RadioButton extends ToggleButton implements Serializable

Class nextapp.echo.ResourceImageReference extends java.lang.Object implements Serializable

Serialized Fields

contentType

java.lang.String contentType

resourceName

java.lang.String resourceName

width

int width

height

int height

Class nextapp.echo.Row extends Component implements Serializable

Serialized Fields

cellSpacing

Extent cellSpacing

cellWidth

Extent cellWidth

heightExtent

Extent heightExtent

horizontalAlignment

int horizontalAlignment

verticalAlignment

int verticalAlignment

widthExtent

Extent widthExtent

Class nextapp.echo.SelectField extends Component implements Serializable

Serialized Fields

dataListener

ListDataListener dataListener

cellRenderer

ListCellRenderer cellRenderer

model

SelectFieldModel model

actionCommand

java.lang.String actionCommand

toolTipText

java.lang.String toolTipText

width

int width

widthUnits

int widthUnits

Class nextapp.echo.StackedPane extends ContainerPane implements Serializable

Class nextapp.echo.StreamImageReference extends AbstractImageReference implements Serializable

Class nextapp.echo.Style extends java.lang.Object implements Serializable

Serialized Fields

immutable

boolean immutable

attributes

java.util.Map attributes

Class nextapp.echo.Table extends Component implements Serializable

Serialized Fields

autoCreateColumnsFromModel

boolean autoCreateColumnsFromModel

borderColor

Color borderColor

borderSize

int borderSize

cellMargin

int cellMargin

tableHeader

TableHeader tableHeader

componentPositionMap

java.util.Map componentPositionMap

defaultRenderers

java.util.Map defaultRenderers

model

TableModel model

modelListener

TableModelListener modelListener

columnModel

TableColumnModel columnModel

columnModelListener

TableColumnModelListener columnModelListener

rowHeights

DynamicIntegerArray rowHeights

width

int width

widthUnits

int widthUnits

height

int height

heightUnits

int heightUnits

valid

boolean valid

renderedCells

Container renderedCells

headerContainer

Container headerContainer

Class nextapp.echo.TextArea extends TextComponent implements Serializable

Serialized Fields

columns

int columns

rows

int rows

columnUnits

int columnUnits

rowUnits

int rowUnits

lineWrap

boolean lineWrap

Class nextapp.echo.TextField extends TextComponent implements Serializable

Serialized Fields

actionCommand

java.lang.String actionCommand

columns

int columns

columnUnits

int columnUnits

maximumLength

int maximumLength

Class nextapp.echo.ToggleButton extends AbstractButton implements Serializable

Serialized Fields

horizontalStateAlignment

int horizontalStateAlignment

horizontalStatePosition

int horizontalStatePosition

verticalStateAlignment

int verticalStateAlignment

verticalStatePosition

int verticalStatePosition

stateMargin

int stateMargin

Class nextapp.echo.ToggleButton.ToggleButtonModel extends DefaultButtonModel implements Serializable

Serialized Fields

selected

boolean selected

Class nextapp.echo.Window extends Component implements Serializable

Serialized Fields

title

java.lang.String title

width

int width

height

int height

echoInstance

EchoInstance echoInstance

defaultCloseOperation

int defaultCloseOperation


Package nextapp.echo.event

Class nextapp.echo.event.ActionEvent extends java.util.EventObject implements Serializable

Serialized Fields

command

java.lang.String command

Class nextapp.echo.event.ChangeEvent extends java.util.EventObject implements Serializable

Class nextapp.echo.event.DocumentEvent extends java.util.EventObject implements Serializable

Class nextapp.echo.event.EventListenerList extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException
See Also:
Serializable

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
See Also:
Serializable

Class nextapp.echo.event.HierarchyEvent extends java.util.EventObject implements Serializable

Serialized Fields

changeFlags

long changeFlags

changed

Component changed

changedParent

Component changedParent

component

Component component

Class nextapp.echo.event.ImageUpdateEvent extends java.util.EventObject implements Serializable

Class nextapp.echo.event.ItemEvent extends java.util.EventObject implements Serializable

Serialized Fields

item

java.lang.Object item

stateChange

int stateChange

Class nextapp.echo.event.ListDataEvent extends java.util.EventObject implements Serializable

Serialized Fields

index0

int index0

index1

int index1

type

int type

Class nextapp.echo.event.ListSelectionEvent extends java.util.EventObject implements Serializable

Class nextapp.echo.event.TableColumnModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

fromIndex

int fromIndex

toIndex

int toIndex

Class nextapp.echo.event.TableModelEvent extends java.util.EventObject implements Serializable

Serialized Fields

firstRow

int firstRow

lastRow

int lastRow

column

int column

type

int type

Class nextapp.echo.event.WindowAdapter extends java.lang.Object implements Serializable

Class nextapp.echo.event.WindowEvent extends java.util.EventObject implements Serializable


Package nextapp.echo.table

Class nextapp.echo.table.AbstractTableModel extends java.lang.Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
A listener management facility.

Class nextapp.echo.table.DefaultTableCellRenderer extends java.lang.Object implements Serializable

Class nextapp.echo.table.DefaultTableColumnModel extends java.lang.Object implements Serializable

Serialized Fields

columns

java.util.List columns
A collection of all columns in the column model in order.


listenerList

EventListenerList listenerList
A listener storage facility.

Class nextapp.echo.table.DefaultTableModel extends AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.List rows

columnNames

java.util.List columnNames

Class nextapp.echo.table.TableColumn extends java.lang.Object implements Serializable

Serialized Fields

width

int width

cellRenderer

TableCellRenderer cellRenderer

headerRenderer

TableCellRenderer headerRenderer

headerValue

java.lang.Object headerValue

modelIndex

int modelIndex

identifier

java.lang.Object identifier

pcs

java.beans.PropertyChangeSupport pcs

Class nextapp.echo.table.TableHeader extends Component implements Serializable

Serialized Fields

defaultRenderer

TableCellRenderer defaultRenderer

columnModelListener

TableColumnModelListener columnModelListener

modelListener

TableModelListener modelListener

table

Table table

renderedCells

Container renderedCells

renderedCellsList

java.util.List renderedCellsList

valid

boolean valid

height

int height

Class nextapp.echo.table.TableHeader.DefaultHeaderRenderer extends java.lang.Object implements Serializable


Package nextapp.echo.text

Class nextapp.echo.text.AbstractDocument extends java.lang.Object implements Serializable

Serialized Fields

listenerList

EventListenerList listenerList
A listener storage facility.

Class nextapp.echo.text.StringDocument extends AbstractDocument implements Serializable

Serialized Fields

text

java.lang.String text

Class nextapp.echo.text.TextComponent extends Component implements Serializable

Serialized Fields

borderColor

Color borderColor

borderSize

int borderSize

borderStyle

int borderStyle

document

Document document

documentHandler

DocumentListener documentHandler

editable

boolean editable

toolTipText

java.lang.String toolTipText

horizontalAlignment

int horizontalAlignment


Package nextapp.echo.util

Class nextapp.echo.util.DynamicIntegerArray extends java.lang.Object implements Serializable

Serialized Fields

data

java.util.List data

nullValue

int nullValue


NextApp Echo
1.1.4