Class | Description |
---|---|
FwkAuthenticationDialogPane |
The FwkAuthenticationDialog is the panel for an authentication
dialog.
|
FwkAuthenticationDialogPaneValue |
The FwkAuthenticationDialogPaneValue is the value used by the
FwkAuthenticationDialogPane to save and restoer the selected value.
|
FwkChangePasswordDialogPane |
The FwkChangePasswordDialogPane is the panel to change a password.
|
FwkChangePasswordDialogPaneValue |
The FwkChangePasswordDialogPaneValue will be generated by the FwkChangePasswordDialogPane
It has the properties:
OldPassword: return old password. |
FwkColorDialogPane |
The FwkColorChooserPane is the panel for a color dialog.
|
FwkColorDialogPaneValue |
The FwkColorDialogPaneValue will be generated by the FwkColorDialogPaneBrick
It has the properties:
Color: return value is a java.awt.Color Object. |
FwkConfigServiceDialog |
The FwkConfigServiceDialog.
|
FwkConfirmDialog |
The FwkConfirmDialog is the dialog that request a confirmation
from the user.
|
FwkDialog |
The FwkDialog is the general dialog for FWK components.
|
FwkDialogPane |
This class supports the creation of a chooser pane.
|
FwkDialogPaneValue |
The FwkPaneValue implements a part of the FwkDialogPaneValueInterface.
|
FwkErrorDialog |
The FwkErrorDialog is the dialog that relays
error messages to the user
|
FwkFileChooserDialogPane |
The FwkFileChooserDialogPane is the panel for a
file chooser dialog.
|
FwkFileChooserDialogPaneValue |
The FwkFileChooserDialogPaneValue is the value used by the
FwkFileChooserDialogPane to save and restore the edited values.
|
FwkFileDialogPane |
The FwkFileDialogPane is the panel for a
file dialog.
|
FwkFileDialogPaneValue |
The FwkFileDialogPaneValue is the value used by the
FwkFileDialogPane to save and restore the edited values.
|
FwkFontDialogPane |
The FwkFontDialogPane is pane to let the user select an font.
|
FwkFontDialogPaneValue |
The FwkFontDialogPaneValue will be generated by the FwkFontDialogPaneBrick
It has the properties:
Font: return value is a java.awt.Font Object. |
FwkInfoBusDialogPane |
The InfoBusDialogPane is the panel for a infobus item dialog.
|
FwkInfoBusDialogPaneValue |
The FwkInfoBusPaneValue will be generated by the FwkInfoBusDialogPane
It has the properties:
MimeType: returns the mime type of the selected value. |
FwkListDialogPane |
The FwkListDialogPane is the panel for a list chooser dialog.
|
FwkListDialogPaneValue |
The FwkListDialogPaneValue is the value of FwkListDialogPane
It has the properties:
Text: return text value. |
FwkPropertyEditorDialogPane |
The FwkPropertyEditorDialogPane is the panel for a
property editor dialog.
|
FwkPropertyEditorDialogPaneValue |
The FwkPorpertyEditorDialogPaneValue is the value used by the
FwkPropertyEditorDialogPane to save and restore the edited values.
|
FwkTextDialogPane |
The FwkTextDialogPane is the panel for a text chooser dialog.
|
FwkTextDialogPaneValue |
The FwkTextDialogPaneValue will be generated by the FwkTextDialogPane
It has the properties:
Text: return text value. |
FwkTextFieldDialogPane |
The TextFieldChooserPaneBrick is the panel for a single text line chooser dialog.
|
FwkToggleDialogPane |
The FwkToggleDialogPane is the panel for a toggle dialog.
|
FwkToggleDialogPaneValue |
The FwkToggleDialogPaneValue will be generated by the FwkToggleDialogPane
It has the properties:
Map: returns a HashMap the contains the toggles. |
FwkToggleDialogPaneValue.ToggleValue |
The class that defines the internal used values.
|