Package | Description |
---|---|
org.jacp.api.component | |
org.jacp.javafx.rcp.perspective | |
org.jacp.javafx.rcp.workbench |
Modifier and Type | Interface and Description |
---|---|
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.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AFXWorkbench
represents the basic JavaFX2 workbench instance; handles perspectives and
components;
|