| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| org.tentackle.swing.bind |
Swing binding.
|
| org.tentackle.swing.mocking |
Swing mocking.
|
| Class and Description |
|---|
| AbstractFormField
Abstract base class for all text fields.
|
| AbstractFormTableModel
Abstract table model that maintains a chained mapping of rows
by a
FormTableMap. |
| AbstractFractionNumberFormField
Abstract base class for all fraction number form fields.
|
| AbstractNumberFormField
Abstract base class for all numeric form fields.
|
| BindableTableModel |
| BindableTableModel.BindType
The binding type.
Determines the kind of binding, or none at all. |
| CellTraversalPropertyEditor
PropertyEditor for cell traversal.
|
| ComponentGroup
A group of components.
|
| DateFormField
AbstractFormField to edit a
Date object. |
| DateFormField.ReferenceDateProvider
Provider for the reference date.
Invoked whenever the input starts with a '@' which will invoke setReferenceDate(getReferenceDateProvider().getReferenceDate()) |
| FocusTraversalGroup
A component group sharing tha same focus traversal.
|
| FormButton
A Button which is aware of forms.
|
| FormCalendarDialog
Calendar dialog.
|
| FormChangeable
A component that supports setting the changeability,
|
| FormChangeableComponent
Marks a component as changeable.
Such components can be edited by the user. |
| FormCheckBox
A checkbox aware of forms.
|
| FormComboBox
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. |
| FormComponent
Interface all Tentackle form components must implement.
|
| FormComponentCellEditor
Cell editor for FormComponents.
Provides cell editors for tables and trees. |
| FormComponentPanel
A FormPanel with an embedded FormComponent.
|
| FormContainer
Tentackle GUI-containers must implement this interface.
|
| FormDialog
Extended
JDialog implementing FormWindow (and FormContainer). |
| FormEventQueue
A replacement for the standard event queue providing
support for dropping key events a given amount of time.
|
| FormFieldComboBox
A
FormFieldComboBox is a FormComboBox with a
FormFieldComponent as its editor. |
| FormFieldComponent
Extended
FormComponent for editable text fields. |
| FormFieldComponentPanel
A FormComponentPanel with an embedded FormFieldComponent.
|
| FormLayoutComparator
Comparator for
FormFocusTraversalPolicy. |
| FormPanel
Extended
JPanel implementing FormContainer. |
| FormSpinField |
| FormTable
Extended JTable.
|
| FormTableCellRenderer
Default cell renderer in FormTables for text fields.
|
| FormTableEntry
Entry per object that describes the data and configuration in order to
keep all table-config-stuff in one place.
|
| FormTableMap
Generic mapping of the rows within a FormTable.
Implementing a sorter is easily done by subclassing FormTableMap. |
| FormTableModel
Table-model for
FormTables. |
| FormTableRowObject
An object representing a row in a
TableModel. |
| FormTableTraversalEvent
A cell traversal event.
Whenever a cell traversal occurs on a FormTable (see setCellTraversal())
an event will be sent to all FormTableTraversalListeners. |
| FormTableTraversalListener
Vetoable Listener for cell traversal events from a formtable
|
| FormTableTraversalVetoException
Exception to veto a cell traversal in a
FormTable. |
| FormTableUtilityPopup
FormTable utility popup.
A popup menu to allow a FormTable to be printed, converted to Excel or Xml, find an item in the table, set/get the preferences, size, columns, etc... |
| FormTelnoDialog
Telefon-Nummern Dialog
|
| FormTelnoField
Form field to edit a URL.
|
| FormTextArea
Extended JTextArea as a
FormFieldComponent. |
| FormTree
Extended
JTree. |
| FormUtilities
Utilities for the UI layer.
|
| FormWindow
All Tentackle windows (top level container) must implement this interface.
Adds features like auto positioning, related window, form wrapping, autoclose, etc... |
| FormWrapEvent
An event fired whenever the keyboard focus wraps within a form or window.
|
| FormWrapListener
Listener for form wrap events.
|
| GUISaveable
All Dialogs/Frames that should be saved before System.exit() should
implement this and sign up to the
GUIExceptionHandler. |
| PropertyGroup
A group of components sharing the same properties.
|
| SpinEvent
A spinning event.
Used to spin up or down the value in a FormSpinField. |
| SpinListener
A listener that increments/decrements the value of a
FormSpinField. |
| SqlDateField
Interface for all fields that edit date, time or timestamps.
|
| TooltipDisplay
The TooltipDisplay displays the tooltip of a FormComponent
usually in a StringFormField in a FormPanel.
|
| ValueEvent
Value event to implement the data binding between
FormComponents and the application's data. |
| ValueListener
A listener that sets/gets the value of a form-field.
|
| WorkerThread
A worker thread.
|
| Class and Description |
|---|
| BindableTableModel |
| FormComponent
Interface all Tentackle form components must implement.
|
| FormContainer
Tentackle GUI-containers must implement this interface.
|
| FormFieldComponent
Extended
FormComponent for editable text fields. |
| FormTableRowObject
An object representing a row in a
TableModel. |
| Class and Description |
|---|
| FormTableEntry
Entry per object that describes the data and configuration in order to
keep all table-config-stuff in one place.
|
| FormTableRowObject
An object representing a row in a
TableModel. |
Tentackle - distributed, domain- and model-driven