NextApp Echo2 Extras
v2.1.0
A B C D F G I M N O P R S T

A

AbstractMenuComponent - Class in nextapp.echo2.extras.app.menu
 
AbstractMenuComponent(MenuModel, MenuStateModel) - Constructor for class nextapp.echo2.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.echo2.extras.app.menu
 
AbstractMenuSelectionModel() - Constructor for class nextapp.echo2.extras.app.menu.AbstractMenuSelectionModel
 
AbstractMenuStateModel - Class in nextapp.echo2.extras.app.menu
An abstract base class for MenuStateModel implementations that provides event listener management and notification capabilities.
AbstractMenuStateModel() - Constructor for class nextapp.echo2.extras.app.menu.AbstractMenuStateModel
 
AccordionPane - Class in nextapp.echo2.extras.app
A PaneContainer which contains multiple panes in vertically arranged tabs that slide up and down to reveal a single child Pane at a time.
AccordionPane() - Constructor for class nextapp.echo2.extras.app.AccordionPane
Default constructor.
AccordionPaneLayoutData - Class in nextapp.echo2.extras.app.layout
LayoutData implementation for children of AccordionPane components.
AccordionPaneLayoutData() - Constructor for class nextapp.echo2.extras.app.layout.AccordionPaneLayoutData
 
ACTIVE_TAB_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
ACTIVE_TAB_INDEX_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.TabPane
 
addActionListener(ActionListener) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Adds an ActionListener to be notified when a menu item is selected.
addChangeListener(ChangeListener) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuSelectionModel
 
addChangeListener(ChangeListener) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuStateModel
 
addChangeListener(ChangeListener) - Method in interface nextapp.echo2.extras.app.menu.MenuSelectionModel
 
addChangeListener(ChangeListener) - Method in interface nextapp.echo2.extras.app.menu.MenuStateModel
Registers a ChangeListener to be notified when the selection or enabled state of menu items change.
addDropTarget(Component) - Method in class nextapp.echo2.extras.app.DragSource
Adds a target component to the drop target list.
addDropTargetListener(DropListener) - Method in class nextapp.echo2.extras.app.DragSource
Adds a DropListener to the listener list
addItem(ItemModel) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
Adds an ItemModel to the end of the menu.
addItem(ItemModel, int) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
Adds an ItemModel to the menu at the specified index

B

BORDER_TYPE_ADJACENT_TO_TABS - Static variable in class nextapp.echo2.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.echo2.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.echo2.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.echo2.extras.app.TabPane
Constant for the borderType property indicating that borders should be drawn on all sides of the content.
BorderPane - Class in nextapp.echo2.extras.app
A container which renders a FillImageBorder around its content.
BorderPane() - Constructor for class nextapp.echo2.extras.app.BorderPane
 

C

CalendarSelect - Class in nextapp.echo2.extras.app
A user-input component which allows for the selection of a single date.
CalendarSelect() - Constructor for class nextapp.echo2.extras.app.CalendarSelect
Creates a new CalendarSelect.
CalendarSelect(Date) - Constructor for class nextapp.echo2.extras.app.CalendarSelect
Creates a new CalendarSelect.
COLOR_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.ColorSelect
 
ColorSelect - Class in nextapp.echo2.extras.app
A visual hue/saturation/value-based color selection component to select RGB colors.
ColorSelect() - Constructor for class nextapp.echo2.extras.app.ColorSelect
Creates a new ColorSelect with an initially selected color of Color.WHITE.
ColorSelect(Color) - Constructor for class nextapp.echo2.extras.app.ColorSelect
Creates a new ColorSelect with the specified color initially selected.

D

DATE_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
DEFAULT_DURATION - Static variable in class nextapp.echo2.extras.app.TransitionPane
Default duration time, 350ms.
DefaultMenuModel - Class in nextapp.echo2.extras.app.menu
Default MenuModel implementation.
DefaultMenuModel() - Constructor for class nextapp.echo2.extras.app.menu.DefaultMenuModel
Creates a new DefaultMenuModel.
DefaultMenuModel(String, String) - Constructor for class nextapp.echo2.extras.app.menu.DefaultMenuModel
Creates a new DefaultMenuModel with the specified title text.
DefaultMenuModel(String, String, ImageReference) - Constructor for class nextapp.echo2.extras.app.menu.DefaultMenuModel
Creates a new DefaultMenuModel with the specified title text and icon
DefaultMenuSelectionModel - Class in nextapp.echo2.extras.app.menu
 
