- JARFILE_NOTFOUND - Static variable in interface org.mdi.plugins.PluginsManagerListener
-
The type for exceptions fired if a Plugin jar file can not be found.
- JErrorPane - Class in org.mdi.gui.swing
-
This class represents a dialog to display an error (message + Exception).
- JErrorPane(Throwable) - Constructor for class org.mdi.gui.swing.JErrorPane
-
- JErrorPane(Throwable, int) - Constructor for class org.mdi.gui.swing.JErrorPane
-
Constructs a new JErrorPane.
- JFXPluginsEDTSupport - Class in org.mdi.plugins.jfx
-
The JavaFX Plugins EDT support.
- JFXPluginsEDTSupport(PluginsManager) - Constructor for class org.mdi.plugins.jfx.JFXPluginsEDTSupport
-
- JFXThreadQueue - Class in org.mdi.util.jfx
-
This class maintains a list of all the actions currently called by the user, and
executes them one by one in an independant thread.
- JFXThreadQueue(MDIApplication) - Constructor for class org.mdi.util.jfx.JFXThreadQueue
-
- JFXUtils - Class in org.mdi.util.jfx
-
Several utiliy classes for the JavaFX GUI.
- JFXUtils() - Constructor for class org.mdi.util.jfx.JFXUtils
-
- JFXWorker - Class in org.mdi.util.jfx
-
A JavaFX worker working similarly as the SwingWorker.
- JFXWorker() - Constructor for class org.mdi.util.jfx.JFXWorker
-
Start a thread that will call the
construct
method
and then exit.
- JFXWorker(ClassLoader) - Constructor for class org.mdi.util.jfx.JFXWorker
-
Start a thread using a specific Class loader.