Uses of Class
cz.zcu.fav.kiv.editor.beans.types.Type

Packages that use Type
cz.zcu.fav.kiv.editor.beans.parameters   
cz.zcu.fav.kiv.editor.beans.properties   
cz.zcu.fav.kiv.editor.graphics.components   
cz.zcu.fav.kiv.editor.utils   
 

Uses of Type in cz.zcu.fav.kiv.editor.beans.parameters
 

Subclasses of Type in cz.zcu.fav.kiv.editor.beans.parameters
 class TypeParam
          The TypeParam class represents a type of parameter.
 

Uses of Type in cz.zcu.fav.kiv.editor.beans.properties
 

Subclasses of Type in cz.zcu.fav.kiv.editor.beans.properties
 class TypeAttr
          The TypeAttr class represents a type of attribute.
 

Uses of Type in cz.zcu.fav.kiv.editor.graphics.components
 

Methods in cz.zcu.fav.kiv.editor.graphics.components with parameters of type Type
static SpinnerFloat SpinnerFloat.createSpinnerFloat(Type type)
          Creates the spinner used for displaying and changing decimal numbers.
static SpinnerInt SpinnerInt.createSpinnerInt(Type type)
          Creates the spinner used for displaying and changing integer numbers.
 

Constructors in cz.zcu.fav.kiv.editor.graphics.components with parameters of type Type
CheckBox(Type type)
          Initializes a newly created CheckBox with the parameter type.
ColorChooser(Type type)
          Initializes a newly created ColorChooser with the parameter type.
ComboBox(Type type)
          Initializes a newly created ComboBox with the parameter type.
ComboBoxEdit(Type type)
          Initializes a newly created ComboBoxEdit with the parameter type.
FileChooser(Type type)
          Initializes a newly created FileChooser with the parameter type.
RadioButton(Type type)
          Initializes a newly created RadioButton with the parameter type.
TextArea(Type type)
          Initializes a newly created TextArea with the parameter type.
TextField(Type type)
          Initializes a newly created TextField with the parameter type.
 

Uses of Type in cz.zcu.fav.kiv.editor.utils
 

Methods in cz.zcu.fav.kiv.editor.utils with parameters of type Type
static void TagControl.controlSetTypeValue(Type type, java.lang.String value)
          Controls if the input value corresponds to the Type component.