Uses of Class
hok.ui.wizard.ConstraintDialog.DialogType

Packages that use ConstraintDialog.DialogType
hok.ui.wizard   
 

Uses of ConstraintDialog.DialogType in hok.ui.wizard
 

Methods in hok.ui.wizard that return ConstraintDialog.DialogType
 ConstraintDialog.DialogType ConstraintDialog.getType()
          Returns the type of the Dialog
static ConstraintDialog.DialogType ConstraintDialog.DialogType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConstraintDialog.DialogType[] ConstraintDialog.DialogType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hok.ui.wizard with parameters of type ConstraintDialog.DialogType
 void ConstraintDialog.setType(ConstraintDialog.DialogType type)
          Sets the type of the Dialog.
 

Constructors in hok.ui.wizard with parameters of type ConstraintDialog.DialogType
ConstraintDialog(Shell parentShell, ConstraintDialog.DialogType type)
          The constructor needs a parent shell and the Dialogtype (either ConceptType or PredicateType).