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.layout.Pane getPreviewContainer()
      Obtains the preview container.
      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

      • getPreviewVisual

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

        public javafx.scene.layout.Pane getPreviewContainer()
        Obtains the preview container.
        Returns:
        Preview container.
      • style

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