Package | Description |
---|---|
org.jacp.javafx.rcp.component | |
org.jacp.javafx.rcp.perspective |
Modifier and Type | Class and Description |
---|---|
class |
AFXComponent
Represents a basic FX2 component to extend from, uses this abstract class to
create UI components.
|
class |
AStatefulCallbackComponent
represents a basic, stateful background component
|
class |
AStatelessCallbackComponent
represents a abstract stateless background component
|
class |
ASubComponent
the AFXSubComponent is the basic component for all components
|
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.
|