| |
|
| jacareto.editor.Editor jacareto.editor.EnhancedEditor
All known Subclasses: jacareto.editor.EventObjectRecordableEditor,
editorPanel | protected JPanel editorPanel(Code) | | The editor's component.
|
EnhancedEditor | public EnhancedEditor(Environment env)(Code) | | Create a new event object recordable editor.
Parameters: env - the environment |
addCheckBoxRow | protected JCheckBox addCheckBoxRow(String labelText)(Code) | | Adds a checkbox row to the editor's component.
Parameters: labelText - the text of the label the checkbox of that row |
addComboBoxRow | protected JComboBox addComboBoxRow(String labelText)(Code) | | Adds a combobox row to the editor's component.
Parameters: labelText - the text of the label the combo box of that row |
addIntegerTextFieldRow | protected IntegerTextField addIntegerTextFieldRow(String labelText, int length)(Code) | | Adds an integer text field row to the editor's component. The integer text field is editable
by default.
Parameters: labelText - the text of the label Parameters: length - the number of columns of the text field the integer text field of that row |
addLongTextFieldRow | protected LongTextField addLongTextFieldRow(String labelText, int length)(Code) | | Adds a long text field row to the editor's component. The long text field is editable by
default.
Parameters: labelText - the text of the label Parameters: length - the number of columns of the text field the long text field of that row |
addTextFieldRow | protected JTextField addTextFieldRow(String labelText, int length)(Code) | | Adds a text field row to the editor's component. The text field is editable by default.
Parameters: labelText - the text of the label Parameters: length - the number of columns of the text field the text field of that row |
getComponent | public Component getComponent()(Code) | | Returns the component of the editor.
the editor component |
getElement | public StructureElement getElement()(Code) | | Returns the actual structure element to be edited.
DOCUMENT ME! |
setElement | public void setElement(StructureElement element)(Code) | | Sets the structure element to edit.
Parameters: element - DOCUMENT ME! |
Fields inherited from jacareto.editor.Editor | protected boolean isUpdateOnChange(Code)(Java Doc)
|
|
|
|