Uses of Enum Class
jspecview.common.ScriptToken
Packages that use ScriptToken
Package
Description
-
Uses of ScriptToken in jspecview.api
Methods in jspecview.api with parameters of type ScriptTokenModifier and TypeMethodDescriptionvoidScriptInterface.siExecSetCallback(ScriptToken st, String value) voidScriptInterface.siUpdateBoolean(ScriptToken st, boolean TF) -
Uses of ScriptToken in jspecview.app
Methods in jspecview.app with parameters of type ScriptTokenModifier and TypeMethodDescriptionvoidJSVApp.siExecSetCallback(ScriptToken st, String value) voidJSVApp.siUpdateBoolean(ScriptToken st, boolean TF) -
Uses of ScriptToken in jspecview.application
Methods in jspecview.application with parameters of type ScriptTokenModifier and TypeMethodDescriptionprotected voidApplicationMenu.setBoolean(ScriptToken st, ItemEvent e) voidJSpecView.siExecSetCallback(ScriptToken st, String value) voidJSpecView.siUpdateBoolean(ScriptToken st, boolean TF) -
Uses of ScriptToken in jspecview.common
Fields in jspecview.common with type parameters of type ScriptTokenModifier and TypeFieldDescriptionColorParameters.elementColorsprotected Map<ScriptToken, Boolean> Parameters.htBooleansPanelData.optionsPanelData.optionsSavedMethods in jspecview.common that return ScriptTokenModifier and TypeMethodDescriptionstatic ScriptTokenScriptToken.getScriptToken(String name) static ScriptTokenReturns the enum constant of this class with the specified name.static ScriptToken[]ScriptToken.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jspecview.common that return types with arguments of type ScriptTokenModifier and TypeMethodDescriptionParameters.getBooleans()static Lst<ScriptToken> ScriptToken.getScriptTokenList(String name, boolean isExact) Methods in jspecview.common with parameters of type ScriptTokenModifier and TypeMethodDescriptionbooleanPanelData.getBoolean(ScriptToken st) booleanParameters.getBoolean(ScriptToken t) PanelData.getColor(ScriptToken whatColor) ColorParameters.getElementColor(ScriptToken st) Gets the color of an element in the schemeColorParameters.getFontName(ScriptToken st, String value) static StringScriptToken.getValue(ScriptToken st, ScriptTokenizer params, String cmd) tweak command options depending upon special casesvoidColorParameters.set(PanelData pd, ScriptToken st, String value) voidPanelData.setBoolean(ScriptToken st, boolean isTrue) booleanParameters.setBoolean(ScriptToken st, boolean val) ColorParameters.setColor(ScriptToken st, GenericColor color) Sets the color of an elementvoidPanelData.setColor(ScriptToken st, GenericColor color) protected GenericColorColorParameters.setColorFromString(ScriptToken st, String value) voidPanelData.setColorOrFont(ColorParameters params, ScriptToken st) voidParameters.setP(PanelData pd, ScriptToken st, String value) Method parameters in jspecview.common with type arguments of type ScriptToken -
Uses of ScriptToken in jspecview.java
Methods in jspecview.java with parameters of type ScriptTokenModifier and TypeMethodDescriptionvoidAwtPanel.setColorOrFont(ColorParameters ds, ScriptToken st) -
Uses of ScriptToken in jspecview.js2d
Methods in jspecview.js2d with parameters of type ScriptTokenModifier and TypeMethodDescriptionvoidJsPanel.setColorOrFont(ColorParameters ds, ScriptToken st)