| Package | Description |
|---|---|
| org.tentackle.swing |
Extended Swing layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormCalendarDialog
Calendar dialog.
|
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 |
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 |
FormQuestion
A question dialog.
Replacement for JOptionDialog providing multiline messages (without HTML-hacks) and improved keyboard handling. |
class |
FormTelnoDialog
Telefon-Nummern Dialog
|
class |
SearchTextDialog
A simple dialog to edit a search text.
|
class |
WorkerDialog
A dialog showing the progress of an infinite worker thread.
|
| Modifier and Type | Method and Description |
|---|---|
FormWindow |
FormDialog.getRelatedWindow() |
FormWindow |
FormWindow.getRelatedWindow()
Gets the related window.
Falls back to getOwner() if not set and owner is a formwindow. |
FormWindow |
FormFrame.getRelatedWindow()
Gets the related window.
Falls back to getOwner() if not set and owner is a formwindow. |
| Modifier and Type | Method and Description |
|---|---|
void |
FormCheckBox.setFormWrapWindow(FormWindow parent) |
void |
FormComponentPanel.setFormWrapWindow(FormWindow parent) |
void |
FormComboBox.setFormWrapWindow(FormWindow parent) |
void |
AbstractFormField.setFormWrapWindow(FormWindow parent) |
void |
FormRadioButton.setFormWrapWindow(FormWindow parent) |
void |
FormTextArea.setFormWrapWindow(FormWindow parent) |
void |
FormComponent.setFormWrapWindow(FormWindow window)
Sets the window that will fire a
FormWrapEvent when this
components loses the keyboard focus. |
void |
FormToggleButton.setFormWrapWindow(FormWindow parent) |
void |
FormDialog.setRelatedWindow(FormWindow relatedWindow) |
void |
FormWindow.setRelatedWindow(FormWindow relatedWindow)
Sets the related FormWindow.
Related windows are somewhat similar to Owners, but they don't change fg/bg-behaviour of the window-manager. |
void |
FormFrame.setRelatedWindow(FormWindow relatedWindow)
Sets the related FormWindow.
Related windows are somewhat similar to Owners, but they don't change fg/bg-behaviour of the window-manager. |
void |
FormUtilities.setUIVersionOfFormWindow(FormWindow formWindow)
Sets the initial uiversion of a
FormWindow. |
Tentackle - a domain driven enterprise framework