| Package | Description |
|---|---|
| org.jacpfx.rcp.componentLayout | |
| org.jacpfx.rcp.perspective | |
| org.jacpfx.rcp.util |
| Modifier and Type | Class and Description |
|---|---|
class |
FXMLPerspectiveLayout
Configuration handler for perspective component, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
|
class |
FXPerspectiveLayout
Configuration handler for perspective component, used in handle method for
configuration and registration of layout 'leaves' where subcomponents can
live in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FXPerspective.handlePerspective(org.jacpfx.api.message.Message<javafx.event.Event,java.lang.Object> message,
PerspectiveLayout perspectiveLayout)
Handle perspective method to initialize the perspective and the layout.
|
| Modifier and Type | Method and Description |
|---|---|
static PerspectiveLayout |
PerspectiveUtil.getPerspectiveLayoutFromPerspective(org.jacpfx.api.component.Perspective<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> parentPerspective)
Returns the PerspectiveLayout instance from perspective interface
|