- generateId() - Method in class nextapp.echo.app.ApplicationInstance
-
Generates an identifier which is unique within this
ApplicationInstance.
- generateSystemId() - Static method in class nextapp.echo.app.ApplicationInstance
-
Generates a system-level identifier (an identifier which is unique to all
ApplicationInstances).
- generateUidString() - Static method in class nextapp.echo.app.util.Uid
-
Generates a new identifier String.
- get(String) - Method in class nextapp.echo.app.Component
-
Returns the value of the specified property.
- get(String) - Method in class nextapp.echo.app.DerivedMutableStyle
-
- get(int) - Method in class nextapp.echo.app.list.DefaultListModel
-
Returns the item at the specified index in the list.
- get(int) - Method in interface nextapp.echo.app.list.ListModel
-
Returns the value at the specified index in the list.
- get(String) - Method in class nextapp.echo.app.MutableStyle
-
- get(String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectorFactory
-
Retrieves or creates an ObjectIntrospector instance for a specific type
from a specific ClassLoader
- get(String) - Method in interface nextapp.echo.app.Style
-
Retrieves the value of the specified property.
- get(int) - Method in class nextapp.echo.app.util.ConstantMap
-
Returns a constant name for a given constant value, if available.
- get(String, int) - Method in class nextapp.echo.app.util.ConstantMap
-
Returns a constant value for a given constant name, if available.
- get(Class) - Method in interface nextapp.echo.app.util.Context
-
Returns a specific context, if supported, or null otherwise.
- getActionCommand() - Method in class nextapp.echo.app.button.AbstractButton
-
Retrieves the action command from the ButtonModel.
- getActionCommand() - Method in interface nextapp.echo.app.button.ButtonModel
-
Returns the action command.
- getActionCommand() - Method in class nextapp.echo.app.button.DefaultButtonModel
-
- getActionCommand() - Method in class nextapp.echo.app.event.ActionEvent
-
Returns the command string describing this action.
- getActionCommand() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the action command which will be provided in
ActionEvents fired by this
AbstractListComponent.
- getActionCommand() - Method in class nextapp.echo.app.Table
-
Returns the action command which will be provided in
ActionEvents fired by this
Table.
- getActionCommand() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the action command which will be provided in
ActionEvents fired by this TextComponent.
- getActive() - Static method in class nextapp.echo.app.ApplicationInstance
-
Returns a reference to the ApplicationInstance that is
relevant to the current thread, or null if no instance is relevant.
- getAddedChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns the child components which have been added to the parent.
- getAlignment() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the alignment of the button's content.
- getAlignment() - Method in class nextapp.echo.app.layout.CellLayoutData
-
Returns the alignment of the cell.
- getAlignment() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the alignment of the containing pane.
- getAlignment() - Method in class nextapp.echo.app.Panel
-
Returns the Alignment describing how the child component is aligned within the Panel.
- getAlignment() - Method in class nextapp.echo.app.Row
-
Returns the alignment of the row's content.
- getAlignment() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the alignment of the text component.
- getAlternate() - Method in class nextapp.echo.app.Font.Typeface
-
Returns the alternate typeface.
- getApplicationInstance() - Method in class nextapp.echo.app.Component
-
Returns the ApplicationInstance to which this
Component is registered, or null if it is not currently
registered.
- getApplicationPropertyUpdate(String) - Method in class nextapp.echo.app.update.ServerUpdateManager
-
Returns a PropertyUpdate representing the
application-level property update with the specified name.
- getBackground() - Method in class nextapp.echo.app.Component
-
Returns the default/base background color of the Component.
- getBackground() - Method in class nextapp.echo.app.layout.CellLayoutData
-
Returns the background color of the cell.
- getBackground() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the background color of the containing pane.
- getBackground() - Method in interface nextapp.echo.app.list.StyledListCell
-
Returns the background of the list item.
- getBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background image of the button.
- getBackgroundImage() - Method in class nextapp.echo.app.ContentPane
-
Returns the background image.
- getBackgroundImage() - Method in class nextapp.echo.app.layout.CellLayoutData
-
Returns the background image of the cell.
- getBackgroundImage() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the BackgroundImage displayed in the
containing pane.
- getBackgroundImage() - Method in class nextapp.echo.app.Panel
-
Returns the background image.
- getBackgroundImage() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the default background image of the text component.
- getBackgroundImage() - Method in class nextapp.echo.app.WindowPane
-
Returns the background image of the WindowPane.
- getBlue() - Method in class nextapp.echo.app.Color
-
Returns the blue component value of this color.
- getBooleanAttribute(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
-
Determines whether a specific boolean flag is set on an element.
- getBorder() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the border displayed around the button.
- getBorder() - Method in class nextapp.echo.app.Column
-
Returns the Border that encloses the entire Column.
- getBorder() - Method in class nextapp.echo.app.Grid
-
Returns the Border.
- getBorder() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the Border surrounding the list component.
- getBorder() - Method in class nextapp.echo.app.Panel
-
Returns the Border that encloses the entire Panel.
- getBorder() - Method in class nextapp.echo.app.Row
-
Returns the Border that encloses the entire Row.
- getBorder() - Method in class nextapp.echo.app.Table
-
Returns the Border.
- getBorder() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the border of the text component.
- getBorder() - Method in class nextapp.echo.app.WindowPane
-
Returns the border which surrounds the entire WindowPane.
- getBorderInsets() - Method in class nextapp.echo.app.FillImageBorder
-
Returns the content inset.
- getBottom() - Method in class nextapp.echo.app.Insets
-
Returns the size of the bottom margin.
- getButtons() - Method in class nextapp.echo.app.button.ButtonGroup
-
Returns all RadioButtons in the group.
- getCause() - Method in exception nextapp.echo.app.serial.SerialException
-
Returns the causing exception, if applicable.
- getCellRenderer() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the ListCellRenderer used to render items.
- getCellRenderer() - Method in class nextapp.echo.app.table.TableColumn
-
Retrieves the TableCellRenderer used to render values
contained in the column.
- getCellSpacing() - Method in class nextapp.echo.app.Column
-
Returns the spacing between individual cells of the Column.
- getCellSpacing() - Method in class nextapp.echo.app.Row
-
Returns the spacing between individual cells of the Row.
- getChildElementByTagName(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
-
Retrieves the first immediate child element of the specified element
whose name matches the provided name parameter.
- getChildElementCountByTagName(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
-
Counts the number of immediate child elements of the specified element
whose names match the provided name parameter.
- getChildElementsByTagName(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
-
Retrieves all immediate child elements of the specified element whose
names match the provided name parameter.
- getClass(String) - Method in class nextapp.echo.app.serial.Serializer
-
Returns a Class based on an XML type value.
- getClassLoader() - Method in interface nextapp.echo.app.serial.SerialContext
-
Returns the ClassLoader from which new should
be instantiated or introspected.
- getClientUpdateManager() - Method in class nextapp.echo.app.update.UpdateManager
-
Returns the ClientUpdateManager, which is responsible for
queuing and processing updates received from the client.
- getCloseAnimationTime() - Method in class nextapp.echo.app.WindowPane
-
Returns the animation time for the window closing effect.
- getCloseIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the close button icon.
- getCloseIconInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the inset margin around the close button icon.
- getCloseRolloverIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the close button rollover icon.
- getColor() - Method in class nextapp.echo.app.Border
-
Returns the border color.
- getColor() - Method in class nextapp.echo.app.Border.Side
-
Returns the border side color.
- getColor() - Method in class nextapp.echo.app.FillImageBorder
-
Returns the solid color background of the border.
- getColumn() - Method in class nextapp.echo.app.event.TableModelEvent
-
Returns the column that was affected by the update.
- getColumn(int) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
-
- getColumn(int) - Method in interface nextapp.echo.app.table.TableColumnModel
-
Returns the TableColumn at the specified index.
- getColumnClass(int) - Method in class nextapp.echo.app.table.AbstractTableModel
-
Returns Object.class
- getColumnClass(int) - Method in interface nextapp.echo.app.table.TableModel
-
Returns the most-specific class of objects found in a given table
column.
- getColumnCount() - Method in class nextapp.echo.app.table.DefaultTableColumnModel
-
- getColumnCount() - Method in class nextapp.echo.app.table.DefaultTableModel
-
- getColumnCount() - Method in interface nextapp.echo.app.table.TableColumnModel
-
Returns the number of columns in the column model.
- getColumnCount() - Method in interface nextapp.echo.app.table.TableModel
-
Returns the number of columns in the table.
- getColumnIndex(Object) - Method in class nextapp.echo.app.table.DefaultTableColumnModel
-
- getColumnIndex(Object) - Method in interface nextapp.echo.app.table.TableColumnModel
-
Returns the index of the table column with the given identifier.
- getColumnModel() - Method in class nextapp.echo.app.Table
-
Returns the TableColumnModel describing this table's
columns.
- getColumnName(int) - Method in class nextapp.echo.app.table.AbstractTableModel
-
Returns column names using a "spreadsheet-style" convention, i.e.,
A, B, C...Y, Z, AA, AB, AC...
- getColumnName(int) - Method in class nextapp.echo.app.table.DefaultTableModel
-
- getColumnName(int) - Method in interface nextapp.echo.app.table.TableModel
-
Returns the name of the specified column number.
- getColumns() - Method in class nextapp.echo.app.table.DefaultTableColumnModel
-
- getColumns() - Method in interface nextapp.echo.app.table.TableColumnModel
-
Returns an Iterator over the columns of the column model.
- getColumnSpan() - Method in class nextapp.echo.app.layout.GridLayoutData
-
Returns the column span of the cell.
- getColumnWidth(int) - Method in class nextapp.echo.app.Grid
-
Returns the width of the specified column.
- getCommands() - Method in class nextapp.echo.app.update.ServerUpdateManager
-
Returns the stored Commands.
- getComponent(int) - Method in class nextapp.echo.app.Component
-
Returns the nth immediate child component.
- getComponent(String) - Method in class nextapp.echo.app.Component
-
Recursively searches for the component with the specified id
by querying this component and its descendants.
- getComponent() - Method in class nextapp.echo.app.update.ClientComponentUpdate
-
Returns the updated component.
- getComponentByRenderId(String) - Method in class nextapp.echo.app.ApplicationInstance
-
Retrieves the component currently registered with the application
with the specified render id.
- getComponentCount() - Method in class nextapp.echo.app.Component
-
Returns the number of immediate child Components.
- getComponents() - Method in class nextapp.echo.app.Component
-
Returns an array of all immediate child Components.
- getComponentTypes(String) - Method in class nextapp.echo.app.MutableStyleSheet
-
- getComponentTypes(String) - Method in interface nextapp.echo.app.StyleSheet
-
Retrieves the names of all component types present in the StyleSheet with the specified name.
- getComponentUpdates() - Method in class nextapp.echo.app.update.ServerUpdateManager
-
Returns the stored ServerComponentUpdates.
- getConstantNames() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the constant names of the object.
- getConstantValue(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Retrieves the value of the constant with the specified name.
- getContent() - Method in class nextapp.echo.app.Window
-
Returns the content of the window.
- getContentHeight() - Method in class nextapp.echo.app.WindowPane
-
Returns the configured height of the content region of the window.
- getContentInsets() - Method in class nextapp.echo.app.FillImageBorder
-
Sets the content inset.
- getContentType() - Method in class nextapp.echo.app.ResourceImageReference
-
- getContentType() - Method in class nextapp.echo.app.StreamImageReference
-
Returns the valid RFC 1521 image content type (e.g., image/png,
image/jpeg, image/gif, etc) of the image.
- getContentWidth() - Method in class nextapp.echo.app.WindowPane
-
Returns the configured width of the content region of the window.
- getContextProperty(String) - Method in class nextapp.echo.app.ApplicationInstance
-
Returns the value of a contextual property.
- getControlsInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the inset margin around the window controls
(e.g., close, minimize, and maximize buttons)
- getControlsSpacing() - Method in class nextapp.echo.app.WindowPane
-
Returns the spacing between the window control icons
(e.g., close, minimize, and maximize buttons).
- getDecimalValue() - Method in class nextapp.echo.app.DecimalExtent
-
Returns the decimal value of the extent.
- getDefaultCloseOperation() - Method in class nextapp.echo.app.WindowPane
-
Returns the default close operation.
- getDefaultHeaderRenderer() - Method in class nextapp.echo.app.Table
-
Returns the default TableCellRenderer used to render
header cells.
- getDefaultRenderer(Class) - Method in class nextapp.echo.app.Table
-
Returns the default TableCellRenderer for the specified
column class.
- getDefaultWindow() - Method in class nextapp.echo.app.ApplicationInstance
-
Returns the default window of the application.
- getDisabledBackground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background color of the button when the button is disabled.
- getDisabledBackground() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the background color displayed when the component is
disabled.
- getDisabledBackground() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the background color displayed when the text component is
disabled.
- getDisabledBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background image displayed when the button is disabled.
- getDisabledBackgroundImage() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the background image displayed when the text component is
disabled.
- getDisabledBorder() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the border displayed around the button when the button is
disabled.
- getDisabledBorder() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the border displayed when the component is
disabled.
- getDisabledBorder() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the border displayed when the text component is
disabled.
- getDisabledFont() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the font of the button when the button is disabled.
- getDisabledFont() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the font displayed when the component is
disabled.
- getDisabledFont() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the font displayed when the text component is
disabled.
- getDisabledForeground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the foreground color of the button when the button is disabled.
- getDisabledForeground() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the foreground color displayed when the component is
disabled.
- getDisabledForeground() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the foreground color displayed when the text component is
disabled.
- getDisabledIcon() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the icon of the button that is displayed when the button is
disabled.
- getDisabledSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the selected state icon when the button is disabled.
- getDisabledStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the default (non-selected) state icon when the button is disabled.
- getDocument() - Method in interface nextapp.echo.app.serial.SerialContext
-
Returns the DOM Document to/from which the property is
being (de)serialized.
- getDocument() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the model associated with this TextComponent.
- getDocumentBuilder() - Static method in class nextapp.echo.app.util.DomUtil
-
Retrieves a thread-specific DocumentBuilder.
- getElementText(Element) - Static method in class nextapp.echo.app.util.DomUtil
-
Returns the text content of a DOM Element.
- getEventHandlerNames(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns event handler names for a given event set.
- getEventListenerList() - Method in class nextapp.echo.app.button.DefaultButtonModel
-
Returns the local EventListenerList.
- getEventListenerList() - Method in class nextapp.echo.app.Component
-
Returns the local EventListenerList.
- getEventListenerList() - Method in class nextapp.echo.app.list.AbstractListModel
-
Returns the EventListenerList being used to manage event
listeners.
- getEventListenerList() - Method in class nextapp.echo.app.table.AbstractTableModel
-
Returns the EventListenerList used to register listeners.
- getEventSetDescriptor(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the EventSetDescriptor for the specified event set.
- getEventSetNames() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the event set names of the object.
- getFillImage(int) - Method in class nextapp.echo.app.FillImageBorder
-
Retrieves the FillImage at the specified position.
- getFirstRow() - Method in class nextapp.echo.app.event.TableModelEvent
-
Returns the first row that was affected by the update.
- getFlags() - Method in interface nextapp.echo.app.serial.SerialContext
-
Returns flags used to alter rendering and parsing behavior.
- getFocusComponent() - Method in interface nextapp.echo.app.DelegateFocusSupport
-
Returns the Component that should receive the focus when
this Componentis focused, enabling composite components to
specify a specific child to be focused.
- getFocusedBackground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background color of the button when the button is focused.
- getFocusedBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background image displayed when the button is focused.
- getFocusedBorder() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the border displayed around the button when the button is
focused.
- getFocusedComponent() - Method in class nextapp.echo.app.ApplicationInstance
-
Returns the presently focused component, if known.
- getFocusedFont() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the font of the button when the button is focused.
- getFocusedForeground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the foreground color of the button when the button is focused.
- getFocusedIcon() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the icon of the button that is displayed when the button is
focused.
- getFocusNextId() - Method in class nextapp.echo.app.Component
-
Returns the next focusable component.
- getFocusPreviousId() - Method in class nextapp.echo.app.Component
-
Returns the previous focusable component.
- getFont() - Method in class nextapp.echo.app.Component
-
Returns the default/base font of the component.
- getFont() - Method in interface nextapp.echo.app.list.StyledListCell
-
Returns the font of the list item.
- getForeground() - Method in class nextapp.echo.app.Component
-
Returns the default/base foreground color of the Component.
- getForeground() - Method in interface nextapp.echo.app.list.StyledListCell
-
Returns the foreground of the list item.
- getFromIndex() - Method in class nextapp.echo.app.event.TableColumnModelEvent
-
Returns the index from which the column was moved or removed.
- getGreen() - Method in class nextapp.echo.app.Color
-
Returns the green component value of this color.
- getGroup() - Method in class nextapp.echo.app.RadioButton
-
Retrieves the ButtonGroup to which this
RadioButton belongs.
- getHeaderRenderer() - Method in class nextapp.echo.app.table.TableColumn
-
Returns the TableCellRenderer used to render the
header cell of this column.
- getHeaderValue() - Method in class nextapp.echo.app.table.TableColumn
-
Returns the header value for this column.
- getHeight() - Method in class nextapp.echo.app.AwtImageReference
-
- getHeight() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the height of the button.
- getHeight() - Method in class nextapp.echo.app.Grid
-
Returns the overall height.
- getHeight() - Method in class nextapp.echo.app.HttpImageReference
-
- getHeight() - Method in interface nextapp.echo.app.ImageReference
-
Returns the height of the image, or null if the size is unknown.
- getHeight() - Method in class nextapp.echo.app.layout.ColumnLayoutData
-
Returns the height of the cell.
- getHeight() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the height.
- getHeight() - Method in class nextapp.echo.app.Panel
-
Returns the height of the panel.
- getHeight() - Method in class nextapp.echo.app.ResourceImageReference
-
- getHeight() - Method in class nextapp.echo.app.StreamImageReference
-
- getHeight() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the height of the text component.
- getHeight() - Method in class nextapp.echo.app.WindowPane
-
Returns the configured height of the overall window, including its border.
- getHorizontal() - Method in class nextapp.echo.app.Alignment
-
Returns the horizontal setting of this Alignment.
- getHorizontalOffset() - Method in class nextapp.echo.app.FillImage
-
Returns the horizontal offset of the fill image.
- getHorizontalScroll() - Method in class nextapp.echo.app.ContentPane
-
Returns the horizontal scrollbar position.
- getHorizontalScroll() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the horizontal scroll bar position.
- getIcon() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the icon displayed in the button.
- getIcon() - Method in class nextapp.echo.app.Label
-
Returns the icon of the label.
- getIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the icon displayed in the title region.
- getIconInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the inset margin around the icon.
- getIconTextMargin() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the margin size between the icon and the text.
- getIconTextMargin() - Method in class nextapp.echo.app.Label
-
Returns the margin size between the icon and the text.
- getId() - Method in class nextapp.echo.app.Component
-
Returns the user-defined identifier of the Component.
- getIdentifier() - Method in class nextapp.echo.app.table.TableColumn
-
Returns the identifier for this column.
- getIllegalChild() - Method in exception nextapp.echo.app.IllegalChildException
-
Returns the illegally added child.
- getImage() - Method in class nextapp.echo.app.AwtImageReference
-
Retrieves the image.
- getImage() - Method in class nextapp.echo.app.FillImage
-
Returns the fill image.
- getImageBorder() - Method in class nextapp.echo.app.Panel
-
Returns the FillImageBorder that encloses the entire Panel.
- getImageUrl(Context, ImageReference) - Method in interface nextapp.echo.app.serial.property.ImageReferencePeer
-
Returns the URI of an image.
- getIndex(String, int) - Method in class nextapp.echo.app.Component
-
Returns the value of the specified indexed property.
- getIndex(String, int) - Method in class nextapp.echo.app.DerivedMutableStyle
-
- getIndex(String, int) - Method in class nextapp.echo.app.MutableStyle
-
- getIndex(String, int) - Method in interface nextapp.echo.app.Style
-
Retrieves the value of the specified indexed property.
- getIndex0() - Method in class nextapp.echo.app.event.ListDataEvent
-
Returns the first index of the interval affected by the list change.
- getIndex1() - Method in class nextapp.echo.app.event.ListDataEvent
-
Returns the last index of the interval affected by the list change.
- getIndexedProperty(String, int) - Method in class nextapp.echo.app.MutableStyle
-
- getIndexedProperty(String, int) - Method in interface nextapp.echo.app.Style
-
- getIndices() - Method in class nextapp.echo.app.MutableStyle.IndexedPropertyValue
-
Returns the set property indices as an
Integer-returning Iterator.
- getInputNames() - Method in class nextapp.echo.app.update.ClientComponentUpdate
-
Returns an iterator over the names of all input properties.
- getInputValue(String) - Method in class nextapp.echo.app.update.ClientComponentUpdate
-
Retrieves the new state of the specified input property.
- getInsets() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the margin between the buttons edge and its content.
- getInsets() - Method in class nextapp.echo.app.Column
-
Returns the default inset between the border and cells of the
Column.
- getInsets() - Method in class nextapp.echo.app.ContentPane
-
Returns the inset margin of the content.
- getInsets() - Method in class nextapp.echo.app.Grid
-
Returns the default cell insets.
- getInsets() - Method in class nextapp.echo.app.layout.CellLayoutData
-
Returns the inset margins of the cell.
- getInsets() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the inset margins of the containing pane.
- getInsets() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the inset margin around between the list components border and content.
- getInsets() - Method in class nextapp.echo.app.Panel
-
Returns the default inset between the border and cells of the
Panel.
- getInsets() - Method in class nextapp.echo.app.Row
-
Returns the inset between the border and cells of the Row.
- getInsets() - Method in class nextapp.echo.app.Table
-
Returns the default cell insets.
- getInsets() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the insets of the text component.
- getInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the inset of the window content.
- getLastRow() - Method in class nextapp.echo.app.event.TableModelEvent
-
Returns the last row that was affected by the update.
- getLayoutData() - Method in class nextapp.echo.app.Component
-
Returns the LayoutData object used to describe how this
Component should be laid out within its parent container.
- getLayoutDirection() - Method in class nextapp.echo.app.ApplicationInstance
-
Returns the application instance's default
LayoutDirection.
- getLayoutDirection() - Method in class nextapp.echo.app.Component
-
Returns the specific layout direction setting of this component, if any.
- getLeft() - Method in class nextapp.echo.app.Insets
-
Returns the size of the left margin.
- getListCellRendererComponent(Component, Object, int) - Method in class nextapp.echo.app.list.DefaultListCellRenderer
-
- getListCellRendererComponent(Component, Object, int) - Method in interface nextapp.echo.app.list.ListCellRenderer
-
Renders an item in a list.
- getListenerCount(Class) - Method in class nextapp.echo.app.event.EventListenerList
-
Returns the number of listeners present of the given class.
- getListeners(Class) - Method in class nextapp.echo.app.event.EventListenerList
-
Returns an array of listeners of the given class.
- getLocale() - Method in class nextapp.echo.app.ApplicationInstance
-
Returns the application instance's default Locale.
- getLocale() - Method in class nextapp.echo.app.Component
-
Returns the specific locale setting of this component, if any.
- getLocalStyle() - Method in class nextapp.echo.app.Component
-
Returns the Style object in which local style
properties are stored.
- getMaximizeIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the maximize button icon.
- getMaximizeIconInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the inset margin around the maximize button icon.
- getMaximizeRolloverIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the maximize button rollover icon.
- getMaximumHeight() - Method in class nextapp.echo.app.WindowPane
-
Returns the maximum height of the content region of the
WindowPane.
- getMaximumLength() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the maximum length (in characters) of the text which may be
entered into the component.
- getMaximumSize() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the preferred maximum size of the containing pane.
- getMaximumWidth() - Method in class nextapp.echo.app.WindowPane
-
Returns the maximum width of the content region of the
WindowPane.
- getMaxSelectedIndex() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- getMaxSelectedIndex() - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Returns the maximum selected index.
- getMaxSelectedIndex() - Method in class nextapp.echo.app.ListBox
-
Returns the maximum selected index.
- getMinimizeIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the minimize button icon.
- getMinimizeIconInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the inset margin around the minimize button icon.
- getMinimizeRolloverIcon() - Method in class nextapp.echo.app.WindowPane
-
Returns the minimize button rollover icon.
- getMinimumHeight() - Method in class nextapp.echo.app.WindowPane
-
Returns the minimum height of the content region of the
WindowPane.
- getMinimumSize() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the preferred minimum size of the containing pane.
- getMinimumWidth() - Method in class nextapp.echo.app.WindowPane
-
Returns the minimum width of the content region of the
WindowPane.
- getMinSelectedIndex() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- getMinSelectedIndex() - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Returns the minimum selected index.
- getMinSelectedIndex() - Method in class nextapp.echo.app.ListBox
-
Returns the minimum selected index.
- getModalContextRoot() - Method in class nextapp.echo.app.ApplicationInstance
-
Retrieves the root component of the current modal context, or null
if no modal context exists.
- getModel() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the model that this button represents.
- getModel() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the model.
- getModel() - Method in class nextapp.echo.app.Table
-
Returns the TableModel being visualized by this
Table.
- getModelIndex() - Method in class nextapp.echo.app.table.TableColumn
-
Returns the column index of the model which this
TableColumn represents.
- getName() - Method in class nextapp.echo.app.Font.Typeface
-
Returns the name of the typeface.
- getNewValue() - Method in class nextapp.echo.app.update.PropertyUpdate
-
Returns the new value of the property.
- getObjectClass() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the Class of the object being introspected.
- getOldValue() - Method in class nextapp.echo.app.update.PropertyUpdate
-
Returns the previous value of the property.
- getOpenAnimationTime() - Method in class nextapp.echo.app.WindowPane
-
Returns the animation time for the window opening effect.
- getOrientation() - Method in class nextapp.echo.app.Grid
-
Returns the orientation of the grid (either horizontal or vertical).
- getOrientation() - Method in class nextapp.echo.app.SplitPane
-
Returns the orientation of the SplitPane.
- getOverflow() - Method in class nextapp.echo.app.ContentPane
-
Returns the overflow state, describing how the pane will behave when
the content is larger than display area.
- getOverflow() - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Returns the overflow state, describing how the pane will behave when
the content is larger than display area.
- getParent() - Method in class nextapp.echo.app.Component
-
Returns the parent component.
- getParent() - Method in exception nextapp.echo.app.IllegalChildException
-
Returns the parent component to which the child was to be added.
- getParent() - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns the parent component being updated.
- getParentStyle() - Method in class nextapp.echo.app.DerivedMutableStyle
-
Returns the parent style.
- getPeerForObject(Class, boolean) - Method in class nextapp.echo.app.util.PeerFactory
-
Retrieves the appropriate peer instance for a given object
Class.
- getPeerForProperty(Class) - Method in interface nextapp.echo.app.serial.PropertyPeerFactory
-
Returns the appropriate SerialPropertyPeer for the
specified propertyClass.
- getPeerForProperty(Class) - Method in class nextapp.echo.app.serial.SerialPeerFactory
-
Retrieves the appropriate XmlPropertyPeer for a given
property class.
- getPositionX() - Method in class nextapp.echo.app.WindowPane
-
Returns the horizontal (Y) position of the WindowPane with
respect to its container.
- getPositionY() - Method in class nextapp.echo.app.WindowPane
-
Returns the vertical (Y) position of the WindowPane with
respect to its container.
- getPressedBackground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background color of the button when the button is pressed.
- getPressedBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background image displayed when the button is pressed.
- getPressedBorder() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the border displayed around the button when the button is
pressed.
- getPressedFont() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the font of the button when the button is pressed.
- getPressedForeground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the foreground color of the button when the button is pressed.
- getPressedIcon() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the icon of the button that is displayed when the button is
pressed.
- getPressedSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the selected state icon displayed when the
button is being pressed.
- getPressedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the default (non-selected) state icon displayed when the
button is being pressed.
- getProperty(String) - Method in class nextapp.echo.app.MutableStyle
-
- getProperty(String) - Method in interface nextapp.echo.app.Style
-
- getPropertyClass(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the Class of a specific property.
- getPropertyCount() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the number of mutable properties provided by the introspected
Object.
- getPropertyDefinitionConcreteType(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the name of the type that defines the specified property.
- getPropertyDefinitionType(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the name of the type that defines the specified property.
- getPropertyDescriptor(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns the PropertyDescriptor for the specified property.
- getPropertyIndices(String) - Method in class nextapp.echo.app.MutableStyle
-
- getPropertyIndices(String) - Method in interface nextapp.echo.app.Style
-
Determines which indices of a particular property are set.
- getPropertyNames() - Method in class nextapp.echo.app.DerivedMutableStyle
-
- getPropertyNames() - Method in class nextapp.echo.app.MutableStyle
-
- getPropertyNames() - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns an Iterator over the property names of the object.
- getPropertyNames() - Method in interface nextapp.echo.app.Style
-
Retrieves the names of all set properties.
- getReadOnlyBackground() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the background color displayed when the text component is
read only.
- getReadOnlyBackgroundImage() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the background image displayed when the text component is
read only.
- getReadOnlyBorder() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the border displayed when the text component is
read only.
- getReadOnlyFont() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the font displayed when the text component is
read only.
- getReadOnlyForeground() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the foreground color displayed when the text component is
read only.
- getRed() - Method in class nextapp.echo.app.Color
-
Returns the red component value of this color.
- getRemovedChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns the child components which have been removed from the parent.
- getRemovedDescendants() - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns all descendants of the child components which have been
removed from the parent.
- getRenderId() - Method in class nextapp.echo.app.AwtImageReference
-
- getRenderId() - Method in class nextapp.echo.app.button.ButtonGroup
-
- getRenderId() - Method in class nextapp.echo.app.Component
-
Returns the render id of this component.
- getRenderId() - Method in class nextapp.echo.app.HttpImageReference
-
- getRenderId() - Method in interface nextapp.echo.app.RenderIdSupport
-
Returns an identifier that is unique within the
ApplicationInstance with which the implementor will be
used.
- getRenderId() - Method in class nextapp.echo.app.ResourceImageReference
-
- getRenderIndexedProperty(String, int) - Method in class nextapp.echo.app.Component
-
Determines the "rendered state" of an indexed property.
- getRenderIndexedProperty(String, int, Object) - Method in class nextapp.echo.app.Component
-
Determines the "rendered state" of an indexed property.
- getRenderLocale() - Method in class nextapp.echo.app.Component
-
Returns the rendered Locale of the Component.
- getRenderProperty(String) - Method in class nextapp.echo.app.Component
-
Determines the "rendered state" of a property.
- getRenderProperty(String, Object) - Method in class nextapp.echo.app.Component
-
Determines the "rendered state" of a property.
- getRepeat() - Method in class nextapp.echo.app.FillImage
-
Returns the repetition mode of the image.
- getResource() - Method in class nextapp.echo.app.ResourceImageReference
-
Returns the name of the resource.
- getRgb() - Method in class nextapp.echo.app.Color
-
Returns the color as an RGB value.
- getRight() - Method in class nextapp.echo.app.Insets
-
Returns the size of the right margin.
- getRolloverBackground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background color of the button when the mouse cursor is
inside its bounds.
- getRolloverBackground() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the rollover background.
- getRolloverBackground() - Method in class nextapp.echo.app.Table
-
Return the rollover background color displayed when the mouse is within
the bounds of a row.
- getRolloverBackgroundImage() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the background image displayed when the mouse cursor is inside
the button's bounds.
- getRolloverBackgroundImage() - Method in class nextapp.echo.app.Table
-
Return the rollover background image displayed when the mouse is within
the bounds of a row.
- getRolloverBorder() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the border displayed around the button when the mouse cursor is
inside its bounds.
- getRolloverFont() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the font of the button when the mouse cursor is inside its
bounds.
- getRolloverFont() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the rollover font.
- getRolloverFont() - Method in class nextapp.echo.app.Table
-
Return the rollover font displayed when the mouse is within
the bounds of a row.
- getRolloverForeground() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the foreground color of the button when the mouse cursor is
inside its bounds.
- getRolloverForeground() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the rollover foreground.
- getRolloverForeground() - Method in class nextapp.echo.app.Table
-
Return the rollover foreground color displayed when the mouse is within
the bounds of a row.
- getRolloverIcon() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the icon of the button that is displayed when the mouse cursor is
inside its bounds.
- getRolloverSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the selected state icon displayed when the mouse
cursor is inside the bounds of the button.
- getRolloverStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the default (non-selected) state icon displayed when the mouse
cursor is inside the bounds of the button.
- getRowCount() - Method in class nextapp.echo.app.table.DefaultTableModel
-
- getRowCount() - Method in interface nextapp.echo.app.table.TableModel
-
Returns the number of rows in the table.
- getRowHeight(int) - Method in class nextapp.echo.app.Grid
-
Returns the height of the specified row.
- getRowSpan() - Method in class nextapp.echo.app.layout.GridLayoutData
-
Returns the row span of the cell.
- getSelectedIndex() - Method in class nextapp.echo.app.SelectField
-
Returns the index of the currently selected item.
- getSelectedIndices() - Method in class nextapp.echo.app.ListBox
-
Returns all selected indices.
- getSelectedItem() - Method in class nextapp.echo.app.SelectField
-
Returns the currently selected item.
- getSelectedStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the selected state icon.
- getSelectedValue() - Method in class nextapp.echo.app.ListBox
-
Returns the selected item.
- getSelectedValues() - Method in class nextapp.echo.app.ListBox
-
Returns all selected items.
- getSelectionBackground() - Method in class nextapp.echo.app.Table
-
Returns the row selection background color.
- getSelectionBackgroundImage() - Method in class nextapp.echo.app.Table
-
Returns the row selection background image.
- getSelectionFont() - Method in class nextapp.echo.app.Table
-
Returns the row selection font.
- getSelectionForeground() - Method in class nextapp.echo.app.Table
-
Returns the row selection foreground color.
- getSelectionMode() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- getSelectionMode() - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Returns the selection mode.
- getSelectionMode() - Method in class nextapp.echo.app.ListBox
-
Returns the selection mode.
- getSelectionModel() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the selection model.
- getSelectionModel() - Method in class nextapp.echo.app.Table
-
Returns the row selection model.
- getSeparatorColor() - Method in class nextapp.echo.app.SplitPane
-
Returns the color of the pane separator.
- getSeparatorHeight() - Method in class nextapp.echo.app.SplitPane
-
Returns the height of the pane separator.
- getSeparatorHorizontalImage() - Method in class nextapp.echo.app.SplitPane
-
Returns the fill image of the pane separator that is displayed when the
SplitPane has a horizontal orientation.
- getSeparatorHorizontalRolloverImage() - Method in class nextapp.echo.app.SplitPane
-
Returns the rollover fill image of the pane separator that is displayed when the
SplitPane has a horizontal orientation.
- getSeparatorPosition() - Method in class nextapp.echo.app.SplitPane
-
Returns the position of the pane separator.
- getSeparatorRolloverColor() - Method in class nextapp.echo.app.SplitPane
-
Returns the color of the pane separator.
- getSeparatorVerticalImage() - Method in class nextapp.echo.app.SplitPane
-
Returns the fill image of the pane separator that is displayed when the
SplitPane has a vertical orientation.
- getSeparatorVerticalRolloverImage() - Method in class nextapp.echo.app.SplitPane
-
Returns the rollover fill image of the pane separator that is displayed when the
SplitPane has a vertical orientation.
- getSeparatorWidth() - Method in class nextapp.echo.app.SplitPane
-
Returns the width of the pane separator.
- getSerialPropertyPeer(Element) - Method in class nextapp.echo.app.serial.Serializer
-
Retrieves a SerialPropertyPeer specified by a type name in a property DOM element, if possible.
- getServerUpdateManager() - Method in class nextapp.echo.app.update.UpdateManager
-
Returns the ServerUpdateManager, which is responsible for
queuing server-side updates and rendering them to the client.
- getSides() - Method in class nextapp.echo.app.Border
-
Returns the sides of the border.
- getSize() - Method in class nextapp.echo.app.Border
-
Returns the border size.
- getSize() - Method in class nextapp.echo.app.Border.Side
-
Returns the border side size.
- getSize() - Method in class nextapp.echo.app.Font
-
Returns the size of the font.
- getSize() - Method in class nextapp.echo.app.Grid
-
Returns the number of columns or rows in the Grid.
- getStateAlignment() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the alignment of the state icon relative to the button's
text/icon.
- getStateIcon() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the default (non-selected) state icon.
- getStateMargin() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the margin size between the state icon and the
toggle button's icon and/or text.
- getStatePosition() - Method in class nextapp.echo.app.button.ToggleButton
-
Returns the position of the state icon relative to the button's
text/icon.
- getStyle(Class, String) - Method in class nextapp.echo.app.ApplicationInstance
-
Retrieves the style for the specified specified class of
component / style name.
- getStyle() - Method in class nextapp.echo.app.Border
-
Returns the border style.
- getStyle() - Method in class nextapp.echo.app.Border.Side
-
Returns the border side style.
- getStyle() - Method in class nextapp.echo.app.Component
-
Returns the shared Style object assigned to this
Component.
- getStyle(String, Class, boolean) - Method in class nextapp.echo.app.MutableStyleSheet
-
- getStyle(String, Class, boolean) - Method in interface nextapp.echo.app.StyleSheet
-
Retrieves the appropriate style for the specified component class
and style name.
- getStyleConstantName(String) - Method in class nextapp.echo.app.reflect.ComponentIntrospector
-
Returns the name of the style constant for the given
property name.
- getStyleName() - Method in class nextapp.echo.app.Component
-
Returns the name of the Style in the
ApplicationInstance'sStyleSheet from
which the renderer will retrieve properties.
- getStyleNames() - Method in class nextapp.echo.app.MutableStyleSheet
-
- getStyleNames() - Method in interface nextapp.echo.app.StyleSheet
-
Retrieves the names of all styles present in the StyleSheet
- getStyleSheet() - Method in class nextapp.echo.app.ApplicationInstance
-
Returns the application-wide StyleSheet, if present.
- getTableCellRendererComponent(Table, Object, int, int) - Method in class nextapp.echo.app.table.DefaultTableCellRenderer
-
Returns a Label containing the toString() value of the
model value.
- getTableCellRendererComponent(Table, Object, int, int) - Method in interface nextapp.echo.app.table.TableCellRenderer
-
Returns a component that will be displayed at the specified coordinate
in the table.
- getText() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the text label of the button.
- getText() - Method in class nextapp.echo.app.Label
-
Returns the text of the label.
- getText() - Method in interface nextapp.echo.app.text.Document
-
Returns the text of the document.
- getText() - Method in class nextapp.echo.app.text.StringDocument
-
Returns the text held in the document.
- getText() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the text contained in the Document model of
this text component.
- getTextAlignment() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the alignment of the text relative to the icon.
- getTextAlignment() - Method in class nextapp.echo.app.Label
-
Returns the alignment of the text relative to the icon.
- getTextPosition() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the position of the text relative to the icon.
- getTextPosition() - Method in class nextapp.echo.app.Label
-
Returns the position of the text relative to the icon.
- getTitle() - Method in class nextapp.echo.app.Window
-
Returns the window title.
- getTitle() - Method in class nextapp.echo.app.WindowPane
-
Returns the title of the WindowPane.
- getTitleBackground() - Method in class nextapp.echo.app.WindowPane
-
Returns the background color of the title region.
- getTitleBackgroundImage() - Method in class nextapp.echo.app.WindowPane
-
Returns the background image of the title region.
- getTitleFont() - Method in class nextapp.echo.app.WindowPane
-
Returns the font of the title region.
- getTitleForeground() - Method in class nextapp.echo.app.WindowPane
-
Returns the foreground color of the title region.
- getTitleHeight() - Method in class nextapp.echo.app.WindowPane
-
Returns the height of the title region.
- getTitleInsets() - Method in class nextapp.echo.app.WindowPane
-
Returns the insets of the title region.
- getToIndex() - Method in class nextapp.echo.app.event.TableColumnModelEvent
-
Returns the index to which the column was moved or added.
- getToolTipText() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the tool tip text (displayed when the mouse cursor is hovered
over the component).
- getToolTipText() - Method in class nextapp.echo.app.Label
-
Returns the tool tip text (displayed when the mouse cursor is hovered
over the component).
- getToolTipText() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the tool tip text (displayed when the mouse cursor is hovered
over the component).
- getToolTipText() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the tool tip text (displayed when the mouse cursor is hovered
over the component).
- getTop() - Method in class nextapp.echo.app.Insets
-
Returns the size of the top margin.
- getTransformerFactory() - Static method in class nextapp.echo.app.util.DomUtil
-
Retrieves a thread-specific TransformerFactory.
- getType() - Method in class nextapp.echo.app.event.ListDataEvent
-
Returns the type of the event
- getType() - Method in class nextapp.echo.app.event.TableModelEvent
-
Returns the type of update that occurred.
- getTypeface() - Method in class nextapp.echo.app.Font
-
Returns the typeface of the font.
- getTypeHierarchy(String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
-
Returns a parent type hierarchy as an array containing the provided
type and all of its parent types (excluding
java.lang.Object).
- getUnits() - Method in class nextapp.echo.app.Extent
-
Returns the units of the Extent.
- getUpdatedLayoutDataChildren() - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns the child components whose LayoutData properties
have been updated.
- getUpdatedProperty(String) - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns a PropertyUpdate describing an update to the
property with the given name.
- getUpdatedPropertyNames() - Method in class nextapp.echo.app.update.ServerComponentUpdate
-
Returns the names of all properties being updated in this update.
- getUpdateManager() - Method in class nextapp.echo.app.ApplicationInstance
-
Retrieves the UpdateManager being used to manage the
client/server synchronization of this ApplicationInstance
- getUri() - Method in class nextapp.echo.app.HttpImageReference
-
Returns the URI from which the image may be obtained.
- getValue() - Method in class nextapp.echo.app.Extent
-
Returns the value of the Extent.
- getValue(int) - Method in class nextapp.echo.app.MutableStyle.IndexedPropertyValue
-
Returns the value at the specified index.
- getValueAt(int, int) - Method in class nextapp.echo.app.table.DefaultTableModel
-
- getValueAt(int, int) - Method in interface nextapp.echo.app.table.TableModel
-
Returns the value found at the given coordinate within the table.
- getVertical() - Method in class nextapp.echo.app.Alignment
-
Returns the vertical setting of this Alignment.
- getVerticalOffset() - Method in class nextapp.echo.app.FillImage
-
Returns the vertical offset of the fill image.
- getVerticalScroll() - Method in class nextapp.echo.app.ContentPane
-
Returns the vertical scrollbar position.
- getVerticalScroll() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the vertical scroll bar position.
- getVisibleComponent(int) - Method in class nextapp.echo.app.Component
-
Returns the nth immediate visible
child Component.
- getVisibleComponentCount() - Method in class nextapp.echo.app.Component
-
Returns the number of visible immediate child
Components.
- getVisibleComponents() - Method in class nextapp.echo.app.Component
-
Returns an array of all visible immediate child
Components.
- getWidth() - Method in class nextapp.echo.app.AwtImageReference
-
- getWidth() - Method in class nextapp.echo.app.button.AbstractButton
-
Returns the width of the button.
- getWidth() - Method in class nextapp.echo.app.Grid
-
Returns the overall width of the grid.
- getWidth() - Method in class nextapp.echo.app.HttpImageReference
-
- getWidth() - Method in interface nextapp.echo.app.ImageReference
-
Returns the width of the image, or null if the size is unknown.
- getWidth() - Method in class nextapp.echo.app.layout.RowLayoutData
-
Returns the width of the cell.
- getWidth() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Returns the width.
- getWidth() - Method in class nextapp.echo.app.Panel
-
Returns the width.
- getWidth() - Method in class nextapp.echo.app.ResourceImageReference
-
- getWidth() - Method in class nextapp.echo.app.StreamImageReference
-
- getWidth() - Method in class nextapp.echo.app.Table
-
Returns the overall width of the grid.
- getWidth() - Method in class nextapp.echo.app.table.TableColumn
-
Returns the width of the column.
- getWidth() - Method in class nextapp.echo.app.text.TextComponent
-
Returns the width of the text component.
- getWidth() - Method in class nextapp.echo.app.WindowPane
-
Returns the configured width of the overall window, including its border.
- getWriteMethod(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Returns a write (setter) method for a specific property.
- getZIndex() - Method in class nextapp.echo.app.WindowPane
-
Returns the z-index of the window with respect to its parent
ContentPane.
- GREEN - Static variable in class nextapp.echo.app.Color
-
The color green.
- Grid - Class in nextapp.echo.app
-
Grid component: a layout container which displays children in a grid.
- Grid() - Constructor for class nextapp.echo.app.Grid
-
Creates a new horizontally-oriented Grid with the
default size (2).
- Grid(int) - Constructor for class nextapp.echo.app.Grid
-
Creates a new horizontally-oriented Grid with the
specified size.
- GridLayoutData - Class in nextapp.echo.app.layout
-
A LayoutData object used to describe how a
Component is rendered within a Grid.
- GridLayoutData() - Constructor for class nextapp.echo.app.layout.GridLayoutData
-
Creates a new >GridLayoutData instance with no column span/row span.
- GridLayoutData(int, int) - Constructor for class nextapp.echo.app.layout.GridLayoutData
-
Creates a new GridLayoutData instance with the specified column and row spans.
- GridLayoutDataPeer - Class in nextapp.echo.app.serial.property
-
SerialPropertyPeer for GridLayoutData properties.
- GridLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.GridLayoutDataPeer
-
- ID_STRING - Static variable in class nextapp.echo.app.ApplicationInstance
-
The name and version of the Echo API in use.
- IDENTIFIER_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.table.TableColumn
-
- IllegalChildException - Exception in nextapp.echo.app
-
An exception thrown when attempting to add a child to the component
hierarchy where either the parent is incompatible with the child or
the child is incompatible with the parent.
- IllegalChildException(Component, Component) - Constructor for exception nextapp.echo.app.IllegalChildException
-
Creates a new IllegalChildException.
- ImageReference - Interface in nextapp.echo.app
-
A representation of an image / picture.
- ImageReferencePeer - Interface in nextapp.echo.app.serial.property
-
Additional interface for ImageReference SerialPropertyPeers.
- IN - Static variable in class nextapp.echo.app.Extent
-
Inch units.
- indexOf(Component) - Method in class nextapp.echo.app.Component
-
Determines the index of the given Component within the
children of this Component.
- indexOf(Object) - Method in class nextapp.echo.app.list.DefaultListModel
-
Returns the index of the specified item.
- init() - Method in class nextapp.echo.app.ApplicationInstance
-
Invoked to initialize the application, returning the default window.
- init() - Method in class nextapp.echo.app.Component
-
Life-cycle method invoked when the Component is added
to a registered hierarchy.
- init(ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectorFactory
-
Initializes an IntrospectorFactory for a specific ClassLoader
This method must be invoked before any calls to get() if manual
initialization is enabled.
- init(ClientUpdateManager) - Method in class nextapp.echo.app.update.ServerUpdateManager
-
Initialization life-cycle method.
- INPUT_ACTION - Static variable in class nextapp.echo.app.button.AbstractButton
-
- INPUT_ACTION - Static variable in class nextapp.echo.app.list.AbstractListComponent
-
- INPUT_ACTION - Static variable in class nextapp.echo.app.Table
-
- INPUT_ACTION - Static variable in class nextapp.echo.app.text.TextComponent
-
- INPUT_CLOSE - Static variable in class nextapp.echo.app.WindowPane
-
- INPUT_MAXIMIZE - Static variable in class nextapp.echo.app.WindowPane
-
- INPUT_MINIMIZE - Static variable in class nextapp.echo.app.WindowPane
-
- INSERT - Static variable in class nextapp.echo.app.event.TableModelEvent
-
An event type indicating one or more table rows were inserted.
- insertRow(int, Object[]) - Method in class nextapp.echo.app.table.DefaultTableModel
-
Inserts a row containing the provided data.
- Insets - Class in nextapp.echo.app
-
A property which describes an "inset" within a rectangular
region.
- Insets(int, int, int, int) - Constructor for class nextapp.echo.app.Insets
-
Creates a new Insets object with the given pixel margin sizes.
- Insets(Extent, Extent, Extent, Extent) - Constructor for class nextapp.echo.app.Insets
-
Creates a new Insets object with the given margin sizes.
- Insets(int) - Constructor for class nextapp.echo.app.Insets
-
Creates a new Insets object, defining all margins to be the provided
value.
- Insets(Extent) - Constructor for class nextapp.echo.app.Insets
-
Creates a new Insets object, defining all margins to be the provided
value.
- Insets(int, int) - Constructor for class nextapp.echo.app.Insets
-
Creates a new Insets object by defining values for the horizontal and
vertical margins.
- Insets(Extent, Extent) - Constructor for class nextapp.echo.app.Insets
-
Creates a new Insets object by defining values for the horizontal and
vertical margins.
- InsetsPeer - Class in nextapp.echo.app.serial.property
-
SerialPropertyPeer for Insets properties.
- InsetsPeer() - Constructor for class nextapp.echo.app.serial.property.InsetsPeer
-
- IntegerPeer - Class in nextapp.echo.app.serial.property
-
SerialPropertyPeer for Integer properties.
- IntegerPeer() - Constructor for class nextapp.echo.app.serial.property.IntegerPeer
-
- INTERVAL_ADDED - Static variable in class nextapp.echo.app.event.ListDataEvent
-
An event type indicating items were added to the list.
- INTERVAL_REMOVED - Static variable in class nextapp.echo.app.event.ListDataEvent
-
An event type indicating items were removed from the list.
- intervalAdded(ListDataEvent) - Method in interface nextapp.echo.app.event.ListDataListener
-
Indicates that one or more items have been added to the list.
- intervalRemoved(ListDataEvent) - Method in interface nextapp.echo.app.event.ListDataListener
-
Indicates that one or more items have been removed from the list.
- IntrospectionUtil - Class in nextapp.echo.app.reflect
-
Provides stateless utilities used for object introspection.
- IntrospectionUtil() - Constructor for class nextapp.echo.app.reflect.IntrospectionUtil
-
- IntrospectorFactory - Class in nextapp.echo.app.reflect
-
Factory for creating ClassLoader-specific ObjectIntrospector instances.
- IntrospectorFactory() - Constructor for class nextapp.echo.app.reflect.IntrospectorFactory
-
- invalidate() - Method in class nextapp.echo.app.Table
-
Marks the table as needing to be re-rendered.
- isAncestorOf(Component) - Method in class nextapp.echo.app.Component
-
Determines if this Component is or is an ancestor of
the specified Component.
- isAssignableFrom(String, String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
-
Determines if the type specified by testType can be assigned to objects of the type
specified by baseType.
- isAutoCreateColumnsFromModel() - Method in class nextapp.echo.app.Table
-
Determines whether the TableColumnModel will be created
automatically from the TableModel.
- isAutoPositioned() - Method in class nextapp.echo.app.SplitPane
-
Determines if the SplitPane is auto-positioned.
- isBold() - Method in class nextapp.echo.app.Font
-
Determines whether the font is bold.
- isClosable() - Method in class nextapp.echo.app.WindowPane
-
Determines if the window is closable via a provided close button in
the title bar.
- isComparableTo(Extent) - Method in class nextapp.echo.app.Extent
-
Determines whether this Extent can be compared to another
Extent to determine which is a greater length.
- isEditable() - Method in class nextapp.echo.app.text.TextComponent
-
Determines the editable state of this component.
- isEmpty() - Method in class nextapp.echo.app.update.ServerUpdateManager
-
Determines if the manager has no updates.
- isEnabled() - Method in class nextapp.echo.app.Component
-
Determines the enabled state of this Component.
- isEnglish() - Method in class nextapp.echo.app.Extent
-
Determines if the Extent has English units, i.e., the
units are of type IN (inches), PC (picas), or
PT (points).
- isEventObject(Class) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
-
Determines if the provided Class is a
java.util.EventObject.
- isFocusedEnabled() - Method in class nextapp.echo.app.button.AbstractButton
-
Determines if focused effects are enabled.
- isFocusTraversalParticipant() - Method in class nextapp.echo.app.Component
-
Deprecated.
use focusNextId/focusPreviousId in (rare) scenario where focus of a specific component is to be avoided.
This method will be removed soon.
- isFormatWhitespace() - Method in class nextapp.echo.app.Label
-
Determines if the text of the label should be formatted in case the
target renderer does not preserve whitespace.
- isFullRefreshRequired() - Method in class nextapp.echo.app.update.ServerUpdateManager
-
Determines if a full refresh of the client state is required.
- isHeaderVisible() - Method in class nextapp.echo.app.Table
-
Determines if the table header is visible.
- isIndexedProperty(String) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Determines whether a property is an indexed property.
- isIndexedPropertySet(String, int) - Method in class nextapp.echo.app.DerivedMutableStyle
-
- isIndexedPropertySet(String, int) - Method in class nextapp.echo.app.MutableStyle
-
- isIndexedPropertySet(String, int) - Method in interface nextapp.echo.app.Style
-
Determines if a particular index of an indexed property is set.
- isItalic() - Method in class nextapp.echo.app.Font
-
Determines whether the font is italicized.
- isLeftToRight() - Method in class nextapp.echo.app.LayoutDirection
-
Determines if the LayoutDirection is left-to-right.
- isLineThrough() - Method in class nextapp.echo.app.Font
-
Determines whether the font has line-through enabled.
- isLineWrap() - Method in class nextapp.echo.app.button.AbstractButton
-
Determines if the text of the button should wrap in the event that
horizontal space is limited.
- isLineWrap() - Method in class nextapp.echo.app.Label
-
Determines if the text of the label should wrap in the event that
horizontal space is limited.
- isMaximizeEnabled() - Method in class nextapp.echo.app.WindowPane
-
Determines if the window can be maximized via a provided close button in
the title bar.
- isMinimizeEnabled() - Method in class nextapp.echo.app.WindowPane
-
Determines if the window can be minimized via a provided close button in
the title bar.
- isModal() - Method in interface nextapp.echo.app.ModalSupport
-
Determines the modal state of this component.
- isModal() - Method in class nextapp.echo.app.WindowPane
-
- isMovable() - Method in class nextapp.echo.app.WindowPane
-
Determines if the window is movable.
- isMultisided() - Method in class nextapp.echo.app.Border
-
Determines if the border is multisided.
- isOverline() - Method in class nextapp.echo.app.Font
-
Determines whether the font has an overline.
- isPercentage() - Method in class nextapp.echo.app.Extent
-
Determines if the Extent has percentage-based units.
- isPlain() - Method in class nextapp.echo.app.Font
-
Determines whether the font is plain (i.e., the font has no style
attributes set).
- isPressedEnabled() - Method in class nextapp.echo.app.button.AbstractButton
-
Determines if pressed effects are enabled.
- isPrint() - Method in class nextapp.echo.app.Extent
-
Determines if this Extent has 'print' based units, i.e.,
the units are in real dimensions, such as SI or English values, rather
than screen-based units such as pixels or percentages.
- isPropertySet(String) - Method in class nextapp.echo.app.DerivedMutableStyle
-
- isPropertySet(String) - Method in class nextapp.echo.app.MutableStyle
-
- isPropertySet(String) - Method in interface nextapp.echo.app.Style
-
Determines if a particular property is set.
- isRegistered() - Method in class nextapp.echo.app.Component
-
Determines if the Component is registered to an
ApplicationInstance.
- isRenderEnabled() - Method in class nextapp.echo.app.Component
-
Determines whether this Component should be rendered with
an enabled state.
- isRenderVisible() - Method in class nextapp.echo.app.Component
-
Determines if the Component and all of its parents are
visible.
- isResizable() - Method in class nextapp.echo.app.SplitPane
-
Determines if the SplitPane is resizable.
- isResizable() - Method in class nextapp.echo.app.WindowPane
-
Determines if the window is resizable.
- isRolloverEnabled() - Method in class nextapp.echo.app.button.AbstractButton
-
Determines if rollover effects are enabled.
- isRolloverEnabled() - Method in class nextapp.echo.app.list.AbstractListComponent
-
Determines if rollover effects are enabled.
- isRolloverEnabled() - Method in class nextapp.echo.app.Table
-
Determines if rollover effects are enabled.
- isSelected() - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
-
- isSelected() - Method in class nextapp.echo.app.button.ToggleButton
-
Determines the selection state.
- isSelected() - Method in interface nextapp.echo.app.button.ToggleButtonModel
-
Returns the selection state.
- isSelectedIndex(int) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- isSelectedIndex(int) - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Determines whether an index is selected.
- isSelectedIndex(int) - Method in class nextapp.echo.app.ListBox
-
Determines whether an index is selected.
- isSelectionEmpty() - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- isSelectionEmpty() - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Determines if no items are selected.
- isSelectionEnabled() - Method in class nextapp.echo.app.Table
-
Determines if selection is enabled.
- isSeparatorVisible(boolean) - Method in class nextapp.echo.app.SplitPane
-
Determines if the separator should be rendered visible.
- isSI() - Method in class nextapp.echo.app.Extent
-
Determines if the Extent has SI (Metric) units, i.e., the
units are of type MM (millimeters) or CM
(centimeters).
- isSuperType(String, String, ClassLoader) - Static method in class nextapp.echo.app.reflect.IntrospectionUtil
-
Determines if superClass is a superclass of
testClass.
- isUnderline() - Method in class nextapp.echo.app.Font
-
Determines whether the font is underlined.
- isValidChild(Component) - Method in class nextapp.echo.app.button.AbstractButton
-
This component does not support children.
- isValidChild(Component) - Method in class nextapp.echo.app.Component
-
Determines if a given Component is valid to be added as a
child to this Component.
- isValidChild(Component) - Method in class nextapp.echo.app.Composite
-
Allow at most one child component.
- isValidChild(Component) - Method in class nextapp.echo.app.ContentPane
-
- isValidChild(Component) - Method in class nextapp.echo.app.Label
-
This component does not support children.
- isValidChild(Component) - Method in class nextapp.echo.app.list.AbstractListComponent
-
This component does not support children.
- isValidChild(Component) - Method in class nextapp.echo.app.SplitPane
-
No more than two children may be added.
- isValidChild(Component) - Method in class nextapp.echo.app.text.TextComponent
-
This component does not support children.
- isValidChild(Component) - Method in class nextapp.echo.app.Window
-
- isValidChild(Component) - Method in class nextapp.echo.app.WindowPane
-
Limit content to a single child.
- isValidParent(Component) - Method in class nextapp.echo.app.Component
-
Determines if this Component is valid to be added as a
child of the given parent Component.
- isValidParent(Component) - Method in class nextapp.echo.app.ContentPane
-
- isValidParent(Component) - Method in class nextapp.echo.app.SplitPane
-
- isValidParent(Component) - Method in class nextapp.echo.app.Window
-
Reject all parents (Window may only be used as a
top-level component).
- isValidParent(Component) - Method in class nextapp.echo.app.WindowPane
-
Only allow ContentPanes as parents.
- isVisible() - Method in class nextapp.echo.app.Component
-
Returns the visibility state of this Component.
- ITALIC - Static variable in class nextapp.echo.app.Font
-
A style value indicating bold.
- SANS_SERIF - Static variable in class nextapp.echo.app.Font
-
- save(Document, OutputStream, Properties) - Static method in class nextapp.echo.app.util.DomUtil
-
Writes the Document to the specified OutputStream.
- save(Document, PrintWriter, Properties) - Static method in class nextapp.echo.app.util.DomUtil
-
Writes the Document to the specified PrintWriter.
- SELECTED_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.button.ToggleButton
-
- SelectField - Class in nextapp.echo.app
-
SelectField component: a selection component which displays selection items in a drop-down field.
- SelectField() - Constructor for class nextapp.echo.app.SelectField
-
Creates a new, empty SelectField.
- SelectField(ListModel) - Constructor for class nextapp.echo.app.SelectField
-
Creates a new SelectField with the provided model.
- SelectField(Object[]) - Constructor for class nextapp.echo.app.SelectField
-
Creates a new SelectField that will initially contain the
provided array of items.
- SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
-
- SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
-
- SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.list.AbstractListComponent
-
- SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Table
-
- SerialContext - Interface in nextapp.echo.app.serial
-
Contextual information provided during property
serialization/de-serialization operations.
- SerialException - Exception in nextapp.echo.app.serial
-
An exception describing a general failure in the execution of
loading component / stylesheet resources from XML.
- SerialException(String, Throwable) - Constructor for exception nextapp.echo.app.serial.SerialException
-
Creates a new ComponentXmlException.
- Serializer - Class in nextapp.echo.app.serial
-
Front-end for translating XML component/style to Style instances.
- SerialPeerFactory - Class in nextapp.echo.app.serial
-
Factory for obtaining XML serial peer implementations for specific property classes.
- SerialPropertyPeer - Interface in nextapp.echo.app.serial
-
Peer to serialize and deserialize property objects between Java and XML.
- SerialUtil - Class in nextapp.echo.app.serial
-
Serialization utilities.
- SerialUtil() - Constructor for class nextapp.echo.app.serial.SerialUtil
-
- SERIF - Static variable in class nextapp.echo.app.Font
-
- ServerComponentUpdate - Class in nextapp.echo.app.update
-
A description of a server-side update to a single component, i.e.,
an update which has occurred on the server and must be propagated
to the client.
- ServerComponentUpdate(Component) - Constructor for class nextapp.echo.app.update.ServerComponentUpdate
-
Creates a new ServerComponentUpdate representing the given
parent Component.
- ServerUpdateManager - Class in nextapp.echo.app.update
-
Monitors updates to component hierarchy and records deltas between
server state of application and client state of application.
- ServerUpdateManager(ApplicationInstance) - Constructor for class nextapp.echo.app.update.ServerUpdateManager
-
Creates a new ServerUpdateManager.
- set(String, Object) - Method in class nextapp.echo.app.Component
-
Sets a generic property of the Component.
- set(String, Object) - Method in class nextapp.echo.app.MutableStyle
-
Sets a property of the Style.
- set(int, Object) - Method in class nextapp.echo.app.util.ResizingArrayList
-
- setActionCommand(String) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the action command of the ButtonModel.
- setActionCommand(String) - Method in interface nextapp.echo.app.button.ButtonModel
-
Sets the action command.
- setActionCommand(String) - Method in class nextapp.echo.app.button.DefaultButtonModel
-
- setActionCommand(String) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the action command which will be provided in
ActionEvents fired by this
AbstractListComponent.
- setActionCommand(String) - Method in class nextapp.echo.app.Table
-
Sets the action command which will be provided in
ActionEvents fired by this
Table.
- setActionCommand(String) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the action command which will be provided in
ActionEvents fired by this TextComponent.
- setActive(ApplicationInstance) - Static method in class nextapp.echo.app.ApplicationInstance
-
Sets the ApplicationInstance that is relevant to the
current thread.
- setAlignment(Alignment) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the alignment of the button's content.
- setAlignment(Alignment) - Method in class nextapp.echo.app.layout.CellLayoutData
-
Sets the alignment of the cell.
- setAlignment(Alignment) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the alignment of the containing pane.
- setAlignment(Alignment) - Method in class nextapp.echo.app.Panel
-
Sets the Alignment describing how the child component is aligned within the Panel.
- setAlignment(Alignment) - Method in class nextapp.echo.app.Row
-
Sets the alignment of the row's content.
- setAlignment(Alignment) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the alignment of the text component.
- setApplicationProperty(String, Object) - Method in class nextapp.echo.app.update.ClientUpdateManager
-
Sets an application-level property received from the client.
- setAutoCreateColumnsFromModel(boolean) - Method in class nextapp.echo.app.Table
-
Sets whether the TableColumnModel will be created
automatically from the TableModel.
- setAutoPositioned(boolean) - Method in class nextapp.echo.app.SplitPane
-
Sets whether the SplitPane is auto-positioned.
- setBackground(Color) - Method in class nextapp.echo.app.Component
-
Sets the default background color of the Component.
- setBackground(Color) - Method in class nextapp.echo.app.layout.CellLayoutData
-
Sets the background color of the cell.
- setBackground(Color) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the background color of the containing pane.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background image of the button.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.ContentPane
-
Sets the background image.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.layout.CellLayoutData
-
Sets the background image of the cell.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the BackgroundImage displayed in the
containing pane.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.Panel
-
Sets the background image.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the default background image of the text component.
- setBackgroundImage(FillImage) - Method in class nextapp.echo.app.WindowPane
-
Sets the background image of the WindowPane.
- setBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the border displayed around the button.
- setBorder(Border) - Method in class nextapp.echo.app.Column
-
Sets the Border that encloses the entire Column.
- setBorder(Border) - Method in class nextapp.echo.app.Grid
-
Sets the Border.
- setBorder(Border) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the Border surrounding the list component.
- setBorder(Border) - Method in class nextapp.echo.app.Panel
-
Sets the Border that encloses the entire Panel.
- setBorder(Border) - Method in class nextapp.echo.app.Row
-
Sets the Border that encloses the entire Row.
- setBorder(Border) - Method in class nextapp.echo.app.Table
-
Sets the Border.
- setBorder(Border) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the border of the text component.
- setBorder(FillImageBorder) - Method in class nextapp.echo.app.WindowPane
-
Sets the border which surrounds the entire WindowPane.
- setBorderInsets(Insets) - Method in class nextapp.echo.app.FillImageBorder
-
Sets the inset of the border images, thus defining the width and
height of the border images.
- setCellRenderer(ListCellRenderer) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the renderer for items.
- setCellRenderer(TableCellRenderer) - Method in class nextapp.echo.app.table.TableColumn
-
Sets the TableCellRenderer used to render values
contained in the column.
- setCellSpacing(Extent) - Method in class nextapp.echo.app.Column
-
Sets the spacing between individual cells of the Column.
- setCellSpacing(Extent) - Method in class nextapp.echo.app.Row
-
Sets the spacing between individual cells of the Row.
- setClosable(boolean) - Method in class nextapp.echo.app.WindowPane
-
Sets whether the window is closable via a provided close button in
the title bar.
- setCloseAnimationTime(int) - Method in class nextapp.echo.app.WindowPane
-
Sets the animation time for the window closing effect.
- setCloseIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the close button icon.
- setCloseIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the inset margin around the close button icon.
- setCloseRolloverIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the close button rollover icon.
- setColor(Color) - Method in class nextapp.echo.app.FillImageBorder
-
Sets the solid color background of the border.
- setColumnCount(int) - Method in class nextapp.echo.app.table.DefaultTableModel
-
Sets the number of columns in the table.
- setColumnModel(TableColumnModel) - Method in class nextapp.echo.app.Table
-
Sets the TableColumnModel describing this table's
columns.
- setColumnName(int, String) - Method in class nextapp.echo.app.table.DefaultTableModel
-
Sets the name of the specified column.
- setColumnSpan(int) - Method in class nextapp.echo.app.layout.GridLayoutData
-
Sets the column span of the cell.
- setColumnWidth(int, Extent) - Method in class nextapp.echo.app.Grid
-
Sets the width of the specified column.
- setComponentAction(Component, String, Object) - Method in class nextapp.echo.app.update.ClientUpdateManager
-
Sets the action received from the client.
- setComponentProperty(Component, String, Object) - Method in class nextapp.echo.app.update.ClientUpdateManager
-
Adds a property update received from the client.
- setComponents(Component[]) - Method in class nextapp.echo.app.Component
-
Sets the child components for this container, removing
any existing children.
- setContent(ContentPane) - Method in class nextapp.echo.app.Window
-
Sets the content of the window.
- setContentHeight(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the content height of the WindowPane.
- setContentInsets(Insets) - Method in class nextapp.echo.app.FillImageBorder
-
Sets the inset of the content that is contained within the border
relative to the outside of the border.
- setContentWidth(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the content width of the WindowPane.
- setContextProperty(String, Object) - Method in class nextapp.echo.app.ApplicationInstance
-
Sets a contextual property.
- setControlsInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the inset margin around the window controls
(e.g., close, minimize, and maximize buttons).
- setControlsSpacing(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the spacing between the window control icons
(e.g., close, minimize, and maximize buttons).
- setDefaultCloseOperation(int) - Method in class nextapp.echo.app.WindowPane
-
Sets the default close operation.
- setDefaultHeaderRenderer(TableCellRenderer) - Method in class nextapp.echo.app.Table
-
Sets the default TableCellRenderer used to render
header cells.
- setDefaultRenderer(Class, TableCellRenderer) - Method in class nextapp.echo.app.Table
-
Sets the default TableCellRenderer for the specified
column class.
- setDisabledBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background color of the button when the button is disabled.
- setDisabledBackground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the background color displayed when the component is disabled.
- setDisabledBackground(Color) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the background color displayed when the component is disabled.
- setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background image displayed when the button is disabled.
- setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the background image displayed when the component is disabled.
- setDisabledBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the border displayed around the button when the button is disabled.
- setDisabledBorder(Border) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the border displayed when the component is disabled.
- setDisabledBorder(Border) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the border displayed when the component is disabled.
- setDisabledFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the font of the button when the button is disabled.
- setDisabledFont(Font) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the font displayed when the component is disabled.
- setDisabledFont(Font) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the font displayed when the component is disabled.
- setDisabledForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the foreground color of the button when the button is disabled.
- setDisabledForeground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the foreground color displayed when the component is disabled.
- setDisabledForeground(Color) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the foreground color displayed when the component is disabled.
- setDisabledIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the icon of the button that is displayed when the button is
disabled.
- setDisabledSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the selected state icon when the button is disabled.
- setDisabledStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the default (non-selected) state icon when the button is disabled.
- setDocument(Document) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the model associated with this TextComponent.
- setEditable(boolean) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the editable state of this component.
- setElementText(Element, String) - Static method in class nextapp.echo.app.util.DomUtil
-
Sets the text content of a DOM Element.
- setEnabled(boolean) - Method in class nextapp.echo.app.Component
-
Sets the enabled state of the Component.
- setFillImage(int, FillImage) - Method in class nextapp.echo.app.FillImageBorder
-
Sets the FillImage at the specified position.
- setFocusedBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background color of the button when the button is focused.
- setFocusedBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background image displayed when the button is focused.
- setFocusedBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the border displayed around the button when the button is focused.
- setFocusedComponent(Component) - Method in class nextapp.echo.app.ApplicationInstance
-
Sets the presently focused component.
- setFocusedEnabled(boolean) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets whether focused effects are enabled when the button is focused.
- setFocusedFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the font of the button when the button is focused.
- setFocusedForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the foreground color of the button when the button is focused.
- setFocusedIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the icon of the button that is displayed when the button is
focused.
- setFocusNextId(String) - Method in class nextapp.echo.app.Component
-
Sets the next focusable component.
- setFocusPreviousId(String) - Method in class nextapp.echo.app.Component
-
Sets the previous focusable component.
- setFocusTraversalParticipant(boolean) - Method in class nextapp.echo.app.Component
-
Deprecated.
use focusNextId/focusPreviousId in (rare) scenario where focus of a specific component is to be avoided.
This method will be removed soon.
- setFont(Font) - Method in class nextapp.echo.app.Component
-
Sets the default text font of the Component.
- setForeground(Color) - Method in class nextapp.echo.app.Component
-
Sets the default foreground color of the Component.
- setFormatWhitespace(boolean) - Method in class nextapp.echo.app.Label
-
Sets whether the text of the label should be formatted in case the target
renderer does not preserve whitespace.
- setGroup(ButtonGroup) - Method in class nextapp.echo.app.RadioButton
-
Sets the ButtonGroup to which this
RadioButton belongs.
- setHeaderRenderer(TableCellRenderer) - Method in class nextapp.echo.app.table.TableColumn
-
Sets the TableCellRenderer used to render the
header cell of this column.
- setHeaderValue(Object) - Method in class nextapp.echo.app.table.TableColumn
-
Sets the header value for this column.
- setHeaderVisible(boolean) - Method in class nextapp.echo.app.Table
-
Sets the visibility state of the table header.
- setHeight(Extent) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the height of the button.
- setHeight(Extent) - Method in class nextapp.echo.app.Grid
-
Sets the overall height of the grid.
- setHeight(Extent) - Method in class nextapp.echo.app.layout.ColumnLayoutData
-
Sets the height of the cell.
- setHeight(Extent) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the height.
- setHeight(Extent) - Method in class nextapp.echo.app.Panel
-
Sets the height.
- setHeight(Extent) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the height of the text component.
- setHeight(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the overall height of the WindowPane, including its border.
- setHorizontalScroll(Extent) - Method in class nextapp.echo.app.ContentPane
-
Sets the horizontal scrollbar position.
- setHorizontalScroll(Extent) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the horizontal scroll bar position.
- setIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the icon displayed in the button.
- setIcon(ImageReference) - Method in class nextapp.echo.app.Label
-
Sets the icon to be displayed.
- setIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the icon displayed in the title region.
- setIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the inset margin around the icon.
- setIconTextMargin(Extent) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the margin size between the icon and the text.
- setIconTextMargin(Extent) - Method in class nextapp.echo.app.Label
-
Sets the margin size between the icon and the text.
- setId(String) - Method in class nextapp.echo.app.Component
-
Sets a user-defined identifier for this Component.
- setIdentifier(Object) - Method in class nextapp.echo.app.table.TableColumn
-
Sets the identifier for this column.
- setImageBorder(FillImageBorder) - Method in class nextapp.echo.app.Panel
-
Sets the FillImageBorder that encloses the entire Panel.
- setIndex(String, int, Object) - Method in class nextapp.echo.app.Component
-
Sets a generic indexed property of the Component.
- setIndex(String, int, Object) - Method in class nextapp.echo.app.MutableStyle
-
Sets an indexed property of the Style
- setIndexedProperty(String, int, Object) - Method in class nextapp.echo.app.MutableStyle
-
- setInsets(Insets) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the margin between the buttons edge and its content.
- setInsets(Insets) - Method in class nextapp.echo.app.Column
-
Sets the inset between the border and cells of the Column.
- setInsets(Insets) - Method in class nextapp.echo.app.ContentPane
-
Sets the inset margin of the content.
- setInsets(Insets) - Method in class nextapp.echo.app.Grid
-
Sets the default cell insets.
- setInsets(Insets) - Method in class nextapp.echo.app.layout.CellLayoutData
-
Sets the inset margins of the cell.
- setInsets(Insets) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the inset margins of the containing pane.
- setInsets(Insets) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the inset margin around between the list components border and content.
- setInsets(Insets) - Method in class nextapp.echo.app.Panel
-
Sets the inset between the border and cells of the Panel.
- setInsets(Insets) - Method in class nextapp.echo.app.Row
-
Sets the inset between the border and cells of the Row.
- setInsets(Insets) - Method in class nextapp.echo.app.Table
-
Sets the default cell insets.
- setInsets(Insets) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the insets of the text component.
- setInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the inset of the window content.
- setLayoutData(LayoutData) - Method in class nextapp.echo.app.Component
-
Sets the LayoutData of this Component.
- setLayoutDirection(LayoutDirection) - Method in class nextapp.echo.app.Component
-
Sets the LayoutDirection of this Component,
describing whether content is rendered left-to-right or right-to-left.
- setLineWrap(boolean) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets whether the text of the button should wrap in the event that
horizontal space is limited.
- setLineWrap(boolean) - Method in class nextapp.echo.app.Label
-
Sets whether the text of the label should wrap in the event that
horizontal space is limited.
- setLocale(Locale) - Method in class nextapp.echo.app.ApplicationInstance
-
Sets the default locale of the application.
- setLocale(Locale) - Method in class nextapp.echo.app.Component
-
Sets the locale of the Component.
- setMaximizeEnabled(boolean) - Method in class nextapp.echo.app.WindowPane
-
Sets whether the window can be maximized via a provided button in
the title bar.
- setMaximizeIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the maximize button icon.
- setMaximizeIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the inset margin around the maximize button icon.
- setMaximizeRolloverIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the maximize button rollover icon.
- setMaximumHeight(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the maximum height of the content region of the
WindowPane.
- setMaximumLength(int) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the maximum length (in characters) of the text which may be
entered into the component.
- setMaximumSize(Extent) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the preferred maximum size of the containing pane.
- setMaximumWidth(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the maximum width of the content region of the
WindowPane.
- setMinimizeEnabled(boolean) - Method in class nextapp.echo.app.WindowPane
-
Sets whether the window can be minimized via a provided button in
the title bar.
- setMinimizeIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the minimize button icon.
- setMinimizeIconInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the inset margin around the minimize button icon.
- setMinimizeRolloverIcon(ImageReference) - Method in class nextapp.echo.app.WindowPane
-
Sets the minimize button rollover icon.
- setMinimumHeight(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the minimum height of the content region of the
WindowPane.
- setMinimumSize(Extent) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the preferred minimum size of the containing pane.
- setMinimumWidth(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the minimum width of the content region of the
WindowPane.
- setModal(boolean) - Method in interface nextapp.echo.app.ModalSupport
-
Sets the modal state of the Component.
- setModal(boolean) - Method in class nextapp.echo.app.WindowPane
-
- setModel(ButtonModel) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the model that this button represents.
- setModel(ButtonModel) - Method in class nextapp.echo.app.button.ToggleButton
-
- setModel(ListModel) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the model.
- setModel(ButtonModel) - Method in class nextapp.echo.app.RadioButton
-
- setModel(TableModel) - Method in class nextapp.echo.app.Table
-
Sets the TableModel being visualized.
- setModelIndex(int) - Method in class nextapp.echo.app.table.TableColumn
-
Sets the index of the column in the TableModel which
this TableColumn object represents.
- setMovable(boolean) - Method in class nextapp.echo.app.WindowPane
-
Sets whether the window is movable.
- setOpenAnimationTime(int) - Method in class nextapp.echo.app.WindowPane
-
Sets the animation time for the window opening effect.
- setOrientation(int) - Method in class nextapp.echo.app.Grid
-
Sets the orientation of the grid (either horizontal or vertical).
- setOrientation(int) - Method in class nextapp.echo.app.SplitPane
-
Sets the orientation of the SplitPane.
- setOverflow(int) - Method in class nextapp.echo.app.ContentPane
-
Sets the overflow state, describing how the pane will behave when
the content is larger than display area.
- setOverflow(int) - Method in class nextapp.echo.app.layout.SplitPaneLayoutData
-
Sets the overflow state, describing how the pane will behave when
the content is larger than display area.
- setParentStyle(Style) - Method in class nextapp.echo.app.DerivedMutableStyle
-
Sets the parent style, from which properties will be retrieved if they
are not found in this style.
- setPositionX(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the horizontal (X) position of the WindowPane with
respect to its container.
- setPositionY(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the vertical (Y) position of the WindowPane with
respect to its container.
- setPressedBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background color of the button when the button is pressed.
- setPressedBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background image displayed when the button is pressed.
- setPressedBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the border displayed around the button when the button is pressed.
- setPressedEnabled(boolean) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets whether pressed effects are enabled when the button is pressed.
- setPressedFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the font of the button when the button is pressed.
- setPressedForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the foreground color of the button when the button is pressed.
- setPressedIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the icon of the button that is displayed when the button is pressed.
- setPressedSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the selected state icon displayed when the
button is being pressed.
- setPressedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the default (non-selected) state icon displayed when the
button is being pressed.
- setProperty(String, Object) - Method in class nextapp.echo.app.MutableStyle
-
- setProperty(Object, String, int, Object) - Method in class nextapp.echo.app.reflect.ObjectIntrospector
-
Sets a property on an object instance.
- setReadOnlyBackground(Color) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the background color displayed when the component is read only.
- setReadOnlyBackgroundImage(FillImage) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the background image displayed when the component is read only.
- setReadOnlyBorder(Border) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the border displayed when the component is read only.
- setReadOnlyFont(Font) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the font displayed when the component is read only.
- setReadOnlyForeground(Color) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the foreground color displayed when the component is read only.
- setRenderId(String) - Method in class nextapp.echo.app.Component
-
Sets a custom render identifier for this Component.
- setResizable(boolean) - Method in class nextapp.echo.app.SplitPane
-
Sets whether the SplitPane is resizable.
- setResizable(boolean) - Method in class nextapp.echo.app.WindowPane
-
Sets whether the window is resizable.
- setRolloverBackground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background color of the button when the mouse cursor is inside
its bounds.
- setRolloverBackground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the rollover background.
- setRolloverBackground(Color) - Method in class nextapp.echo.app.Table
-
Sets the rollover background color displayed when the mouse is within
the bounds of a row.
- setRolloverBackgroundImage(FillImage) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the background image displayed when the mouse cursor is inside the
button's bounds
- setRolloverBackgroundImage(FillImage) - Method in class nextapp.echo.app.Table
-
Sets the rollover background image displayed when the mouse is within
the bounds of a row.
- setRolloverBorder(Border) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the border displayed around the button when the mouse cursor is
inside its bounds.
- setRolloverEnabled(boolean) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets whether rollover effects are enabled when the mouse cursor is inside
the button's bounds.
- setRolloverEnabled(boolean) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets whether rollover effects are enabled.
- setRolloverEnabled(boolean) - Method in class nextapp.echo.app.Table
-
Sets whether rollover effects are enabled when the mouse cursor is
within the bounds of a row.
- setRolloverFont(Font) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the font of the button when the mouse cursor is inside its bounds.
- setRolloverFont(Font) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the rollover font.
- setRolloverFont(Font) - Method in class nextapp.echo.app.Table
-
Sets the rollover font displayed when the mouse is within
the bounds of a row.
- setRolloverForeground(Color) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the foreground color of the button when the mouse cursor is inside
its bounds.
- setRolloverForeground(Color) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the rollover foreground.
- setRolloverForeground(Color) - Method in class nextapp.echo.app.Table
-
Sets the rollover foreground color displayed when the mouse is within
the bounds of a row.
- setRolloverIcon(ImageReference) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the icon of the button that is displayed when the mouse cursor is
inside its bounds.
- setRolloverSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the selected state icon displayed when the mouse
cursor is inside the bounds of the button.
- setRolloverStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the default (non-selected) state icon displayed when the mouse
cursor is inside the bounds of the button.
- setRowCount(int) - Method in class nextapp.echo.app.table.DefaultTableModel
-
Sets the number of rows in the table.
- setRowHeight(int, Extent) - Method in class nextapp.echo.app.Grid
-
Sets the height of the specified row.
- setRowSpan(int) - Method in class nextapp.echo.app.layout.GridLayoutData
-
Sets the row span of the cell.
- setSelected(boolean) - Method in class nextapp.echo.app.button.DefaultToggleButtonModel
-
- setSelected(boolean) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the selection state.
- setSelected(boolean) - Method in interface nextapp.echo.app.button.ToggleButtonModel
-
Sets the selection state.
- setSelectedIndex(int, boolean) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- setSelectedIndex(int, boolean) - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Sets the selection state of the given index.
- setSelectedIndex(int) - Method in class nextapp.echo.app.ListBox
-
Selects only the given index.
- setSelectedIndex(int, boolean) - Method in class nextapp.echo.app.ListBox
-
Sets the selection state of the given index.
- setSelectedIndex(int) - Method in class nextapp.echo.app.SelectField
-
Sets the selected index.
- setSelectedIndices(int[]) - Method in class nextapp.echo.app.ListBox
-
Selects the specified indices, deselecting any other indices.
- setSelectedItem(Object) - Method in class nextapp.echo.app.SelectField
-
Sets the selected item.
- setSelectedStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the selected state icon.
- setSelectionBackground(Color) - Method in class nextapp.echo.app.Table
-
Sets the row selection background color.
- setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo.app.Table
-
Sets the row selection background image.
- setSelectionEnabled(boolean) - Method in class nextapp.echo.app.Table
-
Sets whether selection is enabled.
- setSelectionFont(Font) - Method in class nextapp.echo.app.Table
-
Sets the row selection font.
- setSelectionForeground(Color) - Method in class nextapp.echo.app.Table
-
Sets the row selection foreground color.
- setSelectionMode(int) - Method in class nextapp.echo.app.list.DefaultListSelectionModel
-
- setSelectionMode(int) - Method in interface nextapp.echo.app.list.ListSelectionModel
-
Sets the selection mode.
- setSelectionMode(int) - Method in class nextapp.echo.app.ListBox
-
Sets the selection mode.
- setSelectionModel(ListSelectionModel) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the selection model.
- setSelectionModel(ListSelectionModel) - Method in class nextapp.echo.app.Table
-
Sets the row selection model.
- setSeparatorColor(Color) - Method in class nextapp.echo.app.SplitPane
-
Sets the color of the pane separator.
- setSeparatorHeight(Extent) - Method in class nextapp.echo.app.SplitPane
-
Sets the height of the pane separator.
- setSeparatorHorizontalImage(FillImage) - Method in class nextapp.echo.app.SplitPane
-
Sets the fill image of the pane separator that is displayed when the
SplitPane has a horizontal orientation.
- setSeparatorHorizontalRolloverImage(FillImage) - Method in class nextapp.echo.app.SplitPane
-
Sets the rollover fill image of the pane separator that is displayed when the
SplitPane has a horizontal orientation.
- setSeparatorPosition(Extent) - Method in class nextapp.echo.app.SplitPane
-
Sets the position of the pane separator.
- setSeparatorRolloverColor(Color) - Method in class nextapp.echo.app.SplitPane
-
Sets the rollover color of the pane separator.
- setSeparatorVerticalImage(FillImage) - Method in class nextapp.echo.app.SplitPane
-
Sets the fill image of the pane separator that is displayed when the
SplitPane has a vertical orientation.
- setSeparatorVerticalRolloverImage(FillImage) - Method in class nextapp.echo.app.SplitPane
-
Sets the rollover fill image of the pane separator that is displayed when the
SplitPane has a vertical orientation.
- setSeparatorVisible(boolean) - Method in class nextapp.echo.app.SplitPane
-
Sets whether the separator is visible.
- setSeparatorWidth(Extent) - Method in class nextapp.echo.app.SplitPane
-
Sets the width of the pane separator.
- setSize(int) - Method in class nextapp.echo.app.Grid
-
Sets the number of columns or rows in the grid.
- setStateAlignment(Alignment) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the alignment of the state icon relative to the text/icon
of the button.
- setStateIcon(ImageReference) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the default (non-selected) state icon.
- setStateMargin(Extent) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the margin size between the state icon and the
toggle button's icon and/or text.
- setStatePosition(Alignment) - Method in class nextapp.echo.app.button.ToggleButton
-
Sets the position of the state icon relative to the text/icon
of the button.
- setStyle(Style) - Method in class nextapp.echo.app.Component
-
Sets the shared style of the Component.
- setStyleName(String) - Method in class nextapp.echo.app.Component
-
Sets the name of the style to use from the
ApplicationInstance-defined StyleSheet.
- setStyleSheet(StyleSheet) - Method in class nextapp.echo.app.ApplicationInstance
-
Sets the StyleSheet of this
ApplicationInstance.
- setText(String) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the text label of the button.
- setText(String) - Method in class nextapp.echo.app.Label
-
Sets the text to be displayed.
- setText(String) - Method in interface nextapp.echo.app.text.Document
-
Sets the text of the document.
- setText(String) - Method in class nextapp.echo.app.text.StringDocument
-
Sets the text held in the document.
- setText(String) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the text of document model of this text component.
- setTextAlignment(Alignment) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the alignment of the text relative to the icon.
- setTextAlignment(Alignment) - Method in class nextapp.echo.app.Label
-
Sets the alignment of the text relative to the icon.
- setTextPosition(Alignment) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the position of the text relative to the icon.
- setTextPosition(Alignment) - Method in class nextapp.echo.app.Label
-
Sets the position of the text relative to the icon.
- setTitle(String) - Method in class nextapp.echo.app.Window
-
Sets the window title.
- setTitle(String) - Method in class nextapp.echo.app.WindowPane
-
Sets the title of the WindowPane.
- setTitleBackground(Color) - Method in class nextapp.echo.app.WindowPane
-
Sets the background color of the title region.
- setTitleBackgroundImage(FillImage) - Method in class nextapp.echo.app.WindowPane
-
Sets the background image of the title region.
- setTitleFont(Font) - Method in class nextapp.echo.app.WindowPane
-
Sets the font of the title region.
- setTitleForeground(Color) - Method in class nextapp.echo.app.WindowPane
-
Sets the foreground color of the title region.
- setTitleHeight(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the height of the title region.
- setTitleInsets(Insets) - Method in class nextapp.echo.app.WindowPane
-
Sets the insets of the title region.
- setToolTipText(String) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the tool tip text (displayed when the mouse cursor is hovered
over the component).
- setToolTipText(String) - Method in class nextapp.echo.app.Label
-
Sets the tool tip text (displayed when the mouse cursor is hovered
over the component).
- setToolTipText(String) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the tool tip text (displayed when the mouse cursor is hovered
over the component).
- setToolTipText(String) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the tool tip text (displayed when the mouse cursor is hovered
over the component).
- setValueAt(Object, int, int) - Method in class nextapp.echo.app.table.DefaultTableModel
-
Sets the contents of the table cell at the specified coordinate.
- setVerticalScroll(Extent) - Method in class nextapp.echo.app.ContentPane
-
Sets the vertical scrollbar position.
- setVerticalScroll(Extent) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the vertical scroll bar position.
- setVisible(boolean) - Method in class nextapp.echo.app.Component
-
Sets the visibility state of this Component.
- setWidth(Extent) - Method in class nextapp.echo.app.button.AbstractButton
-
Sets the width of the button.
- setWidth(Extent) - Method in class nextapp.echo.app.Grid
-
Sets the overall width of the grid.
- setWidth(Extent) - Method in class nextapp.echo.app.layout.RowLayoutData
-
Sets the width of the cell.
- setWidth(Extent) - Method in class nextapp.echo.app.list.AbstractListComponent
-
Sets the width.
- setWidth(Extent) - Method in class nextapp.echo.app.Panel
-
Sets the width.
- setWidth(Extent) - Method in class nextapp.echo.app.Table
-
Sets the overall width of the grid.
- setWidth(Extent) - Method in class nextapp.echo.app.table.TableColumn
-
Sets the width of the column.
- setWidth(Extent) - Method in class nextapp.echo.app.text.TextComponent
-
Sets the width of the text component.
- setWidth(Extent) - Method in class nextapp.echo.app.WindowPane
-
Sets the overall width of the WindowPane, including its border.
- setZIndex(int) - Method in class nextapp.echo.app.WindowPane
-
Sets the z-index of the window with respect to its parent
ContentPane.
- SIDE_BOTTOM - Static variable in class nextapp.echo.app.Border
-
Index of bottom side in returned array of sides.
- SIDE_LEFT - Static variable in class nextapp.echo.app.Border
-
Index of left side in returned array of sides.
- SIDE_RIGHT - Static variable in class nextapp.echo.app.Border
-
Index of right side in returned array of sides.
- SIDE_TOP - Static variable in class nextapp.echo.app.Border
-
Index of top side in returned array of sides.
- SINGLE_SELECTION - Static variable in interface nextapp.echo.app.list.ListSelectionModel
-
- size() - Method in class nextapp.echo.app.list.DefaultListModel
-
Returns the length of the list.
- size() - Method in interface nextapp.echo.app.list.ListModel
-
Returns the size of the list.
- size() - Method in class nextapp.echo.app.MutableStyle
-
Returns the number of properties set.
- SPAN_FILL - Static variable in class nextapp.echo.app.layout.GridLayoutData
-
A constant value for column and row spans indicating that a cell should
fill all remaining cells.
- SplitPane - Class in nextapp.echo.app
-
SplitPane component: a pane component which displays two components horizontally or vertically
adjacent to one another, optionally allowing the user to apportion space between the two using a resize handle.
- SplitPane() - Constructor for class nextapp.echo.app.SplitPane
-
Creates a new SplitPane with default (horizontal)
orientation.
- SplitPane(int) - Constructor for class nextapp.echo.app.SplitPane
-
Creates a new SplitPane with the specified orientation.
- SplitPane(int, boolean) - Constructor for class nextapp.echo.app.SplitPane
-
Creates a new SplitPane with the specified orientation
and auto-positioned state.
- SplitPane(int, Extent) - Constructor for class nextapp.echo.app.SplitPane
-
Creates a new SplitPane with the specified orientation and
separator position.
- SplitPaneLayoutData - Class in nextapp.echo.app.layout
-
A LayoutData object used to describe how a
Component is rendered within a SplitPane.
- SplitPaneLayoutData() - Constructor for class nextapp.echo.app.layout.SplitPaneLayoutData
-
- SplitPaneLayoutDataPeer - Class in nextapp.echo.app.serial.property
-
SerialPropertyPeer for SplitPane properties.
- SplitPaneLayoutDataPeer() - Constructor for class nextapp.echo.app.serial.property.SplitPaneLayoutDataPeer
-
- stateChanged(ChangeEvent) - Method in interface nextapp.echo.app.event.ChangeListener
-
Invoked when a state change occurs.
- StreamImageReference - Class in nextapp.echo.app
-
Base class for ImageReferences whose content is delivered by an OutputStream.
- StreamImageReference() - Constructor for class nextapp.echo.app.StreamImageReference
-
Default constructor.
- StringDocument - Class in nextapp.echo.app.text
-
A simple implementation of a document that holds a single String of text.
- StringDocument() - Constructor for class nextapp.echo.app.text.StringDocument
-
Creates a new StringDocument.
- StringPeer - Class in nextapp.echo.app.serial.property
-
SerialPropertyPeer for String properties.
- StringPeer() - Constructor for class nextapp.echo.app.serial.property.StringPeer
-
- STRUCTURE_CHANGED - Static variable in class nextapp.echo.app.event.TableModelEvent
-
An event type indicating the table structure was modified.
- Style - Interface in nextapp.echo.app
-
A representation of stylistic property information about a single instance
or type of component.
- STYLE_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
-
Property change event name for referenced Style changes.
- STYLE_DASHED - Static variable in class nextapp.echo.app.Border
-
A border style that appears as a series of short line segments.
- STYLE_DOTTED - Static variable in class nextapp.echo.app.Border
-
A border style that appears as a series of dots.
- STYLE_DOUBLE - Static variable in class nextapp.echo.app.Border
-
A border style that creates two solid monochrome borders around an
object.
- STYLE_GROOVE - Static variable in class nextapp.echo.app.Border
-
A border style that causes a simulated 3D border to be rendered, such
that the border appears to have been carved out.
- STYLE_INSET - Static variable in class nextapp.echo.app.Border
-
A border style that causes a simulated 3D border to be rendered, such
that an object appears recessed.
- STYLE_NAME_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.Component
-
Property change event name for named Style changes.
- STYLE_NONE - Static variable in class nextapp.echo.app.Border
-
A border style that causes no border to be rendered.
- STYLE_OUTSET - Static variable in class nextapp.echo.app.Border
-
A border style that causes a simulated 3D border to be rendered, such
that an object appears raised.
- STYLE_RIDGE - Static variable in class nextapp.echo.app.Border
-
A border style that causes a simulated 3D border to be rendered, such
that the border appears as a ridge around an object.
- STYLE_SHEET_CHANGED_PROPERTY - Static variable in class nextapp.echo.app.ApplicationInstance
-
- STYLE_SOLID - Static variable in class nextapp.echo.app.Border
-
A border style that causes a single solid monochrome border around an
object.
- StyledListCell - Interface in nextapp.echo.app.list
-
A representation of a rendered item within a list that contains
color and/or font information.
- StyleSheet - Interface in nextapp.echo.app
-
A collection of component-specific named styles.
- StyleSheetLoader - Class in nextapp.echo.app.serial
-
Loads style sheet data from XML format into a StyleSheet instance.
- StyleSheetLoader() - Constructor for class nextapp.echo.app.serial.StyleSheetLoader
-