Class TesterUISettings

java.lang.Object
com.api.jsonata4java.testerui.TesterUISettings

public class TesterUISettings extends Object
Aggregates all Tester UI app settings that can be interactively changed.
Author:
Martin Bluemel
  • Field Details

    • SETTINGS_FOLDER

      public static final File SETTINGS_FOLDER
    • SETTINGS_FILE

      public static final File SETTINGS_FILE
    • DEFAULT_PATH_INPUT

      public static Path DEFAULT_PATH_INPUT
    • DEFAULT_PATH_JSONATA

      public static final Path DEFAULT_PATH_JSONATA
  • Constructor Details

    • TesterUISettings

      public TesterUISettings()
  • Method Details

    • load

      public void load()
    • store

      public void store()
    • fontToText

      public static String fontToText(Font in)
    • textToFont

      public static Font textToFont(String in)
    • ensureSettingsFolder

      public void ensureSettingsFolder()
    • getExample

      public TesterUIJsonataExample getExample()
    • setExample

      public void setExample(TesterUIJsonataExample example)
    • getPathInput

      public Path getPathInput()
    • setPathInput

      public void setPathInput(Path path)
    • getPathJsonata

      public Path getPathJsonata()
    • setPathJsonata

      public void setPathJsonata(Path path)
    • getBackgroundInput

      public Color getBackgroundInput()
    • setBackgroundInput

      public void setBackgroundInput(Color backgroundInput)
    • getBackgroundJsonata

      public Color getBackgroundJsonata()
    • setBackgroundJsonata

      public void setBackgroundJsonata(Color backgroundJsonata)
    • getBackgroundOutput

      public Color getBackgroundOutput()
    • setBackgroundOutput

      public void setBackgroundOutput(Color backgroundOutput)
    • getBackgroundError

      public Color getBackgroundError()
    • setBackgroundError

      public void setBackgroundError(Color backgroundError)
    • getFont

      public Font getFont()
    • setFont

      public void setFont(Font font)
    • getFrameSizeX

      public Integer getFrameSizeX()
    • setFrameSizeX

      public void setFrameSizeX(Integer frameSizeX)
    • getFrameSizeY

      public Integer getFrameSizeY()
    • setFrameSizeY

      public void setFrameSizeY(Integer frameSizeY)
    • getSpiltPaneDivLocation

      public Integer getSpiltPaneDivLocation()
    • setSpiltPaneDivLocation

      public void setSpiltPaneDivLocation(Integer spiltPaneDivLocation)
    • getSpiltPaneDivLocationRight

      public Integer getSpiltPaneDivLocationRight()
    • setSpiltPaneDivLocationRight

      public void setSpiltPaneDivLocationRight(Integer spiltPaneDivLocationRight)
    • getScrollPositionInputY

      public Integer getScrollPositionInputY()
    • setScrollPositionInputY

      public void setScrollPositionInputY(Integer scrollPositionInputY)
    • getScrollPositionJsonataY

      public Integer getScrollPositionJsonataY()
    • setScrollPositionJsonataY

      public void setScrollPositionJsonataY(Integer scrollPositionJsonataY)
    • getScrollPositionOutputY

      public Integer getScrollPositionOutputY()
    • setScrollPositionOutputY

      public void setScrollPositionOutputY(Integer scrollPositionOutputY)