Package | Description |
---|---|
org.jacp.api.workbench | |
org.jacp.javafx.rcp.handler | |
org.jacp.javafx.rcp.scheduler | |
org.jacp.javafx.rcp.workbench | |
org.jacp.project.launcher |
Modifier and Type | Method and Description |
---|---|
void |
IBase.init(Launcher<?> launcher)
Initialization sequence returns basic container to handle perspectives.
|
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) |
FXWorkbenchHandler(Launcher<?> launcher,
IWorkbenchLayout<javafx.scene.Node> workbenchLayout,
javafx.scene.layout.GridPane root,
java.util.List<IPerspective<javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>> perspectives) |
Constructor and Description |
---|
StatelessCallbackScheduler(Launcher<?> launcher) |
Modifier and Type | Method and Description |
---|---|
void |
AFXWorkbench.init(Launcher<?> launcher) |
Modifier and Type | Class and Description |
---|---|
class |
SpringLauncher
The SpringLaucher class resolves the spring.xml file and handles access to
beans
|