DefaultMenuSelectionModel() - Constructor for class nextapp.echo2.extras.app.menu.DefaultMenuSelectionModel
 
DefaultMenuStateModel - Class in nextapp.echo2.extras.app.menu
Default MenuStateModel implementation.
DefaultMenuStateModel() - Constructor for class nextapp.echo2.extras.app.menu.DefaultMenuStateModel
 
DefaultOptionModel - Class in nextapp.echo2.extras.app.menu
A default OptionModel implementation.
DefaultOptionModel(String, String, ImageReference) - Constructor for class nextapp.echo2.extras.app.menu.DefaultOptionModel
Creates a new DefaultOptionModel.
DefaultRadioOptionModel - Class in nextapp.echo2.extras.app.menu
Default RadioOptionModel implementation.
DefaultRadioOptionModel(String, String, String) - Constructor for class nextapp.echo2.extras.app.menu.DefaultRadioOptionModel
Creates a new DefaultOptionModel.
DefaultToggleOptionModel - Class in nextapp.echo2.extras.app.menu
Default ToggleOptionModel implementation.
DefaultToggleOptionModel(String, String) - Constructor for class nextapp.echo2.extras.app.menu.DefaultToggleOptionModel
Creates a new DefaultOptionModel.
doAction(OptionModel) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Programmatically performs a menu action.
DragSource - Class in nextapp.echo2.extras.app
A container Component that enables its child to be dragged and dropeed by the user onto any Component registered as a drop target.
DragSource() - Constructor for class nextapp.echo2.extras.app.DragSource
Creates an empty DragSource
DragSource(Component) - Constructor for class nextapp.echo2.extras.app.DragSource
Creates a DragSource making the given Component visually draggable
DROP_TARGET_LISTENERS_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.DragSource
 
DropDownMenu - Class in nextapp.echo2.extras.app
EXPERIMENTAL: Under Development, API may change.
DropDownMenu() - Constructor for class nextapp.echo2.extras.app.DropDownMenu
Creates a new DropDownMenu with an empty DefaultMenuModel as its model and a.
DropDownMenu(MenuModel) - Constructor for class nextapp.echo2.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.echo2.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.echo2.extras.app.DropDownMenu
 
DropEvent - Class in nextapp.echo2.extras.app.event
An event that represents a draggable Component being dropped on a valid drop target.
DropEvent(Object, Object) - Constructor for class nextapp.echo2.extras.app.event.DropEvent
Creates a DropEvent with the given Component as the draggable (source) and drop target Component (target)
DropListener - Interface in nextapp.echo2.extras.app.event
Listener interface for receiving DropEvents.
dropPerformed(DropEvent) - Method in interface nextapp.echo2.extras.app.event.DropListener
Invoked when a draggable component is dropped onto a valid drop target.

F

fireDropEvent(DropEvent) - Method in class nextapp.echo2.extras.app.DragSource
Notifies all listeners that have registered for this event type.
fireStateChanged() - Method in class nextapp.echo2.extras.app.menu.AbstractMenuSelectionModel
Notifies ChangeListeners of a selection state change.
fireStateChanged() - Method in class nextapp.echo2.extras.app.menu.AbstractMenuStateModel
Notifies ChangeListeners of a selection state change.

G

