Interface EditorStyler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      javafx.beans.property.Property<java.lang.String> editorStyle()
      Obtains the Property to the style sheet rules for the Scene.
      javafx.scene.Parent getEditor()
      Obtains the root Parent for the editor.
      org.eclipse.gef.mvc.fx.models.GridModel getGridModel()
      Obtains the GridModel to configure the content grid.
    • Method Detail

      • getEditor

        javafx.scene.Parent getEditor()

        Obtains the root Parent for the editor.

        This allows for interrogating the structure of the editor.

        Returns:
        Editor Parent.
      • getGridModel

        org.eclipse.gef.mvc.fx.models.GridModel getGridModel()
        Obtains the GridModel to configure the content grid.
        Returns:
        GridModel to configure the content grid.
      • editorStyle

        javafx.beans.property.Property<java.lang.String> editorStyle()
        Obtains the Property to the style sheet rules for the Scene.
        Returns:
        Property to specify the style sheet rules for the Scene.