NextApp Echo3
v3.0.b4
A B C D E F G H I L M N O P R S T U V W Y Z

A

AbstractButton - Class in nextapp.echo.app.button
An abstract base class for button components.
AbstractButton() - Constructor for class nextapp.echo.app.button.AbstractButton
 
AbstractDocument - Class in nextapp.echo.app.text
An abstract implementation of a text component model.
AbstractDocument() - Constructor for class nextapp.echo.app.text.AbstractDocument
Default constructor.
AbstractListComponent - Class in nextapp.echo.app.list
Abstract base class for selection list components (i.e., SelectFields and ListBoxes).
AbstractListComponent() - Constructor for class nextapp.echo.app.list.AbstractListComponent
Creates a new AbstractListComponent with default models.
AbstractListComponent(ListModel, ListSelectionModel) - Constructor for class nextapp.echo.app.list.AbstractListComponent
Creates a new AbstractListComponent with the specified models.
AbstractListModel - Class in nextapp.echo.app.list
A base class from which ListModel implementations may be derived.
AbstractListModel() - Constructor for class nextapp.echo.app.list.AbstractListModel
Creates a new AbstractListModel.
AbstractTableModel - Class in nextapp.echo.app.table
An abstract implementation of a TableModel.
AbstractTableModel() - Constructor for class nextapp.echo.app.table.AbstractTableModel
Default constructor.
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.button.AbstractButton
 
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.text.TextComponent
 
ActionEvent - Class in nextapp.echo.app.event
An event indicating that a component-defined action occurred.
ActionEvent(Object, String) - Constructor for class nextapp.echo.app.event.ActionEvent
Creates an ActionEvent.
ActionListener - Interface in nextapp.echo.app.event
The listener interface for receiving action events.
actionPerformed(ActionEvent) - Method in interface nextapp.echo.app.event.ActionListener
Invoked when an action occurs.
activate() - Method in class nextapp.echo.app.ApplicationInstance
Invoked after the application has been passivated (such that its state may be persisted or moved amongst VMs) and is about to be reactivated.
add(Component) - Method in class nextapp.echo.app.Component
Adds the specified Component as a child of this Component.
add(Component, int) - Method in class nextapp.echo.app.Component
Adds the specified Component as the nth child of this component.
add(Extent, Extent) - Static method in class nextapp.echo.app.Extent
Adds one Extent to another, returning the sum as a new Extent.
add(Object) - Method in class nextapp.echo.app.list.DefaultListModel
Adds an item at the end of the model.
add(int, Object) - Method in class nextapp.echo.app.list.DefaultListModel
Inserts an item at the specified index.
add(int, String) - Method in class nextapp.echo.app.util.ConstantMap
Adds a constant to the map
add(int, Object) - Method in class nextapp.echo.app.util.ResizingArrayList
 
addActionListener(ActionListener) - Method in class nextapp.echo.app.button.AbstractButton
Adds an ActionListener to receive notification of user actions, i.e., button presses.
addActionListener(ActionListener) - Method in interface nextapp.echo.app.button.ButtonModel
Adds an ActionListener to receive notification of user actions, i.e., button presses.
addActionListener(ActionListener) - Method in class nextapp.echo.app.button.DefaultButtonModel
 
addActionListener(ActionListener) - Method in class nextapp.echo.app.list.AbstractListComponent
Adds an ActionListener to the list component.
addActionListener(ActionListener) - Method in class nextapp.echo.app.Table
Adds an ActionListener to the Table.
addActionListener(ActionListener) - Method in class nextapp.echo.app.text.TextComponent
Adds an ActionListener to the TextField.
addButton(RadioButton) - Method in class nextapp.echo.app.button.ButtonGroup
Adds a RadioButton to the group.
addChangeListener(ChangeListener) - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
 