getActiveTabIndex() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the index of the active tab.
getActiveTabIndex() - Method in class nextapp.echo2.extras.app.TabPane
Returns the index of the active tab.
getAdjacentMonthDateForeground() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the foreground color of dates in adjacent (previous/next) months.
getBackgroundImage() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the background image of the displayed calendar month.
getBackgroundImage() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background image that will be displayed in the DropDownMenu.
getBackgroundImage() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background image that will be displayed in the MenuBarPane.
getBorder() - Method in class nextapp.echo2.extras.app.BorderPane
Returns the configured border.
getBorder() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the border surrounding the displayed calendar month.
getBorder() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the border that will be displayed around the DropDownMenu.
getBorder() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the border that will be displayed around the MenuBarPane.
getBorderType() - Method in class nextapp.echo2.extras.app.TabPane
Returns the mode in which the border will be drawn around the TabPane.
getColor() - Method in class nextapp.echo2.extras.app.ColorSelect
Retrieves the selected color.
getDate() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the selected date.
getDefaultContentInsets() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the default content inset margin.
getDefaultContentInsets() - Method in class nextapp.echo2.extras.app.TabPane
Returns the default content inset margin.
getDisabledBackground() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background color used to render disabled menu items.
getDisabledBackground() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background color used to render disabled menu items.
getDisabledBackgroundImage() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background image used to render disabled menu items.
getDisabledBackgroundImage() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background image used to render disabled menu items.
getDisabledExpandIcon() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the disabled expand icon.
getDisabledForeground() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the foreground color used to render disabled menu items.
getDisabledForeground() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the foreground color used to render disabled menu items.
getDropTargetAt(int) - Method in class nextapp.echo2.extras.app.DragSource
Returns the drop target Component at the specified index
getDropTargetCount() - Method in class nextapp.echo2.extras.app.DragSource
Returns total number of drop target Components
getDropTargetList() - Method in class nextapp.echo2.extras.app.DragSource
Returns the local list of Drop Target Components.
getDropTargets() - Method in class nextapp.echo2.extras.app.DragSource
Returns all drop target Components
getDuration() - Method in class nextapp.echo2.extras.app.TransitionPane
Returns the transition duration, in milleseconds.
getExpandIcon() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the icon used to expand the drop down menu.
getGroupId() - Method in class nextapp.echo2.extras.app.menu.DefaultRadioOptionModel
 
getGroupId() - Method in interface nextapp.echo2.extras.app.menu.RadioOptionModel
Returns a group identifier assocciated with this RadioButtonOptionModel.
getHeight() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the height of the drop down menu.
getHueWidth() - Method in class nextapp.echo2.extras.app.ColorSelect
Retrieves the width of the hue selector (the spectrum gradient drawn on the right side of the ColorSelector).
getIcon() - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
 
getIcon() - Method in class nextapp.echo2.extras.app.menu.DefaultOptionModel
 
getIcon() - Method in interface nextapp.echo2.extras.app.menu.MenuModel
Returns the icon of the menu.
getIcon() - Method in interface nextapp.echo2.extras.app.menu.OptionModel
Returns the icon of this menu option.
getId() - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
 
getId() - Method in class nextapp.echo2.extras.app.menu.DefaultOptionModel
 
getId() - Method in interface nextapp.echo2.extras.app.menu.ItemModel
Returns the id of the OptionModel.
getId() - Method in class nextapp.echo2.extras.app.menu.SeparatorModel
 
getInsets() - Method in class nextapp.echo2.extras.app.BorderPane
Returns the inset margin.
getInsets() - Method in class nextapp.echo2.extras.app.TabPane
Returns the Insets around the entire TabPane.
getItem(int) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
 
getItem(int) - Method in interface nextapp.echo2.extras.app.menu.MenuModel
Retrieves the ItemModel contained in this menu at the specified index.
getItemCount() - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
 
getItemCount() - Method in interface nextapp.echo2.extras.app.menu.MenuModel
Returns the number of items in the menu.
getMenuBackground() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background color that will be displayed in pull-down menus.
getMenuBackground() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background color that will be displayed in pull-down menus.
getMenuBackgroundImage() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background image that will be displayed in pull-down menus.
getMenuBackgroundImage() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background image that will be displayed in pull-down menus.
getMenuBorder() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the border that will be displayed around pull-down menus.
getMenuBorder() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the border that will be displayed around pull-down menus.
getMenuForeground() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the foreground color that will be displayed in pull-down menus.
getMenuForeground() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the foreground color that will be displayed in pull-down menus.
getModel() - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Returns the model
getSaturationHeight() - Method in class nextapp.echo2.extras.app.ColorSelect
Retrieves the height of the saturation/value selector (the saturation axis is vertical).
getSelectedDateBackground() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the background color of the selected date
getSelectedDateBackgroundImage() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the background image of the selected date
getSelectedDateForeground() - Method in class nextapp.echo2.extras.app.CalendarSelect
Returns the foreground color of the selected date
getSelectedId() - Method in class nextapp.echo2.extras.app.menu.DefaultMenuSelectionModel
 
getSelectedId() - Method in interface nextapp.echo2.extras.app.menu.MenuSelectionModel
 
