Uses of Class
ch.sahits.codegen.java.gui.util.EGUIGroup

Packages that use EGUIGroup
ch.sahits.codegen.java.gui.util   
 

Uses of EGUIGroup in ch.sahits.codegen.java.gui.util
 

Methods in ch.sahits.codegen.java.gui.util that return EGUIGroup
 EGUIGroup GUIHelper.getGroupType(IFormGroup group)
          Translate the contents of the group into an enumeration element
static EGUIGroup EGUIGroup.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EGUIGroup[] EGUIGroup.values()
          Returns an array containing the constants of this enum type, in the order they are declared.