| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| org.tentackle.swing.bind |
Swing binding.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
FormCalendar |
class |
FormCalendarDialog
Calendar dialog.
|
class |
FormCalendarField |
class |
FormComponentPanel
A FormPanel with an embedded FormComponent.
|
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 |
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 |
FormSpinField |
class |
FormTelnoDialog
Telefon-Nummern Dialog
|
class |
FormTelnoField
Form field to edit a URL.
|
class |
FormUrlField
Form field to edit a URL.
|
class |
HourSpinField
SpinField for hours.
|
class |
MinSecSpinField
A SpinFeld to edit minutes or seconds.
|
class |
MonthSpinField
A combobox for months as a spinfield.
|
class |
SearchTextDialog
A simple dialog to edit a search text.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
Collection<FormContainer> |
FormUtilities.getSubContainer(FormContainer container)
Gets all subcontainers.
|
| Modifier and Type | Method and Description |
|---|---|
FormComponentBinding |
FormUtilities.getBinding(FormContainer container,
FormComponent component)
Gets the binding for a given component in the given container and
all its sub-containers.
|
FormComponentBinding |
FormUtilities.getBinding(FormContainer container,
String bindingPath)
Gets the binding for a given binding path in the given container and
all its sub-containers.
|
Collection<FormContainer> |
FormUtilities.getSubContainer(FormContainer container)
Gets all subcontainers.
|
| Modifier and Type | Method and Description |
|---|---|
FormContainer |
DefaultFormComponentBinder.getFormContainer() |
FormContainer |
FormComponentBinder.getFormContainer()
Gets the container bound by this binder.
|
| Modifier and Type | Method and Description |
|---|---|
FormComponentBinder |
FormBindingFactory.createFormComponentBinder(FormContainer container)
Creates a component binder.
|
FormComponentBinder |
DefaultFormBindingFactory.createFormComponentBinder(FormContainer container) |
| Constructor and Description |
|---|
DefaultFormComponentBinder(FormContainer form)
Creates a binder for a form.
|
Tentackle - a domain driven enterprise framework