NextApp Echo3
v3.0.b4

Serialized Form


Package nextapp.echo.app

Class nextapp.echo.app.Alignment extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

horizontal

int horizontal

vertical

int vertical

Class nextapp.echo.app.ApplicationInstance extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

locale

java.util.Locale locale
The default Locale of the application. This Locale will be inherited by Components.


layoutDirection

LayoutDirection layoutDirection
The default LayoutDirection of the application, derived from the application's Locale. This LayoutDirection will be inherited by Components.


context

java.util.Map context
Contextual data.

See Also:
ApplicationInstance.getContextProperty(java.lang.String)

renderIdToComponentMap

java.util.Map renderIdToComponentMap
Mapping from the render ids of all registered components to the Component instances themselves.


taskQueueMap

java.util.HashMap taskQueueMap
Mapping between TaskQueueHandles and Lists of Runnable tasks. Values may be null if a particular TaskQueue does not contain any tasks.


propertyChangeSupport

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


updateManager

UpdateManager updateManager
The UpdateManager handling updates to/from this application.


defaultWindow

Window defaultWindow
The top-level Window. Currently only one top-level is supported per ApplicationInstance.


styleSheet

StyleSheet styleSheet
The StyleSheet used by the application.


modalComponents

java.util.List modalComponents
Collection of modal components, the last index representing the current modal context.


nextId

long nextId
The next available sequentially generated ApplicationInstance-unique identifier value.

See Also:
ApplicationInstance.generateId()

Class nextapp.echo.app.AwtImageReference extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

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

id

java.lang.String id

Class nextapp.echo.app.Border extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

sides

Border.Side[] sides

Class nextapp.echo.app.Border.Side extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

size

Extent size

color

Color color

style

int style

Class nextapp.echo.app.Button extends AbstractButton implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.CheckBox extends ToggleButton implements Serializable

serialVersionUID: 20070101L

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

serialVersionUID: 20070101L

Serialized Fields

rgb

int rgb

Class nextapp.echo.app.Column extends Component implements Serializable

serialVersionUID: 20070101L

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

serialVersionUID: 20070101L

Serialized Fields

applicationInstance

ApplicationInstance applicationInstance
The ApplicationInstance to which the component is registered.


children

java.util.List children
An ordered collection of references to child components. This object is lazily instantiated.


flags

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


id

java.lang.String id
A user-defined identifier for this component. This identifier is not related in any way to renderId.


layoutDirection

LayoutDirection layoutDirection
The layout direction of the component. This property is generally unset, as layout direction information is normally inherited from the ApplicationInstance or from an ancestor Component in the hierarchy.


listenerList

EventListenerList listenerList
Listener storage.


locale

java.util.Locale locale
The locale of the component. This property is generally unset, as locale information is normally inherited from the ApplicationInstance or from an ancestor Component in the hierarchy.


localStyle

MutableStyle localStyle
Local style data storage for properties directly set on component itself.


parent

Component parent
The parent component.


propertyChangeSupport

java.beans.PropertyChangeSupport propertyChangeSupport
The property change event dispatcher. This object is lazily instantiated.


renderId

java.lang.String renderId
A application-wide unique identifier for this component. This identifier is not related in any way to id.


sharedStyle

Style sharedStyle
Shared style.


styleName

java.lang.String styleName
Name of style to use from application style sheet

Class nextapp.echo.app.Composite extends Component implements Serializable

Class nextapp.echo.app.ContentPane extends Component implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.DecimalExtent extends Extent implements Serializable

Serialized Fields

decimalValue

double decimalValue
The decimal value.

Class nextapp.echo.app.DerivedMutableStyle extends MutableStyle implements Serializable

serialVersionUID: 20070101L

Serialized Fields

parentStyle

Style parentStyle

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

serialVersionUID: 20070101L

Serialized Fields

value

int value

units

int units

Class nextapp.echo.app.FillImage extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

image

