public interface MDIPluginsInitMode
PluginsManager.initAfterGUI(org.mdi.bootstrap.MDIApplication)
method will be called.Modifier and Type | Field and Description |
---|---|
static short |
INIT_DEFAULT
The
MDIPlugin.initializeUI(boolean) will be called for each Plugin in the current Thread. |
static short |
INIT_EDT_BLOCKING
The
MDIPlugin.initializeUI(boolean) will be called for each Plugin in the EDT Thread. |
static short |
INIT_EDT_NOT_BLOCKING
The default UI initialization.
|
static final short INIT_DEFAULT
MDIPlugin.initializeUI(boolean)
will be called for each Plugin in the current Thread.static final short INIT_EDT_BLOCKING
MDIPlugin.initializeUI(boolean)
will be called for each Plugin in the EDT Thread.
The whole intializarion for all Plugins will be blocking.static final short INIT_EDT_NOT_BLOCKING
MDIPlugin.initializeUI(boolean)
will be called for each Plugin in the EDT Thread.
The whole intializarion for all Plugins will be not blocking.