Package com.api.jsonata4java.testerui
Class TesterUISettings
java.lang.Object
com.api.jsonata4java.testerui.TesterUISettings
Aggregates all Tester UI app settings that can be interactively changed.
- Author:
- Martin Bluemel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic StringfontToText(Font in) getFont()voidload()voidsetBackgroundError(Color backgroundError) voidsetBackgroundInput(Color backgroundInput) voidsetBackgroundJsonata(Color backgroundJsonata) voidsetBackgroundOutput(Color backgroundOutput) voidsetExample(TesterUIJsonataExample example) voidvoidsetFrameSizeX(Integer frameSizeX) voidsetFrameSizeY(Integer frameSizeY) voidsetPathInput(Path path) voidsetPathJsonata(Path path) voidsetScrollPositionInputY(Integer scrollPositionInputY) voidsetScrollPositionJsonataY(Integer scrollPositionJsonataY) voidsetScrollPositionOutputY(Integer scrollPositionOutputY) voidsetSpiltPaneDivLocation(Integer spiltPaneDivLocation) voidsetSpiltPaneDivLocationRight(Integer spiltPaneDivLocationRight) voidstore()static FonttextToFont(String in)
-
Field Details
-
SETTINGS_FOLDER
-
SETTINGS_FILE
-
DEFAULT_PATH_INPUT
-
DEFAULT_PATH_JSONATA
-
-
Constructor Details
-
TesterUISettings
public TesterUISettings()
-
-
Method Details
-
load
public void load() -
store
public void store() -
fontToText
-
textToFont
-
ensureSettingsFolder
public void ensureSettingsFolder() -
getExample
-
setExample
-
getPathInput
-
setPathInput
-
getPathJsonata
-
setPathJsonata
-
getBackgroundInput
-
setBackgroundInput
-
getBackgroundJsonata
-
setBackgroundJsonata
-
getBackgroundOutput
-
setBackgroundOutput
-
getBackgroundError
-
setBackgroundError
-
getFont
-
setFont
-
getFrameSizeX
-
setFrameSizeX
-
getFrameSizeY
-
setFrameSizeY
-
getSpiltPaneDivLocation
-
setSpiltPaneDivLocation
-
getSpiltPaneDivLocationRight
-
setSpiltPaneDivLocationRight
-
getScrollPositionInputY
-
setScrollPositionInputY
-
getScrollPositionJsonataY
-
setScrollPositionJsonataY
-
getScrollPositionOutputY
-
setScrollPositionOutputY
-