|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Class Summary | |
ClearCommand | Clears the text area Example:
$clear
|
DebugOffCommand | Switches off debug for specified modules. Examples:
$debugOff "Command" "GView"; |
DebugOnCommand | Switches on debug for specified modules. Examples:
$debugOn "Command" "GView"; |
DebugReportCommand | Prints debug status for specified modules. Examples:
$debugReport "Command" "GView"; |
EchoCommand | Echoes command-line input to the output window Example:
$echo |
FreezeUICommand | Temporarily suspends prompts etc Example:
$freezeUI
|
MiscCommand | Base class for miscellaneous commands |
PrintlnCommand | Outputs the specified string, adding a newline at the end. Examples:
$println "Hello, scrutinize!"
|
ProgressBarCommand | Updates the progress bar to the supplied percentage Example:
$progressBar 25
|
QuitCommand | Exits the program. Example:
$quit
|
SleepCommand | Waits for the specified number of milliseconds to pass Example:
$sleep 20
|
StartCommand | The start command is pushed onto the command stack automatically when scrutinize is initialized. Examples:
$start
|
UnfreezeUICommand | Resumes prompts etc after a freezeUI. Example:
$unfreezeUI
|
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |