public class SysOutBoard
extends java.lang.Object
SysOutScanner| Constructor and Description |
|---|
SysOutBoard() |
| Modifier and Type | Method and Description |
|---|---|
static AwbConsoleDialog |
getConsoleDialog()
Gets the console dialog.
|
static AwbConsoleFolder |
getConsoleFolder()
Gets the console folder.
|
static java.util.HashMap<java.lang.String,AwbConsole> |
getHashMapConsoles()
Returns the HashMap for the available JPanelConsole's.
|
static SysOutScanner |
getSysOutScanner()
Gets the current
SysOutScanner. |
static boolean |
isLocationOfMainContainer()
Checks if is location of main container.
|
static boolean |
isRunningSysOutScanner()
Returns true, if a SysOutScanner is defined
|
static void |
setConsoleDialog(AwbConsoleDialog consoleDialog)
Sets the console dialog.
|
static void |
setConsoleFolder(AwbConsoleFolder consoleFolder)
Sets the console folder.
|
static void |
setIsLocationOfMainContainer(boolean locationMainContainer)
Sets the checks if is location of main container.
|
static void |
setSysOutScanner(SysOutScanner sosRunning)
Sets the current
SysOutScanner. |
public static SysOutScanner getSysOutScanner()
SysOutScanner.public static void setSysOutScanner(SysOutScanner sosRunning)
SysOutScanner.sosRunning - the new SysOutScannerpublic static boolean isRunningSysOutScanner()
public static void setIsLocationOfMainContainer(boolean locationMainContainer)
locationMainContainer - the locationMainContainer to setpublic static boolean isLocationOfMainContainer()
public static void setConsoleDialog(AwbConsoleDialog consoleDialog)
consoleDialog - the new console dialogpublic static AwbConsoleDialog getConsoleDialog()
public static void setConsoleFolder(AwbConsoleFolder consoleFolder)
consoleFolder - the new console folderpublic static AwbConsoleFolder getConsoleFolder()
public static java.util.HashMap<java.lang.String,AwbConsole> getHashMapConsoles()