Uses of Class
org.peace_tools.core.AbstractMenuHelper.HelperType

Packages that use AbstractMenuHelper.HelperType
org.peace_tools.core Contains the core classes that coordinate the activities of various classes and wizards. 
 

Uses of AbstractMenuHelper.HelperType in org.peace_tools.core
 

Fields in org.peace_tools.core declared as AbstractMenuHelper.HelperType
private  AbstractMenuHelper.HelperType AbstractMenuHelper.helperType
          The type of helper that the derived class represents.
 

Fields in org.peace_tools.core with type parameters of type AbstractMenuHelper.HelperType
private  java.util.HashMap<AbstractMenuHelper.HelperType,AbstractMenuHelper> MainFrame.menuHelpers
          The list of menu helpers associated with this main frame.
 

Methods in org.peace_tools.core that return AbstractMenuHelper.HelperType
 AbstractMenuHelper.HelperType AbstractMenuHelper.getHelperType()
          Determine the type of helper that this object represents.
static AbstractMenuHelper.HelperType AbstractMenuHelper.HelperType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractMenuHelper.HelperType[] AbstractMenuHelper.HelperType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.peace_tools.core with parameters of type AbstractMenuHelper.HelperType
 AbstractMenuHelper MainFrame.getMenuHelper(AbstractMenuHelper.HelperType helperType)
          Obtain a menu helper for a given helper type.
 

Constructors in org.peace_tools.core with parameters of type AbstractMenuHelper.HelperType
AbstractMenuHelper(AbstractMenuHelper.HelperType helperType, MainFrame mainFrame)