Class semper.preferences.PrefMenuItem
All Packages Class Hierarchy This Package Previous Next Index
Class semper.preferences.PrefMenuItem
java.lang.Object
|
+----java.awt.MenuComponent
|
+----java.awt.MenuItem
|
+----semper.preferences.PrefMenuItem
- public class PrefMenuItem
- extends MenuItem
-
PrefMenuItem(String, String)
- This is the constructor.
-
getName()
- This return the name associated with this MenuItem.
PrefMenuItem
public PrefMenuItem(String label,
String theName)
- This is the constructor.
- Parameters:
- eter - label is the label appearing in the menu.
- eter - theName is the name of the group which correspond to that label.
- Returns:
- the new object.
getName
public String getName()
- This return the name associated with this MenuItem.
- Returns:
- the name.
All Packages Class Hierarchy This Package Previous Next Index