Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
TypeParam
The
TypeParam class represents a type of parameter. |
Modifier and Type | Class and Description |
---|---|
class |
TypeAttr
The
TypeAttr class represents a type of attribute. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
static void |
TagControl.controlSetTypeValue(Type type,
java.lang.String value)
Controls if the input value corresponds to the
Type component. |