getSelectionBackground() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background color used to highlight the currently selected menu item.
getSelectionBackground() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background color used to highlight the currently selected menu item.
getSelectionBackgroundImage() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the background image used to highlight the currently selected menu item.
getSelectionBackgroundImage() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the background image used to highlight the currently selected menu item.
getSelectionForeground() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the foreground color used to highlight the currently selected menu item.
getSelectionForeground() - Method in class nextapp.echo2.extras.app.MenuBarPane
Returns the foreground color used to highlight the currently selected menu item.
getSelectionModel() - Method in class nextapp.echo2.extras.app.DropDownMenu
 
getStateModel() - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Returns the selection model
getTabActiveBackground() - Method in class nextapp.echo2.extras.app.TabPane
Returns the background color used to render active tabs.
getTabActiveBackgroundImage() - Method in class nextapp.echo2.extras.app.TabPane
Returns the background image used to render active tabs.
getTabActiveBorder() - Method in class nextapp.echo2.extras.app.TabPane
Returns the Border used to draw the active tab and surround the content of the TabPane.
getTabActiveFont() - Method in class nextapp.echo2.extras.app.TabPane
Returns the font used to render active tabs.
getTabActiveForeground() - Method in class nextapp.echo2.extras.app.TabPane
Returns the foreground color used to render active tabs.
getTabBackground() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab background color.
getTabBackgroundImage() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab background image.
getTabBorder() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab border.
getTabForeground() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab foreground color.
getTabHeight() - Method in class nextapp.echo2.extras.app.TabPane
Returns the height of an individual tab.
getTabInactiveBackground() - Method in class nextapp.echo2.extras.app.TabPane
Returns the background color used to render inactive tabs.
getTabInactiveBackgroundImage() - Method in class nextapp.echo2.extras.app.TabPane
Returns the background image used to render inactive tabs.
getTabInactiveBorder() - Method in class nextapp.echo2.extras.app.TabPane
Returns the Border used to draw inactive tabs.
getTabInactiveFont() - Method in class nextapp.echo2.extras.app.TabPane
Returns the font used to render inactive tabs.
getTabInactiveForeground() - Method in class nextapp.echo2.extras.app.TabPane
Returns the foreground color used to render inactive tabs.
getTabInset() - Method in class nextapp.echo2.extras.app.TabPane
Returns the horizontal distance from which all tabs are inset from the edge of the TabPane.
getTabInsets() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab inset margin.
getTabPosition() - Method in class nextapp.echo2.extras.app.TabPane
Returns the position where the tabs are located relative to the pane content.
getTabRolloverBackground() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab rollover background color.
getTabRolloverBackgroundImage() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab rollover background image.
getTabRolloverBorder() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab rollover border.
getTabRolloverForeground() - Method in class nextapp.echo2.extras.app.AccordionPane
Returns the tab rollover foreground color.
getTabSpacing() - Method in class nextapp.echo2.extras.app.TabPane
Returns the horizontal space between individual tabs.
getTabWidth() - Method in class nextapp.echo2.extras.app.TabPane
Returns the width of an individual tab.
getTarget() - Method in class nextapp.echo2.extras.app.event.DropEvent
Returns the drop target Component
getText() - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
 
getText() - Method in class nextapp.echo2.extras.app.menu.DefaultOptionModel
 
getText() - Method in interface nextapp.echo2.extras.app.menu.MenuModel
Returns the text of the menu.
getText() - Method in interface nextapp.echo2.extras.app.menu.OptionModel
Returns the text of this menu option.
getTitle() - Method in class nextapp.echo2.extras.app.layout.AccordionPaneLayoutData
Returns the title of the accordion tab.
getTitle() - Method in class nextapp.echo2.extras.app.layout.TabPaneLayoutData
Returns the title of the tab.
getToolTipText(String) - Method in class nextapp.echo2.extras.app.DragSource
Gets the tool tip text (displayed when the draggable component is over a valid drop target).
getType() - Method in class nextapp.echo2.extras.app.TransitionPane
Sets the transition type.
getValueWidth() - Method in class nextapp.echo2.extras.app.ColorSelect
Retrieves the width of the saturation/value selector (the value axis is horizontal).
getWidth() - Method in class nextapp.echo2.extras.app.DropDownMenu
Returns the width of the drop down menu.

I

INPUT_DROP - Static variable in class nextapp.echo2.extras.app.DragSource
 
