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

Constructor Index

 o PrefMenuItem(String, String)
This is the constructor.

Method Index

 o getName()
This return the name associated with this MenuItem.

Constructors

 o 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.

Methods

 o getName
  public String getName()
This return the name associated with this MenuItem.
Returns:
the name.

All Packages  Class Hierarchy  This Package  Previous  Next  Index