public class WorkbenchUtil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbenchUtil.PerspectiveCheckDTO |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.jacpfx.api.component.Perspective<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>> |
createPerspectiveInstances(org.jacpfx.api.annotations.workbench.Workbench annotation)
Creates all perspective instances by annotated id's in @Workbench annotation
|
static WorkbenchUtil |
getInstance(org.jacpfx.api.launcher.Launcher<?> launcher)
Returns an instance of the WorkbenchUtil
|
static void |
handleMetaAnnotation(org.jacpfx.api.component.Perspective<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> perspective,
java.lang.String parentId)
set meta attributes defined in annotations
|
public static WorkbenchUtil getInstance(org.jacpfx.api.launcher.Launcher<?> launcher)
launcher - the launcher instancepublic java.util.List<org.jacpfx.api.component.Perspective<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object>> createPerspectiveInstances(org.jacpfx.api.annotations.workbench.Workbench annotation)
annotation - , the workbench annotationpublic static void handleMetaAnnotation(org.jacpfx.api.component.Perspective<javafx.scene.Node,javafx.event.EventHandler<javafx.event.Event>,javafx.event.Event,java.lang.Object> perspective,
java.lang.String parentId)
perspective, - the perspective where to handle the metadataparentId, - the id of parent workbench