See: Description
| Class | Description |
|---|---|
| AbstractExpressionEditor |
An abstract editor for boolean and general expressions.
|
| BooleanEditor |
An editor which uses a
JCheckBox. |
| BooleanExpressionEditor |
An editor for expressions which return a boolean value.
|
| ColorEditor |
An editor which uses a coloured
JComponent if, when clicked, opens a JColorChooser. |
| ComboBoxEditor |
An editor which uses a
JComboBox. |
| FileEditor |
An editor for parameters of type
File. |
| GeneralExpressionEditor | |
| LabelEditor |
An "editor" which is a label component.
|
| ListEditor |
An editor which uses a
JList. |
| RadioButtonEditor |
An editor which uses a
JRadioButton. |
| TextFieldEditor |
An editor which uses a
JTextField or JTextArea. |
| TextFieldXEditor |
An editor which uses a
JTextField or JTextArea
and another JComponent used to invoke an extra editor which lets the
user edit the value in the text field. |
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.