Package | Description |
---|---|
org.jacp.api.component | |
org.jacp.javafx.rcp.component | |
org.jacp.javafx.rcp.perspective |
Modifier and Type | Interface and Description |
---|---|
interface |
IPerspectiveView<C,L,A,M>
This interface defines perspective components with visible ui.
|
Modifier and Type | Class and Description |
---|---|
class |
AFXComponent
Represents a basic FX2 component to extend from, uses this abstract class to
create UI 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.
|