Package cz.zcu.fav.kiv.editor.graphics.components

Class Summary
CheckBox The CheckBox class is the component check-box used for displaying parameter with boolean values - false (no) and true (yes).
ColorChooser The ColorChooser class is the component used for choosing colors from the list of colors or from the color palette.
ComboBox The ComboBox class is the component combo-box used for displaying a list of predefined values of a parameter.
ComboBoxEdit The ComboBoxEdit class is the component combo-box used for displaying a list of predefined values of a parameter.
ComboBoxUnit The ComboBoxUnit class is the component combo-box used for displaying a list of predefined units of a parameter.
FileChooser The FileChooser class is the component text-field and button used for choosing a directory path with the file-chooser.
RadioButton The RadioButton class is the component containing a group of radio-buttons used for choosing one of predefined values.
SpinnerFloat The SpinnerFloat class is the component spinner used for displaying and changing decimal numbers.
SpinnerInt The SpinnerInt class is the component spinner used for displaying and changing integer numbers.
TextArea The TextArea class is the component text-area used for displaying longer texts.
TextField The TextField class is the component text-field used for displaying shorter single-line texts.