| Package | Description |
|---|---|
| org.quickstart.rcp.component | |
| org.quickstart.rcp.perspective |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedFXComponent
Represents a basic FX2 component to extend from, uses this abstract class to
create UI components.
|
class |
AStatelessCallbackComponent
represents a abstract stateless background component
|
class |
ASubComponent
the AFXSubComponent is the basic component for all components
|
class |
EmbeddedFXComponent
Created with IntelliJ IDEA.
|
class |
EmbeddedStatefulComponent
Created with IntelliJ IDEA.
|
class |
EmbeddedStatelessCallbackComponent
Created with IntelliJ IDEA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AFXPerspective
represents a basic javafx2 perspective that handles subcomponents,
perspectives are not handled in thread so avoid long running tasks in
perspectives.
|
class |
EmbeddedFXPerspective
Created with IntelliJ IDEA.
|