Class AbstractAdaptedIdeEditor.ViewManager<R extends Model>

  • Enclosing class:
    AbstractAdaptedIdeEditor<R extends Model,​RE extends java.lang.Enum<RE>,​O>

    public static class AbstractAdaptedIdeEditor.ViewManager<R extends Model>
    extends java.lang.Object
    View manager.
    • Method Detail

      • rootModel

        public javafx.beans.property.Property<R> rootModel()
        Obtains Property to change root Model.
        Returns:
        Property to change root Model.
      • editorStyle

        public javafx.beans.property.Property<java.lang.String> editorStyle()
        Obtains Property to change the Editor styling.
        Returns:
        Property to change the Editor styling.
      • paletteIndicatorStyle

        public javafx.beans.property.Property<java.lang.String> paletteIndicatorStyle()
        Obtains Property to change Palette Indicator styling.
        Returns:
        Property to change Palette Indicator styling.
      • paletteStyle

        public javafx.beans.property.Property<java.lang.String> paletteStyle()
        Obtains Property to change Palette styling.
        Returns:
        Property to change Palette styling.