NextApp Echo
1.0.5
A B C D E F G H I L M N O P R S T U V W Y Z

A

ACTION_COMMAND_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ACTION_COMMAND_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextField
 
ALL_COLUMNS - Static variable in class nextapp.echo.event.TableModelEvent
A value for columns parameters indicating all columns were affected.
ARIAL - Static variable in class nextapp.echo.Font
 
ATTACHMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.BackgroundImageProperties
 
ATTACHMENT_FIXED - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for the attachment property that indicates that the background image should remain fixed and NOT scroll with content.
ATTACHMENT_SCROLL - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for the attachment property that indicates that the background image should scroll with content above it.
AUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
AbstractButton - class nextapp.echo.AbstractButton.
A base class from which various types of buttons (simple buttons, radio buttons, checkboxes, etc.) are derived.
AbstractButton() - Constructor for class nextapp.echo.AbstractButton
Default constructor.
AbstractDocument - class nextapp.echo.text.AbstractDocument.
An abstract implementation of a text component model.
AbstractDocument() - Constructor for class nextapp.echo.text.AbstractDocument
Default constructor.
AbstractImageReference - class nextapp.echo.AbstractImageReference.
A base class from which ImageReferences which render images from binary streams are derived.
AbstractImageReference() - Constructor for class nextapp.echo.AbstractImageReference
Default constructor.
AbstractListModel - class nextapp.echo.AbstractListModel.
A base class from which ListModel implementations are derived.
AbstractListModel() - Constructor for class nextapp.echo.AbstractListModel
Creates a new AbstractListModel.
AbstractPane - class nextapp.echo.AbstractPane.
A base class from which all panes (e.g.
AbstractPane() - Constructor for class nextapp.echo.AbstractPane
Default constructor.
AbstractSelectFieldModel - class nextapp.echo.AbstractSelectFieldModel.
A base class from which SelectFieldModel implementations are derived.
AbstractSelectFieldModel() - Constructor for class nextapp.echo.AbstractSelectFieldModel
 
AbstractTableModel - class nextapp.echo.table.AbstractTableModel.
An abstract implementation of a table model.
AbstractTableModel() - Constructor for class nextapp.echo.table.AbstractTableModel
Default constructor.
ActionEvent - class nextapp.echo.event.ActionEvent.
An event indicating that a component-defined action has occurred.
ActionEvent(Object, String) - Constructor for class nextapp.echo.event.ActionEvent
Creates an ActionEvent.
ActionListener - interface nextapp.echo.event.ActionListener.
The listener interface for receiving action events.
AwtImageReference - class nextapp.echo.AwtImageReference.
A reference to a java.awt.Image.
AwtImageReference(Image) - Constructor for class nextapp.echo.AwtImageReference
Creates a reference to a java.awt.Image.
actionPerformed(ActionEvent) - Method in interface nextapp.echo.event.ActionListener
Invoked when an action occurs.
add(AbstractButton) - Method in class nextapp.echo.ButtonGroup
Adds the button to the group.
add(Component) - Method in class nextapp.echo.Component
Adds the specified Component at the end of this Component's children.
add(Component, int) - Method in class nextapp.echo.Component
Adds the specified Component as the nth child All component add operations use this method to add components.
add(AbstractPane) - Method in class nextapp.echo.ContainerPane
Adds a subpane at the end of this container pane.
add(AbstractPane, int) - Method in class nextapp.echo.ContainerPane
Adds a subpane at a specified position.
add(Object) - Method in class nextapp.echo.DefaultListModel
Adds an item at the end of the model.
add(int, Object) - Method in class nextapp.echo.DefaultListModel
Inserts an item into the model at the specified index.
add(Object) - Method in class nextapp.echo.DefaultSelectFieldModel
Adds an item at the end of the model.
add(int, Object) - Method in class nextapp.echo.DefaultSelectFieldModel
Inserts an item into the model at the specified index.
add(Component, int) - Method in class nextapp.echo.Grid
Throws an UnsupportedOperationException.
add(int, int, Grid.Cell) - Method in class nextapp.echo.Grid
Adds a cell at a specified coordinate.
add(int, int, Component) - Method in class nextapp.echo.Grid
Creates a new Cell containing only the given component and adds it at the specified position.
add(Component, int) - Method in class nextapp.echo.Window
Throws an UnsupportedOperationException adivising the use of the setContent() method.
addActionListener(ActionListener) - Method in class nextapp.echo.AbstractButton
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in interface nextapp.echo.ButtonModel
Adds an ActionListener to the button.
addActionListener(ActionListener) - Method in class nextapp.echo.DefaultButtonModel
 
addActionListener(ActionListener) - Method in class nextapp.echo.SelectField
Adds an ActionListener.
addActionListener(ActionListener) - Method in class nextapp.echo.TextField
Adds an ActionListener to the text field.
addChangeListener(ChangeListener) - Method in class nextapp.echo.AbstractButton
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in interface nextapp.echo.ButtonModel
Adds a ChangeListener to the button.
addChangeListener(ChangeListener) - Method in class nextapp.echo.DefaultButtonModel
 
addChangeListener(ChangeListener) - Method in class nextapp.echo.StackedPane
Adds a listener to be notified of change events.
addColumn(TableColumn) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
addColumn(TableColumn) - Method in interface nextapp.echo.table.TableColumnModel
Adds a table column to the end of the table column model.
addColumnModelListener(TableColumnModelListener) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
addColumnModelListener(TableColumnModelListener) - Method in interface nextapp.echo.table.TableColumnModel
Adds a listener for table column model events.
addDocumentListener(DocumentListener) - Method in class nextapp.echo.text.AbstractDocument
Adds a listener which will be notified of changes to the document.
addDocumentListener(DocumentListener) - Method in interface nextapp.echo.text.Document
Adds a listener which will be notified of changes to the document.
addHierarchyListener(HierarchyListener) - Method in class nextapp.echo.Component
Adds a hierarchy listener to be notified when this component's state in the hierarchy changes.
addImageUpdateListener(ImageUpdateListener) - Method in class nextapp.echo.AbstractImageReference
 
addImageUpdateListener(ImageUpdateListener) - Method in class nextapp.echo.HttpImageReference
Not supported.
addImageUpdateListener(ImageUpdateListener) - Method in interface nextapp.echo.ImageReference
Adds an image update listener to the image reference.
addImageUpdateListener(ImageUpdateListener) - Method in class nextapp.echo.ResourceImageReference
Not supported.
addItemListener(ItemListener) - Method in class nextapp.echo.AbstractButton
Adds a ItemListener to the button.
addItemListener(ItemListener) - Method in interface nextapp.echo.ButtonModel
Adds a ItemListener to the button.
addItemListener(ItemListener) - Method in class nextapp.echo.DefaultButtonModel
 
addItemListener(ItemListener) - Method in class nextapp.echo.SelectField
Adds an ItemListener.
addListDataListener(ListDataListener) - Method in class nextapp.echo.AbstractListModel
 
addListDataListener(ListDataListener) - Method in interface nextapp.echo.ListModel
Adds a ListDataListener to the model.
addListSelectionListener(ListSelectionListener) - Method in class nextapp.echo.DefaultListSelectionModel
Adds a ListSelectionListener to the selection model.
addListSelectionListener(ListSelectionListener) - Method in interface nextapp.echo.ListSelectionModel
Adds a ListSelectionListener to the selection model.
addListener(Class, EventListener) - Method in class nextapp.echo.event.EventListenerList
Adds a listener of the given class to the list.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.BackgroundImageProperties
Adds a property change listener.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.Component
Adds a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.EchoInstance
Adds a property change listener to this instance.
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.table.TableColumn
Adds a property change listener to the column.
addTableModelListener(TableModelListener) - Method in class nextapp.echo.table.AbstractTableModel
Adds a listener that will be notified of changes to the table model.
addTableModelListener(TableModelListener) - Method in interface nextapp.echo.table.TableModel
Adds a listener that will be notified of changes to the table model.
addWindow(Window) - Method in class nextapp.echo.EchoInstance
Adds a new window to the application, causing it to then be displayed.
addWindowListener(WindowListener) - Method in class nextapp.echo.Window
Adds a WindowListener to the window.
applyStyle(Style) - Method in class nextapp.echo.AbstractButton
 
applyStyle(Style) - Method in class nextapp.echo.AbstractPane
 
applyStyle(Style) - Method in class nextapp.echo.Component
Sets stylistic properties of this component based on a Style object.
applyStyle(Style) - Method in class nextapp.echo.ContainerPane
 
applyStyle(Style) - Method in class nextapp.echo.ContentPane
 
applyStyle(Style) - Method in class nextapp.echo.Grid.Cell
 
applyStyle(Style) - Method in class nextapp.echo.Grid
 
applyStyle(Style) - Method in class nextapp.echo.Label
 
applyStyle(Style) - Method in class nextapp.echo.ListBox
 
applyStyle(Style) - Method in class nextapp.echo.Panel
 
applyStyle(Style) - Method in class nextapp.echo.SelectField
 
applyStyle(Style) - Method in class nextapp.echo.Table
 
applyStyle(Style) - Method in class nextapp.echo.TextArea
 
applyStyle(Style) - Method in class nextapp.echo.TextField
 
applyStyle(Style) - Method in class nextapp.echo.ToggleButton
 
applyStyle(Style) - Method in class nextapp.echo.Window
 
applyStyle(Style) - Method in class nextapp.echo.text.TextComponent
 

B

BACKGROUND_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
BACKGROUND_IMAGE_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid.Cell
 
BACKGROUND_IMAGE_PROPERTIES_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
BLACK - Static variable in class nextapp.echo.Color
The color black.
BLUE - Static variable in class nextapp.echo.Color
The color blue.
BOLD - Static variable in class nextapp.echo.Font
A style value representing a font with bold text.
BORDER_COLOR_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
BORDER_COLOR_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
BORDER_COLOR_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
BORDER_DEFAULT - Static variable in class nextapp.echo.text.TextComponent
A border style that causes the client to render the text component with its default style.
BORDER_INSET - Static variable in class nextapp.echo.text.TextComponent
A border style that causes a simulated 3D border to be rendered, such that the text component appears recessed.
BORDER_NONE - Static variable in class nextapp.echo.text.TextComponent
A border style that causes no border to be rendered.
BORDER_SIZE_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
BORDER_SIZE_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
BORDER_SIZE_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
BORDER_SOLID - Static variable in class nextapp.echo.text.TextComponent
A border style that causes a solid, monochrome border to be rendered in in the specified color.
BORDER_STYLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
BOTTOM - Static variable in interface nextapp.echo.EchoConstants
 
BackgroundImageProperties - class nextapp.echo.BackgroundImageProperties.
Describes a background image.
BackgroundImageProperties(ImageReference) - Constructor for class nextapp.echo.BackgroundImageProperties
Creates a new background image properties object with the specified background image.
Button - class nextapp.echo.Button.
An implementation of a "push" button.
Button() - Constructor for class nextapp.echo.Button
Creates a button with no text or icon.
Button(String) - Constructor for class nextapp.echo.Button
Creates a button with text.
Button(ImageReference) - Constructor for class nextapp.echo.Button
Creates a button with an icon.
Button(String, ImageReference) - Constructor for class nextapp.echo.Button
Creates a button with text and an icon.
ButtonGroup - class nextapp.echo.ButtonGroup.
A container of radio buttons which allows at most one radio button to be selected.
ButtonGroup() - Constructor for class nextapp.echo.ButtonGroup
Creates a new ButtonGroup.
ButtonModel - interface nextapp.echo.ButtonModel.
State model for buttons.

C

CELL_MARGIN_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
CELL_MARGIN_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.SelectField
 
CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.table.TableColumn
 
CENTER - Static variable in interface nextapp.echo.EchoConstants
 
CHARACTER_UNITS - Static variable in class nextapp.echo.text.TextComponent
 
CHILDREN_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
COLUMNS_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextArea
 
COLUMNS_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextField
 
COLUMN_DELETED_PROPERTY - Static variable in class nextapp.echo.Grid
 
COLUMN_INSERTED_PROPERTY - Static variable in class nextapp.echo.Grid
 
COLUMN_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextArea
 
COLUMN_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextField
 
COLUMN_WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
CONTENTS_CHANGED - Static variable in class nextapp.echo.event.ListDataEvent
An event type indicating items in the list were changed.
CONTENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContainerPane
 
CYAN - Static variable in class nextapp.echo.Color
The color cyan.
ChangeEvent - class nextapp.echo.event.ChangeEvent.
An event indicating that a state change has occurred in a component.
ChangeEvent(Object) - Constructor for class nextapp.echo.event.ChangeEvent
Creates a ChangeEvent object.
ChangeListener - interface nextapp.echo.event.ChangeListener.
The listener interface for receiving change events.
CheckBox - class nextapp.echo.CheckBox.
A selectable "check" button.
CheckBox() - Constructor for class nextapp.echo.CheckBox
Creates an initially unselected check box with no text or image.
CheckBox(String) - Constructor for class nextapp.echo.CheckBox
Creates an initially unselected check box with the specified text.
CheckBox(String, boolean) - Constructor for class nextapp.echo.CheckBox
Creates a check box with the specified text and selection state.
CheckBox(ImageReference) - Constructor for class nextapp.echo.CheckBox
Creates a initially unselected check box with the specified icon.
CheckBox(ImageReference, boolean) - Constructor for class nextapp.echo.CheckBox
Creates a check box with the specified icon and selection state.
CheckBox(String, ImageReference, boolean) - Constructor for class nextapp.echo.CheckBox
Creates a check box with the specified text, icon and selection state.
Color - class nextapp.echo.Color.
A representation of an RGB color.
Color(int) - Constructor for class nextapp.echo.Color
Creates a new color from an integer value.
Color(int, int, int) - Constructor for class nextapp.echo.Color
Creates a new color with specified red, green, and blue values.
Component - class nextapp.echo.Component.
A base class from which all Components are derived.
Component() - Constructor for class nextapp.echo.Component
Default Component constructor.
Container - class nextapp.echo.Container.
A generic lightweight container.
Container() - Constructor for class nextapp.echo.Container
 
ContainerPane - class nextapp.echo.ContainerPane.
A container used to lay out panes within a window.
ContainerPane() - Constructor for class nextapp.echo.ContainerPane
Creates an empty container pane with a horizontal orientation.
ContainerPane(int) - Constructor for class nextapp.echo.ContainerPane
Creates an empty container pane with the specified orientation.
ContentPane - class nextapp.echo.ContentPane.
A pane to which content components may be added.
ContentPane() - Constructor for class nextapp.echo.ContentPane
Creates a content pane.
Coordinate - class nextapp.echo.Coordinate.
An two-dimensional immutable integer (x, y) coordinate.
Coordinate(int, int) - Constructor for class nextapp.echo.Coordinate
Creates a new coordinate representing the position (x,y) in 2D space.
clear() - Method in class nextapp.echo.DefaultSelectFieldModel
Removes all items from the model.
clearSelection() - Method in class nextapp.echo.DefaultListSelectionModel
Deselects all items.
clearSelection() - Method in class nextapp.echo.ListBox
Deselects all items.
clearSelection() - Method in interface nextapp.echo.ListSelectionModel
Deselects all items.
close() - Method in class nextapp.echo.StackedPane
Closes the top pane.
close(AbstractPane) - Method in class nextapp.echo.StackedPane
Closes the specified pane.
closeUntilVisible(AbstractPane) - Method in class nextapp.echo.StackedPane
Closes panes until the specified pane is again visible.
columnAdded(TableColumnModelEvent) - Method in interface nextapp.echo.event.TableColumnModelListener
Invoked when a table column is added.
columnMoved(TableColumnModelEvent) - Method in interface nextapp.echo.event.TableColumnModelListener
Invoked when a table column is moved.
columnRemoved(TableColumnModelEvent) - Method in interface nextapp.echo.event.TableColumnModelListener
Invoked when a table column is removed.
compareTo(Object) - Method in class nextapp.echo.Coordinate
Compares this coordinate to another.
contains(int) - Method in class nextapp.echo.util.DynamicIntegerArray
Returns true if the array contains a value at the specified index.
contentsChanged(ListDataEvent) - Method in interface nextapp.echo.event.ListDataListener
Indicates that the contents of the list have change.
createDefaultColumnsFromModel() - Method in class nextapp.echo.Table
Creates a TableColumnModel based on the present TableModel.
createHorizontalStrut(int) - Static method in class nextapp.echo.Filler
Returns a new horizontal strut filler component of the given width.
createVerticalStrut(int) - Static method in class nextapp.echo.Filler
Returns a new vertical strut filler component of the given height.

D

DARKGRAY - Static variable in class nextapp.echo.Color
The color dark gray.
DEFAULT_BACKGROUND - Static variable in class nextapp.echo.EchoInstance
The default background color (white)
DEFAULT_FONT - Static variable in class nextapp.echo.EchoInstance
The default font (10 point sans-serif)
DEFAULT_FOREGROUND - Static variable in class nextapp.echo.EchoInstance
The default foreground color (black)
DEFAULT_INSETS - Static variable in class nextapp.echo.ContentPane
A default Insets object that provides 10-pixel margins on the top, bottom, left, and right sides of the content pane.
DEFAULT_INSETS - Static variable in class nextapp.echo.Panel
A default insets object used for panels, that has zero-pixel margins.
DEFAULT_LIST_CELL_RENDERER - Static variable in class nextapp.echo.DefaultListCellRenderer
 
DEFAULT_TABLE_CELL_RENDERER - Static variable in class nextapp.echo.Table
The default renderer for table cells.
DEFAULT_WINDOW_HEIGHT - Static variable in class nextapp.echo.EchoInstance
The default window height (100 pixels).
DEFAULT_WINDOW_WIDTH - Static variable in class nextapp.echo.EchoInstance
The default window width (100 pixels).
DELETE - Static variable in class nextapp.echo.event.TableModelEvent
An event type indicating table rows were deleted.
DESELECTED - Static variable in class nextapp.echo.event.ItemEvent
 
DISPOSE_ON_CLOSE - Static variable in class nextapp.echo.Window
A value for the DefaultCloseOperation property that indicates the window should be disposed when a user clicks its close button.
DOCUMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
DO_NOTHING_ON_CLOSE - Static variable in class nextapp.echo.Window
A value for the DefaultCloseOperation property that indicates the window should not take any action when closed.
DefaultButtonModel - class nextapp.echo.DefaultButtonModel.
The default implementation of a button's data model.
DefaultButtonModel() - Constructor for class nextapp.echo.DefaultButtonModel
Creates a new default button model.
DefaultListCellRenderer - class nextapp.echo.DefaultListCellRenderer.
The default ListCellRenderer implementation.
DefaultListCellRenderer() - Constructor for class nextapp.echo.DefaultListCellRenderer
 
DefaultListModel - class nextapp.echo.DefaultListModel.
The default implementation of a ListBox's data model.
DefaultListModel() - Constructor for class nextapp.echo.DefaultListModel
Creates a new DefaultSelectListModel with the given content.
DefaultListModel(Object[]) - Constructor for class nextapp.echo.DefaultListModel
Creates a new DefaultSelectListModel containing the specified data.
DefaultListSelectionModel - class nextapp.echo.DefaultListSelectionModel.
The default implementation of ListSelectionModel, the model used by ListBoxes.
DefaultListSelectionModel() - Constructor for class nextapp.echo.DefaultListSelectionModel
 
DefaultSelectFieldModel - class nextapp.echo.DefaultSelectFieldModel.
The default implementation of SelectFieldModel, the model used for SelectFields.
DefaultSelectFieldModel() - Constructor for class nextapp.echo.DefaultSelectFieldModel
Creates a empty new DefaultSelectFieldModel.
DefaultSelectFieldModel(Object[]) - Constructor for class nextapp.echo.DefaultSelectFieldModel
Creates a new DefaultSelectFieldModel that contains an array of items.
DefaultTableCellRenderer - class nextapp.echo.table.DefaultTableCellRenderer.
The default TableCellRenderer implementation.
DefaultTableCellRenderer() - Constructor for class nextapp.echo.table.DefaultTableCellRenderer
 
DefaultTableColumnModel - class nextapp.echo.table.DefaultTableColumnModel.
The default TableColumnModel implementation.
DefaultTableColumnModel() - Constructor for class nextapp.echo.table.DefaultTableColumnModel
Creates a new DefaultTableColumnModel.
DefaultTableModel - class nextapp.echo.table.DefaultTableModel.
The default TableModel implementation.
DefaultTableModel() - Constructor for class nextapp.echo.table.DefaultTableModel
Creates a new table model of 0x0 size.
DefaultTableModel(int, int) - Constructor for class nextapp.echo.table.DefaultTableModel
Creates a new table model of the specified dimension.
DefaultTableModel(Object[][], Object[]) - Constructor for class nextapp.echo.table.DefaultTableModel
Creates a new Table Model with the specified data and column names.
Dimension - class nextapp.echo.Dimension.
An immutable representation of a two-dimensional size (width and height).
Dimension(int, int) - Constructor for class nextapp.echo.Dimension
Creates a new dimension of the given width and height.
Document - interface nextapp.echo.text.Document.
A model for text components.
DocumentEvent - class nextapp.echo.event.DocumentEvent.
An event indicating a modification of a document.
DocumentEvent(Document) - Constructor for class nextapp.echo.event.DocumentEvent
Creates a new DocumentEvent.
DocumentListener - interface nextapp.echo.event.DocumentListener.
The listener interface for receiving document events.
DynamicIntegerArray - class nextapp.echo.util.DynamicIntegerArray.
A limited implementation of a variable-length array of integers.
DynamicIntegerArray() - Constructor for class nextapp.echo.util.DynamicIntegerArray
Creates a new DynamicIntegerArray with a "null value" of 0.
DynamicIntegerArray(int) - Constructor for class nextapp.echo.util.DynamicIntegerArray
Creates a new DynamicIntegerArray with the specified "null value".
deleteColumn(int) - Method in class nextapp.echo.Grid
Remove a column from the grid.
deleteRow(int) - Method in class nextapp.echo.Grid
Remove a row from the grid.
deleteRow(int) - Method in class nextapp.echo.table.DefaultTableModel
Deletes the specified row.
dispose() - Method in class nextapp.echo.Window
Destroys the window.
doAction() - Method in class nextapp.echo.AbstractButton
Programmatically performs a click/activation of the button.
doAction() - Method in class nextapp.echo.DefaultButtonModel
Processes a user action.
doExit() - Method in class nextapp.echo.EchoInstance
Invoked by the application container when the application instance is to be destroyed.
doInit() - Method in class nextapp.echo.EchoInstance
Invoked by the application container to initialize the application.
doValidation() - Method in class nextapp.echo.EchoInstance
Validates all components in all windows registered with the application.
documentUpdate(DocumentEvent) - Method in interface nextapp.echo.event.DocumentListener
Invoked when an document update occurs.

E

EDITABLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
ENABLED_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
EchoConstants - interface nextapp.echo.EchoConstants.
Provides standard constants used across many Echo components.
EchoInstance - class nextapp.echo.EchoInstance.
A single user-instance of an Echo application.
EchoInstance() - Constructor for class nextapp.echo.EchoInstance
Creates a new instance of this Echo application.
EventListenerList - class nextapp.echo.event.EventListenerList.
A generic storage facility for listeners.
EventListenerList() - Constructor for class nextapp.echo.event.EventListenerList
Creates a new listener list.
equals(Object) - Method in class nextapp.echo.Color
Determines whether another object is equal to this Color.
equals(Object) - Method in class nextapp.echo.Coordinate
Returns true if this coordinate is equivalent to the provided object.
equals(Object) - Method in class nextapp.echo.Dimension
Returns true if this coordinate is equivalent to the provided object.
equals(Object) - Method in class nextapp.echo.Font
Returns true if this font is equivalent to the provided object.
exit() - Method in class nextapp.echo.EchoInstance
Notifies the application that it has reached the end of its life, and should clean up any resources if required.

F

FLOW_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid.Cell
 
FLOW_DOWN - Static variable in class nextapp.echo.Grid.Cell
A flow value that indicates that a cell should attempt to flow into vacant cells below it.
FLOW_LEFT - Static variable in class nextapp.echo.Grid.Cell
A flow value that indicates that a cell should attempt to flow into vacant cells to its left.
FLOW_PRIORITY_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid.Cell
 
FLOW_RIGHT - Static variable in class nextapp.echo.Grid.Cell
A flow value that indicates that a cell should attempt to flow into vacant cells to its right.
FLOW_UP - Static variable in class nextapp.echo.Grid.Cell
A flow value that indicates that a cell should attempt to flow into vacant cells above it.
FONT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
FOREGROUND_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
Filler - class nextapp.echo.Filler.
A component used to add space between other components.
Filler(int, int) - Constructor for class nextapp.echo.Filler
Creates a new filler component of the given width and height.
Font - class nextapp.echo.Font.
A representation of a text font.
Font(String, int, int) - Constructor for class nextapp.echo.Font
Creates a font with a single typeface, the given style attributes and size.
Font(String[], int, int) - Constructor for class nextapp.echo.Font
Creates a font with a primary and alternative typefaces, the given style attributes and size.
fireActionEvent() - Method in class nextapp.echo.SelectField
Notifies all listeners that an item has been selected.
fireActionEvent() - Method in class nextapp.echo.TextField
Fires an action event to all listeners.
fireActionPerformed(ActionEvent) - Method in class nextapp.echo.AbstractButton
Notifies all listeners that have registered for this event type.
fireActionPerformed(ActionEvent) - Method in class nextapp.echo.DefaultButtonModel
Notifies all listeners that have registered for this event type.
fireColumnAdded(TableColumnModelEvent) - Method in class nextapp.echo.table.DefaultTableColumnModel
Notifies listeners that a column was added.
fireColumnMoved(TableColumnModelEvent) - Method in class nextapp.echo.table.DefaultTableColumnModel
Notifies listeners that a column was moved.
fireColumnRemoved(TableColumnModelEvent) - Method in class nextapp.echo.table.DefaultTableColumnModel
Notifies listeners that a column was removed.
fireContentsChanged(Object, int, int) - Method in class nextapp.echo.AbstractListModel
AbstractListModel subclasses must call this method after one or elements are changed.
fireDocumentUpdate(DocumentEvent) - Method in class nextapp.echo.text.AbstractDocument
Notifies listeners about an update to the document.
fireIntervalAdded(Object, int, int) - Method in class nextapp.echo.AbstractListModel
AbstractListModel subclasses must call this method after one or elements are added.
fireIntervalRemoved(Object, int, int) - Method in class nextapp.echo.AbstractListModel
AbstractListModel subclasses must call this method after one or elements are removed.
fireItemStateChanged(ItemEvent) - Method in class nextapp.echo.AbstractButton
Notifies all listeners that have registered for this event type.
fireItemStateChanged(ItemEvent) - Method in class nextapp.echo.DefaultButtonModel
Notifies all listeners that have registered for this event type.
fireItemStateChanged(ItemEvent) - Method in class nextapp.echo.SelectField
Notifies all listeners with the specified ItemEvent.
firePropertyChange(String, Object, Object) - Method in class nextapp.echo.Component
Reports a bound property change.
firePropertyChange(String, boolean, boolean) - Method in class nextapp.echo.Component
Reports a bound property change.
firePropertyChange(String, char, char) - Method in class nextapp.echo.Component
Reports a bound property change.
firePropertyChange(String, double, double) - Method in class nextapp.echo.Component
Reports a bound property change.
firePropertyChange(String, float, float) - Method in class nextapp.echo.Component
Reports a bound property change.
firePropertyChange(String, int, int) - Method in class nextapp.echo.Component
Reports a bound property change.
firePropertyChange(String, long, long) - Method in class nextapp.echo.Component
Reports a bound property change.
fireStateChanged() - Method in class nextapp.echo.AbstractButton
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class nextapp.echo.DefaultButtonModel
Notifies all listeners that have registered for this event type.
fireTableCellUpdated(int, int) - Method in class nextapp.echo.table.AbstractTableModel
Notifies listeners that the contents of the cell at the specified coordinate were changed.
fireTableChanged(TableModelEvent) - Method in class nextapp.echo.table.AbstractTableModel
Notifies all TableModelListeners of the specified event.
fireTableDataChanged() - Method in class nextapp.echo.table.AbstractTableModel
Notifies listeners 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.table.AbstractTableModel
Notifies listeners that rows the rows from firstRow to LastRow were deleted.
fireTableRowsInserted(int, int) - Method in class nextapp.echo.table.AbstractTableModel
Notifies listeners that rows the rows from firstRow to LastRow were inserted.
fireTableRowsUpdated(int, int) - Method in class nextapp.echo.table.AbstractTableModel
Notifies listeners that data found in the specified rows was updated.
fireTableStructureChanged() - Method in class nextapp.echo.table.AbstractTableModel
Notifies all listeners that all data in the table may have changed, including the size and structure of the table.
fireValueChanged() - Method in class nextapp.echo.DefaultListSelectionModel
Notifies ListSelectionListeners that the state of this ListSelectionModel has changed.

G

GREEN - Static variable in class nextapp.echo.Color
The color green.
Grid - class nextapp.echo.Grid.
A component used to lay out child components in a grid.
Grid() - Constructor for class nextapp.echo.Grid
Creates a new Grid.
Grid.Cell - class nextapp.echo.Grid.Cell.
A container component representing a single cell of a grid.
Grid.Cell() - Constructor for class nextapp.echo.Grid.Cell
Creates a new empty Cell.
Grid.Cell(int, int) - Constructor for class nextapp.echo.Grid.Cell
Creates a new Cell with a column and row span.
Grid.Cell(Component) - Constructor for class nextapp.echo.Grid.Cell
Creates a new Cell containing the given Component.
Grid.Cell(int, int, Component) - Constructor for class nextapp.echo.Grid.Cell
Creates a new Cell containing a Component with a column and row span.
Grid.GridCellOverlapException - exception nextapp.echo.Grid.GridCellOverlapException.
An exception that is thrown when grid cells overlap (due to their column/row spans).
Grid.GridCellOverlapException(String) - Constructor for class nextapp.echo.Grid.GridCellOverlapException
Creates a new GridCellOverlapException.
get(int) - Method in class nextapp.echo.DefaultListModel
Returns the item at the specified position in the list.
get(int) - Method in class nextapp.echo.DefaultSelectFieldModel
Returns the element at the specified index.
get(int, int) - Method in class nextapp.echo.Grid
Returns the Cell at the specified position
get(int) - Method in interface nextapp.echo.ListModel
Returns the value at the specified position in the list.
get(int) - Method in class nextapp.echo.util.DynamicIntegerArray
Returns the value in the array at the specified index.
getActionCommand() - Method in class nextapp.echo.AbstractButton
Returns the action command for this button.
getActionCommand() - Method in interface nextapp.echo.ButtonModel
Returns the action command for this button.
getActionCommand() - Method in class nextapp.echo.DefaultButtonModel
 
getActionCommand() - Method in class nextapp.echo.SelectField
Returns the action command of the SelectField.
getActionCommand() - Method in class nextapp.echo.TextField
Returns the action command for this textField.
getActionCommand() - Method in class nextapp.echo.event.ActionEvent
Returns the command string associated with this action.
getAttachment() - Method in class nextapp.echo.BackgroundImageProperties
Returns the background image attachment policy.
getAttribute(String) - Method in class nextapp.echo.EchoInstance
Returns the value of an attribute.
getAttribute(String) - Method in class nextapp.echo.Style
Returns the attribute associate with the given key as an object.
getBackground() - Method in class nextapp.echo.Component
Returns the background color of the component.
getBackground() - Method in interface nextapp.echo.ListCellRenderer.StyledListCell
Returns the background of the list item.
getBackgroundImage() - Method in class nextapp.echo.ContentPane
Returns the background image.
getBackgroundImage() - Method in class nextapp.echo.Grid.Cell
Returns the background image of the cell.
getBackgroundImageProperties() - Method in class nextapp.echo.ContentPane
Returns the background image properties for this content pane.
getBlue() - Method in class nextapp.echo.Color
Returns the blue component value of this color.
getBooleanAttribute(String) - Method in class nextapp.echo.Style
Returns the attribute associated with the given key as a primitive boolean value.
getBorderColor() - Method in class nextapp.echo.Grid
Returns the border color.
getBorderColor() - Method in class nextapp.echo.Table
Returns the border color.
getBorderColor() - Method in class nextapp.echo.text.TextComponent
Returns the border color.
getBorderSize() - Method in class nextapp.echo.Grid
Returns the border size.
getBorderSize() - Method in class nextapp.echo.Table
Returns the border size.
getBorderSize() - Method in class nextapp.echo.text.TextComponent
Returns the border size.
getBorderStyle() - Method in class nextapp.echo.text.TextComponent
Returns the border style.
getBottom() - Method in class nextapp.echo.Insets
Returns the size of the bottom margin.
getButtonCount() - Method in class nextapp.echo.ButtonGroup
Returns the number of buttons in the group.
getCellMargin() - Method in class nextapp.echo.Grid
Returns the cell margin.
getCellMargin() - Method in class nextapp.echo.Table
Returns the cell margin.
getCellRenderer() - Method in class nextapp.echo.ListBox
Returns the renderer for items.
getCellRenderer() - Method in class nextapp.echo.SelectField
Returns the renderer for items.
getCellRenderer() - Method in class nextapp.echo.table.TableColumn
Returns the cell renderer for this column.
getChangeFlags() - Method in class nextapp.echo.event.HierarchyEvent
Returns a bitmask describing the change to the heirarchy.
getChanged() - Method in class nextapp.echo.event.HierarchyEvent
Returns the component whose state within the hierarchy changed.
getChangedParent() - Method in class nextapp.echo.event.HierarchyEvent
Returns the parent (or former parent) of the component whose state within the hierarchy changed.
getColumn() - Method in class nextapp.echo.Grid.Cell
Returns the horizontal coordinate of the cell.
getColumn() - Method in class nextapp.echo.event.TableModelEvent
Returns the column that was affected by the update.
getColumn(int) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
getColumn(int) - Method in interface nextapp.echo.table.TableColumnModel
Returns the table column found at the specified index.
getColumnClass(int) - Method in class nextapp.echo.table.AbstractTableModel
Returns Object.class.
getColumnClass(int) - Method in interface nextapp.echo.table.TableModel
Returns the most-specific class found in a given table column.
getColumnCount() - Method in class nextapp.echo.Table
Returns the number of columns in the table.
getColumnCount() - Method in class nextapp.echo.table.DefaultTableColumnModel
 
getColumnCount() - Method in class nextapp.echo.table.DefaultTableModel
Returns the number of columns in the table.
getColumnCount() - Method in interface nextapp.echo.table.TableColumnModel
Returns the number of columns in the column model.
getColumnCount() - Method in interface nextapp.echo.table.TableModel
Returns the number of columns in the table.
getColumnIndex(Object) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
getColumnIndex(Object) - Method in interface nextapp.echo.table.TableColumnModel
Returns the index of the table column with the given identifier.
getColumnModel() - Method in class nextapp.echo.Table
Returns the table's column model.
getColumnName(int) - Method in class nextapp.echo.table.AbstractTableModel
Returns the value found at the given coordinate within the table.
getColumnName(int) - Method in class nextapp.echo.table.DefaultTableModel
Returns the name of the specified column number.
getColumnName(int) - Method in interface nextapp.echo.table.TableModel
Returns the name of the specified column number.
getColumnSpan() - Method in class nextapp.echo.Grid.Cell
Returns the number of columns that this cell will span.
getColumnUnits() - Method in class nextapp.echo.TextArea
Returns the units of the columns property.
getColumnUnits() - Method in class nextapp.echo.TextField
Returns the units of the columns property.
getColumnWidth(int) - Method in class nextapp.echo.Grid
Returns the width of a grid column.
getColumns() - Method in class nextapp.echo.TextArea
Returns the number of columns in the TextArea.
getColumns() - Method in class nextapp.echo.TextField
Returns the columns of the text field.
getColumns() - Method in class nextapp.echo.table.DefaultTableColumnModel
 
getColumns() - Method in interface nextapp.echo.table.TableColumnModel
Returns an iterator over the columns of the column model.
getComponent(int) - Method in class nextapp.echo.Component
Gets the nth immediate child component.
getComponent(Coordinate) - Method in class nextapp.echo.Table
Returns the contents of the table cell at the specified coordinate.
getComponent() - Method in class nextapp.echo.event.HierarchyEvent
Returns the component which generated this event.
getComponentCount() - Method in class nextapp.echo.Component
Returns the number of immediate child components.
getComponents() - Method in class nextapp.echo.Component
Returns an array of all immediate child components.
getContent() - Method in class nextapp.echo.Window
Returns the content of this Window.
getContentType() - Method in class nextapp.echo.ResourceImageReference
 
getContentType() - Method in class nextapp.echo.StreamImageReference
Returns the valid RFC 1521 image content type (image/png, image/jpeg, image/gif, etc) of the image.
getDefaultCloseOperation() - Method in class nextapp.echo.Window
Returns the operation that will happen by default if the user closes the window.
getDefaultRenderer(Class) - Method in class nextapp.echo.Table
Returns the TableCellRenderer that is used for the specified column.
getDefaultRenderer() - Method in class nextapp.echo.table.TableHeader
Returns the default cell renderer.
getDocument() - Method in class nextapp.echo.text.TextComponent
Returns the document model.
getEchoInstance() - Method in class nextapp.echo.Component
Returns the EchoInstance object to which this component belongs, or null if it is not bound to any instance.
getEchoInstance() - Method in class nextapp.echo.Window
Returns the EchoInstance object to which this window belongs.
getElements() - Method in class nextapp.echo.ButtonGroup
Returns all the buttons that are participating in this group.
getFirstRow() - Method in class nextapp.echo.event.TableModelEvent
Returns the first row that was affected by the update.
getFlow() - Method in class nextapp.echo.Grid.Cell
Returns the directions that this cell will flow into empty cells around it.
getFlowPriority() - Method in class nextapp.echo.Grid.Cell
Returns the priority with which this cell should attempt to flow.
getFont() - Method in class nextapp.echo.Component
Returns the font.
getFont() - Method in interface nextapp.echo.ListCellRenderer.StyledListCell
Returns the font of the list item.
getForeground() - Method in class nextapp.echo.Component
Returns the foreground of the component.
getForeground() - Method in interface nextapp.echo.ListCellRenderer.StyledListCell
Returns the foreground of the list item.
getFromIndex() - Method in class nextapp.echo.event.TableColumnModelEvent
Returns the index from which the column was moved or removed.
getGreen() - Method in class nextapp.echo.Color
Returns the green component value of this color.
getGroup() - Method in class nextapp.echo.DefaultButtonModel
Returns the ButtonGroup to which this button belongs, if any.
getHeaderRenderer() - Method in class nextapp.echo.table.TableColumn
Returns the header cell renderer for this column.
getHeaderValue() - Method in class nextapp.echo.table.TableColumn
Returns the header value for this column.
getHeight() - Method in class nextapp.echo.AbstractPane
Returns the height of the pane.
getHeight() - Method in class nextapp.echo.AwtImageReference
Returns the height of the image in pixels.
getHeight() - Method in class nextapp.echo.ContainerPane
Calculates the height of the pane.
getHeight() - Method in class nextapp.echo.ContentPane
Returns the height of the pane.
getHeight() - Method in class nextapp.echo.Dimension
Returns the height of this dimension.
getHeight() - Method in class nextapp.echo.Filler
Returns the height of the filler.
getHeight() - Method in class nextapp.echo.Grid
Returns the overall height of the grid.
getHeight() - Method in class nextapp.echo.HttpImageReference
Returns the height of the image in pixels.
getHeight() - Method in class nextapp.echo.HttpPane
Returns the height of the pane.
getHeight() - Method in interface nextapp.echo.ImageReference
Returns the height of the image.
getHeight() - Method in class nextapp.echo.ResourceImageReference
 
getHeight() - Method in class nextapp.echo.StreamImageReference
 
getHeight() - Method in class nextapp.echo.Table
Returns the overall height of the table.
getHeight() - Method in class nextapp.echo.Window
Returns the height of the window.
getHeightUnits() - Method in class nextapp.echo.Grid
Returns the units (pixel or percent) in which column heights and overall grid height are measured.
getHeightUnits() - Method in class nextapp.echo.Table
Returns the units (pixel or percent) in which column heights and overall table height are measured.
getHorizontalAlignment() - Method in class nextapp.echo.AbstractButton
Returns the horizontal alignment of the text relative to the icon.
getHorizontalAlignment() - Method in class nextapp.echo.ContentPane
Returns the horizontal alignment of the contents of this pane.
getHorizontalAlignment() - Method in class nextapp.echo.Grid.Cell
Returns the horizontal alignment of the contents of this panel.
getHorizontalAlignment() - Method in class nextapp.echo.Label
Returns the horizontal alignment of the text relative to the icon.
getHorizontalAlignment() - Method in class nextapp.echo.Panel
Returns the horizontal alignment of the contents of this panel.
getHorizontalAlignment() - Method in class nextapp.echo.text.TextComponent
Returns the horizontal alignment of the text.
getHorizontalPosition() - Method in class nextapp.echo.BackgroundImageProperties
Returns the horizontal position of the background image.
getHorizontalPositionUnits() - Method in class nextapp.echo.BackgroundImageProperties
Returns the units in which the horizontal position of the background is defined.
getHorizontalStateAlignment() - Method in class nextapp.echo.ToggleButton
Returns the horizontal alignment of the state indicator (check box or radio button) relative to the button.
getHorizontalStatePosition() - Method in class nextapp.echo.ToggleButton
Returns the horizontal position of the state indicator (check box or radio button) relative to the button.
getHorizontalTextPosition() - Method in class nextapp.echo.AbstractButton
Returns the horizontal position of the text relative to the icon.
getHorizontalTextPosition() - Method in class nextapp.echo.Label
Returns the horizontal position of the text relative to the icon.
getIcon() - Method in class nextapp.echo.AbstractButton
Returns the icon.
getIcon() - Method in class nextapp.echo.Label
Returns the icon.
getIconTextMargin() - Method in class nextapp.echo.AbstractButton
Returns the size of the margin to be displayed between the icon and text The margin is only drawn if both icon and text are present.
getIconTextMargin() - Method in class nextapp.echo.Label
Returns the size of the margin to be displayed between the icon and text The margin is only drawn if both icon and text are present.
getIdentifier() - Method in class nextapp.echo.Component
Returns the identifier for this component.
getIdentifier() - Method in class nextapp.echo.table.TableColumn
Returns the identifier for this column.
getImage() - Method in class nextapp.echo.AwtImageReference
Retrieves the image.
getImage() - Method in class nextapp.echo.BackgroundImageProperties
Returns the background image.
getIndex0() - Method in class nextapp.echo.event.ListDataEvent
Returns the first index of the interval affected by the list change.
getIndex1() - Method in class nextapp.echo.event.ListDataEvent
Returns the last index of the interval affected by the list change.
getInsets() - Method in class nextapp.echo.ContentPane
Returns the insets (margins) of the pane.
getInsets() - Method in class nextapp.echo.Grid.Cell
Returns the insets of the cell.
getInsets() - Method in class nextapp.echo.Panel
Returns the insets (margins) of the panel.
getIntegerAttribute(String) - Method in class nextapp.echo.Style
Returns the attribute associated with the given key as a primitive integer value.
getItem() - Method in class nextapp.echo.event.ItemEvent
Returns the item whose state changed.
getLastRow() - Method in class nextapp.echo.event.TableModelEvent
Returns the last row that was affected by the update.
getLeft() - Method in class nextapp.echo.Insets
Returns the size of the left margin.
getLineWrap() - Method in class nextapp.echo.TextArea
Returns whether lines should wrap in the text area.
getListCellRendererComponent(Component, Object, int) - Method in class nextapp.echo.DefaultListCellRenderer
 
getListCellRendererComponent(Component, Object, int) - Method in interface nextapp.echo.ListCellRenderer
Renders an item in a list.
getListenerCount(Class) - Method in class nextapp.echo.event.EventListenerList
Returns the number of listeners present of the given type.
getListeners(Class) - Method in class nextapp.echo.event.EventListenerList
Returns an array of listeners of the given class.
getLocale() - Method in class nextapp.echo.Component
Returns the locale of the component.
getLocale() - Method in class nextapp.echo.EchoInstance
Returns the application instance's default locale.
getLocale() - Method in class nextapp.echo.Window
Overrides Component.getLocale() such that the applciation's locale is returned if this Window's locale is not set.
getMaxSelectedIndex() - Method in class nextapp.echo.DefaultListSelectionModel
Returns the maximum selected index.
getMaxSelectedIndex() - Method in class nextapp.echo.ListBox
Returns the maximum selected index.
getMaxSelectedIndex() - Method in interface nextapp.echo.ListSelectionModel
Returns the maximum selected index.
getMaximumLength() - Method in class nextapp.echo.TextField
Returns the maximum number of characters that may be entered into the text field.
getMinSelectedIndex() - Method in class nextapp.echo.DefaultListSelectionModel
Returns the maximum selected index.
getMinSelectedIndex() - Method in class nextapp.echo.ListBox
Returns the minimum selected index.
getMinSelectedIndex() - Method in interface nextapp.echo.ListSelectionModel
Returns the minimum selected index.
getModel() - Method in class nextapp.echo.AbstractButton
Returns the model that this button represents.
getModel() - Method in class nextapp.echo.ListBox
Returns the model.
getModel() - Method in class nextapp.echo.SelectField
Returns the model of the SelectField.
getModel() - Method in class nextapp.echo.Table
Returns the table model.
getModelIndex() - Method in class nextapp.echo.table.TableColumn
Returns the index of this column in the model.
getNames() - Method in class nextapp.echo.Font
Returns the names of acceptable typefaces of this font, in preferential order.
getOrientation() - Method in class nextapp.echo.ContainerPane
Returns the orientation of the pane.
getPane(int) - Method in class nextapp.echo.StackedPane
Returns the pane at the specified index.
getParent() - Method in class nextapp.echo.Component
Returns the parent component.
getPreferredHeight() - Method in class nextapp.echo.ContainerPane
Returns the preferred height of the pane.
getPreferredWidth() - Method in class nextapp.echo.ContainerPane
Returns the preferred width of the pane.
getRed() - Method in class nextapp.echo.Color
Returns the red component value of this color.
getRepeat() - Method in class nextapp.echo.BackgroundImageProperties
Returns the background image repetition policy.
getRgb() - Method in class nextapp.echo.Color
Returns the color as an RGB value.
getRight() - Method in class nextapp.echo.Insets
Returns the size of the right margin.
getRolloverBackground() - Method in class nextapp.echo.AbstractButton
Returns the rollover background color of the button.
getRolloverFont() - Method in class nextapp.echo.AbstractButton
Returns the rollover font of the button.
getRolloverForeground() - Method in class nextapp.echo.AbstractButton
Returns the rollover foreground color of the button.
getRolloverIcon() - Method in class nextapp.echo.AbstractButton
Returns the rollover icon.
getRolloverSelectedIcon() - Method in class nextapp.echo.AbstractButton
Returns the rollover selected icon.
getRow() - Method in class nextapp.echo.Grid.Cell
Returns the vertical coordinate of the cell.
getRowCount() - Method in class nextapp.echo.Table
Returns the number of rows in the table.
getRowCount() - Method in class nextapp.echo.table.DefaultTableModel
Returns the number of rows in the table.
getRowCount() - Method in interface nextapp.echo.table.TableModel
Returns the number of rows in the table.
getRowHeight(int) - Method in class nextapp.echo.Grid
Returns the height of a grid row.
getRowHeight(int) - Method in class nextapp.echo.Table
Returns the height of a table row.
getRowSpan() - Method in class nextapp.echo.Grid.Cell
Returns the number of rows that this cell will span.
getRowUnits() - Method in class nextapp.echo.TextArea
Returns the units of the rows property.
getRows() - Method in class nextapp.echo.TextArea
Returns the number of rows in the TextArea.
getScrollBarPolicy() - Method in class nextapp.echo.ContentPane
Returns the scroll bar policy.
getScrollBarX() - Method in class nextapp.echo.ContentPane
Returns the position of the horizontal scroll bar, in pixels offset from the left of the pane.
getScrollBarY() - Method in class nextapp.echo.ContentPane
Returns the position of the vertical scroll bar, in pixels offset from the top the pane.
getSelectedIcon() - Method in class nextapp.echo.AbstractButton
Returns the selected icon.
getSelectedIndex() - Method in class nextapp.echo.ListBox
Returns the selected index.
getSelectedIndex() - Method in class nextapp.echo.SelectField
Returns the index of the currently selected item.
getSelectedIndices() - Method in class nextapp.echo.ListBox
Returns all selected indices.
getSelectedItem() - Method in class nextapp.echo.AbstractSelectFieldModel
Returns the selected item.
getSelectedItem() - Method in class nextapp.echo.SelectField
Returns the currently selected item.
getSelectedItem() - Method in interface nextapp.echo.SelectFieldModel
Returns the selected item.
getSelectedValue() - Method in class nextapp.echo.ListBox
Returns the selected item.
getSelectedValues() - Method in class nextapp.echo.ListBox
Returns all selected items.
getSelection() - Method in class nextapp.echo.ButtonGroup
Returns the selected button model.
getSelectionMode() - Method in class nextapp.echo.DefaultListSelectionModel
Returns the selection mode.
getSelectionMode() - Method in class nextapp.echo.ListBox
Returns the selection mode.
getSelectionMode() - Method in interface nextapp.echo.ListSelectionModel
Returns the selection mode.
getSelectionModel() - Method in class nextapp.echo.ListBox
Returns the selection model.
getSize() - Method in class nextapp.echo.Font
Returns the size of the font, in points.
getSize() - Method in class nextapp.echo.Grid
Returns the size of the grid.
getStateChange() - Method in class nextapp.echo.event.ItemEvent
Returns the type of state change that occurred.
getStateMargin() - Method in class nextapp.echo.ToggleButton
Returns the size of the margin to be displayed between the state indicator of the toggle button and its icon and text.
getStringAttribute(String) - Method in class nextapp.echo.Style
Returns the attribute associated with the given key as a string.
getTable() - Method in class nextapp.echo.table.TableHeader
Returns the table component with which this TableHeader is associated.
getTableCellRendererComponent(Table, Object, int, int) - Method in class nextapp.echo.table.DefaultTableCellRenderer
 
getTableCellRendererComponent(Table, Object, int, int) - Method in interface nextapp.echo.table.TableCellRenderer
Returns a component that will be rendered at the given coordinate.
getTableCellRendererComponent(Table, Object, int, int) - Method in class nextapp.echo.table.TableHeader.DefaultHeaderRenderer
 
getTableHeader() - Method in class nextapp.echo.Table
Returns the TableHeader object which is responsible for rendering the table's header.
getText() - Method in class nextapp.echo.AbstractButton
Returns the text.
getText() - Method in class nextapp.echo.Label
Returns the text.
getText() - Method in interface nextapp.echo.text.Document
Returns the text of the document.
getText() - Method in class nextapp.echo.text.StringDocument
Returns the text held in the document.
getText() - Method in class nextapp.echo.text.TextComponent
Returns the text contained in the document model.
getTitle() - Method in class nextapp.echo.Window
Returns the window title.
getToIndex() - Method in class nextapp.echo.event.TableColumnModelEvent
Returns the index to which the column was moved or added.
getToolTipText() - Method in class nextapp.echo.AbstractButton
 
getToolTipText() - Method in class nextapp.echo.ListBox
 
getToolTipText() - Method in class nextapp.echo.SelectField
 
getToolTipText() - Method in interface nextapp.echo.ToolTipSupport
Returns the default tool tip text.
getToolTipText() - Method in class nextapp.echo.text.TextComponent
 
getTop() - Method in class nextapp.echo.Insets
Returns the size of the top margin.
getType() - Method in class nextapp.echo.event.ListDataEvent
 
getType() - Method in class nextapp.echo.event.TableModelEvent
Returns the type of update that occurred.
getUri() - Method in class nextapp.echo.HttpImageReference
Returns the URI that contains the image.
getUri() - Method in class nextapp.echo.HttpPane
Returns the URI of the HttpPane.
getValueAt(int, int) - Method in class nextapp.echo.table.DefaultTableModel
Returns the contents of the table at the specified position.
getValueAt(int, int) - Method in interface nextapp.echo.table.TableModel
Returns the value found at the given coordinate within the table.
getVerticalAlignment() - Method in class nextapp.echo.AbstractButton
Returns the vertical alignment of the text relative to the icon.
getVerticalAlignment() - Method in class nextapp.echo.ContentPane
Returns the vertical alignment of the contents of this pane.
getVerticalAlignment() - Method in class nextapp.echo.Grid.Cell
Returns the vertical alignment of the contents of this panel.
getVerticalAlignment() - Method in class nextapp.echo.Label
Returns the vertical alignment of the text relative to the icon.
getVerticalAlignment() - Method in class nextapp.echo.Panel
Returns the vertical alignment of the contents of this panel.
getVerticalPosition() - Method in class nextapp.echo.BackgroundImageProperties
Returns the vertical position of the background image.
getVerticalPositionUnits() - Method in class nextapp.echo.BackgroundImageProperties
Returns the units in which the vertical position of the background is defined.
getVerticalStateAlignment() - Method in class nextapp.echo.ToggleButton
Returns the vertical alignment of the state indicator (check box or radio button) relative to the button.
getVerticalStatePosition() - Method in class nextapp.echo.ToggleButton
Returns the vertical position of the state indicator (check box or radio button) relative to the button.
getVerticalTextPosition() - Method in class nextapp.echo.AbstractButton
Returns the vertical position of the text relative to the icon.
getVerticalTextPosition() - Method in class nextapp.echo.Label
Returns the vertical position of the text relative to the icon.
getVisiblePane() - Method in class nextapp.echo.StackedPane
Returns the currently visible (top) pane.
getVisibleRowCount() - Method in class nextapp.echo.ListBox
Returns the number of rows that will be simultaneously displayed.
getWidth() - Method in class nextapp.echo.AbstractPane
Returns the width of the pane.
getWidth() - Method in class nextapp.echo.AwtImageReference
Returns the width of the image in pixels.
getWidth() - Method in class nextapp.echo.ContainerPane
Calculates the width of the pane.
getWidth() - Method in class nextapp.echo.ContentPane
Returns the width of the pane.
getWidth() - Method in class nextapp.echo.Dimension
Returns the width of this dimension.
getWidth() - Method in class nextapp.echo.Filler
Returns the width of the filler.
getWidth() - Method in class nextapp.echo.Grid
Returns the overall width of the grid.
getWidth() - Method in class nextapp.echo.HttpImageReference
Returns the width of the image in pixels.
getWidth() - Method in class nextapp.echo.HttpPane
Returns the width of the pane.
getWidth() - Method in interface nextapp.echo.ImageReference
Returns the width of the image.
getWidth() - Method in class nextapp.echo.ListBox
Returns the width of the ListBox.
getWidth() - Method in class nextapp.echo.ResourceImageReference
 
getWidth() - Method in class nextapp.echo.SelectField
Returns the width of the SelectField.
getWidth() - Method in class nextapp.echo.StreamImageReference
 
getWidth() - Method in class nextapp.echo.Table
Returns the overall width of the table.
getWidth() - Method in class nextapp.echo.Window
Returns the width of the window.
getWidth() - Method in class nextapp.echo.table.TableColumn
Returns the width of this column, in pixels.
getWidthUnits() - Method in class nextapp.echo.Grid
Returns the units (pixel or percent) in which column widths and overall grid width are measured.
getWidthUnits() - Method in class nextapp.echo.ListBox
Returns the width units of the ListBox.
getWidthUnits() - Method in class nextapp.echo.SelectField
Returns the width units of the SelectField.
getWidthUnits() - Method in class nextapp.echo.Table
Returns the units (pixel or percent) in which column widths and overall table width are measured.
getWindows() - Method in class nextapp.echo.EchoInstance
Returns an array of all windows registered with the application instance.
getX() - Method in class nextapp.echo.Coordinate
Returns the x position of this coordinate.
getY() - Method in class nextapp.echo.Coordinate
Returns the y position of this coordinate.

H

HEADER_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.table.TableColumn
 
HEADER_ROW - Static variable in class nextapp.echo.event.TableModelEvent
A value for rows parameters indicating the table header was affected.
HEADER_VALUE_CHANGED_PROPERTY - Static variable in class nextapp.echo.table.TableColumn
 
HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.HttpPane
 
HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Window
 
HEIGHT_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
HEIGHT_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
HELVETICA - Static variable in class nextapp.echo.Font
 
HIDE_ON_CLOSE - Static variable in class nextapp.echo.Window
A value for the DefaultCloseOperation property that indicates the window should be hidden when a user clicks its close button.
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid.Cell
 
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Panel
 
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
HORIZONTAL_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.BackgroundImageProperties
 
HORIZONTAL_STATE_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ToggleButton
 
HORIZONTAL_STATE_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.ToggleButton
 
HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
HierarchyEvent - class nextapp.echo.event.HierarchyEvent.
An event describing a change to the component hierarchy.
HierarchyEvent(Component, long, Component, Component) - Constructor for class nextapp.echo.event.HierarchyEvent
Creates a new HierarchyEvent
HierarchyListener - interface nextapp.echo.event.HierarchyListener.
A listener interface for receiving events about changes to the component hierarchy.
HttpImageReference - class nextapp.echo.HttpImageReference.
A reference to an image that may be retrieved through an HTTP request.
HttpImageReference(String) - Constructor for class nextapp.echo.HttpImageReference
Creates a reference to an image at the specified URI of unknown size.
HttpImageReference(String, int, int) - Constructor for class nextapp.echo.HttpImageReference
Creates a reference to an image at the specified URI of the given width and height.
HttpPane - class nextapp.echo.HttpPane.
A pane that displays content retrieved from an HTTP request.
HttpPane(String) - Constructor for class nextapp.echo.HttpPane
Creates a new HTTP Pane containing the document at the given URI.
hasActionListeners() - Method in class nextapp.echo.AbstractButton
Returns true if the button has one or more action listeners.
hasActionListeners() - Method in class nextapp.echo.SelectField
Returns true if the select field has one or more action listeners.
hasActionListeners() - Method in class nextapp.echo.TextField
Returns true if the text field has one or more action listeners.
hasAttribute(String) - Method in class nextapp.echo.Style
Returns true if the specified key is associated with an attribute.
hashCode() - Method in class nextapp.echo.Color
Returns a hash code value for the object.
hashCode() - Method in class nextapp.echo.Coordinate
Returns a hash code value for this coordinate.
hashCode() - Method in class nextapp.echo.Font
Returns a hash code value for this font.
hierarchyChanged(HierarchyEvent) - Method in interface nextapp.echo.event.HierarchyListener
Notifies the listener of a heirarchy change.

I

ICON_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ICON_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
ICON_TEXT_MARGIN_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ICON_TEXT_MARGIN_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
IDENTIFIER_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
IDENTIFIER_CHANGED_PROPERTY - Static variable in class nextapp.echo.table.TableColumn
 
ID_STRING - Static variable in class nextapp.echo.EchoInstance
The name and version of the Echo API in use.
IMAGE_CHANGED_PROPERTY - Static variable in class nextapp.echo.BackgroundImageProperties
 
INSERT - Static variable in class nextapp.echo.event.TableModelEvent
An event type indicating table rows were inserted.
INSETS_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
INSETS_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid.Cell
 
INSETS_CHANGED_PROPERTY - Static variable in class nextapp.echo.Panel
 
INTERVAL_ADDED - Static variable in class nextapp.echo.event.ListDataEvent
An event type indicating items were added to the list.
INTERVAL_REMOVED - Static variable in class nextapp.echo.event.ListDataEvent
An event type indicating items were removed from the list.
ITALIC - Static variable in class nextapp.echo.Font
A style value representing a font with italic text.
ImageReference - interface nextapp.echo.ImageReference.
An interface used to describe a referenced image.
ImageUpdateEvent - class nextapp.echo.event.ImageUpdateEvent.
An event indicating that an image has been updated.
ImageUpdateEvent(Object) - Constructor for class nextapp.echo.event.ImageUpdateEvent
Creates a ImageUpdateEvent object.
ImageUpdateListener - interface nextapp.echo.event.ImageUpdateListener.
The listener interface for receiving image update events.
Insets - class nextapp.echo.Insets.
Contains information about a component's margins.
Insets(int, int, int, int) - Constructor for class nextapp.echo.Insets
Creates a new Insets object with the given margin sizes (in pixels).
Insets(int) - Constructor for class nextapp.echo.Insets
Creates a new Insets object, defining all margins to be the provided value.
Insets(int, int) - Constructor for class nextapp.echo.Insets
Creates a new Insets object by defining values for the horizontal and vertical margins.
ItemEvent - class nextapp.echo.event.ItemEvent.
An event indicating an item has been selected or deselected
ItemEvent(Object, Object, int) - Constructor for class nextapp.echo.event.ItemEvent
Creates a ItemEvent object.
ItemListener - interface nextapp.echo.event.ItemListener.
The listener interface for receiving item selection events.
imageUpdate(ImageUpdateEvent) - Method in interface nextapp.echo.event.ImageUpdateListener
Invoked when an image update change occurs.
indexOf(Component) - Method in class nextapp.echo.Component
Returns the index of the specified component if it a child of this Component, or -1 if it is not.
indexOf(Object) - Method in class nextapp.echo.DefaultListModel
Returns the index of the specified item within the model.
indexOf(Object) - Method in class nextapp.echo.DefaultSelectFieldModel
Returns the index of the specified item within the model.
init() - Method in class nextapp.echo.Component
Called exactly one time when a component is registered to a hierarchy for the first time.
init() - Method in class nextapp.echo.EchoInstance
Invoked to initialize the application, returning the primary window.
insert(int, AbstractPane) - Method in class nextapp.echo.StackedPane
Inserts the pane into the stacked pane.
insertColumn(int) - Method in class nextapp.echo.Grid
Inserts a column into the grid.
insertRow(int) - Method in class nextapp.echo.Grid
Inserts a row into the grid.
insertRow(int, Object[]) - Method in class nextapp.echo.table.DefaultTableModel
Inserts a row with the provided data.
intervalAdded(ListDataEvent) - Method in interface nextapp.echo.event.ListDataListener
Indicates that one or more items have been added to the list.
intervalRemoved(ListDataEvent) - Method in interface nextapp.echo.event.ListDataListener
Indicates that one or more items have been removed from the list.
invalidate() - Method in class nextapp.echo.Table
Marks the table as needing to be re-rendered.
invalidate() - Method in class nextapp.echo.table.TableHeader
Marks the table header as needing to be re-rendered.
isAncestorOf(Component) - Method in class nextapp.echo.Component
Determines if this component is an ancestor of the specified component.
isAutoCreateColumnsFromModel() - Method in class nextapp.echo.Table
Returns true if the TableColumnModel will be directly derived from the TableModel.
isBold() - Method in class nextapp.echo.Font
Returns whether the font is bold.
isEditable() - Method in class nextapp.echo.text.TextComponent
Returns whether the text component's is editable.
isEnabled() - Method in class nextapp.echo.Component
Returns true if the component is enabled.
isImmutable() - Method in class nextapp.echo.Style
Returns true if this object has been made immutable.
isItalic() - Method in class nextapp.echo.Font
Returns whether the font is italicized.
isParentChanged() - Method in class nextapp.echo.event.HierarchyEvent
Returns true if the Component's parent has changed.
isRegistered() - Method in class nextapp.echo.Component
Returns true if the component is registered to an application.
isRegistrationChanged() - Method in class nextapp.echo.event.HierarchyEvent
Returns true if the Component's registration state has changed.
isResizable() - Method in class nextapp.echo.AbstractPane
Returns whether the pane is resizable.
isRolloverEnabled() - Method in class nextapp.echo.AbstractButton
Returns whether rollovers are enabled.
isSelected() - Method in class nextapp.echo.AbstractButton
Returns the button's selection state.
isSelected(ButtonModel) - Method in class nextapp.echo.ButtonGroup
Returns the selected value for the button.
isSelected() - Method in interface nextapp.echo.ButtonModel
Returns the button's selection state.
isSelected() - Method in class nextapp.echo.DefaultButtonModel
 
isSelected() - Method in class nextapp.echo.ToggleButton.ToggleButtonModel
Returns the button's selection state.
isSelectedIndex(int) - Method in class nextapp.echo.DefaultListSelectionModel
Determines whether an index is selected.
isSelectedIndex(int) - Method in class nextapp.echo.ListBox
Determines whether an index is selected.
isSelectedIndex(int) - Method in interface nextapp.echo.ListSelectionModel
Determines whether an index is selected.
isSelectionEmpty() - Method in class nextapp.echo.DefaultListSelectionModel
Determines if any items are selected.
isSelectionEmpty() - Method in interface nextapp.echo.ListSelectionModel
Determines if any items are selected.
isShowing() - Method in class nextapp.echo.Component
Returns true if the component is registered and all of its ancestors are visible.
isShowingChanged() - Method in class nextapp.echo.event.HierarchyEvent
Returns true if the Component's showing state has changed.
isUnderline() - Method in class nextapp.echo.Font
Returns whether the font is underlined.
isVisible() - Method in class nextapp.echo.Component
Returns the component's visibility state.
itemStateChanged(ItemEvent) - Method in interface nextapp.echo.event.ItemListener
Invoked when an item is selected or deselected.
iterator() - Method in class nextapp.echo.Grid
Returns a sequential (column then row) iterator over all cells in the grid.

L

LEFT - Static variable in interface nextapp.echo.EchoConstants
 
LIGHTGRAY - Static variable in class nextapp.echo.Color
The color light gray.
LINE_WRAP_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextArea
 
LIST_DATA_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
LIST_DATA_CHANGED_PROPERTY - Static variable in class nextapp.echo.SelectField
 
LIST_SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
LOCALE_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
LOCALE_CHANGED_PROPERTY - Static variable in class nextapp.echo.EchoInstance
 
Label - class nextapp.echo.Label.
A display area for text, an image, or both.
Label() - Constructor for class nextapp.echo.Label
Creates a label with no text or icon.
Label(String) - Constructor for class nextapp.echo.Label
Creates a label with text.
Label(ImageReference) - Constructor for class nextapp.echo.Label
Creates a label with an icon.
Label(String, ImageReference) - Constructor for class nextapp.echo.Label
Creates a label with text and an icon.
ListBox - class nextapp.echo.ListBox.
A component that allows the selection of one or more displayed items.
ListBox() - Constructor for class nextapp.echo.ListBox
Creates an empty ListBox.
ListBox(ListModel) - Constructor for class nextapp.echo.ListBox
Creates a ListBox with the given data model.
ListBox(Object[]) - Constructor for class nextapp.echo.ListBox
Creates a ListBox with a default model populated with the given array of elements.
ListCellRenderer - interface nextapp.echo.ListCellRenderer.
Renders an item in a list.
ListCellRenderer.StyledListCell - interface nextapp.echo.ListCellRenderer.StyledListCell.
A representation of a rendererd item within a list that conatins color and font information.
ListDataEvent - class nextapp.echo.event.ListDataEvent.
An event describing an update to items in a list.
ListDataEvent(Object, int, int, int) - Constructor for class nextapp.echo.event.ListDataEvent
Creates a new ListDataEvent
ListDataListener - interface nextapp.echo.event.ListDataListener.
The listener interface for receiving list data events.
ListModel - interface nextapp.echo.ListModel.
A data model for list type components (SelectFields and ListBoxes).
ListSelectionEvent - class nextapp.echo.event.ListSelectionEvent.
An event indicating that the selection state of a ListBox has changed.
ListSelectionEvent(Object) - Constructor for class nextapp.echo.event.ListSelectionEvent
Creates a ListSelectionEvent
ListSelectionListener - interface nextapp.echo.event.ListSelectionListener.
The listener interface for receiving list selection events.
ListSelectionModel - interface nextapp.echo.ListSelectionModel.
A representation of the selected items in a ListBox.
listenerList - Variable in class nextapp.echo.AbstractImageReference
A storage facility for EventListeners.
listenerList - Variable in class nextapp.echo.AbstractListModel
A storage facility for EventListeners.
listenerList - Variable in class nextapp.echo.Component
Used to store any type of listener on this Component.
listenerList - Variable in class nextapp.echo.DefaultButtonModel
 
listenerList - Variable in class nextapp.echo.table.AbstractTableModel
A listener management facility.
listenerList - Variable in class nextapp.echo.table.DefaultTableColumnModel
A listener storage facility.
listenerList - Variable in class nextapp.echo.text.AbstractDocument
A listener storage facility.

M

MAGENTA - Static variable in class nextapp.echo.Color
The color magenta.
MAXIMUM_LENGTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextField
 
MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
MODEL_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.table.TableColumn
 
MONOSPACE - Static variable in class nextapp.echo.Font
 
MULTIPLE_SELECTION - Static variable in interface nextapp.echo.ListSelectionModel
 
moveColumn(int, int) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
moveColumn(int, int) - Method in interface nextapp.echo.table.TableColumnModel
Moves a table column to a new index.

N

NO_DIMENSION - Static variable in class nextapp.echo.Filler
A value used in the width and height attributes used by Filler objects that do not wish to separate components in a particular dimension.
NO_REPEAT - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for the Background Image Repeat property that indicates the background image should not be repeated.
nextapp.echo - package nextapp.echo
Provides the core classes for creating Echo applications.
nextapp.echo.event - package nextapp.echo.event
Provides the event classes and listener interfaces used in Echo applications.
nextapp.echo.table - package nextapp.echo.table
Provides the supporting classes for the nextapp.echo.Table component.
nextapp.echo.text - package nextapp.echo.text
Provides supporting classes used by text entry components, such as nextapp.echo.TextField and nextapp.echo.TextArea.
nextapp.echo.util - package nextapp.echo.util
Provides utility classes.

O

ORANGE - Static variable in class nextapp.echo.Color
The color orange.
ORIENTATION_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContainerPane
 
ORIENTATION_HORIZONTAL - Static variable in class nextapp.echo.ContainerPane
Describes a horizontally oriented pane whose child panes are laid out left to right.
ORIENTATION_VERTICAL - Static variable in class nextapp.echo.ContainerPane
Describes a vertically oriented pane whose child panes are laid out top to bottom.
open(AbstractPane) - Method in class nextapp.echo.StackedPane
Opens a new pane.

P

PARENT_CHANGED - Static variable in class nextapp.echo.event.HierarchyEvent
 
PERCENT_INDIVIDUAL_PIXEL_TOTAL_UNITS - Static variable in class nextapp.echo.Grid
A constant used in the setWidthUnits() and setHeightUnits() methods.
PERCENT_INDIVIDUAL_PIXEL_TOTAL_UNITS - Static variable in class nextapp.echo.Table
A constant used in the setWidthUnits() and setHeightUnits() methods.
PERCENT_UNITS - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for horizontal and vertical position units that indicates percent-based units.
PERCENT_UNITS - Static variable in class nextapp.echo.Grid
A constant used in the setWidthUnits() and setHeightUnits() methods.
PERCENT_UNITS - Static variable in class nextapp.echo.ListBox
A constant for units-defining properties that represent percent-based units.
PERCENT_UNITS - Static variable in class nextapp.echo.SelectField
A constant for units-defining properties that represent percent-based units.
PERCENT_UNITS - Static variable in class nextapp.echo.Table
A constant used in the setWidthUnits() and setHeightUnits() methods.
PERCENT_UNITS - Static variable in class nextapp.echo.text.TextComponent
 
PINK - Static variable in class nextapp.echo.Color
The color pink.
PIXEL_UNITS - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for horizontal and vertical position units that indicates pixel-based units.
PIXEL_UNITS - Static variable in class nextapp.echo.Grid
A constant used in the setWidthUnits() and setHeightUnits() methods.
PIXEL_UNITS - Static variable in class nextapp.echo.ListBox
A constant for units-defining properties that represent pixel-based units.
PIXEL_UNITS - Static variable in class nextapp.echo.SelectField
A constant for units-defining properties that represent pixel-based units.
PIXEL_UNITS - Static variable in class nextapp.echo.Table
A constant used in the setWidthUnits() and setHeightUnits() methods.
PIXEL_UNITS - Static variable in class nextapp.echo.text.TextComponent
 
PLAIN - Static variable in class nextapp.echo.Font
A style value representing an font with no attributes.
PREFERRED_HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContainerPane
 
PREFERRED_WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContainerPane
 
PROPORTIONAL - Static variable in class nextapp.echo.AbstractPane
 
Panel - class nextapp.echo.Panel.
A rectangular container.
Panel() - Constructor for class nextapp.echo.Panel
Creates a new Panel.
PasswordField - class nextapp.echo.PasswordField.
A text component that masks input in a way suitable for password entry.
PasswordField() - Constructor for class nextapp.echo.PasswordField
Creates a new password field.
PasswordField(int) - Constructor for class nextapp.echo.PasswordField
Creates a new password field with the given number of columns.

R

RED - Static variable in class nextapp.echo.Color
The color red.
REGISTRATION_CHANGED - Static variable in class nextapp.echo.event.HierarchyEvent
 
REPEAT - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for the Background Image Repeat property that indicates the background image should be repeated both horizontally and vertically.
REPEAT_CHANGED_PROPERTY - Static variable in class nextapp.echo.BackgroundImageProperties
 
REPEAT_HORIZONTAL - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for the Background Image Repeat property that indicates the background image should be repeated horizontally.
REPEAT_VERTICAL - Static variable in class nextapp.echo.BackgroundImageProperties
A constant for the Background Image Repeat property that indicates the background image should be repeated vertically.
RESIZABLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractPane
 
RIGHT - Static variable in interface nextapp.echo.EchoConstants
 
ROLLOVER_BACKGROUND_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ROLLOVER_ENABLED_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ROLLOVER_FONT_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ROLLOVER_FOREGROUND_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ROLLOVER_ICON_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
ROWS_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextArea
 
ROW_DELETED_PROPERTY - Static variable in class nextapp.echo.Grid
 
ROW_HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
ROW_HEIGHT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
ROW_INSERTED_PROPERTY - Static variable in class nextapp.echo.Grid
 
ROW_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.TextArea
 
RadioButton - class nextapp.echo.RadioButton.
A selectable button that allows selection of one option within a group.
RadioButton() - Constructor for class nextapp.echo.RadioButton
Creates an initially unselected radio button with no text or image.
RadioButton(String) - Constructor for class nextapp.echo.RadioButton
Creates an initially unselected radio button with the specified text.
RadioButton(String, boolean) - Constructor for class nextapp.echo.RadioButton
Creates a radio button with the specified text and selection state.
RadioButton(ImageReference) - Constructor for class nextapp.echo.RadioButton
Creates a initially unselected radio button with the specified icon.
RadioButton(ImageReference, boolean) - Constructor for class nextapp.echo.RadioButton
Creates a radio button with the specified icon and selection state.
RadioButton(String, ImageReference, boolean) - Constructor for class nextapp.echo.RadioButton
Creates a radio button with the specified text, icon and selection state.
ResourceImageReference - class nextapp.echo.ResourceImageReference.
A reference to an image that can be retrieved as a resource.
ResourceImageReference(String) - Constructor for class nextapp.echo.ResourceImageReference
Creates a resource image reference retrieved from the provided resource name.
ResourceImageReference(String, String) - Constructor for class nextapp.echo.ResourceImageReference
Creates a resource image reference retrieved from the provided resource name with the specified content type.
ResourceImageReference(String, int, int) - Constructor for class nextapp.echo.ResourceImageReference
Creates a resource image reference retrieved from the provided resource name with the specified width and height.
ResourceImageReference(String, String, int, int) - Constructor for class nextapp.echo.ResourceImageReference
Creates a resource image reference retrieved from the provided resource name with the specified content type, width and height.
remove(AbstractButton) - Method in class nextapp.echo.ButtonGroup
Removes the button from the group.
remove(Component) - Method in class nextapp.echo.Component
Removes the specified child component.
remove(int) - Method in class nextapp.echo.Component
Removes the component at the given index.
remove(AbstractPane) - Method in class nextapp.echo.ContainerPane
Removes a subpane.
remove(int) - Method in class nextapp.echo.DefaultListModel
Removes the item at the specified index from the model.
remove(Object) - Method in class nextapp.echo.DefaultListModel
Removes the specified item from the model.
remove(int) - Method in class nextapp.echo.DefaultSelectFieldModel
Removes the item at the specified index from the model.
remove(Object) - Method in class nextapp.echo.DefaultSelectFieldModel
Removes the specified item from the model.
remove(int, int) - Method in class nextapp.echo.Grid
Removes and returns the cell at the specified position.
remove(Component) - Method in class nextapp.echo.Grid
Removes the specified Cell.
remove(Component) - Method in class nextapp.echo.Window
Throws an UnsupportedOperationException adivising the use of the setContent() method.
removeActionListener(ActionListener) - Method in class nextapp.echo.AbstractButton
Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in interface nextapp.echo.ButtonModel
Removes an ActionListener from the button.
removeActionListener(ActionListener) - Method in class nextapp.echo.DefaultButtonModel
 
removeActionListener(ActionListener) - Method in class nextapp.echo.SelectField
Removes an ActionListener.
removeActionListener(ActionListener) - Method in class nextapp.echo.TextField
Removes an ActionListener from the text field.
removeAll() - Method in class nextapp.echo.Component
Removes all child Components.
removeChangeListener(ChangeListener) - Method in class nextapp.echo.AbstractButton
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in interface nextapp.echo.ButtonModel
Removes a ChangeListener from the button.
removeChangeListener(ChangeListener) - Method in class nextapp.echo.DefaultButtonModel
 
removeChangeListener(ChangeListener) - Method in class nextapp.echo.StackedPane
Removes a listener from being notified of change events.
removeColumn(TableColumn) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
removeColumn(TableColumn) - Method in interface nextapp.echo.table.TableColumnModel
Remove a table column.
removeColumnModelListener(TableColumnModelListener) - Method in class nextapp.echo.table.DefaultTableColumnModel
 
removeColumnModelListener(TableColumnModelListener) - Method in interface nextapp.echo.table.TableColumnModel
Removes a listener for table column model events.
removeDocumentListener(DocumentListener) - Method in class nextapp.echo.text.AbstractDocument
Removes a listener from being notified of changes to the document.
removeDocumentListener(DocumentListener) - Method in interface nextapp.echo.text.Document
Removes a listener from being notified of changes to the document.
removeHierarchyListener(HierarchyListener) - Method in class nextapp.echo.Component
Removes a hierarchy listener from being notified when this component's state in the hierarchy changes.
removeImageUpdateListener(ImageUpdateListener) - Method in class nextapp.echo.AbstractImageReference
 
removeImageUpdateListener(ImageUpdateListener) - Method in class nextapp.echo.HttpImageReference
Not supported.
removeImageUpdateListener(ImageUpdateListener) - Method in interface nextapp.echo.ImageReference
Removes an image update listener to the image reference.
removeImageUpdateListener(ImageUpdateListener) - Method in class nextapp.echo.ResourceImageReference
Not supported.
removeItemListener(ItemListener) - Method in class nextapp.echo.AbstractButton
Removes a ItemListener from the button.
removeItemListener(ItemListener) - Method in interface nextapp.echo.ButtonModel
Removes a ItemListener from the button.
removeItemListener(ItemListener) - Method in class nextapp.echo.DefaultButtonModel
 
removeItemListener(ItemListener) - Method in class nextapp.echo.SelectField
Removes an ItemListener.
removeListDataListener(ListDataListener) - Method in class nextapp.echo.AbstractListModel
 
removeListDataListener(ListDataListener) - Method in interface nextapp.echo.ListModel
Removes a ListDataListener from the model.
removeListSelectionListener(ListSelectionListener) - Method in class nextapp.echo.DefaultListSelectionModel
Removes a ListSelectionListener from the selection model.
removeListSelectionListener(ListSelectionListener) - Method in interface nextapp.echo.ListSelectionModel
Removes a ListSelectionListener from the selection model.
removeListener(Class, EventListener) - Method in class nextapp.echo.event.EventListenerList
Removes a listener of the given class from the list.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.BackgroundImageProperties
Removes a property change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.Component
Removes a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.EchoInstance
Removes a property change listener from this instance.
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.table.TableColumn
Removes a property change listener from the column.
removeTableModelListener(TableModelListener) - Method in class nextapp.echo.table.AbstractTableModel
Removes a listener from being notified of changes to the table model.
removeTableModelListener(TableModelListener) - Method in interface nextapp.echo.table.TableModel
Removes a listener from being notified of changes to the table model.
removeWindow(Window) - Method in class nextapp.echo.EchoInstance
Removes a window from the application, causing it to then be closed.
removeWindowListener(WindowListener) - Method in class nextapp.echo.Window
Removes a WindowListener from the window.
render(OutputStream) - Method in class nextapp.echo.ResourceImageReference
 
render(OutputStream) - Method in class nextapp.echo.StreamImageReference
Sends a byte representation of the image in its native format out the given output stream.
replaceVisiblePane(AbstractPane) - Method in class nextapp.echo.StackedPane
Replaces the currently visible pane with the provided pane.

S

SANS_SERIF - Static variable in class nextapp.echo.Font
 
SCROLL_BAR_ALWAYS - Static variable in class nextapp.echo.ContentPane
A scroll bar policy that will cause scroll bars to always appear, without regard for whether they are required.
SCROLL_BAR_AUTO - Static variable in class nextapp.echo.ContentPane
A scroll bar policy that will cause scroll bars to be visible if they are necessary, and invisible if they are not.
SCROLL_BAR_NEVER - Static variable in class nextapp.echo.ContentPane
A scroll bar policy that will cause scroll bars never to appear, without regard for whether they are required.
SCROLL_BAR_POLICY_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
SCROLL_BAR_X_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
SCROLL_BAR_Y_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
SELECTED - Static variable in class nextapp.echo.event.ItemEvent
 
SELECTED_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
SELECTED_ICON_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
SELECTION_MODE_CHANGED_PROPERTY - Static variable in class nextapp.echo.DefaultListSelectionModel
 
SERIF - Static variable in class nextapp.echo.Font
 
SHOWING_CHANGED - Static variable in class nextapp.echo.event.HierarchyEvent
 
SINGLE_SELECTION - Static variable in interface nextapp.echo.ListSelectionModel
 
SIZE_UNKNOWN - Static variable in interface nextapp.echo.ImageReference
The value getWidth() or getHeight() should return if that dimension of the image is not known.
SIZE_UNKNOWN - Static variable in class nextapp.echo.Window
Deprecated. Use EchoConstants.UNDEFINED_SIZE.
STATE_MARGIN_CHANGED_PROPERTY - Static variable in class nextapp.echo.ToggleButton
 
STRUCTURE_CHANGED - Static variable in class nextapp.echo.event.TableModelEvent
An event type indicating the table structure was modified.
STYLE_BACKGROUND - Static variable in class nextapp.echo.Component
A style constant for the Background property.
STYLE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.ContentPane
A style constant for the Background Image property.
STYLE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.Grid.Cell
A style constant for the Background Image property.
STYLE_BACKGROUND_IMAGE_PROPERTIES - Static variable in class nextapp.echo.ContentPane
A style constant for the Background Image Properties property.
STYLE_BORDER_COLOR - Static variable in class nextapp.echo.Grid
A style constant for the Border Color property.
STYLE_BORDER_COLOR - Static variable in class nextapp.echo.Table
A style constant for the Border Color property.
STYLE_BORDER_COLOR - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Border Color property.
STYLE_BORDER_SIZE - Static variable in class nextapp.echo.Grid
A style constant for the Border Size property.
STYLE_BORDER_SIZE - Static variable in class nextapp.echo.Table
A style constant for the Border Size property.
STYLE_BORDER_SIZE - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Border Size property.
STYLE_BORDER_STYLE - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Border Style property.
STYLE_CELL_MARGIN - Static variable in class nextapp.echo.Grid
A style constant for the Cell Margin property.
STYLE_CELL_MARGIN - Static variable in class nextapp.echo.Table
A style constant for the Cell Margin property.
STYLE_COLUMNS - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Columns property.
STYLE_COLUMN_WIDTHS - Static variable in class nextapp.echo.Grid
A style constant for the setting column widths.
STYLE_COLUMN_WIDTHS - Static variable in class nextapp.echo.Table
A style constant for the setting column widths.
STYLE_DEFAULT_CLOSE_OPERATION - Static variable in class nextapp.echo.Window
A style constant for the DefaultCloseOperation property.
STYLE_FONT - Static variable in class nextapp.echo.Component
A style constant for the Font property.
STYLE_FOREGROUND - Static variable in class nextapp.echo.Component
A style constant for the Foreground property.
STYLE_HEIGHT - Static variable in class nextapp.echo.ContentPane
A style constant for the Height property.
STYLE_HEIGHT - Static variable in class nextapp.echo.Grid
A style constant for the Height property.
STYLE_HEIGHT - Static variable in class nextapp.echo.Table
A style constant for the Height property.
STYLE_HEIGHT - Static variable in class nextapp.echo.Window
A style constant for the Height property.
STYLE_HEIGHT_UNITS - Static variable in class nextapp.echo.Grid
A style constant for the Height Units property.
STYLE_HEIGHT_UNITS - Static variable in class nextapp.echo.Table
A style constant for the Height Units property.
STYLE_HORIZONTAL_ALIGNMENT - Static variable in class nextapp.echo.AbstractButton
A style constant for the Horizontal Alignment property.
STYLE_HORIZONTAL_ALIGNMENT - Static variable in class nextapp.echo.ContentPane
A style constant for the Horizontal Alignment property.
STYLE_HORIZONTAL_ALIGNMENT - Static variable in class nextapp.echo.Grid.Cell
A style constant for the Horizontal Alignment property.
STYLE_HORIZONTAL_ALIGNMENT - Static variable in class nextapp.echo.Label
A style constant for the Horizontal Alignment property.
STYLE_HORIZONTAL_ALIGNMENT - Static variable in class nextapp.echo.Panel
A style constant for the Horizontal Alignment property.
STYLE_HORIZONTAL_ALIGNMENT - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Horizontal Alignment property.
STYLE_HORIZONTAL_STATE_ALIGNMENT - Static variable in class nextapp.echo.ToggleButton
A style constant for the Horizontal State Alignment property.
STYLE_HORIZONTAL_STATE_POSITION - Static variable in class nextapp.echo.ToggleButton
A style constant for the Horizontal State Position property.
STYLE_HORIZONTAL_TEXT_POSITION - Static variable in class nextapp.echo.AbstractButton
A style constant for the Horizontal Text Position property.
STYLE_HORIZONTAL_TEXT_POSITION - Static variable in class nextapp.echo.Label
A style constant for the Horizontal Text Position property.
STYLE_ICON_TEXT_MARGIN - Static variable in class nextapp.echo.AbstractButton
A style constant for the Icon-Text Margin property.
STYLE_ICON_TEXT_MARGIN - Static variable in class nextapp.echo.Label
A style constant for the Icon-Text Margin property.
STYLE_INSETS - Static variable in class nextapp.echo.ContentPane
A style constant for the Insets property.
STYLE_INSETS - Static variable in class nextapp.echo.Grid.Cell
A style constant for the Insets property.
STYLE_INSETS - Static variable in class nextapp.echo.Panel
A style constant for the Insets property.
STYLE_LINE_WRAP - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Line Wrap property.
STYLE_MAXIMUM_LENGTH - Static variable in class nextapp.echo.TextField
A style constant for the Maximum Length property.
STYLE_ORIENTATION - Static variable in class nextapp.echo.ContainerPane
A style constant for the Orientation property.
STYLE_RESIZABLE - Static variable in class nextapp.echo.AbstractPane
A style constant for the Resizable property.
STYLE_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo.AbstractButton
A style constant for the Rollover Background property.
STYLE_ROLLOVER_ENABLED - Static variable in class nextapp.echo.AbstractButton
A style constant for the Rollover Enabled property.
STYLE_ROLLOVER_FONT - Static variable in class nextapp.echo.AbstractButton
A style constant for the Rollover Font property.
STYLE_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo.AbstractButton
A style constant for the Rollover Foreground property.
STYLE_ROWS - Static variable in class nextapp.echo.text.TextComponent
A style constant for the Rows property.
STYLE_ROW_HEIGHTS - Static variable in class nextapp.echo.Grid
A style constant for the setting row heights.
STYLE_ROW_HEIGHTS - Static variable in class nextapp.echo.Table
A style constant for the setting row heights.
STYLE_SCROLL_BAR_POLICY - Static variable in class nextapp.echo.ContentPane
A style constant for the Scroll Bar Policy property.
STYLE_STATE_MARGIN - Static variable in class nextapp.echo.ToggleButton
A style constant for the State Margin property.
STYLE_VERTICAL_ALIGNMENT - Static variable in class nextapp.echo.AbstractButton
A style constant for the Vertical Alignment property.
STYLE_VERTICAL_ALIGNMENT - Static variable in class nextapp.echo.ContentPane
A style constant for the Vertical Alignment property.
STYLE_VERTICAL_ALIGNMENT - Static variable in class nextapp.echo.Grid.Cell
A style constant for the Vertical Alignment property.
STYLE_VERTICAL_ALIGNMENT - Static variable in class nextapp.echo.Label
A style constant for the Vertical Alignment property.
STYLE_VERTICAL_ALIGNMENT - Static variable in class nextapp.echo.Panel
A style constant for the Vertical Alignment property.
STYLE_VERTICAL_STATE_ALIGNMENT - Static variable in class nextapp.echo.ToggleButton
A style constant for the Vertical State Alignment property.
STYLE_VERTICAL_STATE_POSITION - Static variable in class nextapp.echo.ToggleButton
A style constant for the Vertical State Position property.
STYLE_VERTICAL_TEXT_POSITION - Static variable in class nextapp.echo.AbstractButton
A style constant for the Vertical Text Position property.
STYLE_VERTICAL_TEXT_POSITION - Static variable in class nextapp.echo.Label
A style constant for the Vertical Text Position property.
STYLE_VISIBLE_ROW_COUNT - Static variable in class nextapp.echo.ListBox
A style constant for the Visible Row Count property.
STYLE_WIDTH - Static variable in class nextapp.echo.ContentPane
A style constant for the Width property.
STYLE_WIDTH - Static variable in class nextapp.echo.Grid
A style constant for the Width property.
STYLE_WIDTH - Static variable in class nextapp.echo.ListBox
A style constant for the Width property.
STYLE_WIDTH - Static variable in class nextapp.echo.SelectField
A style constant for the Width property.
STYLE_WIDTH - Static variable in class nextapp.echo.Table
A style constant for the Width property.
STYLE_WIDTH - Static variable in class nextapp.echo.Window
A style constant for the Width property.
STYLE_WIDTH_UNITS - Static variable in class nextapp.echo.Grid
A style constant for the Width Units property.
STYLE_WIDTH_UNITS - Static variable in class nextapp.echo.ListBox
A style constant for the Width Units property.
STYLE_WIDTH_UNITS - Static variable in class nextapp.echo.SelectField
A style constant for the Width Units property.
STYLE_WIDTH_UNITS - Static variable in class nextapp.echo.Table
A style constant for the Width Units property.
SelectField - class nextapp.echo.SelectField.
A component that is used to select one item from a drop-down list of items.
SelectField() - Constructor for class nextapp.echo.SelectField
Creates a new, empty SelectField.
SelectField(Object[]) - Constructor for class nextapp.echo.SelectField
Creates a new SelectField that will initially contain the provided array of items.
SelectField(SelectFieldModel) - Constructor for class nextapp.echo.SelectField
Creates a new SelectField with the provided model.
SelectFieldModel - interface nextapp.echo.SelectFieldModel.
A representation of the items displayed within a SelectField.
StackedPane - class nextapp.echo.StackedPane.
A stacked pane resembles a stack of cards in concept.
StackedPane() - Constructor for class nextapp.echo.StackedPane
 
StreamImageReference - class nextapp.echo.StreamImageReference.
A reference to an image that will be retrieved from a binary stream.
StreamImageReference() - Constructor for class nextapp.echo.StreamImageReference
Default constructor.
StringDocument - class nextapp.echo.text.StringDocument.
A simple implementation of a document that holds a single String of text.
StringDocument() - Constructor for class nextapp.echo.text.StringDocument
Creates a new StringDocument.
Style - class nextapp.echo.Style.
A representation of stylistic properties that may be applied to Components.
Style() - Constructor for class nextapp.echo.Style
Creates a new style object.
set(int, int) - Method in class nextapp.echo.util.DynamicIntegerArray
Sets the value at the specified index to the given value.
setActionCommand(String) - Method in class nextapp.echo.AbstractButton
Sets the button's action command.
setActionCommand(String) - Method in interface nextapp.echo.ButtonModel
Sets the button's action command.
setActionCommand(String) - Method in class nextapp.echo.DefaultButtonModel
 
setActionCommand(String) - Method in class nextapp.echo.SelectField
Sets the action command of the SelectField.
setActionCommand(String) - Method in class nextapp.echo.TextField
Sets the text field's action command.
setAttachment(int) - Method in class nextapp.echo.BackgroundImageProperties
Sets the background image attachment policy.
setAttribute(String, Object) - Method in class nextapp.echo.EchoInstance
Sets an attribute value.
setAttribute(String, boolean) - Method in class nextapp.echo.Style
Sets an attribute.
setAttribute(String, int) - Method in class nextapp.echo.Style
Sets an attribute.
setAttribute(String, Object) - Method in class nextapp.echo.Style
Sets an attribute.
setAutoCreateColumnsFromModel(boolean) - Method in class nextapp.echo.Table
Sets whether the TableColumnModel will be directly derived from the TableModel.
setBackground(Color) - Method in class nextapp.echo.Component
Sets the background color of the component.
setBackgroundImage(ImageReference) - Method in class nextapp.echo.ContentPane
Sets the background image.
setBackgroundImage(ImageReference) - Method in class nextapp.echo.Grid.Cell
Sets the background image of the cell.
setBackgroundImageProperties(BackgroundImageProperties) - Method in class nextapp.echo.ContentPane
Sets the background image properties for this content pane.
setBorderColor(Color) - Method in class nextapp.echo.Grid
Sets the border color of the grid.
setBorderColor(Color) - Method in class nextapp.echo.Table
Sets the border color of the table.
setBorderColor(Color) - Method in class nextapp.echo.text.TextComponent
Sets the border color.
setBorderSize(int) - Method in class nextapp.echo.Grid
Sets the size of the grid's border.
setBorderSize(int) - Method in class nextapp.echo.Table
Sets the size of the table's border.
setBorderSize(int) - Method in class nextapp.echo.text.TextComponent
Sets the border size.
setBorderStyle(int) - Method in class nextapp.echo.text.TextComponent
Sets the border style.
setCellMargin(int) - Method in class nextapp.echo.Grid
Sets the cell interior margin.
setCellMargin(int) - Method in class nextapp.echo.Table
Sets the cell interior margin.
setCellRenderer(ListCellRenderer) - Method in class nextapp.echo.ListBox
Sets the renderer for items.
setCellRenderer(ListCellRenderer) - Method in class nextapp.echo.SelectField
Sets the renderer for items.
setCellRenderer(TableCellRenderer) - Method in class nextapp.echo.table.TableColumn
Sets the cell renderer for this column.
setColumnCount(int) - Method in class nextapp.echo.table.DefaultTableModel
Sets the number of columns in the table.
setColumnModel(TableColumnModel) - Method in class nextapp.echo.Table
Sets the column model for this table.
setColumnSpan(int) - Method in class nextapp.echo.Grid.Cell
Sets the number of columns that this cell will span.
setColumnUnits(int) - Method in class nextapp.echo.TextArea
Sets the units for the columns property.
setColumnUnits(int) - Method in class nextapp.echo.TextField
Sets the units for the columns property.
setColumnWidth(int, int) - Method in class nextapp.echo.Grid
Sets the width of a column of the grid.
setColumns(int) - Method in class nextapp.echo.TextArea
Sets the number of columns in the TextArea.
setColumns(int) - Method in class nextapp.echo.TextField
Sets the columns of the text field.
setContent(AbstractPane) - Method in class nextapp.echo.Window
Sets the content of the window.
setDefaultCloseOperation(int) - Method in class nextapp.echo.Window
Sets the operation that will happen by default if the user closes the window.
setDefaultRenderer(Class, TableCellRenderer) - Method in class nextapp.echo.Table
Sets the default renderer that will be used for the given column class.
setDefaultRenderer(TableCellRenderer) - Method in class nextapp.echo.table.TableHeader
Sets the default cell renderer that will be used if a column does not have an assigned renderer.
setDocument(Document) - Method in class nextapp.echo.text.TextComponent
Sets the document model.
setEditable(boolean) - Method in class nextapp.echo.text.TextComponent
Sets whether the text component is editable.
setEnabled(boolean) - Method in class nextapp.echo.Component
Sets whether the component is enabled.
setFlow(int) - Method in class nextapp.echo.Grid.Cell
Sets the directions that this cell will flow into empty cells around it.
setFlowPriority(int) - Method in class nextapp.echo.Grid.Cell
Sets the priority with which this cell should attempt to flow.
setFont(Font) - Method in class nextapp.echo.Component
Sets the font of the component.
setForeground(Color) - Method in class nextapp.echo.Component
Sets the foreground color of the component.
setGroup(ButtonGroup) - Method in interface nextapp.echo.ButtonModel
Sets the button's group.
setGroup(ButtonGroup) - Method in class nextapp.echo.DefaultButtonModel
 
setHeaderRenderer(TableCellRenderer) - Method in class nextapp.echo.table.TableColumn
Sets the header cell renderer for this column.
setHeaderValue(Object) - Method in class nextapp.echo.table.TableColumn
Sets the header value for this column.
setHeight(int) - Method in class nextapp.echo.ContentPane
Sets the height of the pane.
setHeight(int) - Method in class nextapp.echo.Grid
Sets the overall height of the grid.
setHeight(int) - Method in class nextapp.echo.HttpPane
Sets the height of the pane.
setHeight(int) - Method in class nextapp.echo.Table
Sets the overall height of the table.
setHeight(int) - Method in class nextapp.echo.Window
Sets the height of the window.
setHeightUnits(int) - Method in class nextapp.echo.Grid
Sets the units (pixel or percent) in which row heights and overall grid height are measured.
setHeightUnits(int) - Method in class nextapp.echo.Table
Sets the units (pixel or percent) in which row heights and overall table height are measured.
setHorizontalAlignment(int) - Method in class nextapp.echo.AbstractButton
Sets the horizontal alignment of the text relative to the icon.
setHorizontalAlignment(int) - Method in class nextapp.echo.ContentPane
Sets the horizontal alignment of the contents of this pane.
setHorizontalAlignment(int) - Method in class nextapp.echo.Grid.Cell
Sets the horizontal alignment of the contents of this panel.
setHorizontalAlignment(int) - Method in class nextapp.echo.Label
Sets the horizontal alignment of the text relative to the icon.
setHorizontalAlignment(int) - Method in class nextapp.echo.Panel
Sets the horizontal alignment of the contents of this panel.
setHorizontalAlignment(int) - Method in class nextapp.echo.text.TextComponent
Sets the horizontal alignment of the text.
setHorizontalPosition(int) - Method in class nextapp.echo.BackgroundImageProperties
Sets the horizontal position of the background image.
setHorizontalPositionUnits(int) - Method in class nextapp.echo.BackgroundImageProperties
Sets the units in which the horizontal position of the background is defined.
setHorizontalStateAlignment(int) - Method in class nextapp.echo.ToggleButton
Sets the horizontal alignment of the state indicator relative to the button.
setHorizontalStatePosition(int) - Method in class nextapp.echo.ToggleButton
Sets the horizontal position of the state indicator relative to the button.
setHorizontalTextPosition(int) - Method in class nextapp.echo.AbstractButton
Sets the horizontal position of the text relative to the icon.
setHorizontalTextPosition(int) - Method in class nextapp.echo.Label
Sets the horizontal position of the text relative to the icon.
setIcon(ImageReference) - Method in class nextapp.echo.AbstractButton
Sets the default icon.
setIcon(ImageReference) - Method in class nextapp.echo.Label
Sets the icon to be displayed.
setIconTextMargin(int) - Method in class nextapp.echo.AbstractButton
Sets the size of the margin to be displayed between the icon and text.
setIconTextMargin(int) - Method in class nextapp.echo.Label
Sets the size of the margin to be displayed between the icon and text.
setIdentifer(Object) - Method in class nextapp.echo.table.TableColumn
Sets the identifier for this column.
setIdentifier(Object) - Method in class nextapp.echo.Component
Sets the identifier for this component.
setImage(ImageReference) - Method in class nextapp.echo.BackgroundImageProperties
Sets the background image.
setImmutable() - Method in class nextapp.echo.Style
Sets this Style to be immutable.
setInsets(Insets) - Method in class nextapp.echo.ContentPane
Sets the insets (margins) of the pane.
setInsets(Insets) - Method in class nextapp.echo.Grid.Cell
Sets the insets of the cell.
setInsets(Insets) - Method in class nextapp.echo.Panel
Sets the insets (margins) of the pane.
setLineWrap(boolean) - Method in class nextapp.echo.TextArea
Sets whether lines should wrap in the text area.
setLocale(Locale) - Method in class nextapp.echo.Component
Sets the locale of the component.
setLocale(Locale) - Method in class nextapp.echo.EchoInstance
Sets the application instance's default locale.
setMaximumLength(int) - Method in class nextapp.echo.TextField
Sets the maximum number of characters that may be entered into the text field.
setModel(ButtonModel) - Method in class nextapp.echo.AbstractButton
Sets the model that this button represents.
setModel(ListModel) - Method in class nextapp.echo.ListBox
Sets the model.
setModel(SelectFieldModel) - Method in class nextapp.echo.SelectField
Sets the model of the SelectField.
setModel(TableModel) - Method in class nextapp.echo.Table
Sets the TableModel the Table is visualizing.
setModelIndex(int) - Method in class nextapp.echo.table.TableColumn
Sets the index of the column in the TableModel which this TableColumn object represents.
setOrientation(int) - Method in class nextapp.echo.ContainerPane
Sets the orientation of the pane.
setPreferredHeight(int) - Method in class nextapp.echo.ContainerPane
Sets the preferred height of the container.
setPreferredWidth(int) - Method in class nextapp.echo.ContainerPane
Sets the preferred width of the container.
setRepeat(int) - Method in class nextapp.echo.BackgroundImageProperties
Sets the background image repetition policy.
setResizable(boolean) - Method in class nextapp.echo.AbstractPane
Sets whether the pane is resizable.
setRolloverBackground(Color) - Method in class nextapp.echo.AbstractButton
Sets the rollover background.
setRolloverEnabled(boolean) - Method in class nextapp.echo.AbstractButton
Sets whether rollovers are enabled.
setRolloverFont(Font) - Method in class nextapp.echo.AbstractButton
Sets the rollover font.
setRolloverForeground(Color) - Method in class nextapp.echo.AbstractButton
Sets the rollover foreground.
setRolloverIcon(ImageReference) - Method in class nextapp.echo.AbstractButton
Sets the rollover icon.
setRolloverSelectedIcon(ImageReference) - Method in class nextapp.echo.AbstractButton
Sets the rollover selected icon.
setRowCount(int) - Method in class nextapp.echo.table.DefaultTableModel
Sets the number of rows in the table.
setRowHeight(int, int) - Method in class nextapp.echo.Grid
Sets the height of a row of the grid.
setRowHeight(int, int) - Method in class nextapp.echo.Table
Sets the height of a row of the table.
setRowSpan(int) - Method in class nextapp.echo.Grid.Cell
Sets the number of rows that this cell will span.
setRowUnits(int) - Method in class nextapp.echo.TextArea
Sets the units for the rows property.
setRows(int) - Method in class nextapp.echo.TextArea
Sets the number of rows in the TextArea.
setScrollBarPolicy(int) - Method in class nextapp.echo.ContentPane
Sets the scroll bar policy.
setScrollBarX(int) - Method in class nextapp.echo.ContentPane
Sets the position of the horizontal scroll bar, in pixels offset from the left of the pane.
setScrollBarY(int) - Method in class nextapp.echo.ContentPane
Sets the position of the vertical scroll bar, in pixels offset from the top of the pane.
setSelected(boolean) - Method in class nextapp.echo.AbstractButton
Sets the button's selection state.
setSelected(ButtonModel, boolean) - Method in class nextapp.echo.ButtonGroup
Sets the selected value for the button.
setSelected(boolean) - Method in interface nextapp.echo.ButtonModel
Sets the button's selection state.
setSelected(boolean) - Method in class nextapp.echo.DefaultButtonModel
 
setSelected(boolean) - Method in class nextapp.echo.ToggleButton.ToggleButtonModel
Sets the toggle button's selection state.
setSelectedIcon(ImageReference) - Method in class nextapp.echo.AbstractButton
Sets the selected icon.
setSelectedIndex(int, boolean) - Method in class nextapp.echo.DefaultListSelectionModel
Sets the selection state of the given index.
setSelectedIndex(int) - Method in class nextapp.echo.ListBox
Selects only the given index.
setSelectedIndex(int, boolean) - Method in class nextapp.echo.ListBox
Sets the selection state of the given index.
setSelectedIndex(int, boolean) - Method in interface nextapp.echo.ListSelectionModel
Sets the selection state of the given index.
setSelectedIndex(int) - Method in class nextapp.echo.SelectField
Sets the selected index.
setSelectedIndices(int[]) - Method in class nextapp.echo.ListBox
Selects an array of indices.
setSelectedItem(Object) - Method in class nextapp.echo.AbstractSelectFieldModel
Sets the selected item.
setSelectedItem(Object) - Method in interface nextapp.echo.SelectFieldModel
Sets the selected item.
setSelectionMode(int) - Method in class nextapp.echo.DefaultListSelectionModel
Sets the selection mode.
setSelectionMode(int) - Method in class nextapp.echo.ListBox
Sets the selection mode.
setSelectionMode(int) - Method in interface nextapp.echo.ListSelectionModel
Sets the selection mode.
setSelectionModel(ListSelectionModel) - Method in class nextapp.echo.ListBox
Sets the selection model.
setStateMargin(int) - Method in class nextapp.echo.ToggleButton
Sets the size of the margin to be displayed between the state indicator of the toggle button and its icon and text.
setTable(Table) - Method in class nextapp.echo.table.TableHeader
Sets the table component with which this TableHeader is associated.
setTableHeader(TableHeader) - Method in class nextapp.echo.Table
Sets the TableHeader the table uses to render the table's header.
setText(String) - Method in class nextapp.echo.AbstractButton
Sets the text.
setText(String) - Method in class nextapp.echo.Label
Sets the text to be displayed.
setText(String) - Method in interface nextapp.echo.text.Document
Sets the text of the document.
setText(String) - Method in class nextapp.echo.text.StringDocument
Sets the text held in the document.
setText(String) - Method in class nextapp.echo.text.TextComponent
Sets the text contained in the document model.
setTitle(String) - Method in class nextapp.echo.Window
Sets the window title.
setToolTipText(String) - Method in class nextapp.echo.AbstractButton
 
setToolTipText(String) - Method in class nextapp.echo.ListBox
 
setToolTipText(String) - Method in class nextapp.echo.SelectField
 
setToolTipText(String) - Method in interface nextapp.echo.ToolTipSupport
Sets the default tool tip text.
setToolTipText(String) - Method in class nextapp.echo.text.TextComponent
 
setUri(String) - Method in class nextapp.echo.HttpPane
Sets the URI of the pane's content.
setValueAt(Object, int, int) - Method in class nextapp.echo.table.DefaultTableModel
Sets the contents of the table at the specified coordinate.
setVerticalAlignment(int) - Method in class nextapp.echo.AbstractButton
Sets the vertical alignment of the text relative to the icon.
setVerticalAlignment(int) - Method in class nextapp.echo.ContentPane
Sets the vertical alignment of the contents of this pane.
setVerticalAlignment(int) - Method in class nextapp.echo.Grid.Cell
Sets the vertical alignment of the contents of this panel.
setVerticalAlignment(int) - Method in class nextapp.echo.Label
Sets the vertical alignment of the text relative to the icon.
setVerticalAlignment(int) - Method in class nextapp.echo.Panel
Sets the vertical alignment of the contents of this panel.
setVerticalPosition(int) - Method in class nextapp.echo.BackgroundImageProperties
Sets the vertical position of the background image.
setVerticalPositionUnits(int) - Method in class nextapp.echo.BackgroundImageProperties
Sets the units in which the vertical position of the background is defined.
setVerticalStateAlignment(int) - Method in class nextapp.echo.ToggleButton
Sets the vertical alignment of the state indicator relative to the button.
setVerticalStatePosition(int) - Method in class nextapp.echo.ToggleButton
Sets the vertical position of the state indicator relative to the button.
setVerticalTextPosition(int) - Method in class nextapp.echo.AbstractButton
Sets the vertical position of the text relative to the icon.
setVerticalTextPosition(int) - Method in class nextapp.echo.Label
Sets the vertical position of the text relative to the icon.
setVisible(boolean) - Method in class nextapp.echo.Component
Sets the component visible or invisible.
setVisibleRowCount(int) - Method in class nextapp.echo.ListBox
Sets the number of rows that will be simultaneously displayed.
setWidth(int) - Method in class nextapp.echo.ContentPane
Sets the width of the pane.
setWidth(int) - Method in class nextapp.echo.Grid
Sets the overall width of the grid.
setWidth(int) - Method in class nextapp.echo.HttpPane
Sets the width of the pane.
setWidth(int) - Method in class nextapp.echo.ListBox
Sets the width of the ListBox.
setWidth(int) - Method in class nextapp.echo.SelectField
Sets the width of the SelectField.
setWidth(int) - Method in class nextapp.echo.Table
Sets the overall width of the table.
setWidth(int) - Method in class nextapp.echo.Window
Sets the width of the window.
setWidth(int) - Method in class nextapp.echo.table.TableColumn
Sets the width of the column.
setWidthUnits(int) - Method in class nextapp.echo.Grid
Sets the units (pixel or percent) in which column widths and overall grid width are measured.
setWidthUnits(int) - Method in class nextapp.echo.ListBox
Sets the width units of the ListBox.
setWidthUnits(int) - Method in class nextapp.echo.SelectField
Sets the width units of the SelectField.
setWidthUnits(int) - Method in class nextapp.echo.Table
Sets the units (pixel or percent) in which column widths and overall table width are measured.
size() - Method in class nextapp.echo.DefaultListModel
Returns the length of the list.
size() - Method in class nextapp.echo.DefaultSelectFieldModel
Returns the number of items in the model.
size() - Method in interface nextapp.echo.ListModel
Returns the size of the list.
size() - Method in class nextapp.echo.StackedPane
Returns the number of panes in this StackedPane.
stateChanged(ChangeEvent) - Method in interface nextapp.echo.event.ChangeListener
Invoked when a state change occurs.

T

TABLE_COLUMN_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
TABLE_HEADER_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
TEXT_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
TEXT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
TEXT_CHANGED_PROPERTY - Static variable in class nextapp.echo.text.TextComponent
 
TIMES - Static variable in class nextapp.echo.Font
 
TIMES_NEW_ROMAN - Static variable in class nextapp.echo.Font
 
TIMES_ROMAN - Static variable in class nextapp.echo.Font
 
TITLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.Window
 
TOOL_TIP_TEXT_CHANGED_PROPERTY - Static variable in interface nextapp.echo.ToolTipSupport
 
TOP - Static variable in interface nextapp.echo.EchoConstants
 
Table - class nextapp.echo.Table.
A component used to display data in a tabular format.
Table() - Constructor for class nextapp.echo.Table
Creates a new table, generating an empty default table model.
Table(int, int) - Constructor for class nextapp.echo.Table
Creates a new table, generating an empty default table model of the given dimensions.
Table(TableModel) - Constructor for class nextapp.echo.Table
Creates a Table using the supplied TableModel.
Table(TableModel, TableColumnModel) - Constructor for class nextapp.echo.Table
Creates a Table using the supplied TableModel.
TableCellRenderer - interface nextapp.echo.table.TableCellRenderer.
Generates a component representation of a table cell.
TableColumn - class nextapp.echo.table.TableColumn.
Describes a single table column.
TableColumn() - Constructor for class nextapp.echo.table.TableColumn
This constructor is necessary for serialization and should otherwise not be used.
TableColumn(int) - Constructor for class nextapp.echo.table.TableColumn
Creates a TableColumn with the specified model index, undefined width, and undefined cell and header renderers.
TableColumn(int, int) - Constructor for class nextapp.echo.table.TableColumn
Creates a TableColumn with the specified model index and width, and undefined cell and header renderers.
TableColumn(int, int, TableCellRenderer, TableCellRenderer) - Constructor for class nextapp.echo.table.TableColumn
Creates a TableColumn with the specified model index, width, and cell and header renderers.
TableColumnModel - interface nextapp.echo.table.TableColumnModel.
A representation of a table's columns.
TableColumnModelEvent - class nextapp.echo.event.TableColumnModelEvent.
An event indicating an update to a TableColumnModel.
TableColumnModelEvent(TableColumnModel, int, int) - Constructor for class nextapp.echo.event.TableColumnModelEvent
Creates a TableColumnModelEvent.
TableColumnModelListener - interface nextapp.echo.event.TableColumnModelListener.
The listener interface for receiving table column model events.
TableHeader - class nextapp.echo.table.TableHeader.
A representation of a table's header.
TableHeader() - Constructor for class nextapp.echo.table.TableHeader
Creates a table header.
TableHeader.DefaultHeaderRenderer - class nextapp.echo.table.TableHeader.DefaultHeaderRenderer.
A default renderer for table header cells.
TableHeader.DefaultHeaderRenderer() - Constructor for class nextapp.echo.table.TableHeader.DefaultHeaderRenderer
 
TableModel - interface nextapp.echo.table.TableModel.
A representation of table data.
TableModelEvent - class nextapp.echo.event.TableModelEvent.
An event describing a change to a TableModel.
TableModelEvent(TableModel) - Constructor for class nextapp.echo.event.TableModelEvent
Creates a TableModelEvent indicating a change to any or all cells of table.
TableModelEvent(TableModel, int) - Constructor for class nextapp.echo.event.TableModelEvent
Creates a TableModelEvent indicating a change to any or all columns of a table row.
TableModelEvent(TableModel, int, int) - Constructor for class nextapp.echo.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.event.TableModelEvent
Creates a TableModelEvent indicating a change to a particular column of a single or an interval of table rows.
TableModelEvent(TableModel, int, int, int, int) - Constructor for class nextapp.echo.event.TableModelEvent
Creates a TableModelEvent indicating a particular type of change to a particular column of a single or an interval of table rows.
TableModelListener - interface nextapp.echo.event.TableModelListener.
The listener interface for receiving table model events.
TextArea - class nextapp.echo.TextArea.
A multiple line text-entry field.
TextArea() - Constructor for class nextapp.echo.TextArea
Creates a new TextArea.
TextArea(String) - Constructor for class nextapp.echo.TextArea
Creates a new TextArea with the given text.
TextArea(int, int) - Constructor for class nextapp.echo.TextArea
Creates a new TextArea of the given size.
TextArea(String, int, int) - Constructor for class nextapp.echo.TextArea
Creates a new TextArea with the given text and size.
TextArea(Document) - Constructor for class nextapp.echo.TextArea
Creates a new TextArea with the given text and size.
TextArea(Document, String, int, int) - Constructor for class nextapp.echo.TextArea
Creates a new TextArea with the given text and size.
TextComponent - class nextapp.echo.text.TextComponent.
An abstract Text component whose data is represented in a document model.
TextComponent() - Constructor for class nextapp.echo.text.TextComponent
 
TextField - class nextapp.echo.TextField.
A single line text-entry field.
TextField() - Constructor for class nextapp.echo.TextField
Creates a new text field.
TextField(String) - Constructor for class nextapp.echo.TextField
Creates a new text field with the given text.
TextField(int) - Constructor for class nextapp.echo.TextField
Creates a new text field with the given number of columns.
TextField(String, int) - Constructor for class nextapp.echo.TextField
Creates a new text field with the given text and number of columns.
TextField(Document) - Constructor for class nextapp.echo.TextField
Creates a new text field with the given document model, text and number of columns.
TextField(Document, String, int) - Constructor for class nextapp.echo.TextField
Creates a new text field with the given document model, text and number of columns.
ToggleButton - class nextapp.echo.ToggleButton.
A base class for stateful buttons, such as radio buttons and checkboxes.
ToggleButton() - Constructor for class nextapp.echo.ToggleButton
Creates an initially unselected toggle button with no text or image.
ToggleButton(String) - Constructor for class nextapp.echo.ToggleButton
Creates an initially unselected toggle button with the specified text.
ToggleButton(String, boolean) - Constructor for class nextapp.echo.ToggleButton
Creates a toggle button with the specified text and selection state.
ToggleButton(ImageReference) - Constructor for class nextapp.echo.ToggleButton
Creates a initially unselected toggle button with the specified icon.
ToggleButton(ImageReference, boolean) - Constructor for class nextapp.echo.ToggleButton
Creates a toggle button with the specified icon and selection state.
ToggleButton(String, ImageReference, boolean) - Constructor for class nextapp.echo.ToggleButton
Creates a toggle button with the specified text, icon and selection state.
ToggleButton.ToggleButtonModel - class nextapp.echo.ToggleButton.ToggleButtonModel.
A ButtonModel for buttons that may be selected.
ToggleButton.ToggleButtonModel() - Constructor for class nextapp.echo.ToggleButton.ToggleButtonModel
Creates a new toggle button model.
ToolTipSupport - interface nextapp.echo.ToolTipSupport.
An interface implemented by components that provide default tool tip support.
tableChanged(TableModelEvent) - Method in interface nextapp.echo.event.TableModelListener
Invoked when a table is changed.
toBack() - Method in class nextapp.echo.Window
Brings the window to the back, such that it is obscured by any other browser windows.
toFront() - Method in class nextapp.echo.Window
Brings the window to the front, such that it is not obscured by any other browser windows.
toString() - Method in class nextapp.echo.Color
 

U

UNDEFINED_SIZE - Static variable in interface nextapp.echo.EchoConstants
 
UNDERLINE - Static variable in class nextapp.echo.Font
A style value representing a font with underlined text.
UNKNOWN_SIZE - Static variable in class nextapp.echo.Grid
Deprecated. Use EchoConstants.UNDEFINED_SIZE.
UPDATE - Static variable in class nextapp.echo.event.TableModelEvent
An event type indicating table rows were updated.
UPDATE_PROPERTY - Static variable in class nextapp.echo.Component
 
URI_CHANGED_PROPERTY - Static variable in class nextapp.echo.HttpPane
 
update() - Method in class nextapp.echo.AbstractImageReference
 
update() - Method in class nextapp.echo.Component
Forces the component to be re-rendered immediately.
update() - Method in class nextapp.echo.HttpImageReference
Not supported.
update() - Method in interface nextapp.echo.ImageReference
Notifies listeners that the referenced image has changed.
update() - Method in class nextapp.echo.ResourceImageReference
Not supported.
userClose() - Method in class nextapp.echo.Window
Informs the window that the user has attempted to close it.

V

VERDANA - Static variable in class nextapp.echo.Font
 
VERTICAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
VERTICAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
VERTICAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid.Cell
 
VERTICAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
VERTICAL_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.Panel
 
VERTICAL_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.BackgroundImageProperties
 
VERTICAL_STATE_ALIGNMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ToggleButton
 
VERTICAL_STATE_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.ToggleButton
 
VERTICAL_TEXT_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.AbstractButton
 
VERTICAL_TEXT_POSITION_CHANGED_PROPERTY - Static variable in class nextapp.echo.Label
 
VISIBLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.Component
 
VISIBLE_ROW_COUNT_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
validate() - Method in class nextapp.echo.Component
Validates this component.
validate() - Method in class nextapp.echo.Grid
Overrides Component.validate(), to ensure that no cells of the grid overlap.
validate() - Method in class nextapp.echo.Table
Updates the Table component to reflect its model.
valueChanged(ListSelectionEvent) - Method in interface nextapp.echo.event.ListSelectionListener
Invoked when the a lists selection state changes.

W

WHITE - Static variable in class nextapp.echo.Color
The color white.
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.ContentPane
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.HttpPane
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.SelectField
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.Window
 
WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.table.TableColumn
 
WIDTH_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.Grid
 
WIDTH_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.ListBox
 
WIDTH_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.SelectField
 
WIDTH_UNITS_CHANGED_PROPERTY - Static variable in class nextapp.echo.Table
 
WINDOWS_CHANGED_PROPERTY - Static variable in class nextapp.echo.EchoInstance
 
Window - class nextapp.echo.Window.
A top-level window.
Window() - Constructor for class nextapp.echo.Window
Creates a Window.
Window(String) - Constructor for class nextapp.echo.Window
Creates a Window with the specified title.
WindowAdapter - class nextapp.echo.event.WindowAdapter.
An adapter class that implements all methods of the WindowListener interface with empty methods.
WindowAdapter() - Constructor for class nextapp.echo.event.WindowAdapter
 
WindowEvent - class nextapp.echo.event.WindowEvent.
An event indicating a change in window state.
WindowEvent(Window) - Constructor for class nextapp.echo.event.WindowEvent
Creates a WindowEvent.
WindowListener - interface nextapp.echo.event.WindowListener.
The listener interface for receiving window events.
windowClosed(WindowEvent) - Method in class nextapp.echo.event.WindowAdapter
An empty implementation of the required WindowListener method.
windowClosed(WindowEvent) - Method in interface nextapp.echo.event.WindowListener
Invoked when a window has been closed.
windowClosing(WindowEvent) - Method in class nextapp.echo.event.WindowAdapter
An empty implementation of the required WindowListener method.
windowClosing(WindowEvent) - Method in interface nextapp.echo.event.WindowListener
Invoked immediately prior to a window closing.
windowOpened(WindowEvent) - Method in class nextapp.echo.event.WindowAdapter
An empty implementation of the required WindowListener method.
windowOpened(WindowEvent) - Method in interface nextapp.echo.event.WindowListener
Invoked when a window is opened.

Y

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

Z

Z_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.Window
 

A B C D E F G H I L M N O P R S T U V W Y Z
NextApp Echo
1.0.5