ImageReference image

horizontalOffset

Extent horizontalOffset

verticalOffset

Extent verticalOffset

repeat

int repeat

Class nextapp.echo.app.FillImageBorder extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

contentInsets

Insets contentInsets

borderInsets

Insets borderInsets

color

Color color

fillImages

FillImage[] fillImages

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

serialVersionUID: 20070101L

Serialized Fields

typeface

Font.Typeface typeface

size

Extent size

style

int style

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

serialVersionUID: 20070101L

Serialized Fields

name

java.lang.String name

alternate

Font.Typeface alternate

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

serialVersionUID: 20070101L

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

serialVersionUID: 20070101L

Serialized Fields

uri

java.lang.String uri

width

Extent width

height

Extent height

id

java.lang.String id

Class nextapp.echo.app.IllegalChildException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 20070101L

Serialized Fields

illegalChild

Component illegalChild

parent

Component parent

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

serialVersionUID: 20070101L

Serialized Fields

top

Extent top

bottom

Extent bottom

left

Extent left

right

Extent right

Class nextapp.echo.app.Label extends Component implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.LayoutDirection extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

leftToRight

boolean leftToRight

Class nextapp.echo.app.ListBox extends AbstractListComponent implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.MutableStyle extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

data

java.lang.Object[] data

length

int length

Class nextapp.echo.app.MutableStyle.IndexedPropertyValue extends java.lang.Object implements Serializable

Serialized Fields

indicesToValues

java.util.SortedMap indicesToValues

Class nextapp.echo.app.MutableStyleSheet extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

namedStyleMap

java.util.Map namedStyleMap

defaultStyleMap

java.util.Map defaultStyleMap

Class nextapp.echo.app.Panel extends Composite implements Serializable

serialVersionUID: 20090103L

Class nextapp.echo.app.PasswordField extends TextField implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.RadioButton extends ToggleButton implements Serializable

serialVersionUID: 20070101L

Serialized Fields

changeMonitor

ChangeListener changeMonitor
Monitors state changes to enforce ButtonGroup behavior.


buttonGroup

ButtonGroup buttonGroup

Class nextapp.echo.app.ResourceImageReference extends StreamImageReference implements Serializable

serialVersionUID: 20070101L

Serialized Fields

width

Extent width

height

Extent height

contentType

java.lang.String contentType

resource

java.lang.String resource

id

java.lang.String id

Class nextapp.echo.app.Row extends Component implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.SelectField extends AbstractListComponent implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.SplitPane extends Component implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.StreamImageReference extends java.lang.Object implements Serializable

Class nextapp.echo.app.Table extends Component implements Serializable

serialVersionUID: 20070101L

Serialized Fields

autoCreateColumnsFromModel

boolean autoCreateColumnsFromModel

headerVisible

boolean headerVisible

model

TableModel model

columnModel

TableColumnModel columnModel

valid

boolean valid

defaultRendererMap

java.util.Map defaultRendererMap

defaultHeaderRenderer

TableCellRenderer defaultHeaderRenderer

selectionModel

ListSelectionModel selectionModel

suppressChangeNotifications

boolean suppressChangeNotifications

modelListener

TableModelListener modelListener
Listener to monitor changes to model.


columnModelListener

TableColumnModelListener columnModelListener
Listener to monitor changes to column model.


changeHandler

ChangeListener changeHandler
Local handler for list selection events.

Class nextapp.echo.app.TextArea extends TextComponent implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.TextField extends TextComponent implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.Window extends Component implements Serializable

serialVersionUID: 20070101L

Class nextapp.echo.app.WindowPane extends Component implements Serializable

serialVersionUID: 20070101L

Serialized Fields

modal

boolean modal

Package nextapp.echo.app.button

Class nextapp.echo.app.button.AbstractButton extends Component implements Serializable

serialVersionUID: 20070101L

Serialized Fields

actionForwarder

