| Package | Description | 
|---|---|
| fr.cnes.genius.highLevel | 
 Package containing classes for the highLevel GENIUS widgets. 
 | 
| fr.cnes.genius.loggers | 
 Utilities used for logging within the Genius applications. 
 | 
| fr.cnes.genius.lowLevel | 
 Package containing the low level widgets. 
 | 
| fr.cnes.genius.standardapplication | 
 Package including widgets for a standard GUI application. 
 | 
| fr.cnes.genius.threads | 
 Classes used to launch subprocesses. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GConsole
Specialized text area that can redirect the stdout and stderr from the current process. 
 | 
| Constructor and Description | 
|---|
GConsole(String widgetId,
        GTextAreaInterface textAreaInterface)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
GConsoleLogger.iniConsoleLogger(GTextAreaInterface textAreaInterface)
Method to initialize the logger with the right format. 
 | 
| Constructor and Description | 
|---|
GTextAreaInterfaceHandler(GTextAreaInterface textAreaInterface)
Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GBufferedTextArea
Class defining a GTextArea with an offline buffer in order to improve the performance when
 treating for example outputs from programs. 
 | 
class  | 
GTextArea
Text area class derives from the JTextArea. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GTextAreaInterface | 
GDataPanelAbstract.getConsole()
Get the results console widget. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GTextAreaInterface | 
GCommandLauncher.getStderrGTextAreaInterface()
Get the GTextAreaInterface associated with the command launcher stderr. 
 | 
GTextAreaInterface | 
GCommandLauncher.getStdoutGTextAreaInterface()
Get the GTextAreaInterface associated with the command launcher stdout. 
 | 
| Constructor and Description | 
|---|
GCommandLauncher(String[] commandArray,
                String runString,
                String stopString,
                GTextAreaInterface stdoutTextArea)
Constructor. 
 | 
GCommandLauncher(String[] commandArray,
                String runString,
                String stopString,
                GTextAreaInterface stdoutTextArea,
                GTextAreaInterface stderrTextArea)
Constructor. 
 | 
GCommandLauncher(String widgetId,
                String[] commandArray,
                String runString,
                String stopString,
                GTextAreaInterface stdoutTextArea)
Constructor. 
 | 
GCommandLauncher(String widgetId,
                String[] commandArray,
                String runString,
                String stopString,
                GTextAreaInterface stdoutTextArea,
                GTextAreaInterface stderrTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String[] argArray,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String[] argArray,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea,
                    GTextAreaInterface stderrTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String[] argArray,
                    String classPath,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String[] argArray,
                    String classPath,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea,
                    GTextAreaInterface stderrTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String widgetId,
                    String[] argJavaArray,
                    String[] argArray,
                    String classPath,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea,
                    GTextAreaInterface stderrTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String widgetId,
                    String[] argArray,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String widgetId,
                    String[] argArray,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea,
                    GTextAreaInterface stderrTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String widgetId,
                    String[] argArray,
                    String classPath,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea)
Constructor. 
 | 
GJavaCommandLauncher(String widgetId,
                    String[] argArray,
                    String classPath,
                    String runString,
                    String stopString,
                    GTextAreaInterface stdoutTextArea,
                    GTextAreaInterface stderrTextArea)
Constructor. 
 | 
Copyright © 2024. All rights reserved.