|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ menu overview ] | PREV NEXT | ||||||||
A
- actionMulticaster - Variable in class com.flexstor.common.awt.menu.FlexMenuBar
- actionPerformed(ActionEvent) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Delegate action events from menus to the registered action listener of this menu bar.
- add(Menu) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Track adding of a menu.
- add(CheckboxMenuItem) - Method in class com.flexstor.common.awt.menu.MenuItemGroup
- Add a menu item to this group and sets up observer relationship.
- addActionListener(ActionListener) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- addNotify() - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- addNotify() - Method in class com.flexstor.common.awt.menu.FlexMenu
- addNotify() - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- addNotify() - Method in class com.flexstor.common.awt.menu.MenuItem
- addObserver(Observer) - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- Add an observer to this menu item
C
- CheckboxMenuItem - class com.flexstor.common.awt.menu.CheckboxMenuItem.
- This class adds an identifier to each menu item in order to uniquely determine an item independant of its label.
- CheckboxMenuItem(int, int) - Constructor for class com.flexstor.common.awt.menu.CheckboxMenuItem
- Create a new CheckboxMenuItem with the given label id(text resource number) and action id.
- CheckboxMenuItem(int, int, int) - Constructor for class com.flexstor.common.awt.menu.CheckboxMenuItem
- Create a new CheckboxMenuItem with the given label id(text resource number) and action ids.
- com.flexstor.common.awt.menu - package com.flexstor.common.awt.menu
- controller - Variable in class com.flexstor.common.awt.menu.FlexMenuBar
- currentItem - Variable in class com.flexstor.common.awt.menu.MenuItemGroup
D
- dispose() - Method in class com.flexstor.common.awt.menu.FlexMenuBar
F
- FlexMenu - class com.flexstor.common.awt.menu.FlexMenu.
- This class adds functionality to java menu
- FlexMenu(String) - Constructor for class com.flexstor.common.awt.menu.FlexMenu
- FlexMenu(String, boolean) - Constructor for class com.flexstor.common.awt.menu.FlexMenu
- FlexMenuBar - class com.flexstor.common.awt.menu.FlexMenuBar.
- FlexMenuBar() - Constructor for class com.flexstor.common.awt.menu.FlexMenuBar
G
- getActionId() - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- Gets the menu item action id
- getActionId() - Method in class com.flexstor.common.awt.menu.MenuItem
- Gets the menu item action id
- getActionItems(Vector) - Method in class com.flexstor.common.awt.menu.FlexMenu
- Gets all menu items of this and all sub menus recursively.
- getActionItems() - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Gets all checkbox and menu items of this menu bar.
- getCurrent() - Method in class com.flexstor.common.awt.menu.MenuItemGroup
- Gets the currently selected item
- getMenuItemForId(int) - Method in class com.flexstor.common.awt.menu.FlexMenu
- Scans through all action components (menu items) on this menu to find the matching action id.
- getObservable() - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- Gets the embedded observable object used for delegation of the observable pattern when class does NOT derive from java.util.Observable
H
- HelpMenu - class com.flexstor.common.awt.menu.HelpMenu.
- This class creates a standard help menu with Contents and About menu items.
- HelpMenu() - Constructor for class com.flexstor.common.awt.menu.HelpMenu
- Creates a standard help menu with Contents and About menu items.
I
- items() - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Returns all action menu items as an enumeration.
- items - Variable in class com.flexstor.common.awt.menu.MenuItemGroup
L
- list(PrintStream) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- For debugging, list all action menu items
M
- MenuItem - class com.flexstor.common.awt.menu.MenuItem.
- This class adds an identifier to each menu item in order to uniquely determine an item independant of its label.
- MenuItem(int, int) - Constructor for class com.flexstor.common.awt.menu.MenuItem
- Create a new MenuItem with the given label id(text resource number) and action id(defined in Constants).
- MenuItem(int, int, int, boolean) - Constructor for class com.flexstor.common.awt.menu.MenuItem
- Create a new MenuItem with the given label id(text resource number), action id(defined in Constants), and menu shortcut key.
- MenuItem(String, int) - Constructor for class com.flexstor.common.awt.menu.MenuItem
- Create a new MenuItem with the given label and action id(defined in Constants).
- MenuItem(String, int, int, boolean) - Constructor for class com.flexstor.common.awt.menu.MenuItem
- Create a new MenuItem with the given label and action id(defined in Constants).
- MenuItemGroup - class com.flexstor.common.awt.menu.MenuItemGroup.
- This class implements a group of menu items.
- MenuItemGroup() - Constructor for class com.flexstor.common.awt.menu.MenuItemGroup
N
- nActionId - Variable in class com.flexstor.common.awt.menu.MenuItem
- nActionIdFalse - Variable in class com.flexstor.common.awt.menu.CheckboxMenuItem
- nActionIdTrue - Variable in class com.flexstor.common.awt.menu.CheckboxMenuItem
O
- observable - Variable in class com.flexstor.common.awt.menu.CheckboxMenuItem
P
- paramString() - Method in class com.flexstor.common.awt.menu.MenuItem
- Returns the String parameter of the menu item.
- processActionEvent(ActionEvent) - Method in class com.flexstor.common.awt.menu.MenuItem
- processItemEvent(ItemEvent) - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- Convert an item event into an action event, so an event can be handled with an action listener for checkboxmenuitems as well as regular menu items.
R
- remove(int) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Track remove of a menu.
- removeActionListener(ActionListener) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
S
- setEnabled(boolean) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Enables or disables all menu items in the menu bar
- setState(boolean) - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- Set the menu item state to a new value and notify observers.
- setStateUnNotified(boolean) - Method in class com.flexstor.common.awt.menu.CheckboxMenuItem
- This method is called from the menu item group to manipulate the state without notification
U
- update(Observable, Object) - Method in class com.flexstor.common.awt.menu.FlexMenuBar
- Responds to a controller notification to update the enabled state of each menu item
- update(Observable, Object) - Method in class com.flexstor.common.awt.menu.MenuItemGroup
- Implementation of Observer.
V
- vItems - Variable in class com.flexstor.common.awt.menu.FlexMenuBar
A C D F G H I L M N O P R S U V
|
|||||||||
| Home >> All >> com >> flexstor >> common >> awt >> [ menu overview ] | PREV NEXT | ||||||||