java.lang.Object
simula.editor.RTOption
Runtime Options
Link to GitHub: Source File.
- Author:
- Øystein Myhre Andersen
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
Runtime Optionstatic boolean
Runtime Optionstatic boolean
Runtime Optionstatic boolean
Runtime Optionstatic String
Runtime Optionstatic boolean
Runtime Optionstatic boolean
Runtime Option -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addRTArguments
(Vector<String> args) Add Runtime options to the argument vector.private static JCheckBox
Editor Utility: Create a checkBox without tooltips.private static boolean
Returns the option name 'id'static void
Initiate Runtime options with default values.(package private) static void
Editor Utility: Select Runtime Options.private static void
Set the option named 'id' to the given value
-
Field Details
-
VERBOSE
public static boolean VERBOSERuntime Option -
USE_CONSOLE
public static boolean USE_CONSOLERuntime Option -
BLOCK_TRACING
public static boolean BLOCK_TRACINGRuntime Option -
GOTO_TRACING
public static boolean GOTO_TRACINGRuntime Option -
QPS_TRACING
public static boolean QPS_TRACINGRuntime Option -
SML_TRACING
public static boolean SML_TRACINGRuntime Option -
SPORT_SOURCE_FILE
Runtime Option
-
-
Constructor Details
-
RTOption
private RTOption()The default constructor
-
-
Method Details
-
InitRuntimeOptions
public static void InitRuntimeOptions()Initiate Runtime options with default values. -
addRTArguments
Add Runtime options to the argument vector.- Parameters:
args
- the argument vector
-
selectRuntimeOptions
static void selectRuntimeOptions()Editor Utility: Select Runtime Options. -
checkBox
Editor Utility: Create a checkBox without tooltips.- Parameters:
id
- option id- Returns:
- the resulting check box
-
getOption
Returns the option name 'id'- Parameters:
id
- option id- Returns:
- the option name 'id'
-
setOption
Set the option named 'id' to the given value- Parameters:
id
- option idval
- new option value
-