Package | Description |
---|---|
org.mdi.app |
Main package of the framework.
|
org.mdi.app.jfx |
Specific JavaFX classes for the Main package of the framework.
|
org.mdi.app.swing |
Specific Swing classes for the Main package of the framework.
|
org.mdi.util.jfx |
JavaFX specific Utility classes.
|
org.mdi.util.swing |
Swing specific Utility classes.
|
Modifier and Type | Field and Description |
---|---|
protected ThreadQueue |
AbstractApplication.queue
The MDIApplication associated ThreadQueue (managing Actions).
|
Modifier and Type | Method and Description |
---|---|
protected abstract ThreadQueue |
AbstractApplication.createThreadQueue()
Create the ThreadQueue.
|
ThreadQueue |
AbstractApplication.getThreadQueue()
Return the MDIApplication ThreadQueue.
|
Modifier and Type | Field and Description |
---|---|
protected ThreadQueue |
AbstractJFXApplication.queue
The MDIApplication associated ThreadQueue (managing Actions).
|
Modifier and Type | Method and Description |
---|---|
protected ThreadQueue |
AbstractJFXApplication.createThreadQueue()
Create the ThreadQueue.
|
ThreadQueue |
AbstractJFXApplication.getThreadQueue()
Return the MDIApplication ThreadQueue.
|
Modifier and Type | Method and Description |
---|---|
protected ThreadQueue |
AbstractMDIApplication.createThreadQueue()
Create the ThreadQueue.
|
Modifier and Type | Class and Description |
---|---|
class |
JFXThreadQueue
This class maintains a list of all the actions currently called by the user, and
executes them one by one in an independant thread.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingThreadQueue
This class maintains a list of all the actions currently called by the user, and
executes them one by one in an independant thread.
|