Class AdaptedEditorPreview<M extends Model>


  • public class AdaptedEditorPreview<M extends Model>
    extends java.lang.Object
    Preview of an AdaptedModel IVisualPart.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javafx.scene.Scene getPreviewScene()
      Obtains the preview Scene.
      javafx.scene.Node getPreviewVisual()
      Obtains the preview visual.
      javafx.beans.property.Property<java.lang.String> style()
      Obtains the style Property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPreviewScene

        public javafx.scene.Scene getPreviewScene()
        Obtains the preview Scene.
        Returns:
        Preview Scene.
      • getPreviewVisual

        public javafx.scene.Node getPreviewVisual()
        Obtains the preview visual.
        Returns:
        Preview visual.
      • style

        public javafx.beans.property.Property<java.lang.String> style()
        Obtains the style Property.
        Returns:
        Style Property.