|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.keenedgesoftware.scrutinize.core.CoreEntity | +--com.keenedgesoftware.scrutinize.core.Command | +--com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand | +--com.keenedgesoftware.scrutinize.core.misc.commands.PrintlnCommand
Outputs the specified string, adding a newline at the end.
Examples:
$println "Hello, scrutinize!"
Fields inherited from class com.keenedgesoftware.scrutinize.core.Command |
LEVEL_0, LEVEL_1, LEVEL_2, LEVEL_3, LEVEL_4, parser, STATE_FINAL, STATE_INITIAL, TYPE_SUSPENDING, TYPE_TERMINATING |
Fields inherited from class com.keenedgesoftware.scrutinize.core.CoreEntity |
ACTIVATE, BACKSLASH, EOL, GO, HASH, INIT, NEWLINE, QUIT, QUOTE, SLASH, SPACE |
Constructor Summary | |
PrintlnCommand()
Default constructor |
|
PrintlnCommand(CommandManager cm)
Usual constructor |
Method Summary | |
boolean |
messageHandler(java.lang.String message)
Message handler |
Methods inherited from class com.keenedgesoftware.scrutinize.core.misc.commands.MiscCommand |
initialize |
Methods inherited from class com.keenedgesoftware.scrutinize.core.Command |
getCursor, getLevel, getPicker, getPrompt, getSelector, getState, getType, setCursor, setPicker, setPrompt, setSelector, setState |
Methods inherited from class com.keenedgesoftware.scrutinize.core.CoreEntity |
getActiveView, getBroadcastManager, getCommandManager, getGraphicsGate, getGraphicsWorld, getMiscWorld, getModelWorld, getNetcaster, getRecorder, getScene, getSystemWorld, getTaskManager, getUniverse |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrintlnCommand()
public PrintlnCommand(CommandManager cm)
Method Detail |
public boolean messageHandler(java.lang.String message)
messageHandler
in class Command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |