Package | Description |
---|---|
griffon.core |
Core application classes.
|
griffon.javafx |
JavaFX specializations.
|
griffon.lanterna |
Lanterna specializations.
|
griffon.pivot |
Pivot specializations.
|
griffon.swing |
Swing specializations.
|
org.codehaus.griffon.runtime.core |
Test support.
|
org.codehaus.griffon.runtime.core.view |
WindowManager and helpers [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 | Method and Description |
---|---|
<W> WindowManager<W> |
GriffonApplication.getWindowManager() |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaFXWindowManager |
Modifier and Type | Method and Description |
---|---|
<W> WindowManager<W> |
AbstractJavaFXGriffonApplication.getWindowManager() |
Modifier and Type | Interface and Description |
---|---|
interface |
LanternaWindowManager |
Modifier and Type | Interface and Description |
---|---|
interface |
PivotWindowManager |
Modifier and Type | Interface and Description |
---|---|
interface |
SwingWindowManager |
Modifier and Type | Method and Description |
---|---|
<W> WindowManager<W> |
AbstractGriffonApplet.getWindowManager() |
Modifier and Type | Method and Description |
---|---|
<W> WindowManager<W> |
AbstractGriffonApplication.getWindowManager() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWindowManager<W> |
class |
NoopWindowManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaFXWindowManager |
class |
TestJavaFXWindowManager |
Modifier and Type | Method and Description |
---|---|
WindowManager |
TestJavaFXWindowManagerProvider.get() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLanternaWindowManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPivotWindowManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSwingWindowManager |