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

A

AbstractMenuComponent - Class in nextapp.echo.extras.app.menu
 
AbstractMenuComponent(MenuModel, MenuStateModel) - Constructor for class nextapp.echo.extras.app.menu.AbstractMenuComponent
Creates a new AbstractMenuComponent displaying the specified MenuModel and using the specified MenuStateModel to provide state information.
AbstractMenuSelectionModel - Class in nextapp.echo.extras.app.menu
 
AbstractMenuSelectionModel() - Constructor for class nextapp.echo.extras.app.menu.AbstractMenuSelectionModel
 
AbstractMenuStateModel - Class in nextapp.echo.extras.app.menu
An abstract base class for MenuStateModel implementations that provides event listener management and notification capabilities.
AbstractMenuStateModel() - Constructor for class nextapp.echo.extras.app.menu.AbstractMenuStateModel
 
AbstractTreeModel - Class in nextapp.echo.extras.app.tree
 
AbstractTreeModel() - Constructor for class nextapp.echo.extras.app.tree.AbstractTreeModel
 
AccordionPane - Class in nextapp.echo.extras.app
AccordionPane component: contains multiple children in vertically arranged tabs that slide up and down to reveal a single child at a time.
AccordionPane() - Constructor for class nextapp.echo.extras.app.AccordionPane
Default constructor.
AccordionPaneLayoutData - Class in nextapp.echo.extras.app.layout
LayoutData implementation for children of AccordionPane components.
AccordionPaneLayoutData() - Constructor for class nextapp.echo.extras.app.layout.AccordionPaneLayoutData
 
AccordionPaneLayoutDataPeer - Class in nextapp.echo.extras.app.serial.property
SerialPropertyPeer for AccordionPaneLayoutData properties.
AccordionPaneLayoutDataPeer() - Constructor for class nextapp.echo.extras.app.serial.property.AccordionPaneLayoutDataPeer
 
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 
ACTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
ACTIVATION_MODE_CLICK - Static variable in class nextapp.echo.extras.app.ContextMenu
 
ACTIVATION_MODE_CONTEXT_CLICK - Static variable in class nextapp.echo.extras.app.ContextMenu
 
ACTIVE_TAB_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.AccordionPane
 
ACTIVE_TAB_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.TabPane
 
addActionListener(ActionListener) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Adds an ActionListener to be notified when a menu item is selected.
addActionListener(ActionListener) - Method in class nextapp.echo.extras.app.Tree
Adds an ActionListener to the Tree.
addChangeListener(ChangeListener) - Method in class nextapp.echo.extras.app.menu.AbstractMenuSelectionModel
 
addChangeListener(ChangeListener) - Method in class nextapp.echo.extras.app.menu.AbstractMenuStateModel
 
addChangeListener(ChangeListener) - Method in interface nextapp.echo.extras.app.menu.MenuSelectionModel
 
addChangeListener(ChangeListener) - Method in interface nextapp.echo.extras.app.menu.MenuStateModel
Registers a ChangeListener to be notified when the selection or enabled state of menu items change.
addChangeListener(ChangeListener) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
addChangeListener(ChangeListener) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Adds a ChangeListener to the selection model, which will be notified when the selection changes.
addColumn(TreeColumn) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
addColumn(TreeColumn) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Adds a tree column to the end of the model.
addColumnModelListener(TreeColumnModelListener) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
addColumnModelListener(TreeColumnModelListener) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Adds a listener to be notified of updates to this TreeColumnModel.
addDropTarget(Component) - Method in class nextapp.echo.extras.app.DragSource
Adds a target component to the drop target list.
addDropTargetListener(DropListener) - Method in class nextapp.echo.extras.app.DragSource
Adds a DropListener to the listener list
addIcon(String, ImageReference) - Method in class nextapp.echo.extras.app.DefaultIconSet
 
addItem(ItemModel) - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
Adds an ItemModel to the end of the menu.
addItem(ItemModel, int) - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
Adds an ItemModel to the menu at the specified index
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Adds a PropertyChangeListener to be notified of property changes to the column.
addPropertyChangeListener(PropertyChangeListener) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Adds a PropertyChangeListener to the selection model, which will be notified on property changes.
addSelectionPath(TreePath) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
addSelectionPath(TreePath) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Adds path to the current selection.
addSelectionPaths(TreePath[]) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
addSelectionPaths(TreePath[]) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Adds paths to the current selection.
addTabClosingListener(TabClosingListener) - Method in class nextapp.echo.extras.app.TabPane
Adds a TabPaneListener to receive event notifications.
addTabSelectionListener(TabSelectionListener) - Method in class nextapp.echo.extras.app.TabPane
Adds a TabSelectionListener to receive event notifications.
addTreeExpansionListener(TreeExpansionListener) - Method in class nextapp.echo.extras.app.Tree
Adds a TreeExpansionListener to the Tree.
addTreeModelListener(TreeModelListener) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
 
addTreeModelListener(TreeModelListener) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
AUTO_CREATE_COLUMNS_FROM_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 

B

BORDER_TYPE_ADJACENT_TO_TABS - Static variable in class nextapp.echo.extras.app.TabPane
Constant for the borderType property indicating that a border should be drawn immediately adjacent to the tabs only.
BORDER_TYPE_NONE - Static variable in class nextapp.echo.extras.app.TabPane
Constant for the borderType property indicating that no border should be drawn around the content.
BORDER_TYPE_PARALLEL_TO_TABS - Static variable in class nextapp.echo.extras.app.TabPane
Constant for the borderType property indicating that borders should be drawn above and below the content, but not at its sides.
BORDER_TYPE_SURROUND - Static variable in class nextapp.echo.extras.app.TabPane
Constant for the borderType property indicating that borders should be drawn on all sides of the content.
BorderPane - Class in nextapp.echo.extras.app
BorderPane component: a container which renders a FillImageBorder around its content.
BorderPane() - Constructor for class nextapp.echo.extras.app.BorderPane
 
BOTTOM - Static variable in class nextapp.echo.extras.app.Group
 
BOTTOM_LEFT - Static variable in class nextapp.echo.extras.app.Group
 
BOTTOM_RIGHT - Static variable in class nextapp.echo.extras.app.Group
 

C

CalendarSelect - Class in nextapp.echo.extras.app
CalendarSelect component: an input component which allows selection of a single date.
CalendarSelect() - Constructor for class nextapp.echo.extras.app.CalendarSelect
Creates a new CalendarSelect.
CalendarSelect(Date) - Constructor for class nextapp.echo.extras.app.CalendarSelect
Creates a new CalendarSelect.
CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
CELL_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.tree.TreeColumn
 
childIndices - Variable in class nextapp.echo.extras.app.event.TreeModelEvent
Indices identifying the position of where the children were.
children - Variable in class nextapp.echo.extras.app.event.TreeModelEvent
Children that have been removed.
clearSelection() - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
clearSelection() - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Deselects all items.
collapse(TreePath) - Method in class nextapp.echo.extras.app.Tree
Collapse the node identified by the given path.
collapseAll() - Method in class nextapp.echo.extras.app.Tree
Collapse all nodes in the tree.
collapseAll(TreePath) - Method in class nextapp.echo.extras.app.Tree
Collapse the node identified by the given path and all nodes below it.
COLOR_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.ColorSelect
 
