public interface WorkbenchDecorator
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.layout.Pane |
getGlassPane()
Returns the glassPane which is needed to show dialogs
|
javafx.scene.layout.Pane |
getRoot()
retirn the Root node, this node is the parent for all perspectives
|
void |
initBasicLayout(javafx.stage.Stage stage)
Initialize the decorator
|
void |
setWorkbenchLayout(org.jacpfx.api.componentLayout.WorkbenchLayout<javafx.scene.Node> workbenchLayout)
set the current workbenchLayout
|
void initBasicLayout(javafx.stage.Stage stage)
stage, - the JavaFX stagejavafx.scene.layout.Pane getRoot()
javafx.scene.layout.Pane getGlassPane()
void setWorkbenchLayout(org.jacpfx.api.componentLayout.WorkbenchLayout<javafx.scene.Node> workbenchLayout)
workbenchLayout - the WorkbenchLayout