INPUT_SELECT - Static variable in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
 
INPUT_TAB_INDEX - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
INPUT_TAB_INDEX - Static variable in class nextapp.echo2.extras.app.TabPane
 
isDisplayValue() - Method in class nextapp.echo2.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.echo2.extras.app.menu.DefaultMenuStateModel
 
isEnabled(String) - Method in interface nextapp.echo2.extras.app.menu.MenuStateModel
Determines if a specific menu option is enabled.
isSelected(String) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuStateModel
 
isSelected(String) - Method in interface nextapp.echo2.extras.app.menu.MenuStateModel
Determines if a specific menu option is selected.
isTabRolloverEnabled() - Method in class nextapp.echo2.extras.app.AccordionPane
Determines whether rollover effects are enabled.
isValidChild(Component) - Method in class nextapp.echo2.extras.app.TransitionPane
 
isValidParent(Component) - Method in class nextapp.echo2.extras.app.AccordionPane
 
isValidParent(Component) - Method in class nextapp.echo2.extras.app.MenuBarPane
 
isValidParent(Component) - Method in class nextapp.echo2.extras.app.TabPane
 
isValidParent(Component) - Method in class nextapp.echo2.extras.app.TransitionPane
 
ItemModel - Interface in nextapp.echo2.extras.app.menu
Representation of an item contained in a menu.

M

MenuBarPane - Class in nextapp.echo2.extras.app
A pull-down menu pane.
MenuBarPane() - Constructor for class nextapp.echo2.extras.app.MenuBarPane
Creates a new MenuBarPane with an empty DefaultMenuModel as its model and a.
MenuBarPane(MenuModel) - Constructor for class nextapp.echo2.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.echo2.extras.app.MenuBarPane
Creates a new MenuBarPane displaying the specified MenuModel and using the specified MenuStateModel to provide state information.
MenuModel - Interface in nextapp.echo2.extras.app.menu
Representation of a single-level menu that may contain menu options, separators and sub-menus.
MenuSelectionModel - Interface in nextapp.echo2.extras.app.menu
 
MenuStateModel - Interface in nextapp.echo2.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.echo2.extras.app.menu.AbstractMenuComponent
 

N

nextapp.echo2.extras.app - package nextapp.echo2.extras.app
 
nextapp.echo2.extras.app.event - package nextapp.echo2.extras.app.event
 
nextapp.echo2.extras.app.layout - package nextapp.echo2.extras.app.layout
 
nextapp.echo2.extras.app.menu - package nextapp.echo2.extras.app.menu
 

O

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

P

processInput(String, Object) - Method in class nextapp.echo2.extras.app.AccordionPane
 
processInput(String, Object) - Method in class nextapp.echo2.extras.app.CalendarSelect
 
processInput(String, Object) - Method in class nextapp.echo2.extras.app.ColorSelect
 
processInput(String, Object) - Method in class nextapp.echo2.extras.app.DragSource
 
processInput(String, Object) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
 
processInput(String, Object) - Method in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_ADJACENT_MONTH_DATE_FOREGROUND - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_BORDER - Static variable in class nextapp.echo2.extras.app.BorderPane
 
PROPERTY_BORDER - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
PROPERTY_BORDER - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_BORDER - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_BORDER_TYPE - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_DEFAULT_CONTENT_INSETS - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_DEFAULT_CONTENT_INSETS - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_DISABLED_BACKGROUND - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_DISABLED_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_DISABLED_EXPAND_ICON - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_DISABLED_FOREGROUND - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_DISPLAY_VALUE - Static variable in class nextapp.echo2.extras.app.ColorSelect
 
PROPERTY_DURATION - Static variable in class nextapp.echo2.extras.app.TransitionPane
 
PROPERTY_EXPAND_ICON - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_HEIGHT - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_HUE_WIDTH - Static variable in class nextapp.echo2.extras.app.ColorSelect
 
PROPERTY_INSETS - Static variable in class nextapp.echo2.extras.app.BorderPane
 
PROPERTY_INSETS - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_MENU_BACKGROUND - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_MENU_BACKGROUND - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_MENU_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_MENU_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_MENU_BORDER - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_MENU_BORDER - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_MENU_FOREGROUND - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_MENU_FOREGROUND - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_SATURATION_HEIGHT - Static variable in class nextapp.echo2.extras.app.ColorSelect
 