ColorSelect - Class in nextapp.echo.extras.app
ColorSelect: an input component which displays a hue selector and an integrated value/saturation selector to enable the selection of a 24-bit RGB color.
ColorSelect() - Constructor for class nextapp.echo.extras.app.ColorSelect
Creates a new ColorSelect with an initially selected color of Color.WHITE.
ColorSelect(Color) - Constructor for class nextapp.echo.extras.app.ColorSelect
Creates a new ColorSelect with the specified color initially selected.
COLUMN_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
COLUMN_WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
columnAdded(TreeColumnModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeColumnModelListener
Invoked when a TableColumn is added to the model.
columnMoved(TreeColumnModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeColumnModelListener
Invoked when a TableColumn is moved within the model.
columnRemoved(TreeColumnModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeColumnModelListener
Invoked when a TableColumn is removed from the model.
columnResized(TreeColumnModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeColumnModelListener
Invoked when a TableColumn is resized.
ContextMenu - Class in nextapp.echo.extras.app
A component that shows a menu when right-clicked, i.e.
ContextMenu() - Constructor for class nextapp.echo.extras.app.ContextMenu
Creates a new ContextMenu with an empty DefaultMenuModel as its model and a DefaultMenuStateModel to provide state information.
ContextMenu(Component) - Constructor for class nextapp.echo.extras.app.ContextMenu
Creates a new ContextMenu with an empty DefaultMenuModel as its model and a DefaultMenuStateModel to provide state information.
ContextMenu(Component, MenuModel) - Constructor for class nextapp.echo.extras.app.ContextMenu
Creates a new ContextMenu displaying the specified MenuModel and using a DefaultMenuStateModel to provide state information.
ContextMenu(Component, MenuModel, MenuStateModel) - Constructor for class nextapp.echo.extras.app.ContextMenu
Creates a new ContextMenu displaying the specified MenuModel and using the specified MenuStateModel to provide state information.
createDefaultColumnsFromModel() - Method in class nextapp.echo.extras.app.Tree
Creates a TableColumnModel based on the TableModel.

D

DATE_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
DEFAULT_ANIMATION_TIME - Static variable in class nextapp.echo.extras.app.AccordionPane
 
DEFAULT_ANIMATION_TIME - Static variable in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 
DEFAULT_DURATION - Static variable in class nextapp.echo.extras.app.TransitionPane
Default duration time, 350ms.
DEFAULT_HEADER_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
DEFAULT_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
DefaultIconSet - Class in nextapp.echo.extras.app
 
DefaultIconSet() - Constructor for class nextapp.echo.extras.app.DefaultIconSet
 
DefaultMenuModel - Class in nextapp.echo.extras.app.menu
Default MenuModel implementation.
DefaultMenuModel() - Constructor for class nextapp.echo.extras.app.menu.DefaultMenuModel
Creates a new DefaultMenuModel.
DefaultMenuModel(String, String) - Constructor for class nextapp.echo.extras.app.menu.DefaultMenuModel
Creates a new DefaultMenuModel with the specified title text.
DefaultMenuModel(String, String, ImageReference) - Constructor for class nextapp.echo.extras.app.menu.DefaultMenuModel
Creates a new DefaultMenuModel with the specified title text and icon
DefaultMenuSelectionModel - Class in nextapp.echo.extras.app.menu
 
DefaultMenuSelectionModel() - Constructor for class nextapp.echo.extras.app.menu.DefaultMenuSelectionModel
 
DefaultMenuStateModel - Class in nextapp.echo.extras.app.menu
Default MenuStateModel implementation.
DefaultMenuStateModel() - Constructor for class nextapp.echo.extras.app.menu.DefaultMenuStateModel
 
DefaultOptionModel - Class in nextapp.echo.extras.app.menu
A default OptionModel implementation.
DefaultOptionModel(String, String, ImageReference) - Constructor for class nextapp.echo.extras.app.menu.DefaultOptionModel
Creates a new DefaultOptionModel.
DefaultRadioOptionModel - Class in nextapp.echo.extras.app.menu
Default RadioOptionModel implementation.
DefaultRadioOptionModel(String, String, String) - Constructor for class nextapp.echo.extras.app.menu.DefaultRadioOptionModel
Creates a new DefaultOptionModel.
DefaultToggleOptionModel - Class in nextapp.echo.extras.app.menu
Default ToggleOptionModel implementation.
DefaultToggleOptionModel(String, String) - Constructor for class nextapp.echo.extras.app.menu.DefaultToggleOptionModel
Creates a new DefaultOptionModel.
DefaultTreeCellRenderer - Class in nextapp.echo.extras.app.tree
Default TreeCellRenderer implementation.
DefaultTreeCellRenderer() - Constructor for class nextapp.echo.extras.app.tree.DefaultTreeCellRenderer
 
DefaultTreeColumnModel - Class in nextapp.echo.extras.app.tree
The default TreeColumnModel implementation.
DefaultTreeColumnModel() - Constructor for class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
Creates a new DefaultTreeColumnModel.
DefaultTreeSelectionModel - Class in nextapp.echo.extras.app.tree
 
DefaultTreeSelectionModel() - Constructor for class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
dispose() - Method in class nextapp.echo.extras.app.Tree
 
doAction(OptionModel) - Method in class nextapp.echo.extras.app.DropDownMenu
 
doAction(OptionModel) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Programmatically performs a menu action.
DOCUMENT_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.RichTextArea
 
DragSource - Class in nextapp.echo.extras.app
A container Component that enables its child to be dragged and dropped by the user onto any Component registered as a drop target.
DragSource() - Constructor for class nextapp.echo.extras.app.DragSource
Deprecated. This component has not yet been implemented in Echo3 and has been TEMPORARILY DEPRECATED to warn users. S See bug tracker issue 340 for status information. When implemented, the component will be un-deprecated.
DragSource(Component) - Constructor for class nextapp.echo.extras.app.DragSource
Deprecated. This component has not yet been implemented in Echo3 and has been TEMPORARILY DEPRECATED to warn users. S See bug tracker issue 340 for status information. When implemented, the component will be un-deprecated.
DROP_TARGET_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.DragSource
 
DropDownMenu - Class in nextapp.echo.extras.app
EXPERIMENTAL: Under Development, API may change.
DropDownMenu() - Constructor for class nextapp.echo.extras.app.DropDownMenu
Creates a new DropDownMenu with an empty DefaultMenuModel as its model and a.
DropDownMenu(MenuModel) - Constructor for class nextapp.echo.extras.app.DropDownMenu
Creates a new DropDownMenu displaying the specified MenuModel and using a DefaultMenuStateModel to provide state information.
DropDownMenu(MenuModel, MenuStateModel) - Constructor for class nextapp.echo.extras.app.DropDownMenu
Creates a new DropDownMenu displaying the specified MenuModel and using the specified MenuStateModel to provide state information.
DropDownMenu(MenuModel, MenuSelectionModel) - Constructor for class nextapp.echo.extras.app.DropDownMenu
 
DropEvent - Class in nextapp.echo.extras.app.event
An event that represents a draggable Component being dropped on a valid drop target.
DropEvent(Object, Object) - Constructor for class nextapp.echo.extras.app.event.DropEvent
Creates a DropEvent with the given Component as the draggable (source) and drop target Component (target)
DropListener - Interface in nextapp.echo.extras.app.event
Listener interface for receiving DropEvents.
dropPerformed(DropEvent) - Method in interface nextapp.echo.extras.app.event.DropListener
Invoked when a draggable component is dropped onto a valid drop target.

E

equals(Object) - Method in class nextapp.echo.extras.app.tree.TreePath
Tests two TreePaths for equality by checking each element of the paths for equality.
expand(TreePath) - Method in class nextapp.echo.extras.app.Tree
Expand the node identified by the given path.
EXPAND_ACTION - Static variable in class nextapp.echo.extras.app.Tree
 
expandAll() - Method in class nextapp.echo.extras.app.Tree
Expand all nodes in the tree.
expandAll(TreePath) - Method in class nextapp.echo.extras.app.Tree
Expand the node identified by the given path, and all nodes below it.
EXPANSION_STATE_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 

F

fireActionPerformed(OptionModel) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Notifies ActionListeners that an option was chosen.
fireColumnAdded(TreeColumnModelEvent) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
Notifies TreeColumnModelListeners that a column was added.
fireColumnMoved(TreeColumnModelEvent) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
Notifies TreeColumnModelListeners that a column was moved.
fireColumnRemoved(TreeColumnModelEvent) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
Notifies TreeColumnModelListeners that a column was removed.
fireColumnResized(TreeColumnModelEvent) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
Notifies TreeColumnModelListeners that a column was resized.
fireDropEvent(DropEvent) - Method in class nextapp.echo.extras.app.DragSource
Notifies all listeners that have registered for this event type.
fireExpansionStateUpdate(TreePath, boolean) - Method in class nextapp.echo.extras.app.Tree
Notifies all TreeExpansionListeners that the expansion state has changed.
firePropertyChange(String, int, int) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
fireStateChanged() - Method in class nextapp.echo.extras.app.menu.AbstractMenuSelectionModel
Notifies ChangeListeners of a selection state change.
fireStateChanged() - Method in class nextapp.echo.extras.app.menu.AbstractMenuStateModel
Notifies ChangeListeners of a selection state change.
fireTabClosing(int) - Method in class nextapp.echo.extras.app.TabPane
Notifies TabClosingListeners that the user has requested to close a tab.
fireTabSelected(int) - Method in class nextapp.echo.extras.app.TabPane
Notifies TabSelectionListeners that the user has selected a tab.
fireTreeNodesChanged(Object, Object[], int[], Object[]) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesInserted(Object, Object[], int[], Object[]) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeNodesRemoved(Object, Object[], int[], Object[]) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireTreeStructureChanged(Object, Object[], int[], Object[]) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
Notifies all listeners that have registered interest for notification on this event type.
fireValueChanged() - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
Notifies ChangeListeners that the selection has changed.

G

getActionCommand() - Method in class nextapp.echo.extras.app.Tree
Returns the action command which will be provided in ActionEvents fired by this Tree.
getActivationMode() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the activation mode of the context menu.
getActiveTabIndex() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the index of the active tab.
getActiveTabIndex() - Method in class nextapp.echo.extras.app.TabPane
Returns the index of the active tab.
getAdjacentMonthDateBackground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the background color of dates in adjacent (previous/next) months.
getAdjacentMonthDateForeground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the foreground color of dates in adjacent (previous/next) months.
getAnimationTime() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the animation time (in milliseconds).
getAnimationTime() - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Returns the animation time (in milliseconds).
getApplyTo() - Method in class nextapp.echo.extras.app.ContextMenu
 
getBackgroundImage() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the background image displayed within the entire component.
getBackgroundImage() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the background image that will be displayed in pull-down menus.
getBackgroundImage() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background image that will be displayed in the DropDownMenu.
getBackgroundImage() - Method in class nextapp.echo.extras.app.Group
Returns the background image.
getBackgroundImage() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background image that will be displayed in the MenuBarPane.
getBorder() - Method in class nextapp.echo.extras.app.BorderPane
Returns the configured border.
getBorder() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the border surrounding the entire component.
getBorder() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the border that will be displayed around pull-down menus.
getBorder() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the border that will be displayed around the DropDownMenu.
getBorder() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the border that will be displayed around the MenuBarPane.
getBorder() - Method in class nextapp.echo.extras.app.RichTextArea
Returns the border surrounding the text entry area.
getBorder() - Method in class nextapp.echo.extras.app.Tree
Returns the Border.
getBorderImage(int) - Method in class nextapp.echo.extras.app.Group
Returns the configured border image for the specified position.
getBorderInsets() - Method in class nextapp.echo.extras.app.Group
Returns the inset margin used to provide space for the border (a zero inset would render the content over the border).
getBorderType() - Method in class nextapp.echo.extras.app.TabPane
Returns the mode in which the border will be drawn around the TabPane.
getCellRenderer() - Method in class nextapp.echo.extras.app.Tree
Retrieves the TreeCellRenderer used to render values contained in the tree.
getCellRenderer() - Method in class nextapp.echo.extras.app.tree.TreeColumn
Retrieves the TreeCellRenderer used to render values contained in the column.
getChild(Object, int) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
getChildCount(Object) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
getChildIndices() - Method in class nextapp.echo.extras.app.event.TreeModelEvent
Returns the values of the child indexes.
getChildren() - Method in class nextapp.echo.extras.app.event.TreeModelEvent
Returns the objects that are children of the node identified by getPath at the locations specified by getChildIndices.
getColor() - Method in class nextapp.echo.extras.app.ColorSelect
Retrieves the selected color.
getColumn(int) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
getColumn(int) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Returns the TreeColumn at the specified index.
getColumnClass(int) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
 
getColumnClass(int) - Method in interface nextapp.echo.extras.app.tree.TreeModel
Returns the type for column number column.
getColumnCount() - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
getColumnCount() - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Returns the number of columns in the column model.
getColumnCount() - Method in interface nextapp.echo.extras.app.tree.TreeModel
Returns the number of available columns.
getColumnIndex(Object) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
getColumnIndex(Object) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Returns the index of the tree column with the given identifier.
getColumnModel() - Method in class nextapp.echo.extras.app.Tree
Returns the TreeColumnModel describing this tree's columns.
getColumnName(int) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
Returns column names using a "spreadsheet-style" convention, i.e., A, B, C...Y, Z, AA, AB, AC...
getColumnName(int) - Method in interface nextapp.echo.extras.app.tree.TreeModel
Returns the name for column number column.
getColumns() - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
getColumns() - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Returns an Iterator over the columns of the column model.
getComponent(int, int) - Method in class nextapp.echo.extras.app.Tree
Returns the component that is rendered at the given location.
getComponent(TreePath, int) - Method in class nextapp.echo.extras.app.Tree
Returns the component that is rendered for the tree column of the given path.
getControlPaneButtonStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
getControlPaneRowStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
getControlPaneSplitPaneStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
getDate() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the selected date.
getDateBackground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the default background color of date cells.
getDateBackgroundImage() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the default background image of date cells.
getDateBorder() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the default border of date cells.
getDateForeground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the default foreground color of date cells.
getDefaultContentInsets() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the default content inset margin.
getDefaultContentInsets() - Method in class nextapp.echo.extras.app.TabPane
Returns the default content inset margin.
getDefaultHeaderRenderer() - Method in class nextapp.echo.extras.app.Tree
Returns the default TreeCellRenderer used to render header cells.
getDefaultRenderer(Class) - Method in class nextapp.echo.extras.app.Tree
Returns the default TreeCellRenderer for the specified column class.
getDisabledBackground() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the background color used to render disabled menu items.
getDisabledBackground() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background color used to render disabled menu items.
getDisabledBackground() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background color used to render disabled menu items.
getDisabledBackgroundImage() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the background image used to render disabled menu items.
getDisabledBackgroundImage() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background image used to render disabled menu items.
getDisabledBackgroundImage() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background image used to render disabled menu items.
getDisabledExpandIcon() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the disabled expand icon.
getDisabledForeground() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the foreground color used to render disabled menu items.
getDisabledForeground() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the foreground color used to render disabled menu items.
getDisabledForeground() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the foreground color used to render disabled menu items.
getDocument() - Method in class nextapp.echo.extras.app.RichTextArea
Returns the model associated with this RichTextArea.
getDropTargetAt(int) - Method in class nextapp.echo.extras.app.DragSource
Returns the drop target Component at the specified index
getDropTargetCount() - Method in class nextapp.echo.extras.app.DragSource
Returns total number of drop target Components
getDropTargetList() - Method in class nextapp.echo.extras.app.DragSource
Returns the local list of Drop Target Components.
getDropTargets() - Method in class nextapp.echo.extras.app.DragSource
Returns all drop target Components
getDuration() - Method in class nextapp.echo.extras.app.TransitionPane
Returns the transition duration, in milliseconds.
getExpandIcon() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the icon used to expand the drop down menu.
getExpandIconWidth() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the width of the expand icon.
getFromIndex() - Method in class nextapp.echo.extras.app.event.TreeColumnModelEvent
Returns the index from which the column was moved or removed.
getGroupId() - Method in class nextapp.echo.extras.app.menu.DefaultRadioOptionModel
 
getGroupId() - Method in interface nextapp.echo.extras.app.menu.RadioOptionModel
Returns a group identifier assocciated with this RadioButtonOptionModel.
getHeaderBackground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the background color of the week header.
getHeaderBackgroundImage() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the background image of the week header.
getHeaderForeground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the foreground color of the week header.
getHeaderRenderer() - Method in class nextapp.echo.extras.app.tree.TreeColumn
Returns the TreeCellRenderer used to render the header cell of this column.
getHeaderValue() - Method in class nextapp.echo.extras.app.tree.TreeColumn
Returns the header value for this column.
getHeight() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the height of the drop down menu.
getHueWidth() - Method in class nextapp.echo.extras.app.ColorSelect
Retrieves the width of the hue selector (the spectrum gradient drawn on the right side of the ColorSelector).
getIcon(String) - Method in class nextapp.echo.extras.app.DefaultIconSet
 
getIcon(String) - Method in interface nextapp.echo.extras.app.IconSet
 
getIcon() - Method in class nextapp.echo.extras.app.layout.AccordionPaneLayoutData
Returns the icon of the accordion tab.
getIcon() - Method in class nextapp.echo.extras.app.layout.TabPaneLayoutData
Returns the icon of the tab.
getIcon() - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
 
getIcon() - Method in class nextapp.echo.extras.app.menu.DefaultOptionModel
 
getIcon() - Method in interface nextapp.echo.extras.app.menu.MenuModel
Returns the icon of the menu.
getIcon() - Method in interface nextapp.echo.extras.app.menu.OptionModel
Returns the icon of this menu option.
getIconNames() - Method in class nextapp.echo.extras.app.DefaultIconSet
 
getIconNames() - Method in interface nextapp.echo.extras.app.IconSet
 
getIcons() - Method in class nextapp.echo.extras.app.RichTextArea
 
getId() - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
 
getId() - Method in class nextapp.echo.extras.app.menu.DefaultOptionModel
 
getId() - Method in interface nextapp.echo.extras.app.menu.ItemModel
Returns the id of the OptionModel.
getId() - Method in class nextapp.echo.extras.app.menu.SeparatorModel
 
getIdentifier() - Method in class nextapp.echo.extras.app.tree.TreeColumn
Returns the identifier for this column.
getIndexOfChild(Object, Object) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
getInsets() - Method in class nextapp.echo.extras.app.BorderPane
Returns the inset margin.
getInsets() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the insets.
getInsets() - Method in class nextapp.echo.extras.app.Group
Returns the inset margin around the content.
getInsets() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the inset margin around the menu bar.
getInsets() - Method in class nextapp.echo.extras.app.TabPane
Returns the Insets around the entire TabPane.
getInsets() - Method in class nextapp.echo.extras.app.Tree
Returns the default cell insets.
getItem(int) - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
 
getItem(int) - Method in interface nextapp.echo.extras.app.menu.MenuModel
Retrieves the ItemModel contained in this menu at the specified index.
getItemCount() - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
 
getItemCount() - Method in interface nextapp.echo.extras.app.menu.MenuModel
Returns the number of items in the menu.
getLastPathComponent() - Method in class nextapp.echo.extras.app.tree.TreePath
Returns the last component of this path.
getLineStyle() - Method in class nextapp.echo.extras.app.Tree
Retrieves the line style that is used to render the lines that connect the nodes.
getMenuBackground() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background color that will be displayed in pull-down menus.
getMenuBackground() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background color that will be displayed in pull-down menus.
getMenuBackgroundImage() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background image that will be displayed in pull-down menus.
getMenuBackgroundImage() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background image that will be displayed in pull-down menus.
getMenuBorder() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the border that will be displayed around pull-down menus.
getMenuBorder() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the border that will be displayed around pull-down menus.
getMenuExpandIcon() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the icon used to expand pull-down menus.
getMenuExpandIcon() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the icon used to expand pull-down menus.
getMenuExpandIcon() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the icon used to expand pull-down menus.
getMenuFont() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the font used to render the menu.
getMenuForeground() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the foreground color that will be displayed in pull-down menus.
getMenuForeground() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the foreground color that will be displayed in pull-down menus.
getMenuHeight() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the height of the expanded menu.
getMenuOpacity() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the opacity setting (percent) that will be used for the background color/image displayed in pulldown menus.
getMenuStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
getMenuWidth() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the width of the expanded menu.
getModel() - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Returns the model
getModel() - Method in class nextapp.echo.extras.app.Tree
Returns the TreeModel being visualized by this Tree.
getModelIndex() - Method in class nextapp.echo.extras.app.tree.TreeColumn
Returns the column index of the model which this TreeColumn represents.
getNodeClosedBottomIcon() - Method in class nextapp.echo.extras.app.Tree
Retrieves the icon that is rendered for closed bottom nodes.
getNodeClosedIcon() - Method in class nextapp.echo.extras.app.Tree
Retrieves the icon that is rendered for closed nodes.
getNodeOpenBottomIcon() - Method in class nextapp.echo.extras.app.Tree
Retrieves the icon that is rendered for opened bottom nodes.
getNodeOpenIcon() - Method in class nextapp.echo.extras.app.Tree
Retrieves the icon that is rendered for opened nodes.
getParentPath() - Method in class nextapp.echo.extras.app.tree.TreePath
Returns a path containing all the elements of this object, except the last path component.
getPath() - Method in class nextapp.echo.extras.app.event.TreeExpansionEvent
 
getPath() - Method in class nextapp.echo.extras.app.event.TreeModelEvent
Convenience method to get the array of objects from the TreePath instance that this event wraps.
getPath() - Method in class nextapp.echo.extras.app.tree.TreePath
Returns an ordered array of Objects containing the components of this TreePath.
getPathComponent(int) - Method in class nextapp.echo.extras.app.tree.TreePath
Returns the path component at the specified index.
getPathCount() - Method in class nextapp.echo.extras.app.tree.TreePath
Returns the number of elements in the path.
getPathForRow(int) - Method in class nextapp.echo.extras.app.Tree
 
getRolloverBackground() - Method in class nextapp.echo.extras.app.Tree
Return the rollover background color displayed when the mouse is within the bounds of a row.
getRolloverBackgroundImage() - Method in class nextapp.echo.extras.app.Tree
Return the rollover background image displayed when the mouse is within the bounds of a row.
getRolloverBorder() - Method in class nextapp.echo.extras.app.Tree
Return the rollover border displayed when the mouse is within the bounds of a row.
getRolloverDateBackground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the rollover background color of date cells.
getRolloverDateBackgroundImage() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the rollover background image of date cells.
getRolloverDateBorder() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the rollover border of date cells.
getRolloverDateForeground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the rollover foreground color of date cells.
getRolloverFont() - Method in class nextapp.echo.extras.app.Tree
Return the rollover font displayed when the mouse is within the bounds of a row.
getRolloverForeground() - Method in class nextapp.echo.extras.app.Tree
Return the rollover foreground color displayed when the mouse is within the bounds of a row.
getRoot() - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
getRowForPath(TreePath) - Method in class nextapp.echo.extras.app.Tree
Returns the index of the row the path is currently rendered to.
getSaturationHeight() - Method in class nextapp.echo.extras.app.ColorSelect
Retrieves the height of the saturation/value selector (the saturation axis is vertical).
getSelectedDateBackground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the background color of the selected date
getSelectedDateBackgroundImage() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the background image of the selected date
getSelectedDateBorder() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the border of the selected date
getSelectedDateForeground() - Method in class nextapp.echo.extras.app.CalendarSelect
Returns the foreground color of the selected date
getSelectedId() - Method in class nextapp.echo.extras.app.menu.DefaultMenuSelectionModel
 
getSelectedId() - Method in interface nextapp.echo.extras.app.menu.MenuSelectionModel
 
getSelectionBackground() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the background color used to highlight the currently selected menu item.
getSelectionBackground() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background color used to highlight the currently selected menu item.
getSelectionBackground() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background color used to highlight the currently selected menu item.
getSelectionBackground() - Method in class nextapp.echo.extras.app.Tree
Returns the row selection background color.
getSelectionBackgroundImage() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the background image used to highlight the currently selected menu item.
getSelectionBackgroundImage() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the background image used to highlight the currently selected menu item.
getSelectionBackgroundImage() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the background image used to highlight the currently selected menu item.
getSelectionBackgroundImage() - Method in class nextapp.echo.extras.app.Tree
Returns the row selection background image.
getSelectionBorder() - Method in class nextapp.echo.extras.app.Tree
Returns the row selection border.
getSelectionFont() - Method in class nextapp.echo.extras.app.Tree
Returns the row selection font.
getSelectionForeground() - Method in class nextapp.echo.extras.app.ContextMenu
Returns the foreground color used to highlight the currently selected menu item.
getSelectionForeground() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the foreground color used to highlight the currently selected menu item.
getSelectionForeground() - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the foreground color used to highlight the currently selected menu item.
getSelectionForeground() - Method in class nextapp.echo.extras.app.Tree
Returns the row selection foreground color.
getSelectionMode() - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
getSelectionMode() - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Returns the selection mode.
getSelectionModel() - Method in class nextapp.echo.extras.app.DropDownMenu
 
getSelectionModel() - Method in class nextapp.echo.extras.app.Tree
Returns the row selection model.
getSelectionPath() - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
getSelectionPath() - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Returns the first path in the selection.
getSelectionPaths() - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
getSelectionPaths() - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Returns the paths in the selection.
getSelectionText() - Method in class nextapp.echo.extras.app.DropDownMenu
Gets the selection text that will be displayed when no item is selected.
getStateModel() - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Returns the selection model
getTabActiveBackground() - Method in class nextapp.echo.extras.app.TabPane
Returns the background color used to render active tabs.
getTabActiveBackgroundImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the background image used to render active tabs.
getTabActiveBorder() - Method in class nextapp.echo.extras.app.TabPane
Returns the Border used to draw the active tab and surround the content of the TabPane.
getTabActiveFont() - Method in class nextapp.echo.extras.app.TabPane
Returns the font used to render active tabs.
getTabActiveForeground() - Method in class nextapp.echo.extras.app.TabPane
Returns the foreground color used to render active tabs.
getTabActiveHeightIncrease() - Method in class nextapp.echo.extras.app.TabPane
Returns the height increase of active tabs.
getTabActiveLeftImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the left image used to render active tabs.
getTabActiveRightImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the right image used to render active tabs.
getTabAlignment() - Method in class nextapp.echo.extras.app.TabPane
Returns the alignment within an individual tab.
getTabBackground() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab background color.
getTabBackgroundImage() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab background image.
getTabBackgroundImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the background image used to render behind tabs.
getTabBorder() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab border.
getTabCloseIcon() - Method in class nextapp.echo.extras.app.TabPane
Returns the close icon displayed in the tabs.
getTabDefaultCloseOperation() - Method in class nextapp.echo.extras.app.TabPane
Returns the default tab close operation.
getTabDisabledCloseIcon() - Method in class nextapp.echo.extras.app.TabPane
Returns the close icon that is displayed when tab close is disabled.
getTabForeground() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab foreground color.
getTabHeight() - Method in class nextapp.echo.extras.app.TabPane
Returns the height of an individual tab.
getTabIconTextMargin() - Method in class nextapp.echo.extras.app.TabPane
Returns the margin size between the icon and the text.
getTabInactiveBackground() - Method in class nextapp.echo.extras.app.TabPane
Returns the background color used to render inactive tabs.
getTabInactiveBackgroundImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the background image used to render inactive tabs.
getTabInactiveBorder() - Method in class nextapp.echo.extras.app.TabPane
Returns the Border used to draw inactive tabs.
getTabInactiveFont() - Method in class nextapp.echo.extras.app.TabPane
Returns the font used to render inactive tabs.
getTabInactiveForeground() - Method in class nextapp.echo.extras.app.TabPane
Returns the foreground color used to render inactive tabs.
getTabInactiveLeftImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the left image used to render inactive tabs.
getTabInactiveRightImage() - Method in class nextapp.echo.extras.app.TabPane
Returns the right image used to render inactive tabs.
getTabIndex() - Method in class nextapp.echo.extras.app.event.TabPaneEvent
Returns the index of the tab on which the event occurred.
getTabInset() - Method in class nextapp.echo.extras.app.TabPane
Returns the horizontal distance from which all tabs are inset from the edge of the TabPane.
getTabInsets() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab inset margin.
getTabPosition() - Method in class nextapp.echo.extras.app.TabPane
Returns the position where the tabs are located relative to the pane content.
getTabRolloverBackground() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab rollover background color.
getTabRolloverBackgroundImage() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab rollover background image.
getTabRolloverBorder() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab rollover border.
getTabRolloverCloseIcon() - Method in class nextapp.echo.extras.app.TabPane
Returns the close icon that is displayed when the mouse cursor is inside its bounds.
getTabRolloverForeground() - Method in class nextapp.echo.extras.app.AccordionPane
Returns the tab rollover foreground color.
getTabSpacing() - Method in class nextapp.echo.extras.app.TabPane
Returns the horizontal space between individual tabs.
getTabWidth() - Method in class nextapp.echo.extras.app.TabPane
Returns the width of an individual tab.
getTarget() - Method in class nextapp.echo.extras.app.event.DropEvent
Returns the drop target Component
getText() - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
 
getText() - Method in class nextapp.echo.extras.app.menu.DefaultOptionModel
 
getText() - Method in interface nextapp.echo.extras.app.menu.MenuModel
Returns the text of the menu.
getText() - Method in interface nextapp.echo.extras.app.menu.OptionModel
Returns the text of this menu option.
getText() - Method in class nextapp.echo.extras.app.RichTextArea
Returns the text contained in the Document model of this rich text area.
getTitle() - Method in class nextapp.echo.extras.app.Group
Gets the title.
getTitle() - Method in class nextapp.echo.extras.app.layout.AccordionPaneLayoutData
Returns the title of the accordion tab.
getTitle() - Method in class nextapp.echo.extras.app.layout.TabPaneLayoutData
Returns the title of the tab.
getTitleBackgroundImage() - Method in class nextapp.echo.extras.app.Group
Gets the background image for the title.
getTitleFont() - Method in class nextapp.echo.extras.app.Group
Gets the font for the title.
getTitleInsets() - Method in class nextapp.echo.extras.app.Group
Gets the insets for the title.
getTitlePosition() - Method in class nextapp.echo.extras.app.Group
Gets the title position.
getToIndex() - Method in class nextapp.echo.extras.app.event.TreeColumnModelEvent
Returns the index to which the column was moved or added.
getToolbarButtonStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
getToolbarPanelStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
getToolTipText(String) - Method in class nextapp.echo.extras.app.DragSource
Gets the tool tip text (displayed when the draggable component is over a valid drop target).
getTreeCellRendererComponent(Tree, TreePath, Object, int, int, boolean) - Method in class nextapp.echo.extras.app.tree.DefaultTreeCellRenderer
 
getTreeCellRendererComponent(Tree, TreePath, Object, int, int, boolean) - Method in interface nextapp.echo.extras.app.tree.TreeCellRenderer
 
getTreePath() - Method in class nextapp.echo.extras.app.event.TreeModelEvent
For all events, except treeStructureChanged, returns the parent of the changed nodes.
getType() - Method in class nextapp.echo.extras.app.TransitionPane
Sets the transition type.
getValueAt(Object, int) - Method in interface nextapp.echo.extras.app.tree.TreeModel
Returns the value to be displayed for node node, at column number column.
getValueWidth() - Method in class nextapp.echo.extras.app.ColorSelect
Retrieves the width of the saturation/value selector (the value axis is horizontal).
getWidth() - Method in class nextapp.echo.extras.app.DropDownMenu
Returns the width of the drop down menu.
getWidth() - Method in class nextapp.echo.extras.app.Tree
Returns the overall width of the tree.
getWidth() - Method in class nextapp.echo.extras.app.tree.TreeColumn
Returns the width of the column.
getWindowPaneStyleName() - Method in class nextapp.echo.extras.app.RichTextArea
 
Group - Class in nextapp.echo.extras.app
Group component: A container which renders a border consisting of images around its content.
Group() - Constructor for class nextapp.echo.extras.app.Group
Default constructor.

H

hasActionListeners() - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Determines if the menu has any ActionListeners registered.
hashCode() - Method in class nextapp.echo.extras.app.tree.TreePath
Returns the hashCode for the object.
hasTabClosingListeners() - Method in class nextapp.echo.extras.app.TabPane
Determines if any TabClosingListeners are registered.
hasTabSelectionListeners() - Method in class nextapp.echo.extras.app.TabPane
Determines the any TabSelectionListeners are registered.
HEADER_RENDERER_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.tree.TreeColumn
 
HEADER_ROW - Static variable in class nextapp.echo.extras.app.Tree
 
HEADER_VALUE_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.tree.TreeColumn
 

I

ICON_ALIGNMENT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_ALIGNMENT_CENTER - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_ALIGNMENT_JUSTIFY - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_ALIGNMENT_LEFT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_ALIGNMENT_RIGHT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_BACKGROUND - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_BOLD - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_BULLETED_LIST - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_CANCEL - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_COPY - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_CUT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_DELETE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_FOREGROUND - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_FORMAT_PARAGRAPH_STYLE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_FORMAT_TEXT_STYLE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_HORIZONTAL_RULE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_HYPERLINK - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_IMAGE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_INDENT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_ITALIC - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_NUMBERED_LIST - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_OK - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_OUTDENT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_HEADING_1 - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_HEADING_2 - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_HEADING_3 - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_HEADING_4 - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_HEADING_5 - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_HEADING_6 - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_NORMAL - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PARAGRAPH_STYLE_PREFORMATTED - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PASTE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_PLAIN_TEXT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_REDO - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_SELECT_ALL - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_STRIKETHROUGH - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_SUBSCRIPT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_SUPERSCRIPT - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_TABLE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_UNDERLINE - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ICON_UNDO - Static variable in class nextapp.echo.extras.app.RichTextArea
 
IconSet - Interface in nextapp.echo.extras.app
 
IconSetPeer - Class in nextapp.echo.extras.app.serial.property
 
IconSetPeer() - Constructor for class nextapp.echo.extras.app.serial.property.IconSetPeer
 
IDENTIFIER_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.tree.TreeColumn
 
init() - Method in class nextapp.echo.extras.app.Tree
 
INPUT_ACTION - Static variable in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 
INPUT_ACTION - Static variable in class nextapp.echo.extras.app.Tree
 
INPUT_DROP - Static variable in class nextapp.echo.extras.app.DragSource
 
INPUT_TAB_CLOSE - Static variable in class nextapp.echo.extras.app.TabPane
 
INPUT_TAB_INDEX - Static variable in class nextapp.echo.extras.app.AccordionPane
 
INPUT_TAB_SELECT - Static variable in class nextapp.echo.extras.app.TabPane
 
isAutoCreateColumnsFromModel() - Method in class nextapp.echo.extras.app.Tree
Determines whether the TableColumnModel will be created automatically from the TreeModel.
isCloseEnabled() - Method in class nextapp.echo.extras.app.layout.TabPaneLayoutData
Determines if this tab can be closed.
isDescendant(TreePath) - Method in class nextapp.echo.extras.app.tree.TreePath
Returns true if aTreePath is a descendant of this TreePath.
isDisplayValue() - Method in class nextapp.echo.extras.app.ColorSelect
Sets whether the hex-triplet value, e.g., '#123abc' is displayed at the bottom of the ColorSelect.
isEnabled(String) - Method in class nextapp.echo.extras.app.menu.DefaultMenuStateModel
 
isEnabled(String) - Method in interface nextapp.echo.extras.app.menu.MenuStateModel
Determines if a specific menu option is enabled.
isExpanded(int) - Method in class nextapp.echo.extras.app.Tree
 
isExpanded(TreePath) - Method in class nextapp.echo.extras.app.Tree
 
isHeaderVisible() - Method in class nextapp.echo.extras.app.Tree
Determines if the tree header is visible.
isLeaf(Object) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
isLineWrap() - Method in class nextapp.echo.extras.app.DropDownMenu
Determines if the text of items should wrap in the event that horizontal space is limited.
isPathSelected(TreePath) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
isPathSelected(TreePath) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Determines whether a tree path is selected.
isRolloverEnabled() - Method in class nextapp.echo.extras.app.Tree
Determines if rollover effects are enabled.
isRootVisible() - Method in class nextapp.echo.extras.app.Tree
Returns true if the root node of the tree is displayed.
isSelected(String) - Method in class nextapp.echo.extras.app.menu.DefaultMenuStateModel
 
isSelected(String) - Method in interface nextapp.echo.extras.app.menu.MenuStateModel
Determines if a specific menu option is selected.
isSelectionEmpty() - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
isSelectionEmpty() - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Determines if no items are selected.
isSelectionEnabled() - Method in class nextapp.echo.extras.app.Tree
Determines if selection is enabled.
isShowsRootHandle() - Method in class nextapp.echo.extras.app.Tree
Determines whether the handle of the root node should be shown.
isTabCloseEnabled() - Method in class nextapp.echo.extras.app.TabPane
Determines if tab close is enabled in general.
isTabCloseIconRolloverEnabled() - Method in class nextapp.echo.extras.app.TabPane
Determines if close icon rollover effects are enabled.
isTabRolloverEnabled() - Method in class nextapp.echo.extras.app.AccordionPane
Determines whether rollover effects are enabled.
isValidChild(Component) - Method in class nextapp.echo.extras.app.BorderPane
 
isValidChild(Component) - Method in class nextapp.echo.extras.app.ContextMenu
 
isValidChild(Component) - Method in class nextapp.echo.extras.app.ToolTipContainer
 
isValidChild(Component) - Method in class nextapp.echo.extras.app.TransitionPane
 
isValidParent(Component) - Method in class nextapp.echo.extras.app.AccordionPane
 
isValidParent(Component) - Method in class nextapp.echo.extras.app.BorderPane
 
isValidParent(Component) - Method in class nextapp.echo.extras.app.MenuBarPane
 
isValidParent(Component) - Method in class nextapp.echo.extras.app.TabPane
 
isValidParent(Component) - Method in class nextapp.echo.extras.app.TransitionPane
 
ItemModel - Interface in nextapp.echo.extras.app.menu
Representation of an item contained in a menu.
ItemModelPeer - Class in nextapp.echo.extras.app.serial.property
SerialPropertyPeer for ItemModel properties.
ItemModelPeer() - Constructor for class nextapp.echo.extras.app.serial.property.ItemModelPeer
 

L

LEFT - Static variable in class nextapp.echo.extras.app.Group
 
LINE_STYLE_DOTTED - Static variable in class nextapp.echo.extras.app.Tree
 
LINE_STYLE_NONE - Static variable in class nextapp.echo.extras.app.Tree
 
LINE_STYLE_SOLID - Static variable in class nextapp.echo.extras.app.Tree
 
listenerList - Variable in class nextapp.echo.extras.app.tree.AbstractTreeModel
 
listenerList - Variable in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
A listener storage facility.

M

MenuBarPane - Class in nextapp.echo.extras.app
MenuBarPane component: a menu bar containing "pull down" menus.
MenuBarPane() - Constructor for class nextapp.echo.extras.app.MenuBarPane
Creates a new MenuBarPane with an empty DefaultMenuModel as its model and a.
MenuBarPane(MenuModel) - Constructor for class nextapp.echo.extras.app.MenuBarPane
Creates a new MenuBarPane displaying the specified MenuModel and using a DefaultMenuStateModel to provide state information.
MenuBarPane(MenuModel, MenuStateModel) - Constructor for class nextapp.echo.extras.app.MenuBarPane
Creates a new MenuBarPane displaying the specified MenuModel and using the specified MenuStateModel to provide state information.
MenuModel - Interface in nextapp.echo.extras.app.menu
Representation of a single-level menu that may contain menu options, separators and sub-menus.
MenuSelectionModel - Interface in nextapp.echo.extras.app.menu
 
MenuStateModel - Interface in nextapp.echo.extras.app.menu
Representation of the state of a MenuModels, describing the selected and enabled states of all options.
MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 
MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
MODEL_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.tree.TreeColumn
 
moveColumn(int, int) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
moveColumn(int, int) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Moves a tree column to a new index within the model.
MULTIPLE_SELECTION - Static variable in interface nextapp.echo.extras.app.tree.TreeSelectionModel
 

N

nextapp.echo.extras.app - package nextapp.echo.extras.app
Provides the core classes and Components of the Extras library.
nextapp.echo.extras.app.event - package nextapp.echo.extras.app.event
Provides event and listener objcets.
nextapp.echo.extras.app.layout - package nextapp.echo.extras.app.layout
Provides LayoutData implementations for Extras Components.
nextapp.echo.extras.app.menu - package nextapp.echo.extras.app.menu
Provides menu model and menu selection model objects used by the Extras menu components (e.g., MenuBarPane, DropDownMenu and ContextMenu).
nextapp.echo.extras.app.serial.property - package nextapp.echo.extras.app.serial.property
Provides peers to serialize Extras-specific property types to and from XML.
nextapp.echo.extras.app.tree - package nextapp.echo.extras.app.tree
Provides model and selection model objects used by the Tree component.

O

OptionModel - Interface in nextapp.echo.extras.app.menu
Representation of a menu option.

P

path - Variable in class nextapp.echo.extras.app.event.TreeModelEvent
Path to the parent of the nodes that have changed.
pathByAddingChild(Object) - Method in class nextapp.echo.extras.app.tree.TreePath
Returns a new path containing all the elements of this object plus child.
processInput(String, Object) - Method in class nextapp.echo.extras.app.AccordionPane
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.CalendarSelect
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.ColorSelect
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.DragSource
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.DropDownMenu
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.RichTextArea
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.TabPane
 
processInput(String, Object) - Method in class nextapp.echo.extras.app.Tree
 
PROPERTY_ACTION_COMMAND - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ACTIVATION_MODE - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_ADJACENT_MONTH_DATE_BACKGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_ADJACENT_MONTH_DATE_FOREGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_ANIMATION_TIME - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_ANIMATION_TIME - Static variable in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.BorderPane
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_BORDER - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_BORDER_IMAGE - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_BORDER_INSETS - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_BORDER_TYPE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_CONTROL_PANE_BUTTON_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_CONTROL_PANE_ROW_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_CONTROL_PANE_SPLIT_PANE_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_DATE_BACKGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_DATE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_DATE_BORDER - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_DATE_FOREGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_DAY_OF_WEEK_ABBREVIATION_LENGTH - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_DEFAULT_CONTENT_INSETS - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_DEFAULT_CONTENT_INSETS - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_DISABLED_EXPAND_ICON - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_DISPLAY_VALUE - Static variable in class nextapp.echo.extras.app.ColorSelect
 
PROPERTY_DURATION - Static variable in class nextapp.echo.extras.app.TransitionPane
 
PROPERTY_EXPAND_ICON - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_EXPAND_ICON_WIDTH - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_HEADER_BACKGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_HEADER_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_HEADER_FOREGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_HEADER_VISIBLE - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_HUE_WIDTH - Static variable in class nextapp.echo.extras.app.ColorSelect
 
PROPERTY_ICONS - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_INSETS - Static variable in class nextapp.echo.extras.app.BorderPane
 
PROPERTY_INSETS - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_INSETS - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_INSETS - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_INSETS - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_INSETS - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_LINE_STYLE - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_LINE_WRAP - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_BACKGROUND - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_BACKGROUND - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_MENU_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_MENU_BORDER - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_BORDER - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_MENU_EXPAND_ICON - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_MENU_EXPAND_ICON - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_EXPAND_ICON - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_MENU_FONT - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_FOREGROUND - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_FOREGROUND - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_MENU_HEIGHT - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_MENU_OPACITY - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_MENU_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_MENU_WIDTH - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_NODE_CLOSED_BOTTOM_ICON - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_NODE_CLOSED_ICON - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_NODE_OPEN_BOTTOM_ICON - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_NODE_OPEN_ICON - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROLLOVER_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROLLOVER_BORDER - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROLLOVER_DATE_BACKGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_ROLLOVER_DATE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_ROLLOVER_DATE_BORDER - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_ROLLOVER_DATE_FOREGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_ROLLOVER_ENABLED - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROLLOVER_FONT - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_ROOT_VISIBLE - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SATURATION_HEIGHT - Static variable in class nextapp.echo.extras.app.ColorSelect
 
PROPERTY_SELECTED_DATE_BACKGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_SELECTED_DATE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_SELECTED_DATE_BORDER - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_SELECTED_DATE_FOREGROUND - Static variable in class nextapp.echo.extras.app.CalendarSelect
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SELECTION_BORDER - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SELECTION_ENABLED - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SELECTION_FONT - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo.extras.app.ContextMenu
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo.extras.app.MenuBarPane
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_SELECTION_TEXT - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_SHOWS_ROOT_HANDLE - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_TAB_ACTIVE_BACKGROUND - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_BORDER - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_FONT - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_FOREGROUND - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_HEIGHT_INCREASE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_LEFT_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_RIGHT_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ALIGNMENT - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_BACKGROUND - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_BORDER - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_CLOSE_ENABLED - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_CLOSE_ICON - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_CLOSE_ICON_ROLLOVER_ENABLED - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_DEFAULT_CLOSE_OPERATION - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_DISABLED_CLOSE_ICON - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_FOREGROUND - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_HEIGHT - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ICON_TEXT_MARGIN - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_BACKGROUND - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_BORDER - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_FONT - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_FOREGROUND - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_LEFT_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_RIGHT_IMAGE - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INSET - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_INSETS - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_POSITION - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_BORDER - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_CLOSE_ICON - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_ROLLOVER_ENABLED - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo.extras.app.AccordionPane
 
PROPERTY_TAB_SPACING - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TAB_WIDTH - Static variable in class nextapp.echo.extras.app.TabPane
 
PROPERTY_TITLE - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_TITLE_BACKGROUND_IMAGE - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_TITLE_FONT - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_TITLE_INSETS - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_TITLE_POSITION - Static variable in class nextapp.echo.extras.app.Group
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class nextapp.echo.extras.app.DragSource
 
PROPERTY_TOOLBAR_BUTTON_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_TOOLBAR_PANEL_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 
PROPERTY_TYPE - Static variable in class nextapp.echo.extras.app.TransitionPane
 
PROPERTY_TYPE_PREFIX - Static variable in class nextapp.echo.extras.app.serial.property.SerialPropertyPeerConstants
Contains the prefix for properties specific to Echo Extras.
PROPERTY_VALUE_WIDTH - Static variable in class nextapp.echo.extras.app.ColorSelect
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
PROPERTY_WIDTH - Static variable in class nextapp.echo.extras.app.Tree
 
PROPERTY_WINDOW_PANE_STYLE_NAME - Static variable in class nextapp.echo.extras.app.RichTextArea
 

R

RadioOptionModel - Interface in nextapp.echo.extras.app.menu
Representation of a radio button style menu option.
removeActionListener(ActionListener) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Removes an ActionListener from being notified when a menu item is selected.
removeActionListener(ActionListener) - Method in class nextapp.echo.extras.app.Tree
Removes an ActionListener from the Tree.
removeAllDropTargets() - Method in class nextapp.echo.extras.app.DragSource
Removes all Components from the drop target list
removeChangeListener(ChangeListener) - Method in class nextapp.echo.extras.app.menu.AbstractMenuSelectionModel
 
removeChangeListener(ChangeListener) - Method in class nextapp.echo.extras.app.menu.AbstractMenuStateModel
 
removeChangeListener(ChangeListener) - Method in interface nextapp.echo.extras.app.menu.MenuSelectionModel
 
removeChangeListener(ChangeListener) - Method in interface nextapp.echo.extras.app.menu.MenuStateModel
Unregisters a ChangeListener from being notified when the selection or enabled state of menu items change.
removeChangeListener(ChangeListener) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
removeChangeListener(ChangeListener) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Removes a ChangeListener from being notified of when the selection changes.
removeColumn(TreeColumn) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
removeColumn(TreeColumn) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Remove a tree column from the model.
removeColumnModelListener(TreeColumnModelListener) - Method in class nextapp.echo.extras.app.tree.DefaultTreeColumnModel
 
removeColumnModelListener(TreeColumnModelListener) - Method in interface nextapp.echo.extras.app.tree.TreeColumnModel
Removes a listener from being notified of updates to this TreeColumnModel.
removeDropTarget(Component) - Method in class nextapp.echo.extras.app.DragSource
Removes a Component from the drop target list
removeDropTargetListener(DropListener) - Method in class nextapp.echo.extras.app.DragSource
Removes a DropListener from the listener list
removeItem(ItemModel) - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
REmoves an ItemModel from the menu
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
removePropertyChangeListener(PropertyChangeListener) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Removes a PropertyChangeListener from being notified of property changes to the column.
removePropertyChangeListener(PropertyChangeListener) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Removes a PropertyChangeListener from being notified on property changes
removeSelectionPath(TreePath) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
removeSelectionPath(TreePath) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Removes path from the selection.
removeSelectionPaths(TreePath[]) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
removeSelectionPaths(TreePath[]) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Removes paths from the selection.
removeTabClosingListener(TabClosingListener) - Method in class nextapp.echo.extras.app.TabPane
Removes a TabPaneListener from receiving event notifications.
removeTabSelectionListener(TabSelectionListener) - Method in class nextapp.echo.extras.app.TabPane
Removes a TabSelectionListener from receiving event notifications.
removeTreeExpansionListener(TreeExpansionListener) - Method in class nextapp.echo.extras.app.Tree
Removes a TreeExpansionListener from the Tree.
removeTreeModelListener(TreeModelListener) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
 
removeTreeModelListener(TreeModelListener) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 
RichTextArea - Class in nextapp.echo.extras.app
RichTextArea component: a rich text user input field which allows the user to select text styles, and insert/manipulate objects such as links, images, enumerated lists, or tables.
RichTextArea() - Constructor for class nextapp.echo.extras.app.RichTextArea
Creates a new RichTextArea with an empty StringDocument as its model.
RichTextArea(Document) - Constructor for class nextapp.echo.extras.app.RichTextArea
Creates a new RichTextArea with the specified Document as its model.
RIGHT - Static variable in class nextapp.echo.extras.app.Group
 

S

SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
SELECTION_MODE_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
SELECTION_MODE_PROPERTY - Static variable in interface nextapp.echo.extras.app.tree.TreeSelectionModel
 
SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.DropDownMenu
 
SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.Tree
 
SeparatorModel - Class in nextapp.echo.extras.app.menu
A representation of a separator within a menu.
SeparatorModel() - Constructor for class nextapp.echo.extras.app.menu.SeparatorModel
 
SerialPropertyPeerConstants - Class in nextapp.echo.extras.app.serial.property
Contains constants for SerialPropertyPeer implementations.
setActionCommand(String) - Method in class nextapp.echo.extras.app.Tree
Sets the action command which will be provided in ActionEvents fired by this Tree.
setActivationMode(int) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the activation mode of the context menu.
setActiveTabIndex(int) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the active tab index.
setActiveTabIndex(int) - Method in class nextapp.echo.extras.app.TabPane
Sets the active tab index.
setAdjacentMonthDateBackground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the background color of dates in adjacent (previous/next) months.
setAdjacentMonthDateForeground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the foreground color of dates in adjacent (previous/next) months.
setAnimationTime(int) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the animation time (in milliseconds).
setAnimationTime(int) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Sets the animation time (in milliseconds).
setApplyTo(Component) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the component to apply the context menu to.
setAutoCreateColumnsFromModel(boolean) - Method in class nextapp.echo.extras.app.Tree
Sets whether the TableColumnModel will be created automatically from the TableModel.
setBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the background image displayed within the entire component.
setBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the background image that will be displayed in pull-down menus.
setBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background image that will be displayed in the DropDownMenu.
setBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.Group
Sets the background image.
setBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background image that will be displayed in the MenuBarPane.
setBorder(FillImageBorder) - Method in class nextapp.echo.extras.app.BorderPane
Sets the border.
setBorder(Border) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the border surrounding the entire component.
setBorder(Border) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the border that will be displayed around pull-down menus.
setBorder(Border) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the border that will be displayed around the DropDownMenu.
setBorder(Border) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the border that will be displayed around the MenuBarPane.
setBorder(Border) - Method in class nextapp.echo.extras.app.RichTextArea
Sets the border displayed around the text entry area.
setBorder(Border) - Method in class nextapp.echo.extras.app.Tree
Sets the Border.
setBorderImage(int, ImageReference) - Method in class nextapp.echo.extras.app.Group
Sets the border image for the specified position.
setBorderInsets(Insets) - Method in class nextapp.echo.extras.app.Group
Sets the inset of the border images, used to provide space for the border (a zero inset would render the content over the border).
setBorderType(int) - Method in class nextapp.echo.extras.app.TabPane
Sets the mode in which the border will be drawn around the TabPane.
setCellRenderer(TreeCellRenderer) - Method in class nextapp.echo.extras.app.Tree
Sets the TreeCellRenderer used to render values contained in the tree.
setCellRenderer(TreeCellRenderer) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Sets the TreeCellRenderer used to render values contained in the column.
setCloseEnabled(boolean) - Method in class nextapp.echo.extras.app.layout.TabPaneLayoutData
Sets whether this tab can be closed.
setColor(Color) - Method in class nextapp.echo.extras.app.ColorSelect
Sets the selected color.
setColumnModel(TreeColumnModel) - Method in class nextapp.echo.extras.app.Tree
Sets the TreeColumnModel describing this tree's columns.
setControlPaneButtonStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
setControlPaneRowStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
setControlPaneSplitPaneStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
setDate(Date) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the selected date.
setDateBackground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the default background color of date cells.
setDateBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the default background image of date cells.
setDateBorder(Border) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the default border of date cells.
setDateForeground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the default foreground color of date cells.
setDefaultContentInsets(Insets) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the default content inset margin.
setDefaultContentInsets(Insets) - Method in class nextapp.echo.extras.app.TabPane
Sets the default content inset margin.
setDefaultHeaderRenderer(TreeCellRenderer) - Method in class nextapp.echo.extras.app.Tree
Sets the default TreeCellRenderer used to render header cells.
setDefaultRenderer(Class, TreeCellRenderer) - Method in class nextapp.echo.extras.app.Tree
Sets the default TreeCellRenderer for the specified column class.
setDisabledBackground(Color) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the background color used to render disabled menu items.
setDisabledBackground(Color) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background color used to render disabled menu items.
setDisabledBackground(Color) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background color used to render disabled menu items.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the background image used to render disabled menu items.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background image used to render disabled menu items.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background image used to render disabled menu items.
setDisabledExpandIcon(ImageReference) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the disabled expand icon.
setDisabledForeground(Color) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the foreground color used to render disabled menu items.
setDisabledForeground(Color) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the foreground color used to render disabled menu items.
setDisabledForeground(Color) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the foreground color used to render disabled menu items.
setDisplayValue(boolean) - Method in class nextapp.echo.extras.app.ColorSelect
Sets whether the hex-triplet value, e.g., '#123abc' is displayed at the bottom of the ColorSelect.
setDocument(Document) - Method in class nextapp.echo.extras.app.RichTextArea
Sets the model associated with this RichTextArea.
setDuration(int) - Method in class nextapp.echo.extras.app.TransitionPane
Sets the transition duration, in milliseconds.
setEnabled(String, boolean) - Method in class nextapp.echo.extras.app.menu.DefaultMenuStateModel
 
setEnabled(String, boolean) - Method in interface nextapp.echo.extras.app.menu.MenuStateModel
Sets the enabled state of a specific menu option.
setExpandedState(TreePath, boolean) - Method in class nextapp.echo.extras.app.Tree
Set the expansion state for the given tree path.
setExpandIcon(ImageReference) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the icon used to expand the drop down menu.
setExpandIconWidth(Extent) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the width of the expand icon.
setFolderIcon(ImageReference) - Method in class nextapp.echo.extras.app.tree.DefaultTreeCellRenderer
 
setHeaderBackground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the background color of the week header.
setHeaderBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the background image of the week header.
setHeaderForeground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the foreground color of the week header.
setHeaderRenderer(TreeCellRenderer) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Sets the TreeCellRenderer used to render the header cell of this column.
setHeaderValue(Object) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Sets the header value for this column.
setHeaderVisible(boolean) - Method in class nextapp.echo.extras.app.Tree
Sets the visibility state of the tree header.
setHeight(Extent) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the height of the drop down menu.
setHueWidth(Extent) - Method in class nextapp.echo.extras.app.ColorSelect
Sets the width of the hue selector (the spectrum gradient drawn on the right side of the ColorSelector).
setIcon(ImageReference) - Method in class nextapp.echo.extras.app.layout.AccordionPaneLayoutData
Sets the icon of the accordion tab.
setIcon(ImageReference) - Method in class nextapp.echo.extras.app.layout.TabPaneLayoutData
Sets the icon of the tab.
setIcon(ImageReference) - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
Sets the title icon of the menu
setIcon(ImageReference) - Method in class nextapp.echo.extras.app.menu.DefaultOptionModel
Sets the icon of this menu option.
setIcons(IconSet) - Method in class nextapp.echo.extras.app.RichTextArea
 
setIdentifier(Object) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Sets the identifier for this column.
setInsets(Insets) - Method in class nextapp.echo.extras.app.BorderPane
Sets the inset margin.
setInsets(Insets) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the insets.
setInsets(Insets) - Method in class nextapp.echo.extras.app.Group
Sets the inset margin around the content
setInsets(Insets) - Method in class nextapp.echo.extras.app.MenuBarPane
Returns the inset margin around the menu bar.
setInsets(Insets) - Method in class nextapp.echo.extras.app.TabPane
Sets the Insets around the entire TabPane.
setInsets(Insets) - Method in class nextapp.echo.extras.app.Tree
Sets the default cell insets.
setLeafIcon(ImageReference) - Method in class nextapp.echo.extras.app.tree.DefaultTreeCellRenderer
 
setLineStyle(int) - Method in class nextapp.echo.extras.app.Tree
Sets the line style that is used to render the lines that connect the nodes.
setLineWrap(boolean) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets whether the text of items should wrap in the event that horizontal space is limited.
setMenuBackground(Color) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background color that will be displayed in pull-down menus.
setMenuBackground(Color) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background color that will be displayed in pull-down menus.
setMenuBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background image that will be displayed in pull-down menus.
setMenuBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background image that will be displayed in pull-down menus.
setMenuBorder(Border) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the border that will be displayed around pull-down menus.
setMenuBorder(Border) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the border that will be displayed around pull-down menus.
setMenuExpandIcon(ImageReference) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the icon used to expand pull-down menus.
setMenuExpandIcon(ImageReference) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the icon used to expand pull-down menus.
setMenuExpandIcon(ImageReference) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the icon used to expand pull-down menus.
setMenuFont(Font) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the font used to render the menu.
setMenuForeground(Color) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the foreground color that will be displayed in pull-down menus.
setMenuForeground(Color) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the foreground color that will be displayed in pull-down menus.
setMenuHeight(Extent) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the height of the expanded menu.
setMenuOpacity(int) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the opacity (percent) that will be used for the background color/image displayed in pulldown menus.
setMenuStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
setMenuWidth(Extent) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the width of the expanded menu.
setModel(MenuModel) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Sets the model.
setModel(TreeModel) - Method in class nextapp.echo.extras.app.Tree
Sets the TreeModel being visualized.
setModelIndex(int) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Sets the index of the column in the TreeModel which this TreeColumn object represents.
setNodeClosedBottomIcon(ImageReference) - Method in class nextapp.echo.extras.app.Tree
Sets the icon that is rendered for closed bottom nodes.
setNodeClosedIcon(ImageReference) - Method in class nextapp.echo.extras.app.Tree
Sets the icon that is rendered for closed nodes.
setNodeOpenBottomIcon(ImageReference) - Method in class nextapp.echo.extras.app.Tree
Sets the icon that is rendered for opened bottom nodes.
setNodeOpenIcon(ImageReference) - Method in class nextapp.echo.extras.app.Tree
Sets the icon that is rendered for opened nodes.
setRolloverBackground(Color) - Method in class nextapp.echo.extras.app.Tree
Sets the rollover background color displayed when the mouse is within the bounds of a row.
setRolloverBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.Tree
Sets the rollover background image displayed when the mouse is within the bounds of a row.
setRolloverBorder(Border) - Method in class nextapp.echo.extras.app.Tree
Sets the rollover border displayed when the mouse is within the bounds of a row.
setRolloverDateBackground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the rollover background color of date cells.
setRolloverDateBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the rollover background image of date cells.
setRolloverDateBorder(Border) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the rollover border of date cells.
setRolloverDateForeground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the rollover foreground color of date cells.
setRolloverEnabled(boolean) - Method in class nextapp.echo.extras.app.Tree
Sets whether rollover effects are enabled when the mouse cursor is within the bounds of a row.
setRolloverFont(Font) - Method in class nextapp.echo.extras.app.Tree
Sets the rollover font displayed when the mouse is within the bounds of a row.
setRolloverForeground(Color) - Method in class nextapp.echo.extras.app.Tree
Sets the rollover foreground color displayed when the mouse is within the bounds of a row.
setRootVisible(boolean) - Method in class nextapp.echo.extras.app.Tree
Determines whether or not the root node from the TreeModel is visible.
setSaturationHeight(Extent) - Method in class nextapp.echo.extras.app.ColorSelect
Sets the height of the saturation/value selector (the saturation axis is vertical).
setSelected(String, boolean) - Method in class nextapp.echo.extras.app.menu.DefaultMenuStateModel
 
setSelected(String, boolean) - Method in interface nextapp.echo.extras.app.menu.MenuStateModel
Sets the selection state of a specific menu option.
setSelectedDateBackground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the background color of the selected date.
setSelectedDateBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the background image of the selected date.
setSelectedDateBorder(Border) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the border of the selected date.
setSelectedDateForeground(Color) - Method in class nextapp.echo.extras.app.CalendarSelect
Sets the foreground color of the selected date.
setSelectedId(String) - Method in class nextapp.echo.extras.app.menu.DefaultMenuSelectionModel
 
setSelectedId(String) - Method in interface nextapp.echo.extras.app.menu.MenuSelectionModel
 
setSelectionBackground(Color) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the background color used to highlight the currently selected menu item.
setSelectionBackground(Color) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background color used to highlight the currently selected menu item.
setSelectionBackground(Color) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background color used to highlight the currently selected menu item.
setSelectionBackground(Color) - Method in class nextapp.echo.extras.app.Tree
Sets the row selection background color.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the background image used to highlight the currently selected menu item.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the background image used to highlight the currently selected menu item.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the background image used to highlight the currently selected menu item.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.Tree
Sets the row selection background image.
setSelectionBorder(Border) - Method in class nextapp.echo.extras.app.Tree
Sets the row selection border.
setSelectionEnabled(boolean) - Method in class nextapp.echo.extras.app.Tree
Sets whether selection is enabled.
setSelectionFont(Font) - Method in class nextapp.echo.extras.app.Tree
Sets the row selection font.
setSelectionForeground(Color) - Method in class nextapp.echo.extras.app.ContextMenu
Sets the foreground color used to highlight the currently selected menu item.
setSelectionForeground(Color) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the foreground color used to highlight the currently selected menu item.
setSelectionForeground(Color) - Method in class nextapp.echo.extras.app.MenuBarPane
Sets the foreground color used to highlight the currently selected menu item.
setSelectionForeground(Color) - Method in class nextapp.echo.extras.app.Tree
Sets the row selection foreground color.
setSelectionMode(int) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
setSelectionMode(int) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Sets the selection mode.
setSelectionModel(MenuSelectionModel) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the selection model to use.
setSelectionModel(TreeSelectionModel) - Method in class nextapp.echo.extras.app.Tree
Sets the row selection model.
setSelectionPath(TreePath) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
setSelectionPath(TreePath) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Sets the selection to path.
setSelectionPaths(TreePath[]) - Method in class nextapp.echo.extras.app.tree.DefaultTreeSelectionModel
 
setSelectionPaths(TreePath[]) - Method in interface nextapp.echo.extras.app.tree.TreeSelectionModel
Sets the selection to path.
setSelectionText(String) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the selection text that will be displayed when no item is selected.
setShowsRootHandle(boolean) - Method in class nextapp.echo.extras.app.Tree
Determines whether the handle of the root node should be shown.
setStateModel(MenuStateModel) - Method in class nextapp.echo.extras.app.menu.AbstractMenuComponent
Sets the state model.
setTabActiveBackground(Color) - Method in class nextapp.echo.extras.app.TabPane
Sets the background color used to render active tabs.
setTabActiveBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.TabPane
Sets the background image used to render active tabs.
setTabActiveBorder(Border) - Method in class nextapp.echo.extras.app.TabPane
Sets the Border used to draw the active tab and surround the content of the TabPane.
setTabActiveFont(Font) - Method in class nextapp.echo.extras.app.TabPane
Sets the font used to render active tabs.
setTabActiveForeground(Color) - Method in class nextapp.echo.extras.app.TabPane
Sets the foreground color used to render active tabs.
setTabActiveHeightIncrease(Extent) - Method in class nextapp.echo.extras.app.TabPane
Sets the height increase of active tabs.
setTabActiveLeftImage(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the left image used to render active tabs.
setTabActiveRightImage(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the right image used to render active tabs.
setTabAlignment(Alignment) - Method in class nextapp.echo.extras.app.TabPane
Sets the alignment within an individual tab.
setTabBackground(Color) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab background color.
setTabBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab background image.
setTabBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.TabPane
Sets the background image used to render behind tabs.
setTabBorder(Border) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab border.
setTabCloseEnabled(boolean) - Method in class nextapp.echo.extras.app.TabPane
Sets if tab close is enabled in general.
setTabCloseIcon(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the close icon displayed in the tabs.
setTabCloseIconRolloverEnabled(boolean) - Method in class nextapp.echo.extras.app.TabPane
Sets if close icon rollover effects are enabled.
setTabDefaultCloseOperation(int) - Method in class nextapp.echo.extras.app.TabPane
Sets the default tab close operation.
setTabDisabledCloseIcon(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the close icon that is displayed when tab close is disabled.
setTabForeground(Color) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab foreground color.
setTabHeight(Extent) - Method in class nextapp.echo.extras.app.TabPane
Sets the height of an individual tab.
setTabIconTextMargin(Extent) - Method in class nextapp.echo.extras.app.TabPane
Sets the margin size between the icon and the text.
setTabInactiveBackground(Color) - Method in class nextapp.echo.extras.app.TabPane
Sets the background color used to render inactive tabs.
setTabInactiveBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.TabPane
Sets the background image used to render inactive tabs.
setTabInactiveBorder(Border) - Method in class nextapp.echo.extras.app.TabPane
Sets the Border used to draw inactive tabs in the TabPane.
setTabInactiveFont(Font) - Method in class nextapp.echo.extras.app.TabPane
Sets the font used to render inactive tabs.
setTabInactiveForeground(Color) - Method in class nextapp.echo.extras.app.TabPane
Sets the foreground color used to render inactive tabs.
setTabInactiveLeftImage(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the left image used to render inactive tabs.
setTabInactiveRightImage(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the right image used to render inactive tabs.
setTabInset(Extent) - Method in class nextapp.echo.extras.app.TabPane
Sets the horizontal distance from which all tabs are inset from the edge of the TabPane.
setTabInsets(Insets) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab inset margin.
setTabPosition(int) - Method in class nextapp.echo.extras.app.TabPane
Sets the position where the tabs are located relative to the pane content.
setTabRolloverBackground(Color) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab rollover background color.
setTabRolloverBackgroundImage(FillImage) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab rollover background image.
setTabRolloverBorder(Border) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab rollover border.
setTabRolloverCloseIcon(ImageReference) - Method in class nextapp.echo.extras.app.TabPane
Sets the close icon that is displayed when the mouse cursor is inside its bounds.
setTabRolloverEnabled(boolean) - Method in class nextapp.echo.extras.app.AccordionPane
Sets whether tab rollover effects are enabled.
setTabRolloverForeground(Color) - Method in class nextapp.echo.extras.app.AccordionPane
Sets the tab rollover foreground color.
setTabSpacing(Extent) - Method in class nextapp.echo.extras.app.TabPane
Sets the horizontal space between individual tabs.
setTabWidth(Extent) - Method in class nextapp.echo.extras.app.TabPane
Sets the width of an individual tab.
setText(String) - Method in class nextapp.echo.extras.app.menu.DefaultMenuModel
Sets the title text of the menu
setText(String) - Method in class nextapp.echo.extras.app.menu.DefaultOptionModel
Sets the text of this menu option.
setText(String) - Method in class nextapp.echo.extras.app.RichTextArea
Sets the text of document model of this rich text area.
setTitle(String) - Method in class nextapp.echo.extras.app.Group
Sets the title.
setTitle(String) - Method in class nextapp.echo.extras.app.layout.AccordionPaneLayoutData
Sets the title of the accordion tab.
setTitle(String) - Method in class nextapp.echo.extras.app.layout.TabPaneLayoutData
Sets the title of the tab.
setTitleBackgroundImage(ImageReference) - Method in class nextapp.echo.extras.app.Group
Sets the background image to use for the title.
setTitleFont(Font) - Method in class nextapp.echo.extras.app.Group
Sets the font to use for the title.
setTitleInsets(Insets) - Method in class nextapp.echo.extras.app.Group
Sets the insets to use for the title.
setTitlePosition(Extent) - Method in class nextapp.echo.extras.app.Group
Sets the title position.
setToolbarButtonStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
setToolbarPanelStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
setToolTipText(String) - Method in class nextapp.echo.extras.app.DragSource
Sets the tool tip text (displayed when the draggable component is over a valid drop target).
setType(int) - Method in class nextapp.echo.extras.app.TransitionPane
Sets the transition type.
setValueWidth(Extent) - Method in class nextapp.echo.extras.app.ColorSelect
Sets the width of the saturation/value selector (the value axis is horizontal).
setWidth(Extent) - Method in class nextapp.echo.extras.app.DropDownMenu
Sets the width of the drop down menu.
setWidth(Extent) - Method in class nextapp.echo.extras.app.Tree
Sets the overall width of the tree.
setWidth(Extent) - Method in class nextapp.echo.extras.app.tree.TreeColumn
Sets the width of the column.
setWindowPaneStyleName(String) - Method in class nextapp.echo.extras.app.RichTextArea
 
SINGLE_SELECTION - Static variable in interface nextapp.echo.extras.app.tree.TreeSelectionModel
 
STATE_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.menu.AbstractMenuComponent
 

T

TAB_CLOSING_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.TabPane
 
TAB_DISPOSE_ON_CLOSE - Static variable in class nextapp.echo.extras.app.TabPane
A constant for the tabDefaultCloseOperation property indicating that a tab should be removed from the component hierarchy when a user attempts to close it.
TAB_DO_NOTHING_ON_CLOSE - Static variable in class nextapp.echo.extras.app.TabPane
A constant for the tabDefaultCloseOperation property indicating that nothing should be done when the user attempts to close a tab.
TAB_POSITION_BOTTOM - Static variable in class nextapp.echo.extras.app.TabPane
Constant for the tabPosition property indicating that the tabs should be rendered beneath the content.
TAB_POSITION_TOP - Static variable in class nextapp.echo.extras.app.TabPane
Constant for the tabPosition property indicating that the tabs should be rendered above the content.
TAB_SELECTION_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.TabPane
 
tabClosing(TabPaneEvent) - Method in interface nextapp.echo.extras.app.event.TabClosingListener
Invoked when a user attempts to close a tab in a TabPane.
TabClosingListener - Interface in nextapp.echo.extras.app.event
Listener interface for receiving TabPaneEvents.
TabPane - Class in nextapp.echo.extras.app
TabPane component: a container which displays children as an array of tabs, displaying only the component whose tab is selected at a specific time.
TabPane() - Constructor for class nextapp.echo.extras.app.TabPane
 
TabPaneEvent - Class in nextapp.echo.extras.app.event
An event describing an update to the state of a TabPane.
TabPaneEvent(Object) - Constructor for class nextapp.echo.extras.app.event.TabPaneEvent
Creates a new TabPaneEvent.
TabPaneEvent(Object, int) - Constructor for class nextapp.echo.extras.app.event.TabPaneEvent
Creates a new TabPaneEvent.
TabPaneLayoutData - Class in nextapp.echo.extras.app.layout
LayoutData implementation for children of TabPane components.
TabPaneLayoutData() - Constructor for class nextapp.echo.extras.app.layout.TabPaneLayoutData
 
TabPaneLayoutDataPeer - Class in nextapp.echo.extras.app.serial.property
SerialPropertyPeer for TabPaneLayoutData properties.
TabPaneLayoutDataPeer() - Constructor for class nextapp.echo.extras.app.serial.property.TabPaneLayoutDataPeer
 
tabSelected(TabPaneEvent) - Method in interface nextapp.echo.extras.app.event.TabSelectionListener
Invoked when a user selects a tab in a TabPane.
TabSelectionListener - Interface in nextapp.echo.extras.app.event
Listener interface for receiving TabPaneEvents.
TEXT_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.RichTextArea
 
ToggleOptionModel - Interface in nextapp.echo.extras.app.menu
Representation of a on/off toggle menu option.
ToolTipContainer - Class in nextapp.echo.extras.app
ToolTipContainer component: a container which may contain two children, the first of which is always displayed and the second of which is displayed with the mouse is hovered over the first.
ToolTipContainer() - Constructor for class nextapp.echo.extras.app.ToolTipContainer
Default constructor.
TOP - Static variable in class nextapp.echo.extras.app.Group
 
TOP_LEFT - Static variable in class nextapp.echo.extras.app.Group
 
TOP_RIGHT - Static variable in class nextapp.echo.extras.app.Group
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.extras.app.serial.property.IconSetPeer
 
toProperty(Context, Class, Element) - Method in class nextapp.echo.extras.app.serial.property.ItemModelPeer
 
toString() - Method in class nextapp.echo.extras.app.event.TreeModelEvent
Returns a string that displays and identifies this object's properties.
toString() - Method in class nextapp.echo.extras.app.tree.TreePath
Returns a string that displays and identifies this object's properties.
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.extras.app.serial.property.AccordionPaneLayoutDataPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.extras.app.serial.property.IconSetPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.extras.app.serial.property.ItemModelPeer
 
toXml(Context, Class, Element, Object) - Method in class nextapp.echo.extras.app.serial.property.TabPaneLayoutDataPeer
 
TransitionPane - Class in nextapp.echo.extras.app
TransitionPane component: a container pane which displays a single child pane or component, rendering an animated transition effect when its content is changed (when the child is removed and a new one is added).
TransitionPane() - Constructor for class nextapp.echo.extras.app.TransitionPane
 
Tree - Class in nextapp.echo.extras.app
A control that displays a set of hierarchical data as an outline.
Tree() - Constructor for class nextapp.echo.extras.app.Tree
Constructs a new Tree with a default tree model.
Tree(TreeModel) - Constructor for class nextapp.echo.extras.app.Tree
Constructs a new Tree with the specified model.
Tree(TreeModel, TreeColumnModel) - Constructor for class nextapp.echo.extras.app.Tree
Constructs a new Tree with the specified model.
TreeCellRenderer - Interface in nextapp.echo.extras.app.tree
 
treeCollapsed(TreeExpansionEvent) - Method in interface nextapp.echo.extras.app.event.TreeExpansionListener
Called whenever an item in the tree has been collapsed.
TreeColumn - Class in nextapp.echo.extras.app.tree
A description of a single column of a Tree.
TreeColumn(int) - Constructor for class nextapp.echo.extras.app.tree.TreeColumn
Creates a TreeColumn with the specified model index, undefined width, and undefined cell and header renderers.
TreeColumn(int, Extent) - Constructor for class nextapp.echo.extras.app.tree.TreeColumn
Creates a TreeColumn with the specified model index and width, and undefined cell and header renderers.
TreeColumn(int, Extent, TreeCellRenderer, TreeCellRenderer) - Constructor for class nextapp.echo.extras.app.tree.TreeColumn
Creates a TreeColumn with the specified model index, width, and cell and header renderers.
TreeColumnModel - Interface in nextapp.echo.extras.app.tree
A representation of the collection of TreeColumns of a Tree.
TreeColumnModelEvent - Class in nextapp.echo.extras.app.event
An event which describes an update to a TreeColumnModel
TreeColumnModelEvent(TreeColumnModel, int, int) - Constructor for class nextapp.echo.extras.app.event.TreeColumnModelEvent
Creates a new TreeColumnModelEvent.
TreeColumnModelListener - Interface in nextapp.echo.extras.app.event
A listener interface for receiving notification of changes to a TableColumnModel.
treeExpanded(TreeExpansionEvent) - Method in interface nextapp.echo.extras.app.event.TreeExpansionListener
Called whenever an item in the tree has been expanded.
TreeExpansionEvent - Class in nextapp.echo.extras.app.event
 
TreeExpansionEvent(Tree, TreePath) - Constructor for class nextapp.echo.extras.app.event.TreeExpansionEvent
 
TreeExpansionListener - Interface in nextapp.echo.extras.app.event
 
TreeLayoutData - Class in nextapp.echo.extras.app.tree
A LayoutData object for rendered tree cells.
TreeLayoutData() - Constructor for class nextapp.echo.extras.app.tree.TreeLayoutData
 
TreeModel - Interface in nextapp.echo.extras.app.tree
 
TreeModelEvent - Class in nextapp.echo.extras.app.event
Encapsulates information describing changes to a tree model, and used to notify tree model listeners of the change.
TreeModelEvent(Object, Object[], int[], Object[]) - Constructor for class nextapp.echo.extras.app.event.TreeModelEvent
Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as an array of Objects.
TreeModelEvent(Object, TreePath, int[], Object[]) - Constructor for class nextapp.echo.extras.app.event.TreeModelEvent
Used to create an event when nodes have been changed, inserted, or removed, identifying the path to the parent of the modified items as a TreePath object.
TreeModelEvent(Object, Object[]) - Constructor for class nextapp.echo.extras.app.event.TreeModelEvent
Used to create an event when the node structure has changed in some way, identifying the path to the root of a modified subtree as an array of Objects.
TreeModelEvent(Object, TreePath) - Constructor for class nextapp.echo.extras.app.event.TreeModelEvent
Used to create an event when the node structure has changed in some way, identifying the path to the root of the modified subtree as a TreePath object.
TreeModelListener - Interface in nextapp.echo.extras.app.event
 
treeNodesAdded(TreeModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeModelListener
 
treeNodesChanged(TreeModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeModelListener
 
treeNodesRemoved(TreeModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeModelListener
 
TreePath - Class in nextapp.echo.extras.app.tree
Represents a path to a node.
TreePath(Object[]) - Constructor for class nextapp.echo.extras.app.tree.TreePath
Constructs a path from an array of Objects, uniquely identifying the path from the root of the tree to a specific node, as returned by the tree's data model.
TreePath(Object) - Constructor for class nextapp.echo.extras.app.tree.TreePath
Constructs a TreePath containing only a single element.
TreePath(TreePath, Object) - Constructor for class nextapp.echo.extras.app.tree.TreePath
Constructs a new TreePath, which is the path identified by parent ending in lastElement.
TreePath(Object[], int) - Constructor for class nextapp.echo.extras.app.tree.TreePath
Constructs a new TreePath with the identified path components of length length.
TreePath() - Constructor for class nextapp.echo.extras.app.tree.TreePath
Primarily provided for subclasses that represent paths in a different manner.
TreeSelectionModel - Interface in nextapp.echo.extras.app.tree
 
treeStructureChanged(TreeModelEvent) - Method in interface nextapp.echo.extras.app.event.TreeModelListener
 
TYPE_BLIND_BLACK_IN - Static variable in class nextapp.echo.extras.app.TransitionPane
A horizontal blind effect with a black background.
TYPE_BLIND_BLACK_OUT - Static variable in class nextapp.echo.extras.app.TransitionPane
A horizontal blind effect with a black background.
TYPE_CAMERA_PAN_DOWN - Static variable in class nextapp.echo.extras.app.TransitionPane
Transition setting describing a visual effect where the viewing area pans to up to realize the new content.
TYPE_CAMERA_PAN_LEFT - Static variable in class nextapp.echo.extras.app.TransitionPane
Transition setting describing a visual effect where the viewing area pans to the left to realize the new content.
TYPE_CAMERA_PAN_RIGHT - Static variable in class nextapp.echo.extras.app.TransitionPane
Transition setting describing a visual effect where the viewing area pans to the right to realize the new content.
TYPE_CAMERA_PAN_UP - Static variable in class nextapp.echo.extras.app.TransitionPane
Transition setting describing a visual effect where the viewing area pans up to realize the new content.
TYPE_FADE - Static variable in class nextapp.echo.extras.app.TransitionPane
Fades to new content over old content.
TYPE_FADE_TO_BLACK - Static variable in class nextapp.echo.extras.app.TransitionPane
Fades to black, fades in new content.
TYPE_FADE_TO_WHITE - Static variable in class nextapp.echo.extras.app.TransitionPane
Fades to white, fades in new content.
TYPE_IMMEDIATE_REPLACE - Static variable in class nextapp.echo.extras.app.TransitionPane
Transition setting indicating new content should immediately final int replace old content with no visual effect.

U

userTabClose(int) - Method in class nextapp.echo.extras.app.TabPane
Processes a user request to close the tab with the given index (via the close button).
userTabSelect(int) - Method in class nextapp.echo.extras.app.TabPane
Processes a user request to select the tab with the given index.

V

validate() - Method in class nextapp.echo.extras.app.Tree
 
valueForPathChanged(TreePath, Object) - Method in class nextapp.echo.extras.app.tree.AbstractTreeModel
 
valueForPathChanged(TreePath, Object) - Method in interface nextapp.echo.extras.app.tree.TreeModel
 

W

WIDTH_CHANGED_PROPERTY - Static variable in class nextapp.echo.extras.app.tree.TreeColumn
 

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