| Home >> All >> com >> flexstor >> common >> awt >> [ menu Javadoc ] |
com.flexstor.common.awt.menu: Javadoc index of package com.flexstor.common.awt.menu.
Package Samples:
com.flexstor.common.awt.menu
Classes:
CheckboxMenuItem: This class adds an identifier to each menu item in order to uniquely determine an item independant of its label. The code is identical with MenuItem, because of hierarchy constraints, this class cannot inherit from java.awt.CheckboxMenuItem AND com.flexstor.common.awt.menu.MenuItem. It sends a ActionEvent with its action id to its container class when selected. In addition, this class implements an Observable behavior in order to create exclusive menu item groups.
MenuItemGroup: This class implements a group of menu items. Within the group, only one and exactly one item can be selected. Selection of one item automatically deselects the previous item. MenuItemgroup is an Observer of CheckboxMenuItem.
MenuItem: This class adds an identifier to each menu item in order to uniquely determine an item independant of its label. It sends a ActionEvent with its action id to its container class when selected.
HelpMenu: This class creates a standard help menu with Contents and About menu items.
FlexMenu: This class adds functionality to java menu
FlexMenuBar
| Home | Contact Us | Privacy Policy | Terms of Service |