Package | Description |
---|---|
org.codehaus.griffon.runtime.core.threading |
Threading implementation [INTERNAL USE].
|
org.codehaus.griffon.runtime.javafx |
JavaFX specific implementations [INTERNAL USE].
|
org.codehaus.griffon.runtime.lanterna |
Lanterna specific implementations [INTERNAL USE].
|
org.codehaus.griffon.runtime.pivot |
Pivot specific implementations [INTERNAL USE].
|
org.codehaus.griffon.runtime.swing |
Swing specific implementations [INTERNAL USE].
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultUIThreadManager |
Modifier and Type | Class and Description |
---|---|
class |
JavaFXUIThreadManager |
Modifier and Type | Class and Description |
---|---|
class |
LanternaUIThreadManager
Executes code honoring Lanterna's threading model.
|
Modifier and Type | Class and Description |
---|---|
class |
PivotUIThreadManager
Executes code honoring Pivot's threading model.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingUIThreadManager
Executes code using SwingUtilities.
|