PROPERTY_SELECTED_DATE_BACKGROUND - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
PROPERTY_SELECTED_DATE_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
PROPERTY_SELECTED_DATE_FOREGROUND - Static variable in class nextapp.echo2.extras.app.CalendarSelect
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_SELECTION_BACKGROUND - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_SELECTION_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
PROPERTY_SELECTION_FOREGROUND - Static variable in class nextapp.echo2.extras.app.MenuBarPane
 
PROPERTY_TAB_ACTIVE_BACKGROUND - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_BORDER - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_FONT - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_ACTIVE_FOREGROUND - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_BACKGROUND - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_BORDER - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_FOREGROUND - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_HEIGHT - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_BACKGROUND - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_BORDER - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_FONT - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INACTIVE_FOREGROUND - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INSET - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_INSETS - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_POSITION - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_ROLLOVER_BACKGROUND - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_BACKGROUND_IMAGE - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_BORDER - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_ENABLED - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_ROLLOVER_FOREGROUND - Static variable in class nextapp.echo2.extras.app.AccordionPane
 
PROPERTY_TAB_SPACING - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TAB_WIDTH - Static variable in class nextapp.echo2.extras.app.TabPane
 
PROPERTY_TOOL_TIP_TEXT - Static variable in class nextapp.echo2.extras.app.DragSource
 
PROPERTY_TYPE - Static variable in class nextapp.echo2.extras.app.TransitionPane
 
PROPERTY_VALUE_WIDTH - Static variable in class nextapp.echo2.extras.app.ColorSelect
 
PROPERTY_WIDTH - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 

R

RadioOptionModel - Interface in nextapp.echo2.extras.app.menu
Representation of a radio button style menu option.
removeActionListener(ActionListener) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Removes an ActionListener from being notified when a menu item is selected.
removeAllDropTargets() - Method in class nextapp.echo2.extras.app.DragSource
Removes all Components from the drop target list
removeChangeListener(ChangeListener) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuSelectionModel
 
removeChangeListener(ChangeListener) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuStateModel
 
removeChangeListener(ChangeListener) - Method in interface nextapp.echo2.extras.app.menu.MenuSelectionModel
 
removeChangeListener(ChangeListener) - Method in interface nextapp.echo2.extras.app.menu.MenuStateModel
Unregisters a ChangeListener from being notified when the selection or enabled state of menu items change.
removeDropTarget(Component) - Method in class nextapp.echo2.extras.app.DragSource
Removes a Component from the drop target list
removeDropTargetListener(DropListener) - Method in class nextapp.echo2.extras.app.DragSource
Removes a DropListener from the listener list
removeItem(ItemModel) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
REmoves an ItemModel from the menu

S

SELECTION_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
SELECTION_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.DropDownMenu
 
SeparatorModel - Class in nextapp.echo2.extras.app.menu
A representation of a separator within a menu.
SeparatorModel() - Constructor for class nextapp.echo2.extras.app.menu.SeparatorModel
 
setActiveTabIndex(int) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the active tab index.
setActiveTabIndex(int) - Method in class nextapp.echo2.extras.app.TabPane
Sets the active tab index.
setAdjacentMonthDateForeground(Color) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the foreground color of dates in adjacent (previous/next) months.
setBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the background image of the displayed calendar month.
setBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background image that will be displayed in the DropDownMenu.
setBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background image that will be displayed in the MenuBarPane.
setBorder(FillImageBorder) - Method in class nextapp.echo2.extras.app.BorderPane
Sets the border.
setBorder(Border) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the border surrounding the displayed calendar month.
setBorder(Border) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the border that will be displayed around the DropDownMenu.
setBorder(Border) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the border that will be displayed around the MenuBarPane.
setBorderType(int) - Method in class nextapp.echo2.extras.app.TabPane
Sets the mode in which the border will be drawn around the TabPane.
setColor(Color) - Method in class nextapp.echo2.extras.app.ColorSelect
Sets the selected color.
setDate(Date) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the selected date.
setDefaultContentInsets(Insets) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the default content inset margin.
setDefaultContentInsets(Insets) - Method in class nextapp.echo2.extras.app.TabPane
Sets the default content inset margin.
setDisabledBackground(Color) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background color used to render disabled menu items.
setDisabledBackground(Color) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background color used to render disabled menu items.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background image used to render disabled menu items.
setDisabledBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background image used to render disabled menu items.
setDisabledExpandIcon(ImageReference) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the disabled expand icon.
setDisabledForeground(Color) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the foreground color used to render disabled menu items.
setDisabledForeground(Color) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the foreground color used to render disabled menu items.
setDisplayValue(boolean) - Method in class nextapp.echo2.extras.app.ColorSelect
Sets whether the hex-triplet value, e.g., '#123abc' is displayed at the bottom of the ColorSelect.
setDuration(int) - Method in class nextapp.echo2.extras.app.TransitionPane
Sets the transition duration, in milleseconds.
setEnabled(String, boolean) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuStateModel
 
