Package | Description |
---|---|
org.jacp.api.component | |
org.jacp.javafx.rcp.component | |
org.jacp.javafx.rcp.perspective |
Modifier and Type | Interface and Description |
---|---|
interface |
ICallbackComponent<L,A,M>
This interface defines methods for background/callback non UI components.
|
interface |
IComponentView<C,L,A,M>
Represents an UI component handled by a perspective.
|
interface |
IPerspective<L,A,M>
Defines a perspective, a perspective is a root component handled by an
workbench and contains subcomponents such as visibla UI components or
background components.
|
interface |
IPerspectiveView<C,L,A,M>
This interface defines perspective components with visible ui.
|
interface |
IStatelessCallabackComponent<L,A,M>
Represents a state less background/callback component.
|
interface |
ISubComponent<L,A,M>
Defines a subcomponent handled by a root component.
|
interface |
UIComponent<C,L,A,M>
Represents an basic UI component handled by a 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.
|