public interface FXWorkbench
extends org.jacpfx.api.component.Injectable
| Modifier and Type | Method and Description |
|---|---|
void |
handleInitialLayout(org.jacpfx.api.message.Message<javafx.event.Event,java.lang.Object> action,
org.jacpfx.api.componentLayout.WorkbenchLayout<javafx.scene.Node> layout,
javafx.stage.Stage stage)
JavaFX2 specific initialization method to create a workbench instance
|
void |
postHandle(FXComponentLayout layout)
Handle menu and bar entries created
|
void postHandle(FXComponentLayout layout)
layout, - the component layoutvoid handleInitialLayout(org.jacpfx.api.message.Message<javafx.event.Event,java.lang.Object> action,
org.jacpfx.api.componentLayout.WorkbenchLayout<javafx.scene.Node> layout,
javafx.stage.Stage stage)
action, - the initial eventlayout, - the workbench layoutstage, - the JavaFX stage