| Package | Description | 
|---|---|
| fr.cnes.genius.highLevel | 
 Package containing classes for the highLevel GENIUS widgets. 
 | 
| fr.cnes.genius.lowLevel | 
 Package containing the low level widgets. 
 | 
| fr.cnes.genius.threads | 
 Classes used to launch subprocesses. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GCheckBoxWithIndicator
Implements a GCheckBox with a GLabelWithIndicator. 
 | 
class  | 
GChoice
Widget implementing a group of GChoice controls. 
 | 
class  | 
GComboBoxWithLabel
Implements a  
GComboBox with a GComboBoxWithLabel and adds the GReadWrite interface
 to save/load the selected value from the configuration file. | 
class  | 
GConsole
Specialized text area that can redirect the stdout and stderr from the current process. 
 | 
class  | 
GConstantSelector
Class implementing a GButton and a GDialog allowing the selection of constants from a list
 provided by the user. 
 | 
class  | 
GEntryConstant
Class implementing a GEntryReal plus a GConstantSelector. 
 | 
class  | 
GEntryDate
Class representing a text entry with a label. 
 | 
class  | 
GEntryFileName
Class to define a widget for searching file names giving its relative or absolute names. 
 | 
class  | 
GEntryInt
Entry class for integer numbers. 
 | 
class  | 
GEntryNumberAbstract
Abstract vector class encapsulating the common methods to GEntryIntVector and GEntryRealVector. 
 | 
class  | 
GEntryReal
Entry widget accepting real numbers in scientific and normal notation, and unit management. 
 | 
class  | 
GEntryString
This class defines an input field for a one-line text with a label. 
 | 
class  | 
GLabelWithIndicator
Class composed of a label, a "isModified" indicator and the icons to represent the status of
 another widget (OK, WARN, ERROR). 
 | 
class  | 
GListWithLabel
Implements a  
GList with a GLabelWithIndicator and adds the
 GReadWrite interface to save/load the selected value from the
 configuration file. | 
class  | 
GMultipleChoice
Widget implementing a group of  
GCheckBox controls. | 
class  | 
GObjectComboBoxWithLabel<T>
It is a  
GComboBoxWithLabel linked to a list of objects of a generic type T. | 
class  | 
GObjectSelector<T>
Class implementing a GButton and a GDialog allowing the selection of objects from a list provided
 by the user. 
 | 
class  | 
GPopupList
The class implements a  
GPopupMenu associated with a GHyperlinkLabel. | 
class  | 
GPopupListWithLabel
The class implements a label  
GLabelWithIndicator, and a GPopupList. | 
class  | 
GSliderAbstractWithLabel
Abstract class encapsulating the common methods for GSliderWithLabel and GSliderRealWithLabel. 
 | 
class  | 
GSliderRealWithLabel
This class defines a real slider having a validity interval. 
 | 
class  | 
GSliderWithLabel
This class defines an integer slider having a validity interval. 
 | 
class  | 
GTextAreaWithLabel
Class defining a textArea with a label. 
 | 
| 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  | 
GTime  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GStandardDialog.setGContainer(GContainer mainContainer)
Set the main container. 
 | 
| Constructor and Description | 
|---|
GStandardDialog(String title,
               GContainer mainContainer,
               GStandardDialog.TypeOfDialog typeDialog)
Constructor. 
 | 
GStandardDialog(String widgetId,
               String title,
               GContainer mainContainer,
               GStandardDialog.TypeOfDialog typeDialog)
Constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GCommandLauncher
GCommandLauncher class defines a process that can be started or stopped by a button or a menu. 
 | 
class  | 
GJavaCommandLauncher
Specific class derived from GCommandLauncher for launching Java programs, providing the launching item. 
 | 
Copyright © 2024. All rights reserved.