Package org.minifx.workbench.util
Class Perspectives
- java.lang.Object
-
- org.minifx.workbench.util.Perspectives
-
public final class Perspectives extends java.lang.Object
Utility methods for perspective classes.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Class<? extends Perspective>
DEFAULT_PERSPECTIVE
static PerspectivePos
DEFAULT_POSITION
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javafx.scene.Node
perspectiveDefaultGraphics()
static DisplayProperties
perspectiveDisplayProperties(java.lang.Class<? extends Perspective> perspective)
Retrieves the display properties from the given perspective.
-
-
-
Field Detail
-
DEFAULT_POSITION
public static final PerspectivePos DEFAULT_POSITION
-
DEFAULT_PERSPECTIVE
public static final java.lang.Class<? extends Perspective> DEFAULT_PERSPECTIVE
-
-
Method Detail
-
perspectiveDisplayProperties
public static DisplayProperties perspectiveDisplayProperties(java.lang.Class<? extends Perspective> perspective)
Retrieves the display properties from the given perspective.- Parameters:
perspective
- the perspective (class) from which to retrieve properties- Returns:
- the retrieved properties
-
perspectiveDefaultGraphics
public static javafx.scene.Node perspectiveDefaultGraphics()
-
-