Interface | Description |
---|---|
BlockingType |
The blocking types for actions.
|
Configuration |
This interface defines the minimal common behaviour of all configurations.
|
Configuration2 |
This interface extends the
Configuration class to handle properties in a generic way. |
ErrorLogger |
A interface which logs exceptions.
|
MDIAction |
Interface that all MDIFramework Actions must implement.
|
MDIActionHandler |
The MDIActionHandler interface can be used when particular operations must be performed
at the end of a MDIAction.
|
MDIApplication |
Interface for the MDIApplication.
|
MessageLogger |
Shows error messages.
|
Class | Description |
---|---|
AbstractConfiguration2 |
A default implementation of Configuration2 which uses a Map for properties.
|
AbstractConfiguration2.PropertyValue |
A property value.
|
ApplicationDesc |
The application description.
|
DefaultErrorLogger |
A default error logger.
|
FileProperties<C> |
Represent the properties of a tab in an Application.
|
MDIConfigUtils |
Several configuration utilities used in the MDI Framework.
|
MDIFileUtils |
Several file utilities used in the MDI Framework.
|
MetaData |
Hold informations about any panel in the application.
|
Enum | Description |
---|---|
MDIDialogType |
The enumeration for dialog opening types in the MDIFramework application.
|