Package com.api.jsonata4java.testerui
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 Summary
Fields Modifier and Type Field Description static PathDEFAULT_PATH_INPUTstatic PathDEFAULT_PATH_JSONATAstatic FileSETTINGS_FILEstatic FileSETTINGS_FOLDER
-
Constructor Summary
Constructors Constructor Description TesterUISettings()
-
Method Summary
-
-
-
Method Detail
-
load
public void load()
-
store
public void store()
-
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)
-
-