- LauncherConf - Class in org.mdi.app
-
This singleton class allows to find the user.dir and user.home directories even when the application is launched
remotely.
- loadAndInstanciatePluginClass(String) - Method in class org.mdi.plugins.PluginsManager
-
Load a class found in a Plugin, and create a new instance from this class.
- loadPluginClass(String) - Method in class org.mdi.plugins.PluginsManager
-
Load a class found in a Plugin.
- LOADPLUGINRESOURCES_IMPOSSIBLE - Static variable in interface org.mdi.plugins.PluginsManagerListener
-
The type for exceptions fired if a Plugin is not able to load its resources.
- loadResources() - Method in class org.mdi.app.AbstractApplication
-
Load resources (as Icons) used in the Application.
- loadResources() - Method in class org.mdi.app.jfx.AbstractJFXApplication
-
Load resources used in the Application.
- loadResources(MDIApplication, ClassLoader) - Method in interface org.mdi.plugins.Plugin
-
Load the plugin resources.
- lock() - Method in class org.mdi.app.LauncherConf
-
Lock the current LauncherConf instance such as to prevent further
LauncherConf.reset() to have any effect.
- LOG_FULL - Static variable in class org.mdi.plugins.PluginsManager
-
Specifies that the initialization of the Plugin is logged and that log of exceptions during the initialization of the Plugins should be
full (ie the exceptions StackTraces should be present in the log).
- LOG_NO - Static variable in class org.mdi.plugins.PluginsManager
-
Specifies that the initialization of the Plugin is not logged.
- LOG_SIMPLE - Static variable in class org.mdi.plugins.PluginsManager
-
Specifies that the initialization of the Plugin is logged and that log of exceptions during the initialization of the Plugins should be
simple (ie the exceptions StackTraces should not be present in the log).
- logger - Variable in class org.mdi.util.ThreadQueue
-
- logRegisterProgress(boolean) - Method in class org.mdi.plugins.PluginsManager
-
Set if the plugins register progress is logged.
- logRegisterProgress(char) - Method in class org.mdi.plugins.PluginsManager
-
Set if and how the plugins register progress is logged.