|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.gui.field.NavigatorMenuGUI.MenuItemInformation
This class is necessary to the visibility configuration of the MenuItems. It contains the current state of selection of each MenuItem into the JList of the configuration JDialog.
| Field Summary | |
protected java.lang.String |
itemName
String with the itemName. |
protected boolean |
selected
Boolean that indicates if a MenuItem is selected. |
| Constructor Summary | |
NavigatorMenuGUI.MenuItemInformation(java.lang.String itemName,
boolean selected)
Constructs a new MenuItemInformation with the specified parameters. |
|
| Method Summary | |
java.lang.String |
getItemName()
This method returns the MenuItem name. |
boolean |
isSelected()
This method returns if the MenuItem is selected. |
void |
setItemName(java.lang.String itemName)
This method establishes the MenuItem name. |
void |
setSelected(boolean selected)
This method establishes the visibility of the MenuItem. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean selected
protected java.lang.String itemName
| Constructor Detail |
public NavigatorMenuGUI.MenuItemInformation(java.lang.String itemName,
boolean selected)
itemName - The name of the MenuItem.selected - Boolean indicating if the MenuItem is selected.| Method Detail |
public boolean isSelected()
boolean with the selection value.public void setSelected(boolean selected)
selected - public java.lang.String getItemName()
String with the MenuItem name.public void setItemName(java.lang.String itemName)
itemName - The name of the MenuItem.
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||