Package | Description |
---|---|
org.mdi.bootstrap |
Minimal Bootstrap interfaces for the framework.
|
org.mdi.bootstrap.swing |
Specific Swing Bootstrap interfaces for the framework.
|
Modifier and Type | Method and Description |
---|---|
MDIActionHandler |
MDIAction.getActionHandler()
Return the MDIActionHandler interface
|
Modifier and Type | Method and Description |
---|---|
void |
MDIAction.setActionHandler(MDIActionHandler handler)
Set the MDIActionHandler interface which can be used when custom particular operations must be perform at the end
of a MDIAction.
|
Modifier and Type | Field and Description |
---|---|
protected MDIActionHandler |
AbstractMDIAction.handler
The action handler.
|
Modifier and Type | Method and Description |
---|---|
MDIActionHandler |
AbstractMDIAction.getActionHandler()
Return the associated MDIActionHandler, or null if there is none.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMDIAction.setActionHandler(MDIActionHandler handler)
Set the MDIActionHandler for this AbstractMDIAction (null by default).
|