setEnabled(String, boolean) - Method in interface nextapp.echo2.extras.app.menu.MenuStateModel
Sets the enabled state of a specific menu option.
setExpandIcon(ImageReference) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the icon used to expand the drop down menu.
setHeight(Extent) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the height of the drop down menu.
setHueWidth(Extent) - Method in class nextapp.echo2.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.echo2.extras.app.menu.DefaultMenuModel
Sets the title icon of the menu
setInsets(Insets) - Method in class nextapp.echo2.extras.app.BorderPane
Sets the inset margin.
setInsets(Insets) - Method in class nextapp.echo2.extras.app.TabPane
Sets the Insets around the entire TabPane.
setMenuBackground(Color) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background color that will be displayed in pull-down menus.
setMenuBackground(Color) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background color that will be displayed in pull-down menus.
setMenuBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background image that will be displayed in pull-down menus.
setMenuBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background image that will be displayed in pull-down menus.
setMenuBorder(Border) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the border that will be displayed around pull-down menus.
setMenuBorder(Border) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the border that will be displayed around pull-down menus.
setMenuForeground(Color) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the foreground color that will be displayed in pull-down menus.
setMenuForeground(Color) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the foreground color that will be displayed in pull-down menus.
setModel(MenuModel) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Sets the model.
setSaturationHeight(Extent) - Method in class nextapp.echo2.extras.app.ColorSelect
Sets the height of the saturation/value selector (the saturation axis is vertical).
setSelected(String, boolean) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuStateModel
 
setSelected(String, boolean) - Method in interface nextapp.echo2.extras.app.menu.MenuStateModel
Sets the selection state of a specific menu option.
setSelectedDateBackground(Color) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the background color of the selected date
setSelectedDateBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the background image of the selected date
setSelectedDateForeground(Color) - Method in class nextapp.echo2.extras.app.CalendarSelect
Sets the foreground color of the selected date
setSelectedId(String) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuSelectionModel
 
setSelectedId(String) - Method in interface nextapp.echo2.extras.app.menu.MenuSelectionModel
 
