Inheritance diagram for nui::TAbstractDialog:
Public Methods | |
TAbstractDialog (JFrame tFRAME_OWNER, String yTITLE, TAbstractController tCONTROLLER, boolean gIS_MODAL) | |
void | addToVerifieds (JComponent tCOMPONENT) |
void | initialize () |
Initializes dialog. | |
void | attachToObservable () |
void | detachFromObservable () |
boolean | isValid () |
Border | createBorder () |
Protected Attributes | |
TAbstractController | tController |
JPanel | tMainPanel |
Static Protected Attributes | |
final int | _kiEmptyBorderLength = 10 |
Basic empty border space length. |
Definition at line 46 of file TAbstractDialog.java.
|
Builds a new instance.
Definition at line 83 of file TAbstractDialog.java. References nui::TAbstractDialog::_kiEmptyBorderLength, nui::TAbstractDialog::tController, and nui::TAbstractDialog::tMainPanel. |
|
Adds a component to the container of components to be verified.
Definition at line 102 of file TAbstractDialog.java. |
|
Adds the dialog to the observed objects.
Definition at line 114 of file TAbstractDialog.java. |
|
Creates a compound border.
Definition at line 160 of file TAbstractDialog.java. References nui::TAbstractDialog::_kiEmptyBorderLength. |
|
Removes the dialog from the observed objects.
Definition at line 120 of file TAbstractDialog.java. |
|
Tests if the state of the dialog is valid.
Definition at line 131 of file TAbstractDialog.java. References nui::TAbstractDialog::tController. |
|
Controller instance.
Definition at line 62 of file TAbstractDialog.java. Referenced by nui::TAbstractDialog::isValid(), and nui::TAbstractDialog::TAbstractDialog(). |
|
Main component container panel. It uses a border layout.
Definition at line 68 of file TAbstractDialog.java. Referenced by nui::TAbstractDialog::TAbstractDialog(), and nui::TUserAuthenticationDialog::TUserAuthenticationDialog(). |