public abstract class AbstractJFXMDIPlugin extends AbstractMDIPlugin<javafx.scene.Node>
appli, commandLineHandler
Constructor and Description |
---|
AbstractJFXMDIPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
initializeUI(boolean wait)
Initialize the JavaFX UI of the Plugin, taking care of doing the initialization in the EDT.
|
protected abstract void |
initializeUIImpl()
Initialize the UI content of the JavaFX Plugin.
|
getDynamicMenuElements, getStaticMenuElements, isCompatibleWith
getCommandLineHandler, getContextClassLoader, getPluginDesc, init, register, setCommandLineHandler, setupPluginDesc
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
initAfterGUI, updateMenus
dispose, executeCustomAction, getDefaultPluginProperty, getPluginBuildDate, getPluginConfiguration, getPluginDesc, getPluginDescription, getPluginName, getPluginProperty, getPluginVersion, getProperty, getPropertyType, hasProperty, init, loadResources, modifySettings, register, resetSettings, setProperty, supportCustomAction
getCommandLineConfiguration, getCommandLineHandler, handleCommandLineArguments, handleCommandLineArguments, handleCommandLineException, setCommandLineHandler
public void initializeUI(boolean wait)
wait
- true if the initialisation must be blockingprotected abstract void initializeUIImpl() throws java.lang.Exception
initializeUI(boolean)
and as such does not need to be protected to be executed in the EDT. Do nothing by default.initializeUIImpl
in class AbstractMDIPlugin<javafx.scene.Node>
java.lang.Exception
- if an Exception is encountered during the initialization