setSelectionBackground(Color) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background color used to highlight the currently selected menu item.
setSelectionBackground(Color) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background color used to highlight the currently selected menu item.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the background image used to highlight the currently selected menu item.
setSelectionBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the background image used to highlight the currently selected menu item.
setSelectionForeground(Color) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the foreground color used to highlight the currently selected menu item.
setSelectionForeground(Color) - Method in class nextapp.echo2.extras.app.MenuBarPane
Sets the foreground color used to highlight the currently selected menu item.
setSelectionModel(MenuSelectionModel) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the selection model to use.
setStateModel(MenuStateModel) - Method in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
Sets the selection model.
setTabActiveBackground(Color) - Method in class nextapp.echo2.extras.app.TabPane
Sets the background color used to render active tabs.
setTabActiveBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.TabPane
Sets the background image used to render active tabs.
setTabActiveBorder(Border) - Method in class nextapp.echo2.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.echo2.extras.app.TabPane
Sets the font used to render active tabs.
setTabActiveForeground(Color) - Method in class nextapp.echo2.extras.app.TabPane
Sets the foreground color used to render active tabs.
setTabBackground(Color) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab background color.
setTabBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab background image.
setTabBorder(Border) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab border.
setTabForeground(Color) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab foreground color.
setTabHeight(Extent) - Method in class nextapp.echo2.extras.app.TabPane
Sets the height of an individual tab.
setTabInactiveBackground(Color) - Method in class nextapp.echo2.extras.app.TabPane
Sets the background color used to render inactive tabs.
setTabInactiveBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.TabPane
Sets the background image used to render inactive tabs.
setTabInactiveBorder(Border) - Method in class nextapp.echo2.extras.app.TabPane
Sets the Border used to draw inactive tabs in the TabPane.
setTabInactiveFont(Font) - Method in class nextapp.echo2.extras.app.TabPane
Sets the font used to render inactive tabs.
setTabInactiveForeground(Color) - Method in class nextapp.echo2.extras.app.TabPane
Sets the foreground color used to render inactive tabs.
setTabInset(Extent) - Method in class nextapp.echo2.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.echo2.extras.app.AccordionPane
Sets the tab inset margin.
setTabPosition(int) - Method in class nextapp.echo2.extras.app.TabPane
Sets the position where the tabs are located relative to the pane content.
setTabRolloverBackground(Color) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab rollover background color.
setTabRolloverBackgroundImage(FillImage) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab rollover background image.
setTabRolloverBorder(Border) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab rollover border.
setTabRolloverEnabled(boolean) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets whether tab rollover effects are enabled.
setTabRolloverForeground(Color) - Method in class nextapp.echo2.extras.app.AccordionPane
Sets the tab rollover foreground color.
setTabSpacing(Extent) - Method in class nextapp.echo2.extras.app.TabPane
Sets the horizontal space between individual tabs.
setTabWidth(Extent) - Method in class nextapp.echo2.extras.app.TabPane
Sets the width of an individual tab.
setText(String) - Method in class nextapp.echo2.extras.app.menu.DefaultMenuModel
Sets the title text of the menu
setTitle(String) - Method in class nextapp.echo2.extras.app.layout.AccordionPaneLayoutData
Sets the title of the accordion tab.
setTitle(String) - Method in class nextapp.echo2.extras.app.layout.TabPaneLayoutData
Sets the title of the tab.
setToolTipText(String) - Method in class nextapp.echo2.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.echo2.extras.app.TransitionPane
Sets the transition type.
setValueWidth(Extent) - Method in class nextapp.echo2.extras.app.ColorSelect
Sets the width of the saturation/value selector (the value axis is horizontal).
setWidth(Extent) - Method in class nextapp.echo2.extras.app.DropDownMenu
Sets the width of the drop down menu.
STATE_MODEL_CHANGED_PROPERTY - Static variable in class nextapp.echo2.extras.app.menu.AbstractMenuComponent
 

T

TAB_POSITION_BOTTOM - Static variable in class nextapp.echo2.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.echo2.extras.app.TabPane
Constant for the tabPosition property indicating that the tabs should be rendered above the content.
TabPane - Class in nextapp.echo2.extras.app
A container pane which displays child components in separate tabs.
TabPane() - Constructor for class nextapp.echo2.extras.app.TabPane
 
TabPaneLayoutData - Class in nextapp.echo2.extras.app.layout
LayoutData implementation for children of TabPane components.
TabPaneLayoutData() - Constructor for class nextapp.echo2.extras.app.layout.TabPaneLayoutData
 
ToggleOptionModel - Interface in nextapp.echo2.extras.app.menu
Representation of a on/off toggle menu option.
TransitionPane - Class in nextapp.echo2.extras.app
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.echo2.extras.app.TransitionPane
 
TYPE_BLIND_BLACK_IN - Static variable in class nextapp.echo2.extras.app.TransitionPane
A horizontal blind effect with a black background.
TYPE_BLIND_BLACK_OUT - Static variable in class nextapp.echo2.extras.app.TransitionPane
A horizontal blind effect with a black background.
TYPE_CAMERA_PAN_DOWN - Static variable in class nextapp.echo2.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.echo2.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.echo2.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.echo2.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.echo2.extras.app.TransitionPane
Fades to new content over old content.
TYPE_FADE_TO_BLACK - Static variable in class nextapp.echo2.extras.app.TransitionPane
Fades to black, fades in new content.
TYPE_FADE_TO_WHITE - Static variable in class nextapp.echo2.extras.app.TransitionPane
Fades to white, fades in new content.
TYPE_IMMEDIATE_REPLACE - Static variable in class nextapp.echo2.extras.app.TransitionPane
Transition setting indicating new content should immediately final int replace old content with no visual effect.

A B C D F G I M N O P R S T
NextApp Echo2 Extras
v2.1.0