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 TypeMethodDescriptionvoid
ScriptInterface.siExecSetCallback
(ScriptToken st, String value) void
ScriptInterface.siUpdateBoolean
(ScriptToken st, boolean TF) -
Uses of ScriptToken in jspecview.app
Methods in jspecview.app with parameters of type ScriptTokenModifier and TypeMethodDescriptionvoid
JSVApp.siExecSetCallback
(ScriptToken st, String value) void
JSVApp.siUpdateBoolean
(ScriptToken st, boolean TF) -
Uses of ScriptToken in jspecview.application
Methods in jspecview.application with parameters of type ScriptTokenModifier and TypeMethodDescriptionprotected void
ApplicationMenu.setBoolean
(ScriptToken st, ItemEvent e) void
MainFrame.setCallback
(ScriptToken st, String value) void
JSpecView.siExecSetCallback
(ScriptToken st, String value) void
JSpecView.siUpdateBoolean
(ScriptToken st, boolean TF) void
MainFrame.updateToolbar
(ScriptToken st, boolean tf) -
Uses of ScriptToken in jspecview.common
Fields in jspecview.common with type parameters of type ScriptTokenModifier and TypeFieldDescriptionColorParameters.elementColors
protected Map<ScriptToken,
Boolean> Parameters.htBooleans
PanelData.options
PanelData.optionsSaved
Methods in jspecview.common that return ScriptTokenModifier and TypeMethodDescriptionstatic ScriptToken
ScriptToken.getScriptToken
(String name) static ScriptToken
Returns 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 TypeMethodDescriptionboolean
PanelData.getBoolean
(ScriptToken st) boolean
Parameters.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 String
ScriptToken.getValue
(ScriptToken st, ScriptTokenizer params, String cmd) tweak command options depending upon special casesvoid
ColorParameters.set
(PanelData pd, ScriptToken st, String value) void
PanelData.setBoolean
(ScriptToken st, boolean isTrue) boolean
Parameters.setBoolean
(ScriptToken st, boolean val) void
PanelData.setBooleans
(Parameters parameters, ScriptToken st) ColorParameters.setColor
(ScriptToken st, GenericColor color) Sets the color of an elementvoid
PanelData.setColor
(ScriptToken st, GenericColor color) protected GenericColor
ColorParameters.setColorFromString
(ScriptToken st, String value) void
PanelData.setColorOrFont
(ColorParameters params, ScriptToken st) void
PanelData.setFontName
(ScriptToken st, String fontName) void
Parameters.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 TypeMethodDescriptionvoid
AwtPanel.setColorOrFont
(ColorParameters ds, ScriptToken st) -
Uses of ScriptToken in jspecview.js2d
Methods in jspecview.js2d with parameters of type ScriptTokenModifier and TypeMethodDescriptionvoid
JsPanel.setColorOrFont
(ColorParameters ds, ScriptToken st)