Uses of Class
ch.sahits.model.gui.EFormLayout

Packages that use EFormLayout
ch.sahits.model.gui   
ch.sahits.model.java.gui   
 

Uses of EFormLayout in ch.sahits.model.gui
 

Methods in ch.sahits.model.gui that return EFormLayout
 EFormLayout IForm.getLayout()
          Retrieve the layout of the form
static EFormLayout EFormLayout.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EFormLayout[] EFormLayout.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.sahits.model.gui with parameters of type EFormLayout
 void IForm.setLayout(EFormLayout layout)
          Set the form layout
 

Uses of EFormLayout in ch.sahits.model.java.gui
 

Methods in ch.sahits.model.java.gui that return EFormLayout
 EFormLayout IJavaForm.getLayout()
          Retrieve the layout of the form
 

Methods in ch.sahits.model.java.gui with parameters of type EFormLayout
 void IJavaForm.setLayout(EFormLayout layout)
          Set the form layout