Package jason.runtime
Class MASConsoleGUI
java.lang.Object
jason.runtime.MASConsoleGUI
- Direct Known Subclasses:
MASConsoleColorGUI
the GUI console to output log messages
-
Field Summary
Modifier and TypeFieldDescriptionprotected JFrame
protected boolean
static String
protected static MASConsoleGUI
protected OutputStreamAdapter
protected JTextArea
protected JPanel
protected JPanel
protected JTabbedPane
-
Constructor Summary
-
Method Summary
-
Field Details
-
masConsole
-
isTabbedPropField
-
agsTextArea
-
tabPane
-
frame
-
output
-
pBt
-
pcenter
-
out
-
inPause
protected boolean inPause
-
-
Constructor Details
-
MASConsoleGUI
-
-
Method Details
-
get
for singleton pattern -
hasConsole
public static boolean hasConsole() -
initFrame
-
initMainPanel
protected void initMainPanel() -
initOutput
protected void initOutput() -
cleanConsole
public void cleanConsole() -
initButtonPanel
protected void initButtonPanel() -
setTitle
-
getFrame
-
addButton
-
setPause
public void setPause(boolean b) -
isTabbed
public boolean isTabbed() -
isPause
public boolean isPause() -
append
-
append
-
close
public void close() -
setAsDefaultOut
public void setAsDefaultOut()
-