addChangeListener(ChangeListener) - Method in class nextapp.echo.app.button.ToggleButton
Adds a ChangeListener to receive notification of state changes, i.e., to the selected state of a ToggleButton.
addChangeListener(ChangeListener) - Method in interface nextapp.echo.app.button.ToggleButtonModel
Adds a ChangeListener to receive notification of state changes, i.e., to the selected state of a ToggleButton.
addChangeListener(ChangeListener) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
addChangeListener(ChangeListener) - Method in interface nextapp.echo.app.list.ListSelectionModel
Adds a ChangeListenerb to the selection model, which will be notified when the selection changes.
addChild(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Adds a description of an added child to the ServerComponentUpdate.
addColumn(TableColumn) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
addColumn(TableColumn) - Method in interface nextapp.echo.app.table.TableColumnModel
Adds a table column to the end of the model.
addColumnModelListener(TableColumnModelListener) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
addColumnModelListener(TableColumnModelListener) - Method in interface nextapp.echo.app.table.TableColumnModel
Adds a listener to be notified of updates to this TableColumnModel.
addDocumentListener(DocumentListener) - Method in class nextapp.echo.app.text.AbstractDocument
Adds a listener which will be notified of changes to the document.
addDocumentListener(DocumentListener) - Method in interface nextapp.echo.app.text.Document
Adds a listener which will be notified of changes to the document.
addInput(String, Object) - Method in class nextapp.echo.app.update.ClientComponentUpdate
Adds an input property to the update, describing a single change to the component's client-side state.
addListDataListener(ListDataListener) - Method in class nextapp.echo.app.list.AbstractListModel
 
addListDataListener(ListDataListener) - Method in interface nextapp.echo.app.list.ListModel
Adds a ListDataListener to the model.
addListener(Class, EventListener) - Method in class nextapp.echo.app.event.EventListenerList
Adds a listener of the given class to the list.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.app.ApplicationInstance
Adds a PropertyChangeListener to receive notification of application-level property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.app.Component
Adds a property change listener to this Component.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class nextapp.echo.app.Component
Adds a property change listener to this Component for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.app.table.TableColumn
Adds a PropertyChangeListener to be notified of property changes to the column.
addRow(Object[]) - Method in class nextapp.echo.app.table.DefaultTableModel
Adds a row containing the provided data to the end of the model.
addStyle(Class, String, Style) - Method in class nextapp.echo.app.MutableStyleSheet
Adds a Style to the StyleSheet.
addStyleContent(Style) - Method in class nextapp.echo.app.MutableStyle
Adds the content of the specified style to this style.
addStyleSheet(MutableStyleSheet) - Method in class nextapp.echo.app.MutableStyleSheet
Adds the contents of another StyleSheet to this StyleSheet.
addTableModelListener(TableModelListener) - Method in class nextapp.echo.app.table.AbstractTableModel
 
addTableModelListener(TableModelListener) - Method in interface nextapp.echo.app.table.TableModel
Adds a listener that will be notified of changes/
addWindowPaneListener(WindowPaneListener) - Method in class nextapp.echo.app.WindowPane
Adds a WindowPaneListener to receive event notifications.
ALIGN_BOTTOM - Static variable in class nextapp.echo.app.Alignment
A predefined alignment instance specifying default horizontal alignment and bottom vertical alignment.
ALIGN_CENTER - Static variable in class nextapp.echo.app.Alignment
A predefined alignment instance specifying center horizontal alignment and default vertical alignment.
ALIGN_LEFT - Static variable in class nextapp.echo.app.Alignment
A predefined alignment instance specifying left horizontal alignment and default vertical alignment.
ALIGN_RIGHT - Static variable in class nextapp.echo.app.Alignment
A predefined alignment instance specifying right horizontal alignment and default vertical alignment.
ALIGN_TOP - Static variable in class nextapp.echo.app.Alignment
A predefined alignment instance specifying default horizontal alignment and top vertical alignment.
Alignment - Class in nextapp.echo.app
A property object which describes the alignment or positioning of a particular item relative to others.
Alignment(int, int) - Constructor for class nextapp.echo.app.Alignment
Creates a new Alignment.
AlignmentPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Alignment properties.
AlignmentPeer() - Constructor for class nextapp.echo.app.serial.property.AlignmentPeer
 
ALL_COLUMNS - Static variable in class nextapp.echo.app.event.TableModelEvent
A value for column parameters indicating that all columns of the table were affected by the change.
appendRemovedDescendants(ServerComponentUpdate) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Appends the removed child and descendant components of the given ServerComponentUpdate to this ServerComponentUpdate's list of removed descendants.
ApplicationInstance - Class in nextapp.echo.app
A single user-instance of an Echo application.
ApplicationInstance() - Constructor for class nextapp.echo.app.ApplicationInstance
Creates an ApplicationInstance.
ARIAL - Static variable in class nextapp.echo.app.Font
 
AUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
AwtImageReference - Class in nextapp.echo.app
An ImageReference describing an image which may be rendered from a java.awt.Image.
AwtImageReference() - Constructor for class nextapp.echo.app.AwtImageReference
Default constructor for use only when a class is derived from AwtImageReference and the getImage() method is overridden.
AwtImageReference(Image) - Constructor for class nextapp.echo.app.AwtImageReference
Creates an AwtImageReference to the specified java.awt.Image.

B

BLACK - Static variable in class nextapp.echo.app.Color
The color black.
BLUE - Static variable in class nextapp.echo.app.Color
The color blue.
BOLD - Static variable in class nextapp.echo.app.Font
A style value indicating bold.
BooleanPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Boolean properties.
BooleanPeer() - Constructor for class nextapp.echo.app.serial.property.BooleanPeer
 
Border - Class in nextapp.echo.app
A representation of a simple border.
Border(int, Color, int) - Constructor for class nextapp.echo.app.Border
Creates a new Border with a pixel-based size.
Border(Extent, Color, int) - Constructor for class nextapp.echo.app.Border
Creates a new Border.
Border(Border.Side[]) - Constructor for class nextapp.echo.app.Border
 
Border.Side - Class in nextapp.echo.app
A representation of one or more sides of a border.
Border.Side(int, Color, int) - Constructor for class nextapp.echo.app.Border.Side
Creates a new border Side with a pixel-based size.
Border.Side(Extent, Color, int) - Constructor for class nextapp.echo.app.Border.Side
Creates a new border side.
BorderPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Border properties.
BorderPeer() - Constructor for class nextapp.echo.app.serial.property.BorderPeer
 
BOTTOM - Static variable in class nextapp.echo.app.Alignment
Specifies bottom alignment.
BOTTOM - Static variable in class nextapp.echo.app.FillImageBorder
 
BOTTOM_LEFT - Static variable in class nextapp.echo.app.FillImageBorder
 
BOTTOM_RIGHT - Static variable in class nextapp.echo.app.FillImageBorder
 
Button - Class in nextapp.echo.app
Button component: a stateless "push" button which is used to initiate an action.
Button() - Constructor for class nextapp.echo.app.Button
Creates a button with no text or icon.
Button(String) - Constructor for class nextapp.echo.app.Button
Creates a button with text.
Button(ImageReference) - Constructor for class nextapp.echo.app.Button
Creates a button with an icon.
Button(String, ImageReference) - Constructor for class nextapp.echo.app.Button
Creates a button with text and an icon.
BUTTON_GROUP_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.RadioButton
 
ButtonGroup - Class in nextapp.echo.app.button
A collection of radio buttons which allows the selection of only one radio button at a time.
ButtonGroup() - Constructor for class nextapp.echo.app.button.ButtonGroup
 
ButtonModel - Interface in nextapp.echo.app.button
Model for button components.

C

cancelUpdateProperty(String) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Cancels an update to a property.
CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
 
CellLayoutData - Class in nextapp.echo.app.layout
An abstract base layout data object for components which render their children in cells.
CellLayoutData() - Constructor for class nextapp.echo.app.layout.CellLayoutData
 
CellLayoutDataPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for CellLayoutData properties.
CellLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.CellLayoutDataPeer
 
CENTER - Static variable in class nextapp.echo.app.Alignment
Specifies center alignment.
ChangeEvent - Class in nextapp.echo.app.event
An event which describes a state change.
ChangeEvent(Object) - Constructor for class nextapp.echo.app.event.ChangeEvent
Creates a new ChangeEvent.
ChangeListener - Interface in nextapp.echo.app.event
A listener interface for receiving notification of state changes via ChangeEvents.
CheckBox - Class in nextapp.echo.app
CheckBox component: a simple on/off toggle button.
CheckBox() - Constructor for class nextapp.echo.app.CheckBox
Creates a check box with no text or icon.
CheckBox(String) - Constructor for class nextapp.echo.app.CheckBox
Creates a check box with text.
CheckBox(ImageReference) - Constructor for class nextapp.echo.app.CheckBox
Creates a check box with an icon.
CheckBox(String, ImageReference) - Constructor for class nextapp.echo.app.CheckBox
Creates a check box with text and an icon.
CHILD_VISIBLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for immediate children being made visible/invisible.
CHILDREN_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for immediate children being added/removed.
clearSelection() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
clearSelection() - Method in interface nextapp.echo.app.list.ListSelectionModel
Deselects all items.
ClientComponentUpdate - Class in nextapp.echo.app.update
A representation of all updates made on the client to an individual component.
ClientUpdateManager - Class in nextapp.echo.app.update
Stores inputs received from the application container and notifies components about them via the Component.processInput() method.
CM - Static variable in class nextapp.echo.app.Extent
Centimeter units.
Color - Class in nextapp.echo.app
A representation of a 24-bit RGB color.
Color(int) - Constructor for class nextapp.echo.app.Color
Creates a new color from an integer value.
Color(int, int, int) - Constructor for class nextapp.echo.app.Color
Creates a new color with specified red, green, and blue values.
ColorPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Color properties.
ColorPeer() - Constructor for class nextapp.echo.app.serial.property.ColorPeer
 
Column - Class in nextapp.echo.app
Column component: a layout container which renders its content in a single vertical column of cells.
Column() - Constructor for class nextapp.echo.app.Column
Creates a new Column.
COLUMN_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
columnAdded(TableColumnModelEvent) - Method in interface nextapp.echo.app.event.TableColumnModelListener
Invoked when a TableColumn is added to the model.
ColumnLayoutData - Class in nextapp.echo.app.layout
A LayoutData object used to describe how a Component is rendered within a Column.
ColumnLayoutData() - Constructor for class nextapp.echo.app.layout.ColumnLayoutData
 
ColumnLayoutDataPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for ColumnLayoutData properties.
ColumnLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.ColumnLayoutDataPeer
 
columnMoved(TableColumnModelEvent) - Method in interface nextapp.echo.app.event.TableColumnModelListener
Invoked when a TableColumn is moved within the model.
columnRemoved(TableColumnModelEvent) - Method in interface nextapp.echo.app.event.TableColumnModelListener
Invoked when a TableColumn is removed from the model.
Command - Interface in nextapp.echo.app
A stateless construct used to send an arbitrary command to the client.
compareTo(Object) - Method in class nextapp.echo.app.Extent
 
Component - Class in nextapp.echo.app
A representation of an Echo component.
Component() - Constructor for class nextapp.echo.app.Component
Creates a new Component.
ComponentIntrospector - Class in nextapp.echo.app.reflect
Extends ObjectIntrospector to provide nextapp.echo.app.Component-specific functionality, i.e., introspection of style constants names.
ComponentIntrospector(String, ClassLoader) - Constructor for class nextapp.echo.app.reflect.ComponentIntrospector
Creates a new ComponentIntrospector for the specified type.
Composite - Class in nextapp.echo.app
Composite component: a generic composite component abstract base class.
Composite() - Constructor for class nextapp.echo.app.Composite
Default constructor.
ConstantMap - Class in nextapp.echo.app.util
Mapping between constant names and integer constant values and vice-versa (values can be queried by name, and names queried by value).
ConstantMap() - Constructor for class nextapp.echo.app.util.ConstantMap
 
ContentPane - Class in nextapp.echo.app
ContentPane component: a high-level container/layout object which fills a region and optionally provides the capability to add FloatingPanes (e.g.
ContentPane() - Constructor for class nextapp.echo.app.ContentPane
Creates a new ContentPane.
CONTENTS_CHANGED - Static variable in class nextapp.echo.app.event.ListDataEvent
An event type indicating items in the list were changed.
contentsChanged(ListDataEvent) - Method in interface nextapp.echo.app.event.ListDataListener
Indicates that the contents of the list have change.
Context - Interface in nextapp.echo.app.util
Generic context object.
COURIER - Static variable in class nextapp.echo.app.Font
 
COURIER_NEW - Static variable in class nextapp.echo.app.Font
 
createDefaultColumnsFromModel() - Method in class nextapp.echo.app.Table
Creates a TableColumnModel based on the TableModel.
createDocument(String, String, String, String) - Static method in class nextapp.echo.app.util.DomUtil
Creates a new document.
createTaskQueue() - Method in class nextapp.echo.app.ApplicationInstance
Creates a new task queue.
CYAN - Static variable in class nextapp.echo.app.Color
The color cyan.

D

DARKGRAY - Static variable in class nextapp.echo.app.Color
The color dark gray.
DatePeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Date properties.
DatePeer() - Constructor for class nextapp.echo.app.serial.property.DatePeer
 
DecimalExtent - Class in nextapp.echo.app
A representation of an integer linear distance with units.
DecimalExtent(double) - Constructor for class nextapp.echo.app.DecimalExtent
Creates a new DecimalExtent with pixel units.
DecimalExtent(double, int) - Constructor for class nextapp.echo.app.DecimalExtent
Creates a new DecimalExtent.
DEFAULT - Static variable in class nextapp.echo.app.Alignment
Specifies default alignment.
DEFAULT_HEADER_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
DEFAULT_LIST_CELL_RENDERER - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
DEFAULT_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
DEFAULT_SIZE - Static variable in class nextapp.echo.app.Grid
Default grid column (or row) size (2).
DEFAULT_TABLE_CELL_RENDERER - Static variable in class nextapp.echo.app.Table
The default renderer for table cells.
DefaultButtonModel - Class in nextapp.echo.app.button
Default ButtonModel implementation.
DefaultButtonModel() - Constructor for class nextapp.echo.app.button.DefaultButtonModel
 
DefaultListCellRenderer - Class in nextapp.echo.app.list
The default ListCellRenderer implementation.
DefaultListCellRenderer() - Constructor for class nextapp.echo.app.list.DefaultListCellRenderer
 
DefaultListModel - Class in nextapp.echo.app.list
Default ListModel implementation.
DefaultListModel() - Constructor for class nextapp.echo.app.list.DefaultListModel
Creates a new DefaultSelectListModel with the given content.
DefaultListModel(Object[]) - Constructor for class nextapp.echo.app.list.DefaultListModel
Creates a new DefaultSelectListModel containing the specified items
DefaultListSelectionModel - Class in nextapp.echo.app.list
Default ListSelectionModel implementation.
DefaultListSelectionModel() - Constructor for class nextapp.echo.app.list.DefaultListSelectionModel
 
DefaultTableCellRenderer - Class in nextapp.echo.app.table
Default TableCellRenderer implementation.
DefaultTableCellRenderer() - Constructor for class nextapp.echo.app.table.DefaultTableCellRenderer
 
DefaultTableColumnModel - Class in nextapp.echo.app.table
The default TableColumnModel implementation.
DefaultTableColumnModel() - Constructor for class nextapp.echo.app.table.DefaultTableColumnModel
Creates a new DefaultTableColumnModel.
DefaultTableModel - Class in nextapp.echo.app.table
The default TableModel implementation.
DefaultTableModel() - Constructor for class nextapp.echo.app.table.DefaultTableModel
Creates a new table model of 0x0 size.
DefaultTableModel(int, int) - Constructor for class nextapp.echo.app.table.DefaultTableModel
Creates a new table model with the specified dimensions.
DefaultTableModel(Object[][], Object[]) - Constructor for class nextapp.echo.app.table.DefaultTableModel
Creates a new Table Model with the specified data and column names.
DefaultToggleButtonModel - Class in nextapp.echo.app.button
Default ToggleButtonModel implementation.
DefaultToggleButtonModel() - Constructor for class nextapp.echo.app.button.DefaultToggleButtonModel
 
DelegateFocusSupport - Interface in nextapp.echo.app
Interface to provide capability for composite components to delegate focus to a specific child.
DELETE - Static variable in class nextapp.echo.app.event.TableModelEvent
An event type indicating one or more table rows were deleted.
deleteRow(int) - Method in class nextapp.echo.app.table.DefaultTableModel
Deletes the specified row.
DerivedMutableStyle - Class in nextapp.echo.app
A MutableStyle which will retrieve properties from a "parent" style when they are not set locally.
DerivedMutableStyle() - Constructor for class nextapp.echo.app.DerivedMutableStyle
Default constructor.
DerivedMutableStyle(Style) - Constructor for class nextapp.echo.app.DerivedMutableStyle
Creates a new DerivedMutableStyle.
dispose() - Method in class nextapp.echo.app.ApplicationInstance
Invoked when the application is disposed and will not be used again.
dispose() - Method in class nextapp.echo.app.Component
Life-cycle method invoked when the Component is removed from a registered hierarchy.
dispose(ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectorFactory
Disposes an IntrospectorFactory for a specific ClassLoader.
DISPOSE_ON_CLOSE - Static variable in class nextapp.echo.app.WindowPane
A constant for the defaultCloseOperation property indicating that a window should be removed from the component hierarchy when a user attempts to close it.
DO_NOTHING_ON_CLOSE - Static variable in class nextapp.echo.app.WindowPane
A constant for the defaultCloseOperation property indicating that nothing should be done when the user attempts to close a window.
doAction() - Method in class nextapp.echo.app.button.AbstractButton
Programmatically performs a click/activation of the button.
doAction() - Method in interface nextapp.echo.app.button.ButtonModel
Notifies the model of the button's action having been invoked.
doAction() - Method in class nextapp.echo.app.button.DefaultButtonModel
 
Document - Interface in nextapp.echo.app.text
A model for text components.
DOCUMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.text.TextComponent
 
DocumentEvent - Class in nextapp.echo.app.event
An event indicating a modification of a document.
DocumentEvent(Document) - Constructor for class nextapp.echo.app.event.DocumentEvent
Creates a new DocumentEvent.
DocumentListener - Interface in nextapp.echo.app.event
The listener interface for receiving document events.
documentUpdate(DocumentEvent) - Method in interface nextapp.echo.app.event.DocumentListener
Invoked when an document update occurs.
doInit() - Method in class nextapp.echo.app.ApplicationInstance
Initializes the ApplicationInstance.
DomUtil - Class in nextapp.echo.app.util
A utility class which provides methods for working with a W3C DOM.
doRender() - Method in class nextapp.echo.app.Table
Re-renders changed rows.
doValidation() - Method in class nextapp.echo.app.ApplicationInstance
Validates all components registered with the application.

E

EM - Static variable in class nextapp.echo.app.Extent
Em units (height of font).
ENABLED_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for enabled state changes.
enqueueCommand(Command) - Method in class nextapp.echo.app.ApplicationInstance
Queues the given stateless Command for execution on the current client/server synchronization.
enqueueCommand(Command) - Method in class nextapp.echo.app.update.ServerUpdateManager
Enqueues a Command for processing.
enqueueTask(TaskQueueHandle, Runnable) - Method in class nextapp.echo.app.ApplicationInstance
Enqueues a task to be run during the next client/server synchronization.
equals(Object) - Method in class nextapp.echo.app.Alignment
 
equals(Object) - Method in class nextapp.echo.app.AwtImageReference
 
equals(Object) - Method in class nextapp.echo.app.Border
Note that this implementation of equals will return FALSE if two borders have a different number of sides but are nevertheless equivalent.
equals(Object) - Method in class nextapp.echo.app.Border.Side
 
equals(Object) - Method in class nextapp.echo.app.Color
 
equals(Object) - Method in class nextapp.echo.app.Extent
 
equals(Object) - Method in class nextapp.echo.app.FillImage
 
equals(Object) - Method in class nextapp.echo.app.FillImageBorder
 
equals(Object) - Method in class nextapp.echo.app.Font
 
equals(Object) - Method in class nextapp.echo.app.Font.Typeface
 
equals(Object) - Method in class nextapp.echo.app.HttpImageReference
 
equals(Object) - Method in class nextapp.echo.app.Insets
 
equals(Object) - Method in class nextapp.echo.app.list.DefaultListModel
 
equals(Object) - Method in class nextapp.echo.app.ResourceImageReference
 
EventListenerList - Class in nextapp.echo.app.event
A generic storage facility for listeners.
EventListenerList() - Constructor for class nextapp.echo.app.event.EventListenerList
Creates a new listener list.
EX - Static variable in class nextapp.echo.app.Extent
Ex units (height of character 'x' in font).
Extent - Class in nextapp.echo.app
A representation of an integer linear distance with units.
Extent(int) - Constructor for class nextapp.echo.app.Extent
Creates a new Extent with pixel units.
Extent(int, int) - Constructor for class nextapp.echo.app.Extent
Creates a new Extent.
ExtentPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Extent properties.
ExtentPeer() - Constructor for class nextapp.echo.app.serial.property.ExtentPeer
 

F

FillImage - Class in nextapp.echo.app
Describes how an image should 'fill' a particular component or region of the user interface.
FillImage(ImageReference) - Constructor for class nextapp.echo.app.FillImage
Creates a new FillImage with no horizontal/vertical offset that scrolls with content and repeats both horizontally and vertically.
FillImage(ImageReference, Extent, Extent, int) - Constructor for class nextapp.echo.app.FillImage
Creates a new FillImage.
FillImageBorder - Class in nextapp.echo.app
A representation of a graphical border drawn using a series of eight FillImages.
FillImageBorder() - Constructor for class nextapp.echo.app.FillImageBorder
Creates a new FillImageBorder.
FillImageBorder(Color, Insets, Insets) - Constructor for class nextapp.echo.app.FillImageBorder
Creates a new FillImageBorder with the specified color, border inset, and content inset.
FillImageBorder(Color, Insets, Insets, FillImage[]) - Constructor for class nextapp.echo.app.FillImageBorder
Creates a new FillImageBorder with the specified color, border inset, and content inset.
FillImageBorderPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for FillImageBorder properties.
FillImageBorderPeer() - Constructor for class nextapp.echo.app.serial.property.FillImageBorderPeer
 
FillImagePeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for FillImage properties.
FillImagePeer() - Constructor for class nextapp.echo.app.serial.property.FillImagePeer
 
fireActionPerformed(ActionEvent) - Method in class nextapp.echo.app.button.AbstractButton
Notifies all listeners that have registered for this event type.
fireActionPerformed(ActionEvent) - Method in class nextapp.echo.app.button.DefaultButtonModel
Notifies registered ActionListeners of an ActionEvent.
fireColumnAdded(TableColumnModelEvent) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
Notifies TableColumnModelListeners that a column was added.
fireColumnMoved(TableColumnModelEvent) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
Notifies TableColumnModelListeners that a column was moved.
fireColumnRemoved(TableColumnModelEvent) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
Notifies TableColumnModelListeners that a column was removed.
fireContentsChanged(int, int) - Method in class nextapp.echo.app.list.AbstractListModel
Notifies listeners that the contents of the list have changed.
fireDocumentUpdate(DocumentEvent) - Method in class nextapp.echo.app.text.AbstractDocument
Notifies listeners about an update to the document.
fireIntervalAdded(int, int) - Method in class nextapp.echo.app.list.AbstractListModel
Notifies listeners that an interval of items was added.
fireIntervalRemoved(int, int) - Method in class nextapp.echo.app.list.AbstractListModel
Notifies listeners that an interval of items was removed.
firePropertyChange(String, Object, Object) - Method in class nextapp.echo.app.ApplicationInstance
Reports a bound property change.
firePropertyChange(String, Object, Object) - Method in class nextapp.echo.app.Component
Reports a bound property change to PropertyChangeListeners and to the ApplicationInstance's update management system.
fireStateChanged() - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class nextapp.echo.app.button.ToggleButton
Notifies all listeners that have registered for this event type.
fireTableCellUpdated(int, int) - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListeners that the contents of the cell at the specified coordinate were changed.
fireTableChanged(TableModelEvent) - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListeners of the specified event.
fireTableDataChanged() - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListeners that the content of the table (possibly including the number of rows) was changed, but that the table's structure has remained intact.
fireTableRowsDeleted(int, int) - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListeners that rows from firstRow to lastRow were deleted.
fireTableRowsInserted(int, int) - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListeners that the rows from firstRow to lastRow were inserted.
fireTableRowsUpdated(int, int) - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListeners that the data in the rows from firstRow to lastRow was updated.
fireTableStructureChanged() - Method in class nextapp.echo.app.table.AbstractTableModel
Notifies TableModelListener that all data in the table may have changed, including the size and structure of the table.
fireValueChanged() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
Notifies ChangeListeners that the selection has changed.
fireWindowClosing() - Method in class nextapp.echo.app.WindowPane
Notifies WindowPaneListeners that the user has requested to close this WindowPane.
FLAG_RENDER_SHORT_NAMES - Static variable in interface nextapp.echo.app.serial.SerialContext
 
FloatingPane - Interface in nextapp.echo.app
Marker interface describing a Pane Components which float above a region, e.g., WindowPanes.
FOCUS_TRAVERSAL_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Deprecated.  
FOCUS_TRAVERSAL_PARTICIPANT_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for focus traversal participation changes.
FOCUSED_COMPONENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.ApplicationInstance
 
Font - Class in nextapp.echo.app
An immutable representation of a text font, including typeface, size, and style.
Font(Font.Typeface, int, Extent) - Constructor for class nextapp.echo.app.Font
Creates a new Font with the specified Typeface, size, and style.
Font.Typeface - Class in nextapp.echo.app
An immutable representation of a type face.
Font.Typeface(String) - Constructor for class nextapp.echo.app.Font.Typeface
Creates a new Typeface.
Font.Typeface(String, Font.Typeface) - Constructor for class nextapp.echo.app.Font.Typeface
Creates a new Typeface.
FontPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Font properties.
FontPeer() - Constructor for class nextapp.echo.app.serial.property.FontPeer
 
forClassLoader(ClassLoader) - Static method in class nextapp.echo.app.serial.Serializer
Creates or retrieves a Serializer.
forClassLoader(ClassLoader) - Static method in class nextapp.echo.app.serial.SerialPeerFactory
Creates or retrieves a SerialPeerFactory.
forLocale(Locale) - Static method in class nextapp.echo.app.LayoutDirection
Returns the default LayoutDirection for the specified Locale.
fromElement(Context, Element) - Method in class nextapp.echo.app.serial.property.FillImagePeer
Generates a FillImage based on a <fi> DOM element.
fromString(String) - Static method in class nextapp.echo.app.serial.property.BorderPeer
Generates a Border.Side from a string representation.
fromString(String) - Static method in class nextapp.echo.app.serial.property.ColorPeer
Generates a Color based on a string representation.
fromString(String) - Static method in class nextapp.echo.app.serial.property.ExtentPeer
Generates an Extent from a string value.
fromString(String) - Static method in class nextapp.echo.app.serial.property.InsetsPeer
Generates an Insets property from a string representation.

G

generateId() - Method in class nextapp.echo.app.ApplicationInstance
Generates an identifier which is unique within this ApplicationInstance.
generateSystemId() - Static method in class nextapp.echo.app.ApplicationInstance
Generates a system-level identifier (an identifier which is unique to all ApplicationInstances).
generateUidString() - Static method in class nextapp.echo.app.util.Uid
Generates a new identifier String.
get(String) - Method in class nextapp.echo.app.Component
Returns the value of the specified property.
get(String) - Method in class nextapp.echo.app.DerivedMutableStyle
 
get(int) - Method in class nextapp.echo.app.list.DefaultListModel
Returns the item at the specified index in the list.
get(int) - Method in interface nextapp.echo.app.list.ListModel
Returns the value at the specified index in the list.
get(String) - Method in class nextapp.echo.app.MutableStyle
 
get(String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectorFactory
Retrieves or creates an ObjectIntrospector instance for a specific type from a specific ClassLoader
get(String) - Method in interface nextapp.echo.app.Style
Retrieves the value of the specified property.
get(int) - Method in class nextapp.echo.app.util.ConstantMap
Returns a constant name for a given constant value, if available.
get(String, int) - Method in class nextapp.echo.app.util.ConstantMap
Returns a constant value for a given constant name, if available.
get(Class) - Method in interface nextapp.echo.app.util.Context
Returns a specific context, if supported, or null otherwise.
getActionCommand() - Method in class nextapp.echo.app.button.AbstractButton
Retrieves the action command from the ButtonModel.
getActionCommand() - Method in interface nextapp.echo.app.button.ButtonModel
Returns the action command.
getActionCommand() - Method in class nextapp.echo.app.button.DefaultButtonModel
 
getActionCommand() - Method in class nextapp.echo.app.event.ActionEvent
Returns the command string describing this action.
getActionCommand() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the action command which will be provided in ActionEvents fired by this AbstractListComponent.
getActionCommand() - Method in class nextapp.echo.app.Table
Returns the action command which will be provided in ActionEvents fired by this Table.
getActionCommand() - Method in class nextapp.echo.app.text.TextComponent
Returns the action command which will be provided in ActionEvents fired by this TextField.
getActive() - Static method in class nextapp.echo.app.ApplicationInstance
Returns a reference to the ApplicationInstance that is relevant to the current thread, or null if no instance is relevant.
getAddedChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns the child components which have been added to the parent.
getAlignment() - Method in class nextapp.echo.app.button.AbstractButton
Returns the alignment of the button's content.
getAlignment() - Method in class nextapp.echo.app.layout.CellLayoutData
Returns the alignment of the cell.
getAlignment() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the alignment of the containing pane.
getAlignment() - Method in class nextapp.echo.app.Row
Returns the alignment of the row's content.
getAlignment() - Method in class nextapp.echo.app.text.TextComponent
Returns the alignment of the text component.
getAlternate() - Method in class nextapp.echo.app.Font.Typeface
Returns the alternate typeface.
getApplicationInstance() - Method in class nextapp.echo.app.Component
Returns the ApplicationInstance to which this Component is registered, or null if it is not currently registered.
getApplicationPropertyUpdate(String) - Method in class nextapp.echo.app.update.ServerUpdateManager
Returns a PropertyUpdate representing the application-level property update with the specified name.
getBackground() - Method in class nextapp.echo.app.Component
Returns the default/base background color of the Component.
getBackground() - Method in class nextapp.echo.app.layout.CellLayoutData
Returns the background color of the cell.
getBackground() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the background color of the containing pane.
getBackground() - Method in interface nextapp.echo.app.list.StyledListCell
Returns the background of the list item.
getBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background image of the button.
getBackgroundImage() - Method in class nextapp.echo.app.ContentPane
Returns the background image.
getBackgroundImage() - Method in class nextapp.echo.app.layout.CellLayoutData
Returns the background image of the cell.
getBackgroundImage() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the BackgroundImage displayed in the containing pane.
getBackgroundImage() - Method in class nextapp.echo.app.Panel
Returns the background image.
getBackgroundImage() - Method in class nextapp.echo.app.text.TextComponent
Returns the default background image of the text component.
getBackgroundImage() - Method in class nextapp.echo.app.WindowPane
Returns the background image of the WindowPane.
getBlue() - Method in class nextapp.echo.app.Color
Returns the blue component value of this color.
getBooleanAttribute(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
Determines whether a specific boolean flag is set on an element.
getBorder() - Method in class nextapp.echo.app.button.AbstractButton
Returns the border displayed around the button.
getBorder() - Method in class nextapp.echo.app.Column
Returns the Border that encloses the entire Column.
getBorder() - Method in class nextapp.echo.app.Grid
Returns the Border.
getBorder() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the Border surrounding the list component.
getBorder() - Method in class nextapp.echo.app.Panel
Returns the Border that encloses the entire Column.
getBorder() - Method in class nextapp.echo.app.Row
Returns the Border that encloses the entire Row.
getBorder() - Method in class nextapp.echo.app.Table
Returns the Border.
getBorder() - Method in class nextapp.echo.app.text.TextComponent
Returns the border of the text component.
getBorder() - Method in class nextapp.echo.app.WindowPane
Returns the border which surrounds the entire WindowPane.
getBorderInsets() - Method in class nextapp.echo.app.FillImageBorder
Returns the content inset.
getBottom() - Method in class nextapp.echo.app.Insets
Returns the size of the bottom margin.
getButtons() - Method in class nextapp.echo.app.button.ButtonGroup
Returns all RadioButtons in the group.
getCause() - Method in exception nextapp.echo.app.serial.SerialException
Returns the causing exception, if applicable.
getCellRenderer() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the ListCellRenderer used to render items.
getCellRenderer() - Method in class nextapp.echo.app.table.TableColumn
Retrieves the TableCellRenderer used to render values contained in the column.
getCellSpacing() - Method in class nextapp.echo.app.Column
Returns the spacing between individual cells of the Column.
getCellSpacing() - Method in class nextapp.echo.app.Row
Returns the spacing between individual cells of the Row.
getChildElementByTagName(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
Retrieves the first immediate child element of the specified element whose name matches the provided name parameter.
getChildElementCountByTagName(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
Counts the number of immediate child elements of the specified element whose names match the provided name parameter.
getChildElementsByTagName(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
Retrieves all immediate child elements of the specified element whose names match the provided name parameter.
getClass(String) - Method in class nextapp.echo.app.serial.Serializer
Returns a Class based on an XML type value.
getClassLoader() - Method in interface nextapp.echo.app.serial.SerialContext
Returns the ClassLoader from which new should be instantiated or introspected.
getClientUpdateManager() - Method in class nextapp.echo.app.update.UpdateManager
Returns the ClientUpdateManager, which is responsible for queuing and processing updates received from the client.
getCloseIcon() - Method in class nextapp.echo.app.WindowPane
Returns the close button icon.
getCloseIconInsets() - Method in class nextapp.echo.app.WindowPane
Returns the inset margin around the close button icon.
getCloseRolloverIcon() - Method in class nextapp.echo.app.WindowPane
Returns the close button rollover icon.
getColor() - Method in class nextapp.echo.app.Border
Returns the border color.
getColor() - Method in class nextapp.echo.app.Border.Side
Returns the border side color.
getColor() - Method in class nextapp.echo.app.FillImageBorder
Returns the solid color background of the border.
getColumn() - Method in class nextapp.echo.app.event.TableModelEvent
Returns the column that was affected by the update.
getColumn(int) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
getColumn(int) - Method in interface nextapp.echo.app.table.TableColumnModel
Returns the TableColumn at the specified index.
getColumnClass(int) - Method in class nextapp.echo.app.table.AbstractTableModel
Returns Object.class
getColumnClass(int) - Method in interface nextapp.echo.app.table.TableModel
Returns the most-specific class of objects found in a given table column.
getColumnCount() - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
getColumnCount() - Method in class nextapp.echo.app.table.DefaultTableModel
 
getColumnCount() - Method in interface nextapp.echo.app.table.TableColumnModel
Returns the number of columns in the column model.
getColumnCount() - Method in interface nextapp.echo.app.table.TableModel
Returns the number of columns in the table.
getColumnIndex(Object) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
getColumnIndex(Object) - Method in interface nextapp.echo.app.table.TableColumnModel
Returns the index of the table column with the given identifier.
getColumnModel() - Method in class nextapp.echo.app.Table
Returns the TableColumnModel describing this table's columns.
getColumnName(int) - Method in class nextapp.echo.app.table.AbstractTableModel
Returns column names using a "spreadsheet-style" convention, i.e., A, B, C...Y, Z, AA, AB, AC...
getColumnName(int) - Method in class nextapp.echo.app.table.DefaultTableModel
 
getColumnName(int) - Method in interface nextapp.echo.app.table.TableModel
Returns the name of the specified column number.
getColumns() - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
getColumns() - Method in interface nextapp.echo.app.table.TableColumnModel
Returns an Iterator over the columns of the column model.
getColumnSpan() - Method in class nextapp.echo.app.layout.GridLayoutData
Returns the column span of the cell.
getColumnWidth(int) - Method in class nextapp.echo.app.Grid
Returns the width of the specified column.
getCommands() - Method in class nextapp.echo.app.update.ServerUpdateManager
Returns the stored Commands.
getComponent(int) - Method in class nextapp.echo.app.Component
Returns the nth immediate child component.
getComponent(String) - Method in class nextapp.echo.app.Component
Recursively searches for the component with the specified id by querying this component and its descendants.
getComponent() - Method in class nextapp.echo.app.update.ClientComponentUpdate
Returns the updated component.
getComponentByRenderId(String) - Method in class nextapp.echo.app.ApplicationInstance
Retrieves the component currently registered with the application with the specified render id.
getComponentCount() - Method in class nextapp.echo.app.Component
Returns the number of immediate child Components.
getComponents() - Method in class nextapp.echo.app.Component
Returns an array of all immediate child Components.
getComponentTypes(String) - Method in class nextapp.echo.app.MutableStyleSheet
 
getComponentTypes(String) - Method in interface nextapp.echo.app.StyleSheet
Retrieves the names of all component types present in the StyleSheet with the specified name.
getComponentUpdates() - Method in class nextapp.echo.app.update.ServerUpdateManager
Returns the stored ServerComponentUpdates.
getConstantNames() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the constant names of the object.
getConstantValue(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Retrieves the value of the constant with the specified name.
getContent() - Method in class nextapp.echo.app.Window
Returns the content of the window.
getContentHeight() - Method in class nextapp.echo.app.WindowPane
Returns the configured height of the content region of the window.
getContentInsets() - Method in class nextapp.echo.app.FillImageBorder
Sets the content inset.
getContentType() - Method in class nextapp.echo.app.ResourceImageReference
 
getContentType() - Method in class nextapp.echo.app.StreamImageReference
Returns the valid RFC 1521 image content type (e.g., image/png, image/jpeg, image/gif, etc) of the image.
getContentWidth() - Method in class nextapp.echo.app.WindowPane
Returns the configured width of the content region of the window.
getContextProperty(String) - Method in class nextapp.echo.app.ApplicationInstance
Returns the value of a contextual property.
getControlsInsets() - Method in class nextapp.echo.app.WindowPane
Returns the inset margin around the window controls (e.g., close, minimize, and maximize buttons)
getControlsSpacing() - Method in class nextapp.echo.app.WindowPane
Returns the spacing between the window control icons (e.g., close, minimize, and maximize buttons).
getDecimalValue() - Method in class nextapp.echo.app.DecimalExtent
Returns the decimal value of the extent.
getDefaultCloseOperation() - Method in class nextapp.echo.app.WindowPane
Returns the default close operation.
getDefaultHeaderRenderer() - Method in class nextapp.echo.app.Table
Returns the default TableCellRenderer used to render header cells.
getDefaultRenderer(Class) - Method in class nextapp.echo.app.Table
Returns the default TableCellRenderer for the specified column class.
getDefaultWindow() - Method in class nextapp.echo.app.ApplicationInstance
Returns the default window of the application.
getDisabledBackground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background color of the button when the button is disabled.
getDisabledBackground() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the background color displayed when the component is disabled.
getDisabledBackground() - Method in class nextapp.echo.app.text.TextComponent
Returns the background color displayed when the text component is disabled.
getDisabledBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background image displayed when the button is disabled.
getDisabledBackgroundImage() - Method in class nextapp.echo.app.text.TextComponent
Returns the background image displayed when the text component is disabled.
getDisabledBorder() - Method in class nextapp.echo.app.button.AbstractButton
Returns the border displayed around the button when the button is disabled.
getDisabledBorder() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the border displayed when the component is disabled.
getDisabledBorder() - Method in class nextapp.echo.app.text.TextComponent
Returns the border displayed when the text component is disabled.
getDisabledFont() - Method in class nextapp.echo.app.button.AbstractButton
Returns the font of the button when the button is disabled.
getDisabledFont() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the font displayed when the component is disabled.
getDisabledFont() - Method in class nextapp.echo.app.text.TextComponent
Returns the font displayed when the text component is disabled.
getDisabledForeground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the foreground color of the button when the button is disabled.
getDisabledForeground() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the foreground color displayed when the component is disabled.
getDisabledForeground() - Method in class nextapp.echo.app.text.TextComponent
Returns the foreground color displayed when the text component is disabled.
getDisabledIcon() - Method in class nextapp.echo.app.button.AbstractButton
Returns the icon of the button that is displayed when the button is disabled.
getDisabledSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the selected state icon when the button is disabled.
getDisabledStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the default (non-selected) state icon when the button is disabled.
getDocument() - Method in interface nextapp.echo.app.serial.SerialContext
Returns the DOM Document to/from which the property is being (de)serialized.
getDocument() - Method in class nextapp.echo.app.text.TextComponent
Returns the model associated with this TextComponent.
getDocumentBuilder() - Static method in class nextapp.echo.app.util.DomUtil
Retrieves a thread-specific DocumentBuilder.
getElementText(Element) - Static method in class nextapp.echo.app.util.DomUtil
Returns the text content of a DOM Element.
getEventHandlerNames(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns event handler names for a given event set.
getEventListenerList() - Method in class nextapp.echo.app.button.DefaultButtonModel
Returns the local EventListenerList.
getEventListenerList() - Method in class nextapp.echo.app.Component
Returns the local EventListenerList.
getEventListenerList() - Method in class nextapp.echo.app.list.AbstractListModel
Returns the EventListenerList being used to manage event listeners.
getEventListenerList() - Method in class nextapp.echo.app.table.AbstractTableModel
Returns the EventListenerList used to register listeners.
getEventSetDescriptor(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the EventSetDescriptor for the specified event set.
getEventSetNames() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the event set names of the object.
getFillImage(int) - Method in class nextapp.echo.app.FillImageBorder
Retrieves the FillImage at the specified position.
getFirstRow() - Method in class nextapp.echo.app.event.TableModelEvent
Returns the first row that was affected by the update.
getFlags() - Method in interface nextapp.echo.app.serial.SerialContext
Returns flags used to alter rendering and parsing behavior.
getFocusComponent() - Method in interface nextapp.echo.app.DelegateFocusSupport
Returns the Component that should receive the focus when this Componentis focused, enabling composite components to specify a specific child to be focused.
getFocusedBackground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background color of the button when the button is focused.
getFocusedBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background image displayed when the button is focused.
getFocusedBorder() - Method in class nextapp.echo.app.button.AbstractButton
Returns the border displayed around the button when the button is focused.
getFocusedComponent() - Method in class nextapp.echo.app.ApplicationInstance
Returns the presently focused component, if known.
getFocusedFont() - Method in class nextapp.echo.app.button.AbstractButton
Returns the font of the button when the button is focused.
getFocusedForeground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the foreground color of the button when the button is focused.
getFocusedIcon() - Method in class nextapp.echo.app.button.AbstractButton
Returns the icon of the button that is displayed when the button is focused.
getFocusTraversalIndex() - Method in class nextapp.echo.app.Component
Deprecated. Not supported.
getFont() - Method in class nextapp.echo.app.Component
Returns the default/base font of the component.
getFont() - Method in interface nextapp.echo.app.list.StyledListCell
Returns the font of the list item.
getForeground() - Method in class nextapp.echo.app.Component
Returns the default/base foreground color of the Component.
getForeground() - Method in interface nextapp.echo.app.list.StyledListCell
Returns the foreground of the list item.
getFromIndex() - Method in class nextapp.echo.app.event.TableColumnModelEvent
Returns the index from which the column was moved or removed.
getGreen() - Method in class nextapp.echo.app.Color
Returns the green component value of this color.
getGroup() - Method in class nextapp.echo.app.RadioButton
Retrieves the ButtonGroup to which this RadioButton belongs.
getHeaderRenderer() - Method in class nextapp.echo.app.table.TableColumn
Returns the TableCellRenderer used to render the header cell of this column.
getHeaderValue() - Method in class nextapp.echo.app.table.TableColumn
Returns the header value for this column.
getHeight() - Method in class nextapp.echo.app.AwtImageReference
 
getHeight() - Method in class nextapp.echo.app.button.AbstractButton
Returns the height of the button.
getHeight() - Method in class nextapp.echo.app.Grid
Returns the overall height.
getHeight() - Method in class nextapp.echo.app.HttpImageReference
 
getHeight() - Method in interface nextapp.echo.app.ImageReference
Returns the height of the image, or null if the size is unknown.
getHeight() - Method in class nextapp.echo.app.layout.ColumnLayoutData
Returns the height of the cell.
getHeight() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the height.
getHeight() - Method in class nextapp.echo.app.Panel
Returns the height of the panel.
getHeight() - Method in class nextapp.echo.app.ResourceImageReference
 
getHeight() - Method in class nextapp.echo.app.StreamImageReference
 
getHeight() - Method in class nextapp.echo.app.text.TextComponent
Returns the height of the text component.
getHeight() - Method in class nextapp.echo.app.WindowPane
Returns the configured height of the overall window, including its border.
getHorizontal() - Method in class nextapp.echo.app.Alignment
Returns the horizontal setting of this Alignment.
getHorizontalOffset() - Method in class nextapp.echo.app.FillImage
Returns the horizontal offset of the fill image.
getHorizontalScroll() - Method in class nextapp.echo.app.ContentPane
Returns the horizontal scrollbar position.
getHorizontalScroll() - Method in class nextapp.echo.app.text.TextComponent
Returns the horizontal scroll bar position.
getIcon() - Method in class nextapp.echo.app.button.AbstractButton
Returns the icon displayed in the button.
getIcon() - Method in class nextapp.echo.app.Label
Returns the icon of the label.
getIcon() - Method in class nextapp.echo.app.WindowPane
Returns the icon displayed in the title region.
getIconInsets() - Method in class nextapp.echo.app.WindowPane
Returns the inset margin around the icon.
getIconTextMargin() - Method in class nextapp.echo.app.button.AbstractButton
Returns the margin size between the icon and the text.
getIconTextMargin() - Method in class nextapp.echo.app.Label
Returns the margin size between the icon and the text.
getId() - Method in class nextapp.echo.app.Component
Returns the user-defined identifier of the Component.
getIdentifier() - Method in class nextapp.echo.app.table.TableColumn
Returns the identifier for this column.
getIllegalChild() - Method in exception nextapp.echo.app.IllegalChildException
Returns the illegally added child.
getImage() - Method in class nextapp.echo.app.AwtImageReference
Retrieves the image.
getImage() - Method in class nextapp.echo.app.FillImage
Returns the fill image.
getImageUrl(Context, ImageReference) - Method in interface nextapp.echo.app.serial.property.ImageReferencePeer
Returns the URI of an image.
getIndex(String, int) - Method in class nextapp.echo.app.Component
Returns the value of the specified indexed property.
getIndex(String, int) - Method in class nextapp.echo.app.DerivedMutableStyle
 
getIndex(String, int) - Method in class nextapp.echo.app.MutableStyle
 
getIndex(String, int) - Method in interface nextapp.echo.app.Style
Retrieves the value of the specified indexed property.
getIndex0() - Method in class nextapp.echo.app.event.ListDataEvent
Returns the first index of the interval affected by the list change.
getIndex1() - Method in class nextapp.echo.app.event.ListDataEvent
Returns the last index of the interval affected by the list change.
getIndexedProperty(String, int) - Method in class nextapp.echo.app.MutableStyle
Deprecated. Use MutableStyle.getIndex(String, int) instead.
getIndexedProperty(String, int) - Method in interface nextapp.echo.app.Style
Deprecated. use Style.getIndex(String, int) instead.
getIndices() - Method in class nextapp.echo.app.MutableStyle.IndexedPropertyValue
Returns the set property indices as an Integer-returning Iterator.
getInputNames() - Method in class nextapp.echo.app.update.ClientComponentUpdate
Returns an iterator over the names of all input properties.
getInputValue(String) - Method in class nextapp.echo.app.update.ClientComponentUpdate
Retrieves the new state of the specified input property.
getInsets() - Method in class nextapp.echo.app.button.AbstractButton
Returns the margin between the buttons edge and its content.
getInsets() - Method in class nextapp.echo.app.Column
Returns the default inset between the border and cells of the Column.
getInsets() - Method in class nextapp.echo.app.ContentPane
Returns the inset margin of the content.
getInsets() - Method in class nextapp.echo.app.Grid
Returns the default cell insets.
getInsets() - Method in class nextapp.echo.app.layout.CellLayoutData
Returns the inset margins of the cell.
getInsets() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the inset margins of the containing pane.
getInsets() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the inset margin around between the list components border and content.
getInsets() - Method in class nextapp.echo.app.Panel
Returns the default inset between the border and cells of the Column.
getInsets() - Method in class nextapp.echo.app.Row
Returns the inset between the border and cells of the Row.
getInsets() - Method in class nextapp.echo.app.Table
Returns the default cell insets.
getInsets() - Method in class nextapp.echo.app.text.TextComponent
Returns the insets of the text component.
getInsets() - Method in class nextapp.echo.app.WindowPane
Returns the inset of the window content.
getLastRow() - Method in class nextapp.echo.app.event.TableModelEvent
Returns the last row that was affected by the update.
getLayoutData() - Method in class nextapp.echo.app.Component
Returns the LayoutData object used to describe how this Component should be laid out within its parent container.
getLayoutDirection() - Method in class nextapp.echo.app.ApplicationInstance
Returns the application instance's default LayoutDirection.
getLayoutDirection() - Method in class nextapp.echo.app.Component
Returns the specific layout direction setting of this component, if any.
getLeft() - Method in class nextapp.echo.app.Insets
Returns the size of the left margin.
getListCellRendererComponent(Component, Object, int) - Method in class nextapp.echo.app.list.DefaultListCellRenderer
 
getListCellRendererComponent(Component, Object, int) - Method in interface nextapp.echo.app.list.ListCellRenderer
Renders an item in a list.
getListenerCount(Class) - Method in class nextapp.echo.app.event.EventListenerList
Returns the number of listeners present of the given class.
getListeners(Class) - Method in class nextapp.echo.app.event.EventListenerList
Returns an array of listeners of the given class.
getLocale() - Method in class nextapp.echo.app.ApplicationInstance
Returns the application instance's default Locale.
getLocale() - Method in class nextapp.echo.app.Component
Returns the specific locale setting of this component, if any.
getLocalStyle() - Method in class nextapp.echo.app.Component
Returns the Style object in which local style properties are stored.
getMaximizeIcon() - Method in class nextapp.echo.app.WindowPane
Returns the maximize button icon.
getMaximizeIconInsets() - Method in class nextapp.echo.app.WindowPane
Returns the inset margin around the maximize button icon.
getMaximizeRolloverIcon() - Method in class nextapp.echo.app.WindowPane
Returns the maximize button rollover icon.
getMaximumHeight() - Method in class nextapp.echo.app.WindowPane
Returns the maximum height of the content region of the WindowPane.
getMaximumLength() - Method in class nextapp.echo.app.text.TextComponent
Returns the maximum length (in characters) of the text which may be entered into the component.
getMaximumSize() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the preferred maximum size of the containing pane.
getMaximumWidth() - Method in class nextapp.echo.app.WindowPane
Returns the maximum width of the content region of the WindowPane.
getMaxSelectedIndex() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
getMaxSelectedIndex() - Method in interface nextapp.echo.app.list.ListSelectionModel
Returns the maximum selected index.
getMaxSelectedIndex() - Method in class nextapp.echo.app.ListBox
Returns the maximum selected index.
getMinimizeIcon() - Method in class nextapp.echo.app.WindowPane
Returns the minimize button icon.
getMinimizeIconInsets() - Method in class nextapp.echo.app.WindowPane
Returns the inset margin around the minimize button icon.
getMinimizeRolloverIcon() - Method in class nextapp.echo.app.WindowPane
Returns the minimize button rollover icon.
getMinimumHeight() - Method in class nextapp.echo.app.WindowPane
Returns the minimum height of the content region of the WindowPane.
getMinimumSize() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the preferred minimum size of the containing pane.
getMinimumWidth() - Method in class nextapp.echo.app.WindowPane
Returns the minimum width of the content region of the WindowPane.
getMinSelectedIndex() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
getMinSelectedIndex() - Method in interface nextapp.echo.app.list.ListSelectionModel
Returns the minimum selected index.
getMinSelectedIndex() - Method in class nextapp.echo.app.ListBox
Returns the minimum selected index.
getModalContextRoot() - Method in class nextapp.echo.app.ApplicationInstance
Retrieves the root component of the current modal context, or null if no modal context exists.
getModel() - Method in class nextapp.echo.app.button.AbstractButton
Returns the model that this button represents.
getModel() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the model.
getModel() - Method in class nextapp.echo.app.Table
Returns the TableModel being visualized by this Table.
getModelIndex() - Method in class nextapp.echo.app.table.TableColumn
Returns the column index of the model which this TableColumn represents.
getName() - Method in class nextapp.echo.app.Font.Typeface
Returns the name of the typeface.
getNewValue() - Method in class nextapp.echo.app.update.PropertyUpdate
Returns the new value of the property.
getObjectClass() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the Class of the object being introspected.
getOldValue() - Method in class nextapp.echo.app.update.PropertyUpdate
Returns the previous value of the property.
getOrientation() - Method in class nextapp.echo.app.Grid
Returns the orientation of the grid (either horizontal or vertical).
getOrientation() - Method in class nextapp.echo.app.SplitPane
Returns the orientation of the SplitPane.
getOverflow() - Method in class nextapp.echo.app.ContentPane
Returns the overflow state, describing how the pane will behave when the content is larger than display area.
getOverflow() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Returns the overflow state, describing how the pane will behave when the content is larger than display area.
getParent() - Method in class nextapp.echo.app.Component
Returns the parent component.
getParent() - Method in exception nextapp.echo.app.IllegalChildException
Returns the parent component to which the child was to be added.
getParent() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns the parent component being updated.
getParentStyle() - Method in class nextapp.echo.app.DerivedMutableStyle
Returns the parent style.
getPeerForObject(Class, boolean) - Method in class nextapp.echo.app.util.PeerFactory
Retrieves the appropriate peer instance for a given object Class.
getPeerForProperty(Class) - Method in interface nextapp.echo.app.serial.PropertyPeerFactory
Returns the appropriate SerialPropertyPeer for the specified propertyClass.
getPeerForProperty(Class) - Method in class nextapp.echo.app.serial.SerialPeerFactory
Retrieves the appropriate XmlPropertyPeer for a given property class.
getPositionX() - Method in class nextapp.echo.app.WindowPane
Returns the horizontal (Y) position of the WindowPane with respect to its container.
getPositionY() - Method in class nextapp.echo.app.WindowPane
Returns the vertical (Y) position of the WindowPane with respect to its container.
getPressedBackground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background color of the button when the button is pressed.
getPressedBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background image displayed when the button is pressed.
getPressedBorder() - Method in class nextapp.echo.app.button.AbstractButton
Returns the border displayed around the button when the button is pressed.
getPressedFont() - Method in class nextapp.echo.app.button.AbstractButton
Returns the font of the button when the button is pressed.
getPressedForeground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the foreground color of the button when the button is pressed.
getPressedIcon() - Method in class nextapp.echo.app.button.AbstractButton
Returns the icon of the button that is displayed when the button is pressed.
getPressedSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the selected state icon displayed when the button is being pressed.
getPressedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the default (non-selected) state icon displayed when the button is being pressed.
getProperty(String) - Method in class nextapp.echo.app.MutableStyle
Deprecated. Use MutableStyle.get(String) instead.
getProperty(String) - Method in interface nextapp.echo.app.Style
Deprecated. use Style.get(String) instead.
getPropertyClass(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the Class of a specific property.
getPropertyCount() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the number of mutable properties provided by the introspected Object.
getPropertyDefinitionConcreteType(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the name of the type that defines the specified property.
getPropertyDefinitionType(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the name of the type that defines the specified property.
getPropertyDescriptor(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns the PropertyDescriptor for the specified property.
getPropertyIndices(String) - Method in class nextapp.echo.app.MutableStyle
 
getPropertyIndices(String) - Method in interface nextapp.echo.app.Style
Determines which indices of a particular property are set.
getPropertyNames() - Method in class nextapp.echo.app.DerivedMutableStyle
 
getPropertyNames() - Method in class nextapp.echo.app.MutableStyle
 
getPropertyNames() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns an Iterator over the property names of the object.
getPropertyNames() - Method in interface nextapp.echo.app.Style
Retrieves the names of all set properties.
getRed() - Method in class nextapp.echo.app.Color
Returns the red component value of this color.
getRemovedChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns the child components which have been removed from the parent.
getRemovedDescendants() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns all descendants of the child components which have been removed from the parent.
getRenderId() - Method in class nextapp.echo.app.AwtImageReference
 
getRenderId() - Method in class nextapp.echo.app.button.ButtonGroup
 
getRenderId() - Method in class nextapp.echo.app.Component
Returns the render id of this component.
getRenderId() - Method in class nextapp.echo.app.HttpImageReference
 
getRenderId() - Method in interface nextapp.echo.app.RenderIdSupport
Returns an identifier that is unique within the ApplicationInstance with which the implementor will be used.
getRenderId() - Method in class nextapp.echo.app.ResourceImageReference
 
getRenderIndexedProperty(String, int) - Method in class nextapp.echo.app.Component
Determines the "rendered state" of an indexed property.
getRenderIndexedProperty(String, int, Object) - Method in class nextapp.echo.app.Component
Determines the "rendered state" of an indexed property.
getRenderLocale() - Method in class nextapp.echo.app.Component
Returns the rendered Locale of the Component.
getRenderProperty(String) - Method in class nextapp.echo.app.Component
Determines the "rendered state" of a property.
getRenderProperty(String, Object) - Method in class nextapp.echo.app.Component
Determines the "rendered state" of a property.
getRepeat() - Method in class nextapp.echo.app.FillImage
Returns the repetition mode of the image.
getResource() - Method in class nextapp.echo.app.ResourceImageReference
Returns the name of the resource.
getRgb() - Method in class nextapp.echo.app.Color
Returns the color as an RGB value.
getRight() - Method in class nextapp.echo.app.Insets
Returns the size of the right margin.
getRolloverBackground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background color of the button when the mouse cursor is inside its bounds.
getRolloverBackground() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the rollover background.
getRolloverBackground() - Method in class nextapp.echo.app.Table
Return the rollover background color displayed when the mouse is within the bounds of a row.
getRolloverBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
Returns the background image displayed when the mouse cursor is inside the button's bounds.
getRolloverBackgroundImage() - Method in class nextapp.echo.app.Table
Return the rollover background image displayed when the mouse is within the bounds of a row.
getRolloverBorder() - Method in class nextapp.echo.app.button.AbstractButton
Returns the border displayed around the button when the mouse cursor is inside its bounds.
getRolloverFont() - Method in class nextapp.echo.app.button.AbstractButton
Returns the font of the button when the mouse cursor is inside its bounds.
getRolloverFont() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the rollover font.
getRolloverFont() - Method in class nextapp.echo.app.Table
Return the rollover font displayed when the mouse is within the bounds of a row.
getRolloverForeground() - Method in class nextapp.echo.app.button.AbstractButton
Returns the foreground color of the button when the mouse cursor is inside its bounds.
getRolloverForeground() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the rollover foreground.
getRolloverForeground() - Method in class nextapp.echo.app.Table
Return the rollover foreground color displayed when the mouse is within the bounds of a row.
getRolloverIcon() - Method in class nextapp.echo.app.button.AbstractButton
Returns the icon of the button that is displayed when the mouse cursor is inside its bounds.
getRolloverSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the selected state icon displayed when the mouse cursor is inside the bounds of the button.
getRolloverStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the default (non-selected) state icon displayed when the mouse cursor is inside the bounds of the button.
getRowCount() - Method in class nextapp.echo.app.table.DefaultTableModel
 
getRowCount() - Method in interface nextapp.echo.app.table.TableModel
Returns the number of rows in the table.
getRowHeight(int) - Method in class nextapp.echo.app.Grid
Returns the height of the specified row.
getRowSpan() - Method in class nextapp.echo.app.layout.GridLayoutData
Returns the row span of the cell.
getSelectedIndex() - Method in class nextapp.echo.app.SelectField
Returns the index of the currently selected item.
getSelectedIndices() - Method in class nextapp.echo.app.ListBox
Returns all selected indices.
getSelectedItem() - Method in class nextapp.echo.app.SelectField
Returns the currently selected item.
getSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the selected state icon.
getSelectedValue() - Method in class nextapp.echo.app.ListBox
Returns the selected item.
getSelectedValues() - Method in class nextapp.echo.app.ListBox
Returns all selected items.
getSelectionBackground() - Method in class nextapp.echo.app.Table
Returns the row selection background color.
getSelectionBackgroundImage() - Method in class nextapp.echo.app.Table
Returns the row selection background image.
getSelectionFont() - Method in class nextapp.echo.app.Table
Returns the row selection font.
getSelectionForeground() - Method in class nextapp.echo.app.Table
Returns the row selection foreground color.
getSelectionMode() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
getSelectionMode() - Method in interface nextapp.echo.app.list.ListSelectionModel
Returns the selection mode.
getSelectionMode() - Method in class nextapp.echo.app.ListBox
Returns the selection mode.
getSelectionModel() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the selection model.
getSelectionModel() - Method in class nextapp.echo.app.Table
Returns the row selection model.
getSeparatorColor() - Method in class nextapp.echo.app.SplitPane
Returns the color of the pane separator.
getSeparatorHeight() - Method in class nextapp.echo.app.SplitPane
Returns the height of the pane separator.
getSeparatorHorizontalImage() - Method in class nextapp.echo.app.SplitPane
Returns the fill image of the pane separator that is displayed when the SplitPane has a horizontal orientation.
getSeparatorHorizontalRolloverImage() - Method in class nextapp.echo.app.SplitPane
Returns the rollover fill image of the pane separator that is displayed when the SplitPane has a horizontal orientation.
getSeparatorPosition() - Method in class nextapp.echo.app.SplitPane
Returns the position of the pane separator.
getSeparatorRolloverColor() - Method in class nextapp.echo.app.SplitPane
Returns the color of the pane separator.
getSeparatorVerticalImage() - Method in class nextapp.echo.app.SplitPane
Returns the fill image of the pane separator that is displayed when the SplitPane has a vertical orientation.
getSeparatorVerticalRolloverImage() - Method in class nextapp.echo.app.SplitPane
Returns the rollover fill image of the pane separator that is displayed when the SplitPane has a vertical orientation.
getSeparatorWidth() - Method in class nextapp.echo.app.SplitPane
Returns the width of the pane separator.
getServerUpdateManager() - Method in class nextapp.echo.app.update.UpdateManager
Returns the ServerUpdateManager, which is responsible for queuing server-side updates and rendering them to the client.
getSides() - Method in class nextapp.echo.app.Border
Returns the sides of the border.
getSize() - Method in class nextapp.echo.app.Border
Returns the border size.
getSize() - Method in class nextapp.echo.app.Border.Side
Returns the border side size.
getSize() - Method in class nextapp.echo.app.Font
Returns the size of the font.
getSize() - Method in class nextapp.echo.app.Grid
Returns the number of columns or rows in the Grid.
getStateAlignment() - Method in class nextapp.echo.app.button.ToggleButton
Returns the alignment of the state icon relative to the button's text/icon.
getStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
Returns the default (non-selected) state icon.
getStateMargin() - Method in class nextapp.echo.app.button.ToggleButton
Returns the margin size between the state icon and the toggle button's icon and/or text.
getStatePosition() - Method in class nextapp.echo.app.button.ToggleButton
Returns the position of the state icon relative to the button's text/icon.
getStyle(Class, String) - Method in class nextapp.echo.app.ApplicationInstance
Retrieves the style for the specified specified class of component / style name.
getStyle() - Method in class nextapp.echo.app.Border
Returns the border style.
getStyle() - Method in class nextapp.echo.app.Border.Side
Returns the border side style.
getStyle() - Method in class nextapp.echo.app.Component
Returns the shared Style object assigned to this Component.
getStyle(String, Class, boolean) - Method in class nextapp.echo.app.MutableStyleSheet
 
getStyle(String, Class, boolean) - Method in interface nextapp.echo.app.StyleSheet
Retrieves the appropriate style for the specified component class and style name.
getStyleConstantName(String) - Method in class nextapp.echo.app.reflect.ComponentIntrospector
Returns the name of the style constant for the given property name.
getStyleName() - Method in class nextapp.echo.app.Component
Returns the name of the Style in the ApplicationInstance'sStyleSheet from which the renderer will retrieve properties.
getStyleNames() - Method in class nextapp.echo.app.MutableStyleSheet
 
getStyleNames() - Method in interface nextapp.echo.app.StyleSheet
Retrieves the names of all styles present in the StyleSheet
getStyleSheet() - Method in class nextapp.echo.app.ApplicationInstance
Returns the application-wide StyleSheet, if present.
getTableCellRendererComponent(Table, Object, int, int) - Method in class nextapp.echo.app.table.DefaultTableCellRenderer
Returns a Label containing the toString() value of the model value.
getTableCellRendererComponent(Table, Object, int, int) - Method in interface nextapp.echo.app.table.TableCellRenderer
Returns a component that will be displayed at the specified coordinate in the table.
getText() - Method in class nextapp.echo.app.button.AbstractButton
Returns the text label of the button.
getText() - Method in class nextapp.echo.app.Label
Returns the text of the label.
getText() - Method in interface nextapp.echo.app.text.Document
Returns the text of the document.
getText() - Method in class nextapp.echo.app.text.StringDocument
Returns the text held in the document.
getText() - Method in class nextapp.echo.app.text.TextComponent
Returns the text contained in the Document model of this text component.
getTextAlignment() - Method in class nextapp.echo.app.button.AbstractButton
Returns the alignment of the text relative to the icon.
getTextAlignment() - Method in class nextapp.echo.app.Label
Returns the alignment of the text relative to the icon.
getTextPosition() - Method in class nextapp.echo.app.button.AbstractButton
Returns the position of the text relative to the icon.
getTextPosition() - Method in class nextapp.echo.app.Label
Returns the position of the text relative to the icon.
getTitle() - Method in class nextapp.echo.app.Window
Returns the window title.
getTitle() - Method in class nextapp.echo.app.WindowPane
Returns the title of the WindowPane.
getTitleBackground() - Method in class nextapp.echo.app.WindowPane
Returns the background color of the title region.
getTitleBackgroundImage() - Method in class nextapp.echo.app.WindowPane
Returns the background image of the title region.
getTitleFont() - Method in class nextapp.echo.app.WindowPane
Returns the font of the title region.
getTitleForeground() - Method in class nextapp.echo.app.WindowPane
Returns the foreground color of the title region.
getTitleHeight() - Method in class nextapp.echo.app.WindowPane
Returns the height of the title region.
getTitleInsets() - Method in class nextapp.echo.app.WindowPane
Returns the insets of the title region.
getToIndex() - Method in class nextapp.echo.app.event.TableColumnModelEvent
Returns the index to which the column was moved or added.
getToolTipText() - Method in class nextapp.echo.app.button.AbstractButton
Returns the tool tip text (displayed when the mouse cursor is hovered over the component).
getToolTipText() - Method in class nextapp.echo.app.Label
Returns the tool tip text (displayed when the mouse cursor is hovered over the component).
getToolTipText() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the tool tip text (displayed when the mouse cursor is hovered over the component).
getToolTipText() - Method in class nextapp.echo.app.text.TextComponent
Returns the tool tip text (displayed when the mouse cursor is hovered over the component).
getTop() - Method in class nextapp.echo.app.Insets
Returns the size of the top margin.
getTransformerFactory() - Static method in class nextapp.echo.app.util.DomUtil
Retrieves a thread-specific TransformerFactory.
getType() - Method in class nextapp.echo.app.event.ListDataEvent
Returns the type of the event
getType() - Method in class nextapp.echo.app.event.TableModelEvent
Returns the type of update that occurred.
getTypeface() - Method in class nextapp.echo.app.Font
Returns the typeface of the font.
getTypeHierarchy(String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
Returns a parent type hierarchy as an array containing the provided type and all of its parent types (excluding java.lang.Object).
getUnits() - Method in class nextapp.echo.app.Extent
Returns the units of the Extent.
getUpdatedLayoutDataChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns the child components whose LayoutData properties have been updated.
getUpdatedProperty(String) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns a PropertyUpdate describing an update to the property with the given name.
getUpdatedPropertyNames() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Returns the names of all properties being updated in this update.
getUpdateManager() - Method in class nextapp.echo.app.ApplicationInstance
Retrieves the UpdateManager being used to manage the client/server synchronization of this ApplicationInstance
getUri() - Method in class nextapp.echo.app.HttpImageReference
Returns the URI from which the image may be obtained.
getValue() - Method in class nextapp.echo.app.Extent
Returns the value of the Extent.
getValue(int) - Method in class nextapp.echo.app.MutableStyle.IndexedPropertyValue
Returns the value at the specified index.
getValueAt(int, int) - Method in class nextapp.echo.app.table.DefaultTableModel
 
getValueAt(int, int) - Method in interface nextapp.echo.app.table.TableModel
Returns the value found at the given coordinate within the table.
getVertical() - Method in class nextapp.echo.app.Alignment
Returns the vertical setting of this Alignment.
getVerticalOffset() - Method in class nextapp.echo.app.FillImage
Returns the vertical offset of the fill image.
getVerticalScroll() - Method in class nextapp.echo.app.ContentPane
Returns the vertical scrollbar position.
getVerticalScroll() - Method in class nextapp.echo.app.text.TextComponent
Returns the vertical scroll bar position.
getVisibleComponent(int) - Method in class nextapp.echo.app.Component
Returns the nth immediate visible child Component.
getVisibleComponentCount() - Method in class nextapp.echo.app.Component
Returns the number of visible immediate child Components.
getVisibleComponents() - Method in class nextapp.echo.app.Component
Returns an array of all visible immediate child Components.
getWidth() - Method in class nextapp.echo.app.AwtImageReference
 
getWidth() - Method in class nextapp.echo.app.button.AbstractButton
Returns the width of the button.
getWidth() - Method in class nextapp.echo.app.Grid
Returns the overall width of the grid.
getWidth() - Method in class nextapp.echo.app.HttpImageReference
 
getWidth() - Method in interface nextapp.echo.app.ImageReference
Returns the width of the image, or null if the size is unknown.
getWidth() - Method in class nextapp.echo.app.layout.RowLayoutData
Returns the width of the cell.
getWidth() - Method in class nextapp.echo.app.list.AbstractListComponent
Returns the width.
getWidth() - Method in class nextapp.echo.app.Panel
Returns the width.
getWidth() - Method in class nextapp.echo.app.ResourceImageReference
 
getWidth() - Method in class nextapp.echo.app.StreamImageReference
 
getWidth() - Method in class nextapp.echo.app.Table
Returns the overall width of the grid.
getWidth() - Method in class nextapp.echo.app.table.TableColumn
Returns the width of the column.
getWidth() - Method in class nextapp.echo.app.text.TextComponent
Returns the width of the text component.
getWidth() - Method in class nextapp.echo.app.WindowPane
Returns the configured width of the overall window, including its border.
getWriteMethod(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Returns a write (setter) method for a specific property.
getZIndex() - Method in class nextapp.echo.app.WindowPane
Returns the z-index of the window with respect to its parent ContentPane.
GREEN - Static variable in class nextapp.echo.app.Color
The color green.
Grid - Class in nextapp.echo.app
Grid component: a layout container which displays children in a grid.
Grid() - Constructor for class nextapp.echo.app.Grid
Creates a new horizontally-oriented Grid with the default size (2).
Grid(int) - Constructor for class nextapp.echo.app.Grid
Creates a new horizontally-oriented Grid with the specified size.
GridLayoutData - Class in nextapp.echo.app.layout
A LayoutData object used to describe how a Component is rendered within a Grid.
GridLayoutData() - Constructor for class nextapp.echo.app.layout.GridLayoutData
 
GridLayoutDataPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for GridLayoutData properties.
GridLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.GridLayoutDataPeer
 

H

hasActionListeners() - Method in class nextapp.echo.app.button.AbstractButton
Determines if the button has any ActionListeners registered.
hasActionListeners() - Method in class nextapp.echo.app.list.AbstractListComponent
Determines the any ActionListeners are registered.
hasActionListeners() - Method in class nextapp.echo.app.Table
Determines the any ActionListeners are registered.
hasActionListeners() - Method in class nextapp.echo.app.text.TextComponent
Determines the any ActionListeners are registered.
hasAddedChild(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the specified component has been added as a child in this update.
hasAddedChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the update is adding any children to the parent component.
hasEventListenerList() - Method in class nextapp.echo.app.Component
Determines if a local EventListenerList exists.
hasFillImages() - Method in class nextapp.echo.app.FillImageBorder
Determines if the border has any fill images configured.
hashCode() - Method in class nextapp.echo.app.Color
 
hashCode() - Method in class nextapp.echo.app.list.DefaultListModel
 
hashCode() - Method in class nextapp.echo.app.ResourceImageReference
 
hasInput(String) - Method in class nextapp.echo.app.update.ClientComponentUpdate
Determines if an input was posted with the specified property name.
hasQueuedTasks() - Method in class nextapp.echo.app.ApplicationInstance
Determines if there are any queued tasks in any of the task queues associated with this ApplicationInstance.
hasRemovedChild(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the specified child was removed from the parent component.
hasRemovedChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the update is removing children from the parent component.
hasRemovedDescendant(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the specified component is a removed child or descendant of the parent component.
hasRemovedDescendants() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the update is removing children from the parent that have descendants.
hasTaskQueues() - Method in class nextapp.echo.app.ApplicationInstance
Determines if this ApplicationInstance currently has any active tasks queues, which might be monitoring external events.
hasUpdatedLayoutDataChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the update has child components whose LayoutData states have changed.
hasUpdatedProperties() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the update is updating properties of the parent component.
hasUpdatedProperty(String) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Determines if the update is updating a specific property of the parent component.
hasValue(int) - Method in class nextapp.echo.app.MutableStyle.IndexedPropertyValue
Determines if a value is set at the specified index.
HEADER_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
 
HEADER_ROW - Static variable in class nextapp.echo.app.event.TableModelEvent
A value row-describing parameters/properties, (i.e., row, firstRow, and lastRow) indicating the table header was affected.
HEADER_ROW - Static variable in class nextapp.echo.app.Table
 
HEADER_VALUE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
 
HEADER_VISIBLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
HELVETICA - Static variable in class nextapp.echo.app.Font
 
HIDE_ON_CLOSE - Static variable in class nextapp.echo.app.WindowPane
A constant for the defaultCloseOperation property indicating that a window should be hidden when the user attempts to close it.
HttpImageReference - Class in nextapp.echo.app
A reference to an image that may be retrieved through an HTTP request.
HttpImageReference(String) - Constructor for class nextapp.echo.app.HttpImageReference
Creates a reference to an image at the specified URI of unknown size.
HttpImageReference(String, Extent, Extent) - Constructor for class nextapp.echo.app.HttpImageReference
Creates a reference to an image at the specified URI of the given width and height.

I

ID_STRING - Static variable in class nextapp.echo.app.ApplicationInstance
The name and version of the Echo API in use.
IDENTIFIER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
 
IllegalChildException - Exception in nextapp.echo.app
An exception thrown when attempting to add a child to the component hierarchy where either the parent is incompatible with the child or the child is incompatible with the parent.
IllegalChildException(Component, Component) - Constructor for exception nextapp.echo.app.IllegalChildException
Creates a new IllegalChildException.
ImageReference - Interface in nextapp.echo.app
A representation of an image / picture.
ImageReferencePeer - Interface in nextapp.echo.app.serial.property
Additional interface for ImageReference SerialPropertyPeers.
IN - Static variable in class nextapp.echo.app.Extent
Inch units.
indexOf(Component) - Method in class nextapp.echo.app.Component
Determines the index of the given Component within the children of this Component.
indexOf(Object) - Method in class nextapp.echo.app.list.DefaultListModel
Returns the index of the specified item.
init() - Method in class nextapp.echo.app.ApplicationInstance
Invoked to initialize the application, returning the default window.
init() - Method in class nextapp.echo.app.Component
Life-cycle method invoked when the Component is added to a registered hierarchy.
init(ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectorFactory
Initializes an IntrospectorFactory for a specific ClassLoader This method must be invoked before any calls to get() if manual initialization is enabled.
init(ClientUpdateManager) - Method in class nextapp.echo.app.update.ServerUpdateManager
Initialization life-cycle method.
INPUT_ACTION - Static variable in class nextapp.echo.app.button.AbstractButton
 
INPUT_ACTION - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
INPUT_ACTION - Static variable in class nextapp.echo.app.Table
 
INPUT_ACTION - Static variable in class nextapp.echo.app.text.TextComponent
 
INPUT_CLOSE - Static variable in class nextapp.echo.app.WindowPane
 
INSERT - Static variable in class nextapp.echo.app.event.TableModelEvent
An event type indicating one or more table rows were inserted.
insertRow(int, Object[]) - Method in class nextapp.echo.app.table.DefaultTableModel
Inserts a row containing the provided data.
Insets - Class in nextapp.echo.app
A property which describes an "inset" within a rectangular region.
Insets(int, int, int, int) - Constructor for class nextapp.echo.app.Insets
Creates a new Insets object with the given pixel margin sizes.
Insets(Extent, Extent, Extent, Extent) - Constructor for class nextapp.echo.app.Insets
Creates a new Insets object with the given margin sizes.
Insets(int) - Constructor for class nextapp.echo.app.Insets
Creates a new Insets object, defining all margins to be the provided value.
Insets(Extent) - Constructor for class nextapp.echo.app.Insets
Creates a new Insets object, defining all margins to be the provided value.
Insets(int, int) - Constructor for class nextapp.echo.app.Insets
Creates a new Insets object by defining values for the horizontal and vertical margins.
Insets(Extent, Extent) - Constructor for class nextapp.echo.app.Insets
Creates a new Insets object by defining values for the horizontal and vertical margins.
InsetsPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Insets properties.
InsetsPeer() - Constructor for class nextapp.echo.app.serial.property.InsetsPeer
 
IntegerPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Integer properties.
IntegerPeer() - Constructor for class nextapp.echo.app.serial.property.IntegerPeer
 
INTERVAL_ADDED - Static variable in class nextapp.echo.app.event.ListDataEvent
An event type indicating items were added to the list.
INTERVAL_REMOVED - Static variable in class nextapp.echo.app.event.ListDataEvent
An event type indicating items were removed from the list.
intervalAdded(ListDataEvent) - Method in interface nextapp.echo.app.event.ListDataListener
Indicates that one or more items have been added to the list.
intervalRemoved(ListDataEvent) - Method in interface nextapp.echo.app.event.ListDataListener
Indicates that one or more items have been removed from the list.
IntrospectionUtil - Class in nextapp.echo.app.reflect
Provides stateless utilities used for object introspection.
IntrospectionUtil() - Constructor for class nextapp.echo.app.reflect.IntrospectionUtil
 
IntrospectorFactory - Class in nextapp.echo.app.reflect
Factory for creating ClassLoader-specific ObjectIntrospector instances.
IntrospectorFactory() - Constructor for class nextapp.echo.app.reflect.IntrospectorFactory
 
invalidate() - Method in class nextapp.echo.app.Table
Marks the table as needing to be re-rendered.
isAncestorOf(Component) - Method in class nextapp.echo.app.Component
Determines if this Component is or is an ancestor of the specified Component.
isAssignableFrom(String, String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
Determines if the type specified by testType can be assigned to objects of the type specified by baseType.
isAutoCreateColumnsFromModel() - Method in class nextapp.echo.app.Table
Determines whether the TableColumnModel will be created automatically from the TableModel.
isAutoPositioned() - Method in class nextapp.echo.app.SplitPane
Determines if the SplitPane is auto-positioned.
isBold() - Method in class nextapp.echo.app.Font
Determines whether the font is bold.
isClosable() - Method in class nextapp.echo.app.WindowPane
Determines if the window is closable via a provided close button in the title bar.
isComparableTo(Extent) - Method in class nextapp.echo.app.Extent
Determines whether this Extent can be compared to another Extent to determine which is a greater length.
isEditable() - Method in class nextapp.echo.app.text.TextComponent
Determines the editable state of this component.
isEmpty() - Method in class nextapp.echo.app.update.ServerUpdateManager
Determines if the manager has no updates.
isEnabled() - Method in class nextapp.echo.app.Component
Determines the enabled state of this Component.
isEnglish() - Method in class nextapp.echo.app.Extent
Determines if the Extent has English units, i.e., the units are of type IN (inches), PC (picas), or PT (points).
isEventObject(Class) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
Determines if the provided Class is a java.util.EventObject.
isFocusedEnabled() - Method in class nextapp.echo.app.button.AbstractButton
Determines if focused effects are enabled.
isFocusTraversalParticipant() - Method in class nextapp.echo.app.Component
Determines if the Component participates in (tab) focus traversal.
isFormatWhitespace() - Method in class nextapp.echo.app.Label
Determines if the text of the label should be formatted in case the target renderer does not preserve whitespace.
isFullRefreshRequired() - Method in class nextapp.echo.app.update.ServerUpdateManager
Determines if a full refresh of the client state is required.
isHeaderVisible() - Method in class nextapp.echo.app.Table
Determines if the table header is visible.
isIndexedProperty(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Determines whether a property is an indexed property.
isIndexedPropertySet(String, int) - Method in class nextapp.echo.app.DerivedMutableStyle
 
isIndexedPropertySet(String, int) - Method in class nextapp.echo.app.MutableStyle
 
isIndexedPropertySet(String, int) - Method in interface nextapp.echo.app.Style
Determines if a particular index of an indexed property is set.
isItalic() - Method in class nextapp.echo.app.Font
Determines whether the font is italicized.
isLeftToRight() - Method in class nextapp.echo.app.LayoutDirection
Determines if the LayoutDirection is left-to-right.
isLineThrough() - Method in class nextapp.echo.app.Font
Determines whether the font has line-through enabled.
isLineWrap() - Method in class nextapp.echo.app.button.AbstractButton
Determines if the text of the button should wrap in the event that horizontal space is limited.
isLineWrap() - Method in class nextapp.echo.app.Label
Determines if the text of the label should wrap in the event that horizontal space is limited.
isMaximizeEnabled() - Method in class nextapp.echo.app.WindowPane
Determines if the window can be maximized via a provided close button in the title bar.
isMinimizeEnabled() - Method in class nextapp.echo.app.WindowPane
Determines if the window can be minimized via a provided close button in the title bar.
isModal() - Method in interface nextapp.echo.app.ModalSupport
Determines the modal state of this component.
isModal() - Method in class nextapp.echo.app.WindowPane
 
isMovable() - Method in class nextapp.echo.app.WindowPane
Determines if the window is movable.
isMultisided() - Method in class nextapp.echo.app.Border
Determines if the border is multisided.
isOverline() - Method in class nextapp.echo.app.Font
Determines whether the font has an overline.
isPercentage() - Method in class nextapp.echo.app.Extent
Determines if the Extent has percentage-based units.
isPlain() - Method in class nextapp.echo.app.Font
Determines whether the font is plain (i.e., the font has no style attributes set).
isPressedEnabled() - Method in class nextapp.echo.app.button.AbstractButton
Determines if pressed effects are enabled.
isPrint() - Method in class nextapp.echo.app.Extent
Determines if this Extent has 'print' based units, i.e., the units are in real dimensions, such as SI or English values, rather than screen-based units such as pixels or percentages.
isPropertySet(String) - Method in class nextapp.echo.app.DerivedMutableStyle
 
isPropertySet(String) - Method in class nextapp.echo.app.MutableStyle
 
isPropertySet(String) - Method in interface nextapp.echo.app.Style
Determines if a particular property is set.
isRegistered() - Method in class nextapp.echo.app.Component
Determines if the Component is registered to an ApplicationInstance.
isRenderEnabled() - Method in class nextapp.echo.app.Component
Determines whether this Component should be rendered with an enabled state.
isRenderVisible() - Method in class nextapp.echo.app.Component
Determines if the Component and all of its parents are visible.
isResizable() - Method in class nextapp.echo.app.SplitPane
Determines if the SplitPane is resizable.
isResizable() - Method in class nextapp.echo.app.WindowPane
Determines if the window is resizable.
isRolloverEnabled() - Method in class nextapp.echo.app.button.AbstractButton
Determines if rollover effects are enabled.
isRolloverEnabled() - Method in class nextapp.echo.app.list.AbstractListComponent
Determines if rollover effects are enabled.
isRolloverEnabled() - Method in class nextapp.echo.app.Table
Determines if rollover effects are enabled.
isSelected() - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
 
isSelected() - Method in class nextapp.echo.app.button.ToggleButton
Determines the selection state.
isSelected() - Method in interface nextapp.echo.app.button.ToggleButtonModel
Returns the selection state.
isSelectedIndex(int) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
isSelectedIndex(int) - Method in interface nextapp.echo.app.list.ListSelectionModel
Determines whether an index is selected.
isSelectedIndex(int) - Method in class nextapp.echo.app.ListBox
Determines whether an index is selected.
isSelectionEmpty() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
isSelectionEmpty() - Method in interface nextapp.echo.app.list.ListSelectionModel
Determines if no items are selected.
isSelectionEnabled() - Method in class nextapp.echo.app.Table
Determines if selection is enabled.
isSeparatorVisible(boolean) - Method in class nextapp.echo.app.SplitPane
Determines if the separator should be rendered visible.
isSI() - Method in class nextapp.echo.app.Extent
Determines if the Extent has SI (Metric) units, i.e., the units are of type MM (millimeters) or CM (centimeters).
isSuperType(String, String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
Determines if superClass is a superclass of testClass.
isUnderline() - Method in class nextapp.echo.app.Font
Determines whether the font is underlined.
isValidChild(Component) - Method in class nextapp.echo.app.button.AbstractButton
This component does not support children.
isValidChild(Component) - Method in class nextapp.echo.app.Component
Determines if a given Component is valid to be added as a child to this Component.
isValidChild(Component) - Method in class nextapp.echo.app.Composite
Allow at most one child component.
isValidChild(Component) - Method in class nextapp.echo.app.ContentPane
 
isValidChild(Component) - Method in class nextapp.echo.app.Label
This component does not support children.
isValidChild(Component) - Method in class nextapp.echo.app.list.AbstractListComponent
This component does not support children.
isValidChild(Component) - Method in class nextapp.echo.app.SplitPane
No more than two children may be added.
isValidChild(Component) - Method in class nextapp.echo.app.text.TextComponent
This component does not support children.
isValidChild(Component) - Method in class nextapp.echo.app.Window
 
isValidChild(Component) - Method in class nextapp.echo.app.WindowPane
Limit content to a single child.
isValidParent(Component) - Method in class nextapp.echo.app.Component
Determines if this Component is valid to be added as a child of the given parent Component.
isValidParent(Component) - Method in class nextapp.echo.app.ContentPane
 
isValidParent(Component) - Method in class nextapp.echo.app.SplitPane
 
isValidParent(Component) - Method in class nextapp.echo.app.Window
Reject all parents (Window may only be used as a top-level component).
isValidParent(Component) - Method in class nextapp.echo.app.WindowPane
Only allow ContentPanes as parents.
isVisible() - Method in class nextapp.echo.app.Component
Returns the visibility state of this Component.
ITALIC - Static variable in class nextapp.echo.app.Font
A style value indicating bold.

L

Label - Class in nextapp.echo.app
Label component: displays a text string, an icon, or both.
Label() - Constructor for class nextapp.echo.app.Label
Creates a label with no text or icon.
Label(String) - Constructor for class nextapp.echo.app.Label
Creates a label with text.
Label(ImageReference) - Constructor for class nextapp.echo.app.Label
Creates a label with an icon.
Label(String, ImageReference) - Constructor for class nextapp.echo.app.Label
Creates a label with text and an icon.
LAYOUT_DIRECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for layout direction changes.
LayoutData - Interface in nextapp.echo.app
Describes the interface between a child Component and its parent Component.
LayoutDataPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for LayoutData properties.
LayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.LayoutDataPeer
 
LayoutDirection - Class in nextapp.echo.app
Describes the layout direction of text and content to provide support for bidirectional localization.
LEADING - Static variable in class nextapp.echo.app.Alignment
Specifies leading alignment (left in LTR languages, right in RTL languages).
LEFT - Static variable in class nextapp.echo.app.Alignment
Specifies left alignment.
LEFT - Static variable in class nextapp.echo.app.FillImageBorder
 
LIGHTGRAY - Static variable in class nextapp.echo.app.Color
The color light gray.
LINE_THROUGH - Static variable in class nextapp.echo.app.Font
A style value indicating line-through.
LIST_CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
LIST_DATA_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
LIST_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
ListBox - Class in nextapp.echo.app
ListBox component: a selection component which displays selection items in a list.
ListBox() - Constructor for class nextapp.echo.app.ListBox
Creates an empty ListBox.
ListBox(ListModel) - Constructor for class nextapp.echo.app.ListBox
Creates a ListBox visualizing the specified model.
ListBox(ListModel, ListSelectionModel) - Constructor for class nextapp.echo.app.ListBox
Creates a ListBox visualizing the specified ListModel and describing selections using the specified ListSelectionModel.
ListBox(Object[]) - Constructor for class nextapp.echo.app.ListBox
Creates a ListBox with a DefaultListModel that initially contains the specified array of items.
ListCellRenderer - Interface in nextapp.echo.app.list
Renders an item in a list.
ListDataEvent - Class in nextapp.echo.app.event
An event describing an update to items in a list.
ListDataEvent(Object, int, int, int) - Constructor for class nextapp.echo.app.event.ListDataEvent
Creates a new ListDataEvent
ListDataListener - Interface in nextapp.echo.app.event
The listener interface for receiving ListDataEvents.
listenerList - Variable in class nextapp.echo.app.table.DefaultTableColumnModel
A listener storage facility.
listenerList - Variable in class nextapp.echo.app.text.AbstractDocument
Listener storage facility.
ListModel - Interface in nextapp.echo.app.list
A data model for list type components (SelectFields and ListBoxes).
ListSelectionModel - Interface in nextapp.echo.app.list
A representation of the selected items in a list component.
load(String, ClassLoader) - Static method in class nextapp.echo.app.serial.StyleSheetLoader
Parses an XML style sheet and returns a StyleSheet instance.
load(InputStream, ClassLoader) - Static method in class nextapp.echo.app.serial.StyleSheetLoader
Parses an XML style sheet and returns a StyleSheet instance.
loadProperties(String, ClassLoader) - Static method in class nextapp.echo.app.util.PropertiesDiscovery
Returns a map containing the contents of all property files with the specified resource name.
loadStyle(SerialContext, String, Element) - Method in class nextapp.echo.app.serial.Serializer
Creates a Style object based on an XML property container.
LOCALE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.ApplicationInstance
 
LOCALE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for locale changes.
Log - Class in nextapp.echo.app.util
Trivial internal logging for Echo framework, dumps messages to System.err.
log(String) - Static method in class nextapp.echo.app.util.Log
Writes a message to the log.
log(String, Throwable) - Static method in class nextapp.echo.app.util.Log
Writes a message and exception to the log.
LTR - Static variable in class nextapp.echo.app.LayoutDirection
 

M

MAGENTA - Static variable in class nextapp.echo.app.Color
The color magenta.
MapPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for Map properties.
MapPeer() - Constructor for class nextapp.echo.app.serial.property.MapPeer
 
MM - Static variable in class nextapp.echo.app.Extent
Millimeter units.
MODAL_CHANGED_PROPERTY - Static variable in interface nextapp.echo.app.ModalSupport
Constant for modal state property change notifications.
MODAL_COMPONENTS_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.ApplicationInstance
 
ModalSupport - Interface in nextapp.echo.app
An interface for Components which support a modal state.
MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
MODEL_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
 
MONOSPACE - Static variable in class nextapp.echo.app.Font
 
moveColumn(int, int) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
moveColumn(int, int) - Method in interface nextapp.echo.app.table.TableColumnModel
Moves a table column to a new index within the model.
MULTIPLE_SELECTION - Static variable in interface nextapp.echo.app.list.ListSelectionModel
 
MutableStyle - Class in nextapp.echo.app
A Style implementation which may be modified.
MutableStyle() - Constructor for class nextapp.echo.app.MutableStyle
Default constructor.
MutableStyle.IndexedPropertyValue - Class in nextapp.echo.app
A value object which stores the indexed values of a property.
MutableStyle.IndexedPropertyValue() - Constructor for class nextapp.echo.app.MutableStyle.IndexedPropertyValue
 
MutableStyleSheet - Class in nextapp.echo.app
A mutable implementation of a StyleSheet.
MutableStyleSheet() - Constructor for class nextapp.echo.app.MutableStyleSheet
 

N

nextapp.echo.app - package nextapp.echo.app
Provides the core classes and components for creating Echo applications.
nextapp.echo.app.button - package nextapp.echo.app.button
Provides supporting classes for button components including Button, CheckBox, and RadioButton.
nextapp.echo.app.event - package nextapp.echo.app.event
Provides core events, listener interfaces, and event management classes.
nextapp.echo.app.layout - package nextapp.echo.app.layout
Provides LayoutData implementations which serve to describe the interface between a Component and its parent.
nextapp.echo.app.list - package nextapp.echo.app.list
Provides supporting classes for selection list components including SelectField and ListBox.
nextapp.echo.app.reflect - package nextapp.echo.app.reflect
Provides utilities for performing introspection on Echo component and object classes.
nextapp.echo.app.serial - package nextapp.echo.app.serial
Provides classes for serializing component states to and from XML.
nextapp.echo.app.serial.property - package nextapp.echo.app.serial.property
Provides peers to serialize various property types to and from XML.
nextapp.echo.app.table - package nextapp.echo.app.table
Provides supporting classes for Table components.
nextapp.echo.app.text - package nextapp.echo.app.text
Provides supporting classes for text extry components, such as TextField and TextArea.
nextapp.echo.app.update - package nextapp.echo.app.update
Provides support for synchronizing the state of the server-side application with the client environment.
nextapp.echo.app.util - package nextapp.echo.app.util
Provides utility classes.
NO_REPEAT - Static variable in class nextapp.echo.app.FillImage
Repeat constant value indicating no repetition.

O

ObjectIntrospector - Class in nextapp.echo.app.reflect
Provides introspection/reflection capabilities for components, proeprties, and layout data objects.
ObjectIntrospector(String, ClassLoader) - Constructor for class nextapp.echo.app.reflect.ObjectIntrospector
Creates a new ObjectIntrospector for the specified type.
ORANGE - Static variable in class nextapp.echo.app.Color
The color orange.
ORIENTATION_HORIZONTAL - Static variable in class nextapp.echo.app.Grid
Constant value for orientation property indicating cells should be laid out horizontally and then vertically.
ORIENTATION_HORIZONTAL - Static variable in class nextapp.echo.app.SplitPane
Shorthand for ORIENTATION_HORIZONTAL_LEADING_TRAILING.
ORIENTATION_HORIZONTAL_LEADING_TRAILING - Static variable in class nextapp.echo.app.SplitPane
An orientation constant indicating that the SplitPane should be laid out horizontally with the first (fixed-size) pane in the leading position.
ORIENTATION_HORIZONTAL_LEFT_RIGHT - Static variable in class nextapp.echo.app.SplitPane
An orientation constant indicating that the SplitPane should be laid out horizontally with the first (fixed-size) pane in the left position.
ORIENTATION_HORIZONTAL_RIGHT_LEFT - Static variable in class nextapp.echo.app.SplitPane
An orientation constant indicating that the SplitPane should be laid out horizontally with the first (fixed-size) pane in the right position.
ORIENTATION_HORIZONTAL_TRAILING_LEADING - Static variable in class nextapp.echo.app.SplitPane
An orientation constant indicating that the SplitPane should be laid out horizontally with the first (fixed-size) pane in the trailing position.
ORIENTATION_VERTICAL - Static variable in class nextapp.echo.app.Grid
Constant value for orientation property indicating cells should be laid out vertically and then horizontally.
ORIENTATION_VERTICAL - Static variable in class nextapp.echo.app.SplitPane
Shorthand for ORIENTATION_VERTICAL_TOP_BOTTOM.
ORIENTATION_VERTICAL_BOTTOM_TOP - Static variable in class nextapp.echo.app.SplitPane
An orientation constant indicating that the SplitPane should be laid out vertically with the first (fixed-size) pane in the bottom position.
ORIENTATION_VERTICAL_TOP_BOTTOM - Static variable in class nextapp.echo.app.SplitPane
An orientation constant indicating that the SplitPane should be laid out vertically with the first (fixed-size) pane in the top position.
OUTPUT_PROPERTIES_INDENT - Static variable in class nextapp.echo.app.util.DomUtil
 
OVERFLOW_AUTO - Static variable in class nextapp.echo.app.ContentPane
 
OVERFLOW_AUTO - Static variable in class nextapp.echo.app.layout.SplitPaneLayoutData
 
OVERFLOW_HIDDEN - Static variable in class nextapp.echo.app.ContentPane
 
OVERFLOW_HIDDEN - Static variable in class nextapp.echo.app.layout.SplitPaneLayoutData
 
OVERFLOW_SCROLL - Static variable in class nextapp.echo.app.ContentPane
 
OVERFLOW_SCROLL - Static variable in class nextapp.echo.app.layout.SplitPaneLayoutData
 
OVERLINE - Static variable in class nextapp.echo.app.Font
A style value indicating overline.

P

Pane - Interface in nextapp.echo.app
Marker interface describing a Component which fills a region.
PaneContainer - Interface in nextapp.echo.app
Marker interface describing a Component which may contain Panes as children.
Panel - Class in nextapp.echo.app
Panel component: a single child container.
Panel() - Constructor for class nextapp.echo.app.Panel
 
passivate() - Method in class nextapp.echo.app.ApplicationInstance
Invoked before the application is passivated (such that its state may be persisted or moved amongst VMs).
PasswordField - Class in nextapp.echo.app
PasswordField component: a single-line text input field which masks input.
PasswordField() - Constructor for class nextapp.echo.app.PasswordField
 
PC - Static variable in class nextapp.echo.app.Extent
Picas (1pc = 12pt)
PeerFactory - Class in nextapp.echo.app.util
A mechanism for retrieving instances of singleton peer objects which are defined to each support a specific Class.
PeerFactory(String, ClassLoader) - Constructor for class nextapp.echo.app.util.PeerFactory
Creates a new PeerFactory.
PERCENT - Static variable in class nextapp.echo.app.Extent
Percentage units.
PINK - Static variable in class nextapp.echo.app.Color
The color pink.
PLAIN - Static variable in class nextapp.echo.app.Font
A style value indicating no text attributes.
processApplicationPropertyUpdate(String, Object, Object) - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes an update to a property of the ApplicationInstance.
processClientUpdates() - Method in class nextapp.echo.app.update.UpdateManager
Processes client updates.
processComponentAdd(Component, Component) - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes the addition of a component to the hierarchy.
processComponentLayoutDataUpdate(Component) - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes an update to the LayoutData of a component.
processComponentPropertyUpdate(Component, String, Object, Object) - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes an update to a property of a component (other than the LayoutData property).
processComponentRemove(Component, Component) - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes the removal of a component from the hierarchy.
processComponentVisibilityUpdate(Component) - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes an update to the visible state of a component.
processFullRefresh() - Method in class nextapp.echo.app.update.ServerUpdateManager
Processes a full refresh of the application state, in response to a severe change, such as application locale or style sheet.
processInput(String, Object) - Method in class nextapp.echo.app.ApplicationInstance
Processes client input specific to the ApplicationInstance received from the UpdateManager.
processInput(String, Object) - Method in class nextapp.echo.app.button.AbstractButton
 
processInput(String, Object) - Method in class nextapp.echo.app.button.ToggleButton
 
processInput(String, Object) - Method in class nextapp.echo.app.Component
Processes client input specific to the Component received from the UpdateManager.
processInput(String, Object) - Method in class nextapp.echo.app.ContentPane
 
processInput(String, Object) - Method in class nextapp.echo.app.list.AbstractListComponent
 
processInput(String, Object) - Method in class nextapp.echo.app.SplitPane
 
processInput(String, Object) - Method in class nextapp.echo.app.Table
 
processInput(String, Object) - Method in class nextapp.echo.app.text.TextComponent
 
processInput(String, Object) - Method in class nextapp.echo.app.WindowPane
 
processQueuedTasks() - Method in class nextapp.echo.app.ApplicationInstance
Processes all queued tasks.
PropertiesDiscovery - Class in nextapp.echo.app.util
Utility class for retrieving property files matching a specific name across the CLASSPATH.
PROPERTY_ACTION_COMMAND - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_ACTION_COMMAND - Static variable in class nextapp.echo.app.Table
 
PROPERTY_ACTION_COMMAND - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_ALIGNMENT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ALIGNMENT - Static variable in class nextapp.echo.app.Row
 
PROPERTY_ALIGNMENT - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_AUTO_POSITIONED - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_BACKGROUND - Static variable in class nextapp.echo.app.Component
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.ContentPane
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.Panel
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.Column
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.Panel
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.Row
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.Table
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_BORDER - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CELL_SPACING - Static variable in class nextapp.echo.app.Column
 
PROPERTY_CELL_SPACING - Static variable in class nextapp.echo.app.Row
 
PROPERTY_CLOSABLE - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CLOSE_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CLOSE_ICON_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CLOSE_ROLLOVER_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_COLUMN_WIDTH - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_CONTENT_HEIGHT - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CONTENT_WIDTH - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CONTROLS_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_CONTROLS_SPACING - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_DEFAULT_CLOSE_OPERATION - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_DISABLED_BORDER - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_DISABLED_BORDER - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_DISABLED_BORDER - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_DISABLED_FONT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_DISABLED_FONT - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_DISABLED_FONT - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_DISABLED_ICON - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_DISABLED_SELECTED_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_DISABLED_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_EDITABLE - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_FOCUSED_BACKGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FOCUSED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FOCUSED_BORDER - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FOCUSED_ENABLED - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FOCUSED_FONT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FOCUSED_FOREGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FOCUSED_ICON - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_FONT - Static variable in class nextapp.echo.app.Component
 
PROPERTY_FOREGROUND - Static variable in class nextapp.echo.app.Component
 
PROPERTY_FORMAT_WHITESPACE - Static variable in class nextapp.echo.app.Label
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.app.Panel
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_HORIZONTAL_SCROLL - Static variable in class nextapp.echo.app.ContentPane
 
PROPERTY_HORIZONTAL_SCROLL - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_ICON - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ICON - Static variable in class nextapp.echo.app.Label
 
PROPERTY_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_ICON_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_ICON_TEXT_MARGIN - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ICON_TEXT_MARGIN - Static variable in class nextapp.echo.app.Label
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.Column
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.ContentPane
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.Panel
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.Row
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.Table
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_LAYOUT_DATA - Static variable in class nextapp.echo.app.Component
 
PROPERTY_LINE_WRAP - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_LINE_WRAP - Static variable in class nextapp.echo.app.Label
 
PROPERTY_MAXIMIZE_ENABLED - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MAXIMIZE_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MAXIMIZE_ICON_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MAXIMIZE_ROLLOVER_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MAXIMUM_HEIGHT - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MAXIMUM_LENGTH - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_MAXIMUM_WIDTH - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MINIMIZE_ENABLED - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MINIMIZE_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MINIMIZE_ICON_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MINIMIZE_ROLLOVER_ICON - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MINIMUM_HEIGHT - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MINIMUM_WIDTH - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_MODEL - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_MOVABLE - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_ORIENTATION - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_ORIENTATION - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_OVERFLOW - Static variable in class nextapp.echo.app.ContentPane
 
PROPERTY_POSITION_X - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_POSITION_Y - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_PRESSED_BACKGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_BORDER - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_ENABLED - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_FONT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_FOREGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_ICON - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_PRESSED_SELECTED_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_PRESSED_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_RESIZABLE - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_RESIZABLE - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo.app.Table
 
PROPERTY_ROLLOVER_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.Table
 
PROPERTY_ROLLOVER_BORDER - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class nextapp.echo.app.Table
 
PROPERTY_ROLLOVER_FONT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_FONT - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_ROLLOVER_FONT - Static variable in class nextapp.echo.app.Table
 
PROPERTY_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo.app.Table
 
PROPERTY_ROLLOVER_ICON - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_ROLLOVER_SELECTED_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_ROLLOVER_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_ROW_HEIGHT - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_SELECTED_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo.app.Table
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.Table
 
PROPERTY_SELECTION_ENABLED - Static variable in class nextapp.echo.app.Table
 
PROPERTY_SELECTION_FONT - Static variable in class nextapp.echo.app.Table
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo.app.Table
 
PROPERTY_SEPARATOR_COLOR - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_HEIGHT - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_HORIZONTAL_IMAGE - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_HORIZONTAL_ROLLOVER_IMAGE - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_POSITION - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_ROLLOVER_COLOR - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_VERTICAL_IMAGE - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_VERTICAL_ROLLOVER_IMAGE - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_VISIBLE - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SEPARATOR_WIDTH - Static variable in class nextapp.echo.app.SplitPane
 
PROPERTY_SIZE - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_STATE_ALIGNMENT - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_STATE_ICON - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_STATE_MARGIN - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_STATE_POSITION - Static variable in class nextapp.echo.app.button.ToggleButton
 
PROPERTY_TEXT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_TEXT - Static variable in class nextapp.echo.app.Label
 
PROPERTY_TEXT_ALIGNMENT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_TEXT_ALIGNMENT - Static variable in class nextapp.echo.app.Label
 
PROPERTY_TEXT_POSITION - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_TEXT_POSITION - Static variable in class nextapp.echo.app.Label
 
PROPERTY_TITLE - Static variable in class nextapp.echo.app.Window
 
PROPERTY_TITLE - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TITLE_BACKGROUND - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TITLE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TITLE_FONT - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TITLE_FOREGROUND - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TITLE_HEIGHT - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TITLE_INSETS - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class nextapp.echo.app.Label
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_VERTICAL_SCROLL - Static variable in class nextapp.echo.app.ContentPane
 
PROPERTY_VERTICAL_SCROLL - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.button.AbstractButton
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.Grid
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.Panel
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.Table
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.text.TextComponent
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.app.WindowPane
 
PROPERTY_Z_INDEX - Static variable in class nextapp.echo.app.WindowPane
 
PropertyPeerFactory - Interface in nextapp.echo.app.serial
Interface for factories which create SerialPropertyPeers/
PropertyUpdate - Class in nextapp.echo.app.update
A description of an update to a property of an object.
PT - Static variable in class nextapp.echo.app.Extent
Points (1pt = 1/72in).
PUBLIC_CONSTANT_MODIFERS - Static variable in class nextapp.echo.app.reflect.ObjectIntrospector
Modifier requirements for style constant name fields.
purge() - Method in class nextapp.echo.app.update.UpdateManager
Purges all client and server updates.
PX - Static variable in class nextapp.echo.app.Extent
Pixel units.

R

RadioButton - Class in nextapp.echo.app
RadioButton component: a toggle button which allows a user to select one option from a group of options.
RadioButton() - Constructor for class nextapp.echo.app.RadioButton
Creates a radio button with no text or icon.
RadioButton(String) - Constructor for class nextapp.echo.app.RadioButton
Creates a radio button with text.
RadioButton(ImageReference) - Constructor for class nextapp.echo.app.RadioButton
Creates a radio button with an icon.
RadioButton(String, ImageReference) - Constructor for class nextapp.echo.app.RadioButton
Creates a radio button with text and an icon.
RED - Static variable in class nextapp.echo.app.Color
The color red.
remove(Component) - Method in class nextapp.echo.app.Component
Removes the specified child Component from this Component.
remove(int) - Method in class nextapp.echo.app.Component
Removes the Component at the nth index.
remove(int) - Method in class nextapp.echo.app.list.DefaultListModel
Removes the item at the specified index from the model.
remove(Object) - Method in class nextapp.echo.app.list.DefaultListModel
Removes the specified item from the model.
remove(int) - Method in class nextapp.echo.app.util.ResizingArrayList
 
remove(Object) - Method in class nextapp.echo.app.util.ResizingArrayList
 
removeActionListener(ActionListener) - Method in class nextapp.echo.app.button.AbstractButton
Removes an ActionListener from being notified of user actions, i.e., button presses.
removeActionListener(ActionListener) - Method in interface nextapp.echo.app.button.ButtonModel
Removes an ActionListener from being notified of user actions, i.e., button presses.
removeActionListener(ActionListener) - Method in class nextapp.echo.app.button.DefaultButtonModel
 
removeActionListener(ActionListener) - Method in class nextapp.echo.app.list.AbstractListComponent
Removes an ActionListener from the list component.
removeActionListener(ActionListener) - Method in class nextapp.echo.app.Table
Removes an ActionListener from the Table.
removeActionListener(ActionListener) - Method in class nextapp.echo.app.text.TextComponent
Removes an ActionListener from the TextField.
removeAll() - Method in class nextapp.echo.app.Component
Removes all child Components.
removeAll() - Method in class nextapp.echo.app.list.DefaultListModel
Removes all items from the model.
removeButton(RadioButton) - Method in class nextapp.echo.app.button.ButtonGroup
Removes a RadioButton from the group.
removeChangeListener(ChangeListener) - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
 
removeChangeListener(ChangeListener) - Method in class nextapp.echo.app.button.ToggleButton
Removes a ChangeListener from being notified of state changes, i.e., to the selected state of a ToggleButton.
removeChangeListener(ChangeListener) - Method in interface nextapp.echo.app.button.ToggleButtonModel
Removes a ChangeListener from being notified of state changes, i.e., to the selected state of a ToggleButton.
removeChangeListener(ChangeListener) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
removeChangeListener(ChangeListener) - Method in interface nextapp.echo.app.list.ListSelectionModel
Removes a ChangeListener from being notified of when the selection changes.
removeChild(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Adds a description of a removed child to the ServerComponentUpdate.
removeColumn(TableColumn) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
removeColumn(TableColumn) - Method in interface nextapp.echo.app.table.TableColumnModel
Remove a table column from the model.
removeColumnModelListener(TableColumnModelListener) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
 
removeColumnModelListener(TableColumnModelListener) - Method in interface nextapp.echo.app.table.TableColumnModel
Removes a listener from being notified of updates to this TableColumnModel.
removeDescendant(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Recursive method to add descriptions of descendants which were removed.
removeDocumentListener(DocumentListener) - Method in class nextapp.echo.app.text.AbstractDocument
Removes a listener from being notified of changes to the document.
removeDocumentListener(DocumentListener) - Method in interface nextapp.echo.app.text.Document
Removes a listener from being notified of changes to the document.
removeIndexedProperty(String, int) - Method in class nextapp.echo.app.MutableStyle
Removes a value of an indexed property from the Style.
removeListDataListener(ListDataListener) - Method in class nextapp.echo.app.list.AbstractListModel
 
removeListDataListener(ListDataListener) - Method in interface nextapp.echo.app.list.ListModel
Removes a ListDataListener from the model.
removeListener(Class, EventListener) - Method in class nextapp.echo.app.event.EventListenerList
Removes a listener of the given class from the list.
removePackageFromType(String) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
Removes the package name from a type name.
removeProperty(String) - Method in class nextapp.echo.app.MutableStyle
Removes a property from the Style.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.app.ApplicationInstance
Removes a PropertyChangeListener from receiving notification of application-level property changes.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.app.Component
Removes a property change listener from this Component.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class nextapp.echo.app.Component
Removes a property change listener from this Component for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.app.table.TableColumn
Removes a PropertyChangeListener from being notified of property changes to the column.
removeTableModelListener(TableModelListener) - Method in class nextapp.echo.app.table.AbstractTableModel
 
removeTableModelListener(TableModelListener) - Method in interface nextapp.echo.app.table.TableModel
Removes a listener from being notified of changes.
removeTaskQueue(TaskQueueHandle) - Method in class nextapp.echo.app.ApplicationInstance
Removes the task queue described the specified TaskQueueHandle.
removeWindowPaneListener(WindowPaneListener) - Method in class nextapp.echo.app.WindowPane
Removes a WindowPaneListener from receiving event notifications.
render(OutputStream) - Method in class nextapp.echo.app.ResourceImageReference
 
render(OutputStream) - Method in class nextapp.echo.app.StreamImageReference
Renders the image data in its native format to the given output stream.
RenderIdSupport - Interface in nextapp.echo.app
Interface for objects which may be identified for rendering purposes via via unique String identifiers.
REPEAT - Static variable in class nextapp.echo.app.FillImage
Repeat constant value indicating both horizontal and vertical repetition.
REPEAT_HORIZONTAL - Static variable in class nextapp.echo.app.FillImage
Repeat constant value indicating horizontal repetition.
REPEAT_VERTICAL - Static variable in class nextapp.echo.app.FillImage
Repeat constant value indicating vertical repetition.
ResizingArrayList - Class in nextapp.echo.app.util
An ArrayList based collection which automatically increases and decreases in size (by adding/removing trailing nulls) to allow the ability to invoke add() and set() methods to store values at indices beyond the current size of the collection.
ResizingArrayList() - Constructor for class nextapp.echo.app.util.ResizingArrayList
 
ResourceImageReference - Class in nextapp.echo.app
A representation of an image that will be retrieved as a resource from the CLASSPATH.
ResourceImageReference(String) - Constructor for class nextapp.echo.app.ResourceImageReference
Creates a ResourceImageReference.
ResourceImageReference(String, String) - Constructor for class nextapp.echo.app.ResourceImageReference
Creates a ResourceImageReference.
ResourceImageReference(String, Extent, Extent) - Constructor for class nextapp.echo.app.ResourceImageReference
Creates a ResourceImageReference.
ResourceImageReference(String, String, Extent, Extent) - Constructor for class nextapp.echo.app.ResourceImageReference
Creates a ResourceImageReference.
ResourceImageReferencePeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for ResourceImageReference properties.
ResourceImageReferencePeer() - Constructor for class nextapp.echo.app.serial.property.ResourceImageReferencePeer
 
RIGHT - Static variable in class nextapp.echo.app.Alignment
Specifies right alignment.
RIGHT - Static variable in class nextapp.echo.app.FillImageBorder
 
Row - Class in nextapp.echo.app
A layout container which renders its content in a single horizontal row of cells.
Row() - Constructor for class nextapp.echo.app.Row
Creates a new Row.
RowLayoutData - Class in nextapp.echo.app.layout
A LayoutData object used to describe how a Component is rendered within a Row.
RowLayoutData() - Constructor for class nextapp.echo.app.layout.RowLayoutData
 
RowLayoutDataPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for RowLayoutData properties.
RowLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.RowLayoutDataPeer
 
RTL - Static variable in class nextapp.echo.app.LayoutDirection
 

S

SANS_SERIF - Static variable in class nextapp.echo.app.Font
 
save(Document, OutputStream, Properties) - Static method in class nextapp.echo.app.util.DomUtil
Writes the Document to the specified OutputStream.
save(Document, PrintWriter, Properties) - Static method in class nextapp.echo.app.util.DomUtil
Writes the Document to the specified PrintWriter.
SELECTED_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.button.ToggleButton
 
SelectField - Class in nextapp.echo.app
SelectField component: a selection component which display selection items in a drop-down field.
SelectField() - Constructor for class nextapp.echo.app.SelectField
Creates a new, empty SelectField.
SelectField(ListModel) - Constructor for class nextapp.echo.app.SelectField
Creates a new SelectField with the provided model.
SelectField(Object[]) - Constructor for class nextapp.echo.app.SelectField
Creates a new SelectField that will initially contain the provided array of items.
SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
 
SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
 
SerialContext - Interface in nextapp.echo.app.serial
Contextual information provided during property serialization/de-serialization operations.
SerialException - Exception in nextapp.echo.app.serial
An exception describing a general failure in the execution of loading component / stylesheet resources from XML.
SerialException(String, Throwable) - Constructor for exception nextapp.echo.app.serial.SerialException
Creates a new ComponentXmlException.
Serializer - Class in nextapp.echo.app.serial
Front-end for translating XML component/style to Style instances.
SerialPeerFactory - Class in nextapp.echo.app.serial
Factory for obtaining XML serial peer implementations for specific property classes.
SerialPropertyPeer - Interface in nextapp.echo.app.serial
Peer to serialize and deserialize property objects between Java and XML.
SerialUtil - Class in nextapp.echo.app.serial
Serialization utilities.
SerialUtil() - Constructor for class nextapp.echo.app.serial.SerialUtil
 
SERIF - Static variable in class nextapp.echo.app.Font
 
ServerComponentUpdate - Class in nextapp.echo.app.update
A description of a server-side update to a single component, i.e., an update which has occurred on the server and must be propagated to the client.
ServerComponentUpdate(Component) - Constructor for class nextapp.echo.app.update.ServerComponentUpdate
Creates a new ServerComponentUpdate representing the given parent Component.
ServerUpdateManager - Class in nextapp.echo.app.update
Monitors updates to component hierarchy and records deltas between server state of application and client state of application.
ServerUpdateManager(ApplicationInstance) - Constructor for class nextapp.echo.app.update.ServerUpdateManager
Creates a new ServerUpdateManager.
set(String, Object) - Method in class nextapp.echo.app.Component
Sets a generic property of the Component.
set(String, Object) - Method in class nextapp.echo.app.MutableStyle
Sets a property of the Style.
set(int, Object) - Method in class nextapp.echo.app.util.ResizingArrayList
 
setActionCommand(String) - Method in class nextapp.echo.app.button.AbstractButton
Sets the action command of the ButtonModel.
setActionCommand(String) - Method in interface nextapp.echo.app.button.ButtonModel
Sets the action command.
setActionCommand(String) - Method in class nextapp.echo.app.button.DefaultButtonModel
 
setActionCommand(String) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the action command which will be provided in ActionEvents fired by this AbstractListComponent.
setActionCommand(String) - Method in class nextapp.echo.app.Table
Sets the action command which will be provided in ActionEvents fired by this Table.
setActionCommand(String) - Method in class nextapp.echo.app.text.TextComponent
Sets the action command which will be provided in ActionEvents fired by this TextField.
setActive(ApplicationInstance) - Static method in class nextapp.echo.app.ApplicationInstance
Sets the ApplicationInstance that is relevant to the current thread.
setAlignment(Alignment) - Method in class nextapp.echo.app.button.AbstractButton
Sets the alignment of the button's content.
setAlignment(Alignment) - Method in class nextapp.echo.app.layout.CellLayoutData
Sets the alignment of the cell.
setAlignment(Alignment) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the alignment of the containing pane.
setAlignment(Alignment) - Method in class nextapp.echo.app.Row
Sets the alignment of the row's content.
setAlignment(Alignment) - Method in class nextapp.echo.app.text.TextComponent
Sets the alignment of the text component.
setApplicationProperty(String, Object) - Method in class nextapp.echo.app.update.ClientUpdateManager
Sets an application-level property received from the client.
setAutoCreateColumnsFromModel(boolean) - Method in class nextapp.echo.app.Table
Sets whether the TableColumnModel will be created automatically from the TableModel.
setAutoPositioned(boolean) - Method in class nextapp.echo.app.SplitPane
Sets whether the SplitPane is auto-positioned.
setBackground(Color) - Method in class nextapp.echo.app.Component
Sets the default background color of the Component.
setBackground(Color) - Method in class nextapp.echo.app.layout.CellLayoutData
Sets the background color of the cell.
setBackground(Color) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the background color of the containing pane.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background image of the button.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.ContentPane
Sets the background image.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.layout.CellLayoutData
Sets the background image of the cell.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the BackgroundImage displayed in the containing pane.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.Panel
Sets the background image.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.text.TextComponent
Sets the default background image of the text component.
setBackgroundImage(FillImage) - Method in class nextapp.echo.app.WindowPane
Sets the background image of the WindowPane.
setBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
Sets the border displayed around the button.
setBorder(Border) - Method in class nextapp.echo.app.Column
Sets the Border that encloses the entire Column.
setBorder(Border) - Method in class nextapp.echo.app.Grid
Sets the Border.
setBorder(Border) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the Border surrounding the list component.
setBorder(Border) - Method in class nextapp.echo.app.Panel
Sets the Border that encloses the entire Column.
setBorder(Border) - Method in class nextapp.echo.app.Row
Sets the Border that encloses the entire Row.
setBorder(Border) - Method in class nextapp.echo.app.Table
Sets the Border.
setBorder(Border) - Method in class nextapp.echo.app.text.TextComponent
Sets the border of the text component.
setBorder(FillImageBorder) - Method in class nextapp.echo.app.WindowPane
Sets the border which surrounds the entire WindowPane.
setBorderInsets(Insets) - Method in class nextapp.echo.app.FillImageBorder
Sets the inset of the border images, thus defining the width and height of the border images.
setCellRenderer(ListCellRenderer) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the renderer for items.
setCellRenderer(TableCellRenderer) - Method in class nextapp.echo.app.table.TableColumn
Sets the TableCellRenderer used to render values contained in the column.
setCellSpacing(Extent) - Method in class nextapp.echo.app.Column
Sets the spacing between individual cells of the Column.
setCellSpacing(Extent) - Method in class nextapp.echo.app.Row
Sets the spacing between individual cells of the Row.
setClosable(boolean) - Method in class nextapp.echo.app.WindowPane
Sets whether the window is closable via a provided close button in the title bar.
setCloseIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the close button icon.
setCloseIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
Sets the inset margin around the close button icon.
setCloseRolloverIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the close button rollover icon.
setColor(Color) - Method in class nextapp.echo.app.FillImageBorder
Sets the solid color background of the border.
setColumnCount(int) - Method in class nextapp.echo.app.table.DefaultTableModel
Sets the number of columns in the table.
setColumnModel(TableColumnModel) - Method in class nextapp.echo.app.Table
Sets the TableColumnModel describing this table's columns.
setColumnName(int, String) - Method in class nextapp.echo.app.table.DefaultTableModel
Sets the name of the specified column.
setColumnSpan(int) - Method in class nextapp.echo.app.layout.GridLayoutData
Sets the column span of the cell.
setColumnWidth(int, Extent) - Method in class nextapp.echo.app.Grid
Sets the width of the specified column.
setComponentAction(Component, String, Object) - Method in class nextapp.echo.app.update.ClientUpdateManager
Sets the action received from the client.
setComponentProperty(Component, String, Object) - Method in class nextapp.echo.app.update.ClientUpdateManager
Adds a property update received from the client.
setComponents(Component[]) - Method in class nextapp.echo.app.Component
Sets the child components for this container, removing any existing children.
setContent(ContentPane) - Method in class nextapp.echo.app.Window
Sets the content of the window.
setContentHeight(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the content height of the WindowPane.
setContentInsets(Insets) - Method in class nextapp.echo.app.FillImageBorder
Sets the inset of the content that is contained within the border relative to the outside of the border.
setContentWidth(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the content width of the WindowPane.
setContextProperty(String, Object) - Method in class nextapp.echo.app.ApplicationInstance
Sets a contextual property.
setControlsInsets(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the inset margin around the window controls (e.g., close, minimize, and maximize buttons).
setControlsSpacing(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the spacing between the window control icons (e.g., close, minimize, and maximize buttons).
setDefaultCloseOperation(int) - Method in class nextapp.echo.app.WindowPane
Sets the default close operation.
setDefaultHeaderRenderer(TableCellRenderer) - Method in class nextapp.echo.app.Table
Sets the default TableCellRenderer used to render header cells.
setDefaultRenderer(Class, TableCellRenderer) - Method in class nextapp.echo.app.Table
Sets the default TableCellRenderer for the specified column class.
setDisabledBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background color of the button when the button is disabled.
setDisabledBackground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the background color displayed when the component is disabled.
setDisabledBackground(Color) - Method in class nextapp.echo.app.text.TextComponent
Sets the background color displayed when the component is disabled.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background image displayed when the button is disabled.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.app.text.TextComponent
Sets the background image displayed when the component is disabled.
setDisabledBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
Sets the border displayed around the button when the button is disabled.
setDisabledBorder(Border) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the border displayed when the component is disabled.
setDisabledBorder(Border) - Method in class nextapp.echo.app.text.TextComponent
Sets the border displayed when the component is disabled.
setDisabledFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
Sets the font of the button when the button is disabled.
setDisabledFont(Font) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the font displayed when the component is disabled.
setDisabledFont(Font) - Method in class nextapp.echo.app.text.TextComponent
Sets the font displayed when the component is disabled.
setDisabledForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the foreground color of the button when the button is disabled.
setDisabledForeground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the foreground color displayed when the component is disabled.
setDisabledForeground(Color) - Method in class nextapp.echo.app.text.TextComponent
Sets the foreground color displayed when the component is disabled.
setDisabledIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
Sets the icon of the button that is displayed when the button is disabled.
setDisabledSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the selected state icon when the button is disabled.
setDisabledStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the default (non-selected) state icon when the button is disabled.
setDocument(Document) - Method in class nextapp.echo.app.text.TextComponent
Sets the model associated with this TextComponent.
setEditable(boolean) - Method in class nextapp.echo.app.text.TextComponent
Sets the editable state of this component.
setElementText(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
Sets the text content of a DOM Element.
setEnabled(boolean) - Method in class nextapp.echo.app.Component
Sets the enabled state of the Component.
setFillImage(int, FillImage) - Method in class nextapp.echo.app.FillImageBorder
Sets the FillImage at the specified position.
setFocusedBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background color of the button when the button is focused.
setFocusedBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background image displayed when the button is focused.
setFocusedBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
Sets the border displayed around the button when the button is focused.
setFocusedComponent(Component) - Method in class nextapp.echo.app.ApplicationInstance
Sets the presently focused component.
setFocusedEnabled(boolean) - Method in class nextapp.echo.app.button.AbstractButton
Sets whether focused effects are enabled when the button is focused.
setFocusedFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
Sets the font of the button when the button is focused.
setFocusedForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the foreground color of the button when the button is focused.
setFocusedIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
Sets the icon of the button that is displayed when the button is focused.
setFocusTraversalIndex(int) - Method in class nextapp.echo.app.Component
Deprecated. Not supported.
setFocusTraversalParticipant(boolean) - Method in class nextapp.echo.app.Component
Sets whether the component participates in the focus traversal order (tab order).
setFont(Font) - Method in class nextapp.echo.app.Component
Sets the default text font of the Component.
setForeground(Color) - Method in class nextapp.echo.app.Component
Sets the default foreground color of the Component.
setFormatWhitespace(boolean) - Method in class nextapp.echo.app.Label
Sets whether the text of the label should be formatted in case the target renderer does not preserve whitespace.
setGroup(ButtonGroup) - Method in class nextapp.echo.app.RadioButton
Sets the ButtonGroup to which this RadioButton belongs.
setHeaderRenderer(TableCellRenderer) - Method in class nextapp.echo.app.table.TableColumn
Sets the TableCellRenderer used to render the header cell of this column.
setHeaderValue(Object) - Method in class nextapp.echo.app.table.TableColumn
Sets the header value for this column.
setHeaderVisible(boolean) - Method in class nextapp.echo.app.Table
Sets the visibility state of the table header.
setHeight(Extent) - Method in class nextapp.echo.app.button.AbstractButton
Sets the height of the button.
setHeight(Extent) - Method in class nextapp.echo.app.Grid
Sets the overall height of the grid.
setHeight(Extent) - Method in class nextapp.echo.app.layout.ColumnLayoutData
Sets the height of the cell.
setHeight(Extent) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the height.
setHeight(Extent) - Method in class nextapp.echo.app.Panel
Sets the height.
setHeight(Extent) - Method in class nextapp.echo.app.text.TextComponent
Sets the height of the text component.
setHeight(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the overall height of the WindowPane, including its border.
setHorizontalScroll(Extent) - Method in class nextapp.echo.app.ContentPane
Sets the horizontal scrollbar position.
setHorizontalScroll(Extent) - Method in class nextapp.echo.app.text.TextComponent
Sets the horizontal scroll bar position.
setIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
Sets the icon displayed in the button.
setIcon(ImageReference) - Method in class nextapp.echo.app.Label
Sets the icon to be displayed.
setIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the icon displayed in the title region.
setIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
Sets the inset margin around the icon.
setIconTextMargin(Extent) - Method in class nextapp.echo.app.button.AbstractButton
Sets the margin size between the icon and the text.
setIconTextMargin(Extent) - Method in class nextapp.echo.app.Label
Sets the margin size between the icon and the text.
setId(String) - Method in class nextapp.echo.app.Component
Sets a user-defined identifier for this Component.
setIdentifier(Object) - Method in class nextapp.echo.app.table.TableColumn
Sets the identifier for this column.
setIndex(String, int, Object) - Method in class nextapp.echo.app.Component
Sets a generic indexed property of the Component.
setIndex(String, int, Object) - Method in class nextapp.echo.app.MutableStyle
Sets an indexed property of the Style
setIndexedProperty(String, int, Object) - Method in class nextapp.echo.app.MutableStyle
Deprecated. use MutableStyle.setIndex(String, int, Object) instead.
setInsets(Insets) - Method in class nextapp.echo.app.button.AbstractButton
Sets the margin between the buttons edge and its content.
setInsets(Insets) - Method in class nextapp.echo.app.Column
Sets the inset between the border and cells of the Column.
setInsets(Insets) - Method in class nextapp.echo.app.ContentPane
Sets the inset margin of the content.
setInsets(Insets) - Method in class nextapp.echo.app.Grid
Sets the default cell insets.
setInsets(Insets) - Method in class nextapp.echo.app.layout.CellLayoutData
Sets the inset margins of the cell.
setInsets(Insets) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the inset margins of the containing pane.
setInsets(Insets) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the inset margin around between the list components border and content.
setInsets(Insets) - Method in class nextapp.echo.app.Panel
Sets the inset between the border and cells of the Column.
setInsets(Insets) - Method in class nextapp.echo.app.Row
Sets the inset between the border and cells of the Row.
setInsets(Insets) - Method in class nextapp.echo.app.Table
Sets the default cell insets.
setInsets(Insets) - Method in class nextapp.echo.app.text.TextComponent
Sets the insets of the text component.
setInsets(Insets) - Method in class nextapp.echo.app.WindowPane
Sets the inset of the window content.
setLayoutData(LayoutData) - Method in class nextapp.echo.app.Component
Sets the LayoutData of this Component.
setLayoutDirection(LayoutDirection) - Method in class nextapp.echo.app.Component
Sets the LayoutDirection of this Component, describing whether content is rendered left-to-right or right-to-left.
setLineWrap(boolean) - Method in class nextapp.echo.app.button.AbstractButton
Sets whether the text of the button should wrap in the event that horizontal space is limited.
setLineWrap(boolean) - Method in class nextapp.echo.app.Label
Sets whether the text of the label should wrap in the event that horizontal space is limited.
setLocale(Locale) - Method in class nextapp.echo.app.ApplicationInstance
Sets the default locale of the application.
setLocale(Locale) - Method in class nextapp.echo.app.Component
Sets the locale of the Component.
setMaximizeEnabled(boolean) - Method in class nextapp.echo.app.WindowPane
Sets whether the window can be maximized via a provided button in the title bar.
setMaximizeIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the maximize button icon.
setMaximizeIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
Sets the inset margin around the maximize button icon.
setMaximizeRolloverIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the maximize button rollover icon.
setMaximumHeight(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the maximum height of the content region of the WindowPane.
setMaximumLength(int) - Method in class nextapp.echo.app.text.TextComponent
Sets the maximum length (in characters) of the text which may be entered into the component.
setMaximumSize(Extent) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the preferred maximum size of the containing pane.
setMaximumWidth(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the maximum width of the content region of the WindowPane.
setMinimizeEnabled(boolean) - Method in class nextapp.echo.app.WindowPane
Sets whether the window can be minimized via a provided button in the title bar.
setMinimizeIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the minimize button icon.
setMinimizeIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
Sets the inset margin around the minimize button icon.
setMinimizeRolloverIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
Sets the minimize button rollover icon.
setMinimumHeight(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the minimum height of the content region of the WindowPane.
setMinimumSize(Extent) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the preferred minimum size of the containing pane.
setMinimumWidth(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the minimum width of the content region of the WindowPane.
setModal(boolean) - Method in interface nextapp.echo.app.ModalSupport
Sets the modal state of the Component.
setModal(boolean) - Method in class nextapp.echo.app.WindowPane
 
setModel(ButtonModel) - Method in class nextapp.echo.app.button.AbstractButton
Sets the model that this button represents.
setModel(ButtonModel) - Method in class nextapp.echo.app.button.ToggleButton
 
setModel(ListModel) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the model.
setModel(ButtonModel) - Method in class nextapp.echo.app.RadioButton
 
setModel(TableModel) - Method in class nextapp.echo.app.Table
Sets the TableModel being visualized.
setModelIndex(int) - Method in class nextapp.echo.app.table.TableColumn
Sets the index of the column in the TableModel which this TableColumn object represents.
setMovable(boolean) - Method in class nextapp.echo.app.WindowPane
Sets whether the window is movable.
setOrientation(int) - Method in class nextapp.echo.app.Grid
Sets the orientation of the grid (either horizontal or vertical).
setOrientation(int) - Method in class nextapp.echo.app.SplitPane
Sets the orientation of the SplitPane.
setOverflow(int) - Method in class nextapp.echo.app.ContentPane
Sets the overflow state, describing how the pane will behave when the content is larger than display area.
setOverflow(int) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
Sets the overflow state, describing how the pane will behave when the content is larger than display area.
setParentStyle(Style) - Method in class nextapp.echo.app.DerivedMutableStyle
Sets the parent style, from which properties will be retrieved if they are not found in this style.
setPositionX(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the horizontal (X) position of the WindowPane with respect to its container.
setPositionY(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the vertical (Y) position of the WindowPane with respect to its container.
setPressedBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background color of the button when the button is pressed.
setPressedBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background image displayed when the button is pressed.
setPressedBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
Sets the border displayed around the button when the button is pressed.
setPressedEnabled(boolean) - Method in class nextapp.echo.app.button.AbstractButton
Sets whether pressed effects are enabled when the button is pressed.
setPressedFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
Sets the font of the button when the button is pressed.
setPressedForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the foreground color of the button when the button is pressed.
setPressedIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
Sets the icon of the button that is displayed when the button is pressed.
setPressedSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the selected state icon displayed when the button is being pressed.
setPressedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the default (non-selected) state icon displayed when the button is being pressed.
setProperty(String, Object) - Method in class nextapp.echo.app.MutableStyle
Deprecated. use MutableStyle.set(String, Object) instead.
setProperty(Object, String, int, Object) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
Sets a property on an object instance.
setRenderId(String) - Method in class nextapp.echo.app.Component
Sets a custom render identifier for this Component.
setResizable(boolean) - Method in class nextapp.echo.app.SplitPane
Sets whether the SplitPane is resizable.
setResizable(boolean) - Method in class nextapp.echo.app.WindowPane
Sets whether the window is resizable.
setRolloverBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background color of the button when the mouse cursor is inside its bounds.
setRolloverBackground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the rollover background.
setRolloverBackground(Color) - Method in class nextapp.echo.app.Table
Sets the rollover background color displayed when the mouse is within the bounds of a row.
setRolloverBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
Sets the background image displayed when the mouse cursor is inside the button's bounds
setRolloverBackgroundImage(FillImage) - Method in class nextapp.echo.app.Table
Sets the rollover background image displayed when the mouse is within the bounds of a row.
setRolloverBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
Sets the border displayed around the button when the mouse cursor is inside its bounds.
setRolloverEnabled(boolean) - Method in class nextapp.echo.app.button.AbstractButton
Sets whether rollover effects are enabled when the mouse cursor is inside the button's bounds.
setRolloverEnabled(boolean) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets whether rollover effects are enabled.
setRolloverEnabled(boolean) - Method in class nextapp.echo.app.Table
Sets whether rollover effects are enabled when the mouse cursor is within the bounds of a row.
setRolloverFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
Sets the font of the button when the mouse cursor is inside its bounds.
setRolloverFont(Font) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the rollover font.
setRolloverFont(Font) - Method in class nextapp.echo.app.Table
Sets the rollover font displayed when the mouse is within the bounds of a row.
setRolloverForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
Sets the foreground color of the button when the mouse cursor is inside its bounds.
setRolloverForeground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the rollover foreground.
setRolloverForeground(Color) - Method in class nextapp.echo.app.Table
Sets the rollover foreground color displayed when the mouse is within the bounds of a row.
setRolloverIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
Sets the icon of the button that is displayed when the mouse cursor is inside its bounds.
setRolloverSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the selected state icon displayed when the mouse cursor is inside the bounds of the button.
setRolloverStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the default (non-selected) state icon displayed when the mouse cursor is inside the bounds of the button.
setRowCount(int) - Method in class nextapp.echo.app.table.DefaultTableModel
Sets the number of rows in the table.
setRowHeight(int, Extent) - Method in class nextapp.echo.app.Grid
Sets the height of the specified row.
setRowSpan(int) - Method in class nextapp.echo.app.layout.GridLayoutData
Sets the row span of the cell.
setSelected(boolean) - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
 
setSelected(boolean) - Method in class nextapp.echo.app.button.ToggleButton
Sets the selection state.
setSelected(boolean) - Method in interface nextapp.echo.app.button.ToggleButtonModel
Sets the selection state.
setSelectedIndex(int, boolean) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
setSelectedIndex(int, boolean) - Method in interface nextapp.echo.app.list.ListSelectionModel
Sets the selection state of the given index.
setSelectedIndex(int) - Method in class nextapp.echo.app.ListBox
Selects only the given index.
setSelectedIndex(int, boolean) - Method in class nextapp.echo.app.ListBox
Sets the selection state of the given index.
setSelectedIndex(int) - Method in class nextapp.echo.app.SelectField
Sets the selected index.
setSelectedIndices(int[]) - Method in class nextapp.echo.app.ListBox
Selects the specified indices, deselecting any other indices.
setSelectedItem(Object) - Method in class nextapp.echo.app.SelectField
Sets the selected item.
setSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the selected state icon.
setSelectionBackground(Color) - Method in class nextapp.echo.app.Table
Sets the row selection background color.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo.app.Table
Sets the row selection background image.
setSelectionEnabled(boolean) - Method in class nextapp.echo.app.Table
Sets whether selection is enabled.
setSelectionFont(Font) - Method in class nextapp.echo.app.Table
Sets the row selection font.
setSelectionForeground(Color) - Method in class nextapp.echo.app.Table
Sets the row selection foreground color.
setSelectionMode(int) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
 
setSelectionMode(int) - Method in interface nextapp.echo.app.list.ListSelectionModel
Sets the selection mode.
setSelectionMode(int) - Method in class nextapp.echo.app.ListBox
Sets the selection mode.
setSelectionModel(ListSelectionModel) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the selection model.
setSelectionModel(ListSelectionModel) - Method in class nextapp.echo.app.Table
Sets the row selection model.
setSeparatorColor(Color) - Method in class nextapp.echo.app.SplitPane
Sets the color of the pane separator.
setSeparatorHeight(Extent) - Method in class nextapp.echo.app.SplitPane
Sets the height of the pane separator.
setSeparatorHorizontalImage(FillImage) - Method in class nextapp.echo.app.SplitPane
Sets the fill image of the pane separator that is displayed when the SplitPane has a horizontal orientation.
setSeparatorHorizontalRolloverImage(FillImage) - Method in class nextapp.echo.app.SplitPane
Sets the rollover fill image of the pane separator that is displayed when the SplitPane has a horizontal orientation.
setSeparatorPosition(Extent) - Method in class nextapp.echo.app.SplitPane
Sets the position of the pane separator.
setSeparatorRolloverColor(Color) - Method in class nextapp.echo.app.SplitPane
Sets the rollover color of the pane separator.
setSeparatorRolloverVerticalImage(FillImage) - Method in class nextapp.echo.app.SplitPane
Sets the rollover fill image of the pane separator that is displayed when the SplitPane has a vertical orientation.
setSeparatorVerticalImage(FillImage) - Method in class nextapp.echo.app.SplitPane
Sets the fill image of the pane separator that is displayed when the SplitPane has a vertical orientation.
setSeparatorVisible(boolean) - Method in class nextapp.echo.app.SplitPane
Sets whether the separator is visible.
setSeparatorWidth(Extent) - Method in class nextapp.echo.app.SplitPane
Sets the width of the pane separator.
setSize(int) - Method in class nextapp.echo.app.Grid
Sets the number of columns or rows in the grid.
setStateAlignment(Alignment) - Method in class nextapp.echo.app.button.ToggleButton
Sets the alignment of the state icon relative to the text/icon of the button.
setStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
Sets the default (non-selected) state icon.
setStateMargin(Extent) - Method in class nextapp.echo.app.button.ToggleButton
Sets the margin size between the state icon and the toggle button's icon and/or text.
setStatePosition(Alignment) - Method in class nextapp.echo.app.button.ToggleButton
Sets the position of the state icon relative to the text/icon of the button.
setStyle(Style) - Method in class nextapp.echo.app.Component
Sets the shared style of the Component.
setStyleName(String) - Method in class nextapp.echo.app.Component
Sets the name of the style to use from the ApplicationInstance-defined StyleSheet.
setStyleSheet(StyleSheet) - Method in class nextapp.echo.app.ApplicationInstance
Sets the StyleSheet of this ApplicationInstance.
setText(String) - Method in class nextapp.echo.app.button.AbstractButton
Sets the text label of the button.
setText(String) - Method in class nextapp.echo.app.Label
Sets the text to be displayed.
setText(String) - Method in interface nextapp.echo.app.text.Document
Sets the text of the document.
setText(String) - Method in class nextapp.echo.app.text.StringDocument
Sets the text held in the document.
setText(String) - Method in class nextapp.echo.app.text.TextComponent
Sets the text of document model of this text component.
setTextAlignment(Alignment) - Method in class nextapp.echo.app.button.AbstractButton
Sets the alignment of the text relative to the icon.
setTextAlignment(Alignment) - Method in class nextapp.echo.app.Label
Sets the alignment of the text relative to the icon.
setTextPosition(Alignment) - Method in class nextapp.echo.app.button.AbstractButton
Sets the position of the text relative to the icon.
setTextPosition(Alignment) - Method in class nextapp.echo.app.Label
Sets the position of the text relative to the icon.
setTitle(String) - Method in class nextapp.echo.app.Window
Sets the window title.
setTitle(String) - Method in class nextapp.echo.app.WindowPane
Sets the title of the WindowPane.
setTitleBackground(Color) - Method in class nextapp.echo.app.WindowPane
Sets the background color of the title region.
setTitleBackgroundImage(FillImage) - Method in class nextapp.echo.app.WindowPane
Sets the background image of the title region.
setTitleFont(Font) - Method in class nextapp.echo.app.WindowPane
Sets the font of the title region.
setTitleForeground(Color) - Method in class nextapp.echo.app.WindowPane
Sets the foreground color of the title region.
setTitleHeight(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the height of the title region.
setTitleInsets(Insets) - Method in class nextapp.echo.app.WindowPane
Sets the insets of the title region.
setToolTipText(String) - Method in class nextapp.echo.app.button.AbstractButton
Sets the tool tip text (displayed when the mouse cursor is hovered over the component).
setToolTipText(String) - Method in class nextapp.echo.app.Label
Sets the tool tip text (displayed when the mouse cursor is hovered over the component).
setToolTipText(String) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the tool tip text (displayed when the mouse cursor is hovered over the component).
setToolTipText(String) - Method in class nextapp.echo.app.text.TextComponent
Sets the tool tip text (displayed when the mouse cursor is hovered over the component).
setValueAt(Object, int, int) - Method in class nextapp.echo.app.table.DefaultTableModel
Sets the contents of the table cell at the specified coordinate.
setVerticalScroll(Extent) - Method in class nextapp.echo.app.ContentPane
Sets the vertical scrollbar position.
setVerticalScroll(Extent) - Method in class nextapp.echo.app.text.TextComponent
Sets the vertical scroll bar position.
setVisible(boolean) - Method in class nextapp.echo.app.Component
Sets the visibility state of this Component.
setWidth(Extent) - Method in class nextapp.echo.app.button.AbstractButton
Sets the width of the button.
setWidth(Extent) - Method in class nextapp.echo.app.Grid
Sets the overall width of the grid.
setWidth(Extent) - Method in class nextapp.echo.app.layout.RowLayoutData
Sets the width of the cell.
setWidth(Extent) - Method in class nextapp.echo.app.list.AbstractListComponent
Sets the width.
setWidth(Extent) - Method in class nextapp.echo.app.Panel
Sets the width.
setWidth(Extent) - Method in class nextapp.echo.app.Table
Sets the overall width of the grid.
setWidth(Extent) - Method in class nextapp.echo.app.table.TableColumn
Sets the width of the column.
setWidth(Extent) - Method in class nextapp.echo.app.text.TextComponent
Sets the width of the text component.
setWidth(Extent) - Method in class nextapp.echo.app.WindowPane
Sets the overall width of the WindowPane, including its border.
setZIndex(int) - Method in class nextapp.echo.app.WindowPane
Sets the z-index of the window with respect to its parent ContentPane.
SIDE_BOTTOM - Static variable in class nextapp.echo.app.Border
Index of bottom side in returned array of sides.
SIDE_LEFT - Static variable in class nextapp.echo.app.Border
Index of left side in returned array of sides.
SIDE_RIGHT - Static variable in class nextapp.echo.app.Border
Index of right side in returned array of sides.
SIDE_TOP - Static variable in class nextapp.echo.app.Border
Index of top side in returned array of sides.
SINGLE_SELECTION - Static variable in interface nextapp.echo.app.list.ListSelectionModel
 
size() - Method in class nextapp.echo.app.list.DefaultListModel
Returns the length of the list.
size() - Method in interface nextapp.echo.app.list.ListModel
Returns the size of the list.
size() - Method in class nextapp.echo.app.MutableStyle
Returns the number of properties set.
SPAN_FILL - Static variable in class nextapp.echo.app.layout.GridLayoutData
A constant value for column and row spans indicating that a cell should fill all remaining cells.
SplitPane - Class in nextapp.echo.app
SplitPane component: a pane component which displays two components horizontally or vertically adjacent to one another, optionally allowing the user to apportion space between the two using a resize handle.
SplitPane() - Constructor for class nextapp.echo.app.SplitPane
Creates a new SplitPane with default (horizontal) orientation.
SplitPane(int) - Constructor for class nextapp.echo.app.SplitPane
Creates a new SplitPane with the specified orientation.
SplitPane(int, boolean) - Constructor for class nextapp.echo.app.SplitPane
Creates a new SplitPane with the specified orientation and auto-positioned state.
SplitPane(int, Extent) - Constructor for class nextapp.echo.app.SplitPane
Creates a new SplitPane with the specified orientation and separator position.
SplitPaneLayoutData - Class in nextapp.echo.app.layout
A LayoutData object used to describe how a Component is rendered within a SplitPane.
SplitPaneLayoutData() - Constructor for class nextapp.echo.app.layout.SplitPaneLayoutData
 
SplitPaneLayoutDataPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for SplitPane properties.
SplitPaneLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.SplitPaneLayoutDataPeer
 
stateChanged(ChangeEvent) - Method in interface nextapp.echo.app.event.ChangeListener
Invoked when a state change occurs.
StreamImageReference - Class in nextapp.echo.app
Base class for ImageReferences whose content is delivered by an OutputStream.
StreamImageReference() - Constructor for class nextapp.echo.app.StreamImageReference
Default constructor.
StringDocument - Class in nextapp.echo.app.text
A simple implementation of a document that holds a single String of text.
StringDocument() - Constructor for class nextapp.echo.app.text.StringDocument
Creates a new StringDocument.
StringPeer - Class in nextapp.echo.app.serial.property
SerialPropertyPeer for String properties.
StringPeer() - Constructor for class nextapp.echo.app.serial.property.StringPeer
 
STRUCTURE_CHANGED - Static variable in class nextapp.echo.app.event.TableModelEvent
An event type indicating the table structure was modified.
Style - Interface in nextapp.echo.app
A representation of stylistic property information about a single instance or type of component.
STYLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for referenced Style changes.
STYLE_DASHED - Static variable in class nextapp.echo.app.Border
A border style that appears as a series of short line segments.
STYLE_DOTTED - Static variable in class nextapp.echo.app.Border
A border style that appears as a series of dots.
STYLE_DOUBLE - Static variable in class nextapp.echo.app.Border
A border style that creates two solid monochrome borders around an object.
STYLE_GROOVE - Static variable in class nextapp.echo.app.Border
A border style that causes a simulated 3D border to be rendered, such that the border appears to have been carved out.
STYLE_INSET - Static variable in class nextapp.echo.app.Border
A border style that causes a simulated 3D border to be rendered, such that an object appears recessed.
STYLE_NAME_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for named Style changes.
STYLE_NONE - Static variable in class nextapp.echo.app.Border
A border style that causes no border to be rendered.
STYLE_OUTSET - Static variable in class nextapp.echo.app.Border
A border style that causes a simulated 3D border to be rendered, such that an object appears raised.
STYLE_RIDGE - Static variable in class nextapp.echo.app.Border
A border style that causes a simulated 3D border to be rendered, such that the border appears as a ridge around an object.
STYLE_SOLID - Static variable in class nextapp.echo.app.Border
A border style that causes a single solid monochrome border around an object.
StyledListCell - Interface in nextapp.echo.app.list
A representation of a rendered item within a list that contains color and/or font information.
StyleSheet - Interface in nextapp.echo.app
A collection of component-specific named styles.
StyleSheetLoader - Class in nextapp.echo.app.serial
Loads style sheet data from XML format into a StyleSheet instance.
StyleSheetLoader() - Constructor for class nextapp.echo.app.serial.StyleSheetLoader
 

T

Table - Class in nextapp.echo.app
A component used to display data in a tabular format.
Table() - Constructor for class nextapp.echo.app.Table
Creates a new Table with an empty DefaultTableModel.
Table(int, int) - Constructor for class nextapp.echo.app.Table
Creates a new Table with a new DefaultTableModel with the specified dimensions.
Table(TableModel) - Constructor for class nextapp.echo.app.Table
Creates a Table using the supplied TableModel.
Table(TableModel, TableColumnModel) - Constructor for class nextapp.echo.app.Table
Creates a Table with the supplied TableModel and the specified TableColumnModel.
TableCellRenderer - Interface in nextapp.echo.app.table
Renders an Object contained at a specific coordinate in a TableModel into a Component instance.
tableChanged(TableModelEvent) - Method in interface nextapp.echo.app.event.TableModelListener
Invoked when a table is changed.
TableColumn - Class in nextapp.echo.app.table
A description of a single column of a Table.
TableColumn(int) - Constructor for class nextapp.echo.app.table.TableColumn
Creates a TableColumn with the specified model index, undefined width, and undefined cell and header renderers.
TableColumn(int, Extent) - Constructor for class nextapp.echo.app.table.TableColumn
Creates a TableColumn with the specified model index and width, and undefined cell and header renderers.
TableColumn(int, Extent, TableCellRenderer, TableCellRenderer) - Constructor for class nextapp.echo.app.table.TableColumn
Creates a TableColumn with the specified model index, width, and cell and header renderers.
TableColumnModel - Interface in nextapp.echo.app.table
A representation of the collection of TableColumns of a Table.
TableColumnModelEvent - Class in nextapp.echo.app.event
An event which describes an update to a TableColumnModel
TableColumnModelEvent(TableColumnModel, int, int) - Constructor for class nextapp.echo.app.event.TableColumnModelEvent
Creates a new TableColumnModelEvent.
TableColumnModelListener - Interface in nextapp.echo.app.event
A listener interface for receiving notification of changes to a TableColumnModel.
TableLayoutData - Class in nextapp.echo.app.layout
A LayoutData object for rendered table cells.
TableLayoutData() - Constructor for class nextapp.echo.app.layout.TableLayoutData
 
TableModel - Interface in nextapp.echo.app.table
A model which represents data in a table format.
TableModelEvent - Class in nextapp.echo.app.event
An event describing a change to a TableModel.
TableModelEvent(TableModel) - Constructor for class nextapp.echo.app.event.TableModelEvent
Creates a TableModelEvent describing a change to any or all rows of a table.
TableModelEvent(TableModel, int) - Constructor for class nextapp.echo.app.event.TableModelEvent
Creates a TableModelEvent indicating a change to any or all columns of a single table row.
TableModelEvent(TableModel, int, int) - Constructor for class nextapp.echo.app.event.TableModelEvent
Creates a TableModelEvent indicating a change to any or all columns of an interval of table rows.
TableModelEvent(TableModel, int, int, int) - Constructor for class nextapp.echo.app.event.TableModelEvent
Creates a TableModelEvent indicating a change to a particular column of a single table row or an interval of table rows.
TableModelEvent(TableModel, int, int, int, int) - Constructor for class nextapp.echo.app.event.TableModelEvent
Primary constructor for creating TableModelEvents.
TableModelListener - Interface in nextapp.echo.app.event
The listener interface for receiving notifications of changes to a TableModel.
TaskQueueHandle - Interface in nextapp.echo.app
Handle interface representing a queue of tasks to be run.
TEXT_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.text.TextComponent
 
TextArea - Class in nextapp.echo.app
TextArea component: a multiple-line text input field.
TextArea() - Constructor for class nextapp.echo.app.TextArea
Creates a new TextArea with an empty StringDocument as its model, and default width and height settings.
TextArea(Document) - Constructor for class nextapp.echo.app.TextArea
Creates a new TextArea with the specified Document model.
TextArea(Document, String, int, int) - Constructor for class nextapp.echo.app.TextArea
Creates a new TextArea with the specified Document model, initial text, width and height settings.
TextComponent - Class in nextapp.echo.app.text
Abstract base class for text-entry components.
TextComponent(Document) - Constructor for class nextapp.echo.app.text.TextComponent
Creates a new TextComponent with the specified Document as its model.
TextField - Class in nextapp.echo.app
TextField component: a single-line text input field.
TextField() - Constructor for class nextapp.echo.app.TextField
Creates a new TextField with an empty StringDocument as its model, and default width setting.
TextField(Document) - Constructor for class nextapp.echo.app.TextField
Creates a new TextField with the specified Document model.
TextField(Document, String, int) - Constructor for class nextapp.echo.app.TextField
Creates a new TextField with the specified Document model, initial text, and column width.
TIMES - Static variable in class nextapp.echo.app.Font
 
TIMES_NEW_ROMAN - Static variable in class nextapp.echo.app.Font
 
TIMES_ROMAN - Static variable in class nextapp.echo.app.Font
 
toElement(Context, FillImage) - Method in class nextapp.echo.app.serial.property.FillImagePeer
Generates a <fi> DOM element representing a fill image.
ToggleButton - Class in nextapp.echo.app.button
An abstract base class for on/off toggle button components.
ToggleButton() - Constructor for class nextapp.echo.app.button.ToggleButton
 
ToggleButtonModel - Interface in nextapp.echo.app.button
Model for two-state toggle button components.
toMm() - Method in class nextapp.echo.app.DecimalExtent
 
toMm() - Method in class nextapp.echo.app.Extent
Returns the value of the extent in millimeters.
TOP - Static variable in class nextapp.echo.app.Alignment
Specifies top alignment.
TOP - Static variable in class nextapp.echo.app.FillImageBorder
 
TOP_LEFT - Static variable in class nextapp.echo.app.FillImageBorder
 
TOP_RIGHT - Static variable in class nextapp.echo.app.FillImageBorder
 
toPoint() - Method in class nextapp.echo.app.DecimalExtent
 
toPoint() - Method in class nextapp.echo.app.Extent
Returns the value of the extent in points.
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.AlignmentPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.BooleanPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.BorderPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.ColorPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.DatePeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.ExtentPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.FillImageBorderPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.FillImagePeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.FontPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.InsetsPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.IntegerPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.LayoutDataPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.MapPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.ResourceImageReferencePeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.app.serial.property.StringPeer
 
toProperty(Context, Class, Element) - Method in interface nextapp.echo.app.serial.SerialPropertyPeer
Translates an XML representation of a property to a property value object.
toString() - Method in class nextapp.echo.app.Alignment
 
toString() - Method in class nextapp.echo.app.Color
 
toString() - Method in class nextapp.echo.app.DecimalExtent
Returns a string describing the state of the Extent.
toString() - Method in class nextapp.echo.app.Extent
Returns a string describing the state of the Extent.
toString() - Method in class nextapp.echo.app.Font
Renders a debug representation of the object.
toString() - Method in class nextapp.echo.app.Font.Typeface
Renders a debug representation of the object.
toString() - Method in class nextapp.echo.app.LayoutDirection
 
toString() - Method in class nextapp.echo.app.MutableStyle
Returns a debug representation.
toString(Border) - Static method in class nextapp.echo.app.serial.property.BorderPeer
Generates a string representation of a Border
toString(Border.Side) - Static method in class nextapp.echo.app.serial.property.BorderPeer
Generates a string representation of a Border.Side
toString(Color) - Static method in class nextapp.echo.app.serial.property.ColorPeer
Generates a string representation of a Color.
toString(Extent) - Static method in class nextapp.echo.app.serial.property.ExtentPeer
Returns a string representation of an Extent value.
toString(Insets) - Static method in class nextapp.echo.app.serial.property.InsetsPeer
Generates a string representation of an Insets property.
toString() - Method in class nextapp.echo.app.update.PropertyUpdate
Display a debug representation.
toString() - Method in class nextapp.echo.app.update.ServerComponentUpdate
Display debug representation.
toString() - Method in class nextapp.echo.app.util.Uid
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.AlignmentPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.BooleanPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.BorderPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.CellLayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.ColorPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.ColumnLayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.DatePeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.ExtentPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.FillImageBorderPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.FillImagePeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.FontPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.GridLayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.InsetsPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.IntegerPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.LayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.MapPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.ResourceImageReferencePeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.RowLayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.SplitPaneLayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.app.serial.property.StringPeer
 
toXml(Context, Class, Element, Object) - Method in interface nextapp.echo.app.serial.SerialPropertyPeer
Translates an object to an XML representation of a property.
toXml(Context, Class, Element, String, Object) - Static method in class nextapp.echo.app.serial.SerialUtil
Translates an arbitrary property to XML.
TRAILING - Static variable in class nextapp.echo.app.Alignment
Specifies trailing alignment (right in LTR languages, left in RTL languages).

U

Uid - Class in nextapp.echo.app.util
A unique identifier.
UNDERLINE - Static variable in class nextapp.echo.app.Font
A style value indicating underline.
UPDATE - Static variable in class nextapp.echo.app.event.TableModelEvent
An event type indicating one or more table rows were updated.
updateLayoutData(Component) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Adds a description of an update to a child component's LayoutData information to the ServerComponentUpdate.
UpdateManager - Class in nextapp.echo.app.update
Primary interface to update management architecture.
UpdateManager(ApplicationInstance) - Constructor for class nextapp.echo.app.update.UpdateManager
Creates a new UpdateManager.
updateProperty(String, Object, Object) - Method in class nextapp.echo.app.update.ServerComponentUpdate
Adds a description of an update to a property of the parent component to the ServerComponentUpdate.
updateSelection(RadioButton) - Method in class nextapp.echo.app.button.ButtonGroup
Notifies the ButtonGroup that a RadioButton within its domain may have changed state.
userClose() - Method in class nextapp.echo.app.WindowPane
Processes a user request to close the window (via the close button).

V

validate() - Method in class nextapp.echo.app.Component
A life-cycle method invoked before the component is rendered to ensure it is in a valid state.
validate(Extent, int) - Static method in class nextapp.echo.app.Extent
Validates that the specified Extent is acceptable for use in a particular environment, by ensuring that its units are of a supported type.
validate() - Method in class nextapp.echo.app.Table
 
VERDANA - Static variable in class nextapp.echo.app.Font
 
verifyInput(String, Object) - Method in class nextapp.echo.app.Component
Invoked by the ClientUpdateManager on each component in the hierarchy whose processInput() method will layer be invoked in the current transaction.
VISIBLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
Property change event name for visibility changes.
visibleIndexOf(Component) - Method in class nextapp.echo.app.Component
Determines the index of the given Component within the visible children of this Component.

W

WHITE - Static variable in class nextapp.echo.app.Color
The color white.
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
 
Window - Class in nextapp.echo.app
A top-level window.
Window() - Constructor for class nextapp.echo.app.Window
Creates a new window.
WindowPane - Class in nextapp.echo.app
WindowPane component: displays content in a movable and/or resizable window.
WindowPane() - Constructor for class nextapp.echo.app.WindowPane
Creates a new WindowPane.
WindowPane(String, Extent, Extent) - Constructor for class nextapp.echo.app.WindowPane
Creates a new WindowPane with the specified title and dimensions.
windowPaneClosing(WindowPaneEvent) - Method in interface nextapp.echo.app.event.WindowPaneListener
Invoked when a user attempts to close a WindowPane.
WindowPaneEvent - Class in nextapp.echo.app.event
An event describing an update to the state of a WindowPane.
WindowPaneEvent(Object) - Constructor for class nextapp.echo.app.event.WindowPaneEvent
Creates a new WindowPaneEvent.
WindowPaneListener - Interface in nextapp.echo.app.event
Listener interface for receiving WindowPaneEvents.
WINDOWS_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.ApplicationInstance
 

Y

YELLOW - Static variable in class nextapp.echo.app.Color
The color yellow.

Z

Z_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.WindowPane
Deprecated. Will be removed prior to 3.0.

A B C D E F G H I L M N O P R S T U V W Y Z
NextApp Echo3
v3.0.b4