| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| org.tentackle.swing.bind |
Swing binding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormField
Abstract base class for all text fields.
|
class |
AbstractFractionNumberFormField
Abstract base class for all fraction number form fields.
|
class |
AbstractNumberFormField
Abstract base class for all numeric form fields.
|
class |
BMoneyFormField
FormField to edit a BMoney object.
|
class |
ByteFormField
FormField to edit a byte value.
|
class |
DateFormField
AbstractFormField to edit a
Date object. |
class |
DoubleFormField
FormField to edit a double value.
|
class |
FloatFormField
FormField to edit a float value.
|
class |
FormCalendarField |
class |
FormConsole
A console-like text area.
|
class |
FormFieldComboBox<E>
A
FormFieldComboBox is a FormComboBox with a
FormFieldComponent as its editor. |
class |
FormFieldComponentPanel
A FormComponentPanel with an embedded FormFieldComponent.
|
class |
FormFileChooser
A FormField for files decorated with buttons to link and unlink to a file.
|
class |
FormMailField
FormField to edit a mail adress.
By pressing the mail-button the mailer program will be opened. |
class |
FormTelnoField
Form field to edit a URL.
|
class |
FormTextArea
Extended JTextArea as a
FormFieldComponent. |
class |
FormUrlField
Form field to edit a URL.
|
class |
IntegerFormField
FormField to edit an integer value.
|
class |
LongFormField
FormField to edit a long value.
|
class |
ShortFormField
FormField to edit a short value.
|
class |
StringFormField
A AbstractFormField for editing strings.
|
class |
TimeZoneComboBox
Combobox for all supported timezones.
|
class |
WeekdayComboBox
A ComboBox to edit the day of week.
|
| Modifier and Type | Method and Description |
|---|---|
FormFieldComponent |
FormFieldComponentCellEditor.getEditorComponent()
Gets the current editor component.
|
FormFieldComponent |
FormFieldComponentPanel.getFormComponent()
Gets the embedded form field component.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SqlDateFieldBinding.processOption(FormFieldComponent comp,
String option) |
void |
FormFieldComponentCellEditor.setEditorComponent(FormFieldComponent editor)
Sets the editor FormFieldComponent.
|
| Constructor and Description |
|---|
FormFieldComponentCellEditor(FormFieldComponent editorComponent)
Creates a celleditor from a FormFieldComponent.
|
FormFieldComponentDocument(FormFieldComponent field)
Creates a document model.
|
FormFieldComponentPanel(FormFieldComponent comp)
Creates a
FormFieldComponentPanel for a given FormFieldComponent. |
FormFieldDocument(FormFieldComponent field)
Creates a form field document.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultFormComponentBinding.processOption(FormFieldComponent comp,
String option)
Processes an option for a component.
|
Tentackle - distributed, domain- and model-driven