Package | Description |
---|---|
org.jacp.api.component | |
org.jacp.javafx.rcp.componentLayout | |
org.jacp.javafx.rcp.handler | |
org.jacp.javafx.rcp.perspective |
Modifier and Type | Method and Description |
---|---|
IPerspectiveLayout<? extends C,C> |
IPerspectiveView.getIPerspectiveLayout()
Returns layout dto.
|
Modifier and Type | Class and Description |
---|---|
class |
FXMLPerspectiveLayout
Configuration handler for perspective components, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
|
class |
FXPerspectiveLayout
Configuration handler for perspective components, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
|
class |
PerspectiveLayout
The basic perspective layout to set the root and the child nodes of a perspective.
|
Constructor and Description |
---|
FXPerspectiveHandler(Launcher<?> launcher,
FXComponentLayout layout,
IPerspectiveLayout<javafx.scene.Node,javafx.scene.Node> perspectiveLayout,
java.util.concurrent.BlockingQueue<ISubComponent<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>> componentDelegateQueue) |
Modifier and Type | Method and Description |
---|---|
IPerspectiveLayout<? extends javafx.scene.Node,javafx.scene.Node> |
AFXPerspective.getIPerspectiveLayout() |