| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormChangeableComponent
Marks a component as changeable.
Such components can be edited by the user. |
interface |
FormComponent
Interface all Tentackle form components must implement.
|
interface |
FormContainer
Tentackle GUI-containers must implement this interface.
|
interface |
FormFieldComponent
Extended
FormComponent for editable text fields. |
interface |
FormWindow
All Tentackle windows (top level container) must implement this interface.
Adds features like auto positioning, related window, form wrapping, autoclose, etc... |
| 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 |
AcceptDenyCheckBox
A simple checkbox for ok/yes/allow (green) and cancel/no/deny (red).
|
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 |
FormButton
A Button which is aware of forms.
|
class |
FormCalendar |
class |
FormCalendarDialog
Calendar dialog.
|
class |
FormCalendarField |
class |
FormCheckBox
A checkbox aware of forms.
|
class |
FormComboBox<E>
A forms-aware combobox.
Notes: If valueEnteredOnSelect is set to false the valueEntered
event will only be fired on focus lost and not whenever the selection is changed.
the action event behave as expected, i.e. |
class |
FormComponentPanel
A FormPanel with an embedded FormComponent.
|
class |
FormConsole
A console-like text area.
|
class |
FormDialog
Extended
JDialog implementing FormWindow (and FormContainer). |
class |
FormError
An Error Dialog.
Replacement for JOptionDialog providing multiline messages (without HTML-hacks) and improved keyboard handling. |
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 |
FormFrame
Extended
JFrame implementing FormWindow (and FormContainer). |
class |
FormInfo
An Info Dialog.
Replacement for JOptionDialog providing multiline messages (without HTML-hacks) and improved keyboard handling. |
class |
FormMailField
FormField to edit a mail adress.
By pressing the mail-button the mailer program will be opened. |
class |
FormPanel
Extended
JPanel implementing FormContainer. |
class |
FormQuestion
A question dialog.
Replacement for JOptionDialog providing multiline messages (without HTML-hacks) and improved keyboard handling. |
class |
FormRadioButton
A radio button aware of forms.
|
class |
FormSpinField |
class |
FormTable<T>
Extended JTable.
|
class |
FormTelnoDialog
Telefon-Nummern Dialog
|
class |
FormTelnoField
Form field to edit a URL.
|
class |
FormTextArea
Extended JTextArea as a
FormFieldComponent. |
class |
FormToggleButton
A toggle button aware of forms.
|
class |
FormUrlField
Form field to edit a URL.
|
class |
GCButton
Garbage Collector and Memorystatus Button.
|
class |
HourSpinField
SpinField for hours.
|
class |
IntegerFormField
FormField to edit an integer value.
|
class |
LocaleComboBox
A Combobox of Locales.
|
class |
LongFormField
FormField to edit a long value.
|
class |
MinSecSpinField
A SpinFeld to edit minutes or seconds.
|
class |
MonthComboBox
A combobox for months.
|
class |
MonthSpinField
A combobox for months as a spinfield.
|
class |
SearchTextDialog
A simple dialog to edit a search text.
|
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.
|
class |
WorkerDialog
A dialog showing the progress of an infinite worker thread.
|
class |
YearSpinField
SpinField for years.
|
class |
YesNoRadioButton
Radiobuttons to get a definitive decision from the user.
The user must click yes or no or the answer is undetermined. |
Tentackle - distributed, domain- and model-driven