Uses of Class
jason.runtime.MASConsoleGUI
Package | Description |
---|---|
jason.runtime |
-
Uses of MASConsoleGUI in jason.runtime
Subclasses of MASConsoleGUI in jason.runtime Modifier and Type Class Description class
MASConsoleColorGUI
A quick implementation of a TextPane with default coloring for Jason.Fields in jason.runtime declared as MASConsoleGUI Modifier and Type Field Description private MASConsoleGUI
MASConsoleLogHandler. fGUI
protected static MASConsoleGUI
MASConsoleGUI. masConsole
private MASConsoleGUI
OutputStreamAdapter. masConsole
Methods in jason.runtime that return MASConsoleGUI Modifier and Type Method Description static MASConsoleGUI
MASConsoleColorGUI. get()
for singleton patternstatic MASConsoleGUI
MASConsoleGUI. get()
for singleton patternConstructors in jason.runtime with parameters of type MASConsoleGUI Constructor Description OutputStreamAdapter(MASConsoleGUI m, javax.swing.JTextArea t)