ActionListener actionForwarder
Forwards events generated by the model to listeners registered with the component instance.

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

serialVersionUID: 20070101L

Serialized Fields

id

java.lang.String id

buttons

java.util.Set buttons

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

serialVersionUID: 20070101L

Serialized Fields

listenerList

EventListenerList listenerList

actionCommand

java.lang.String actionCommand

Class nextapp.echo.app.button.DefaultToggleButtonModel extends DefaultButtonModel implements Serializable

serialVersionUID: 20070101L

Serialized Fields

selected

boolean selected

Class nextapp.echo.app.button.ToggleButton extends AbstractButton implements Serializable

serialVersionUID: 20070101L

Serialized Fields

changeForwarder

ChangeListener changeForwarder
Forwards events generated by the model to listeners registered with the component instance.


Package nextapp.echo.app.event

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

serialVersionUID: 20070101L

Serialized Fields

command

java.lang.String command

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

serialVersionUID: 20070101L

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

serialVersionUID: 20070101L

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

serialVersionUID: 20070101L

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.app.event.ListDataEvent extends java.util.EventObject implements Serializable

serialVersionUID: 20070101L

Serialized Fields

index0

int index0

index1

int index1

type

int type

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

serialVersionUID: 20070101L

Serialized Fields

fromIndex

int fromIndex

toIndex

int toIndex

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

serialVersionUID: 20070101L

Serialized Fields

firstRow

int firstRow

lastRow

int lastRow

column

int column

type

int type

Class nextapp.echo.app.event.WindowPaneEvent extends java.util.EventObject implements Serializable

serialVersionUID: 20070101L


Package nextapp.echo.app.layout

Class nextapp.echo.app.layout.CellLayoutData extends java.lang.Object implements Serializable

Serialized Fields

background

Color background

backgroundImage

FillImage backgroundImage

insets

Insets insets

alignment

Alignment alignment

Class nextapp.echo.app.layout.ColumnLayoutData extends CellLayoutData implements Serializable

serialVersionUID: 20070101L

Serialized Fields

height

Extent height

Class nextapp.echo.app.layout.GridLayoutData extends CellLayoutData implements Serializable

serialVersionUID: 20070101L

Serialized Fields

columnSpan

int columnSpan

rowSpan

int rowSpan

Class nextapp.echo.app.layout.RowLayoutData extends CellLayoutData implements Serializable

serialVersionUID: 20070101L

Serialized Fields

width

Extent width

Class nextapp.echo.app.layout.SplitPaneLayoutData extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

overflow

int overflow

alignment

Alignment alignment

background

Color background

maximumSize

Extent maximumSize

minimumSize

Extent minimumSize

backgroundImage

FillImage backgroundImage

insets

Insets insets

Class nextapp.echo.app.layout.TableLayoutData extends CellLayoutData implements Serializable

serialVersionUID: 20070101L


Package nextapp.echo.app.list

Class nextapp.echo.app.list.AbstractListComponent extends Component implements Serializable

Serialized Fields

changeHandler

ChangeListener changeHandler
Local handler for list selection events.


listDataHandler

ListDataListener listDataHandler
Local handler of ListDataEvents.


listCellRenderer

ListCellRenderer listCellRenderer

model

ListModel model

selectionModel

ListSelectionModel selectionModel

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

Serialized Fields

listenerList

EventListenerList listenerList
A storage facility for EventListeners.

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

serialVersionUID: 20070101L

Class nextapp.echo.app.list.DefaultListModel extends AbstractListModel implements Serializable

serialVersionUID: 20070101L

Serialized Fields

items

java.util.List items

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

serialVersionUID: 20070101L

Serialized Fields

listenerList

EventListenerList listenerList

selectionMode

int selectionMode

selection

java.util.BitSet selection

minSelectedIndex

int minSelectedIndex

Package nextapp.echo.app.serial

Class nextapp.echo.app.serial.SerialException extends java.lang.Exception implements Serializable

serialVersionUID: 20070101L

Serialized Fields

cause

java.lang.Throwable cause

Package nextapp.echo.app.table

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

Serialized Fields

listenerList

EventListenerList listenerList

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

serialVersionUID: 20070101L

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

serialVersionUID: 20070101L

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.app.table.DefaultTableModel extends AbstractTableModel implements Serializable

serialVersionUID: 20070101L

Serialized Fields

rows

java.util.List rows

columnNames

java.util.List columnNames

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

serialVersionUID: 20070101L

Serialized Fields

width

Extent 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

Package nextapp.echo.app.text

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

Serialized Fields

listenerList

EventListenerList listenerList
Listener storage facility.

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

serialVersionUID: 20070101L

Serialized Fields

text

java.lang.String text

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

Serialized Fields

document

Document document

documentListener

DocumentListener documentListener
Local listener to monitor changes to document.


Package nextapp.echo.app.update

Class nextapp.echo.app.update.ClientComponentUpdate extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

component

Component component
The updated component.


inputs

java.util.Map inputs
Mapping between input names and input values.

Class nextapp.echo.app.update.ClientUpdateManager extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

clientComponentUpdateMap

java.util.Map clientComponentUpdateMap
Map between Components and ClientComponentUpdates.


applicationUpdateMap

java.util.Map applicationUpdateMap
Map between updated application property names and values.


actionComponent

Component actionComponent
The action-providing component.


actionName

java.lang.String actionName
The action name.


actionValue

java.lang.Object actionValue
The action value.


applicationInstance

ApplicationInstance applicationInstance
The relevant ApplicationInstance.

Class nextapp.echo.app.update.PropertyUpdate extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

newValue

java.lang.Object newValue

oldValue

java.lang.Object oldValue

Class nextapp.echo.app.update.ServerComponentUpdate extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

addedChildren

java.util.Set addedChildren
The set of child Components added to the parent.


parent

Component parent
The parent component represented in this ServerComponentUpdate.


propertyUpdates

java.util.Map propertyUpdates
A mapping between property names of the parent component and PropertyUpdates.


removedChildren

java.util.Set removedChildren
The set of child Components removed from the parent.


removedDescendants

java.util.Set removedDescendants
The set of descendant Components which are implicitly removed as they were children of removed children.


updatedLayoutDataChildren

java.util.Set updatedLayoutDataChildren
The set of child Components whose LayoutData was updated.

Class nextapp.echo.app.update.ServerUpdateManager extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

applicationUpdateMap

java.util.Map applicationUpdateMap
Map between application property names and PropertyUpdates to the application.


commands

java.util.List commands
Enqueued commands to be executed.


componentUpdateMap

java.util.Map componentUpdateMap
Map between Components and ServerComponentUpdates. The key is the parent component involved in the update.


fullRefreshUpdate

ServerComponentUpdate fullRefreshUpdate
Special ServerComponentUpdate used to describe a full-refresh of the application state being required.


clientUpdateManager

ClientUpdateManager clientUpdateManager
The ClientUpdateManager that will be used to process input from the client.


applicationInstance

ApplicationInstance applicationInstance
The updating ApplicationInstance.


cachedComponentUpdates

ServerComponentUpdate[] cachedComponentUpdates
Cache of ServerComponentUpdates (returned by multiple invocations of getComponentUpdates().)

Class nextapp.echo.app.update.UpdateManager extends java.lang.Object implements Serializable

serialVersionUID: 20070101L

Serialized Fields

clientUpdateManager

ClientUpdateManager clientUpdateManager

serverUpdateManager

ServerUpdateManager serverUpdateManager

applicationInstance

ApplicationInstance applicationInstance

Package nextapp.echo.app.util

Class nextapp.echo.app.util.ResizingArrayList extends java.util.ArrayList implements Serializable

serialVersionUID: 20070101L


NextApp Echo3
v3.0.b4