Package | Description |
---|---|
fr.cnes.genius.calculator | |
fr.cnes.genius.constraints | |
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.logger |
Package containing the logger and log event table.
|
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.main |
Package containing the core elements of the GENIUS library.
|
fr.cnes.genius.plots |
$Id: package-info.java 1980 2016-10-31 13:08:11Z ffsm $
HISTORIQUE
VERSION:1.3:DM:DM-62:15/10/2015: Added plots package.
|
fr.cnes.genius.savefiles |
Package including widgets for saving files process.
|
fr.cnes.genius.sqlite |
$Id: package-info.java 2191 2017-10-02 14:13:51Z jjct $
HISTORIQUE
VERSION:1.7:DM:DM-207:22/09/2017: Initial version of the sqlite storage system.
|
fr.cnes.genius.standardapplication |
Package including widgets for a standard GUI application.
|
fr.cnes.genius.table |
Package containing the GTables classes.
|
fr.cnes.genius.threads |
Classes used to launch subprocesses.
|
fr.cnes.genius.tools |
GPLOT package.
|
fr.cnes.genius.utils |
Package containing utility classes.
|
Class and Description |
---|
GButton
This class represents a push button, that can be enabled or disabled at will.
|
GDialog
Represents a dialog object.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GLabel
Label widget based in the JLabel SWING widget.
|
Class and Description |
---|
GButton
This class represents a push button, that can be enabled or disabled at will.
|
GCheckBox
Class representing a checkbox widget.
|
GComboBox
ComboBox widget used to select one input in a list of labels.
|
GContainer
Class used to define a container object grouping widgets.
|
GDateField
Date field class.
|
GHyperlinkLabel
The class GHyperlinkLabel defines a label blue and underlined.
|
GLabel
Label widget based in the JLabel SWING widget.
|
GList
Class to implement a GENIUS version of JList.
|
GNumberFieldAbstract
Abstract class defining the interface that shall be followed by the GIntField and GRealField.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
GPopupMenu
Class used to handle the display of a pop-up menu.
|
GRadioButton
Class representing a radio button based on the JRadioButton widget.
|
GSliderAbstract
Abstract class encapsulating the common methods for GSlider and GSliderReal.
|
GTextArea
Text area class derives from the JTextArea.
|
GTextAreaInterface
Interface defining the methods that shall be implemented by the classes that can subsititute a GTextArea in
a GCommandLauncher, or a GConsole for example.
|
GTextField
Class representing a text entry field.
|
GTree
Class to implement a GENIUS version of JTree.
|
Class and Description |
---|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GTextAreaInterface
Interface defining the methods that shall be implemented by the classes that can subsititute a GTextArea in
a GCommandLauncher, or a GConsole for example.
|
Class and Description |
---|
GContainer
Class used to define a container object grouping widgets.
|
GDialog
Represents a dialog object.
|
GDocumentFilterAbstract
Abstract class to handle the common functions of the DocumentFilter classes :
GTextField.GDocumentFieldFilterAbstract , private GTableRealEditor.GDocumentFilterReal, have to
inherit. |
GFrame.CloseAction
Enumerated listing the possible behaviors of the GFrame when the window is closed by the window
manager:
DoNothingOnClose: Don't do anything; require the program to handle the operation in the before or after
methods.
|
GIcon
The class GIcon defines the commonly used icons based on choice among icons of GENIUS resources,
and the associated icon type name among : OPEN, SAVE, EXIT, START, STOP, WARNING, ERROR, INFO,
DELETE, PRINT, EXPAND, COLLAPSE, CLEAR, COPY, PASTE, IMPORT, EXPORT.
|
GIcon.Type
Types of icons.
|
GLabel
Label widget based in the JLabel SWING widget.
|
GLabel.Rotation
Enum to define the rotation of the label.
|
GNumberFieldAbstract
Abstract class defining the interface that shall be followed by the GIntField and GRealField.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
GPanel.ScrollBarVisibility
Enumerate to list the possible visibilities for a scroll bar.
|
GPopupMenu
Class used to handle the display of a pop-up menu.
|
GSliderAbstract
Abstract class encapsulating the common methods for GSlider and GSliderReal.
|
GStandardDialog
Class used to created dialogs with standard buttons.
|
GStandardDialog.TypeOfDialog
Enumerate defining the possible configurations of the dialog buttons.
|
GStandardPanelDialog.TypeOfDialog
Enumerate defining the possible configurations of the dialog buttons.
|
GTextAreaInterface
Interface defining the methods that shall be implemented by the classes that can subsititute a GTextArea in
a GCommandLauncher, or a GConsole for example.
|
GTextField
Class representing a text entry field.
|
GTree.GTreeNode |
Class and Description |
---|
GIcon
The class GIcon defines the commonly used icons based on choice among icons of GENIUS resources,
and the associated icon type name among : OPEN, SAVE, EXIT, START, STOP, WARNING, ERROR, INFO,
DELETE, PRINT, EXPAND, COLLAPSE, CLEAR, COPY, PASTE, IMPORT, EXPORT.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GDetachedPanel
Class representing a detached panel.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GDialog
Represents a dialog object.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GDialog
Represents a dialog object.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
GTabbedPane
Tabbed pane widget based on the JTabbedPane Swing widget.
|
GTextArea
Text area class derives from the JTextArea.
|
GTextAreaInterface
Interface defining the methods that shall be implemented by the classes that can subsititute a GTextArea in
a GCommandLauncher, or a GConsole for example.
|
Class and Description |
---|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GButton
This class represents a push button, that can be enabled or disabled at will.
|
GContainer
Class used to define a container object grouping widgets.
|
GProgressBar
This class represents a progress bar basically to be used for representing the progress of the
GCommandLauncher processes.
|
GTextAreaInterface
Interface defining the methods that shall be implemented by the classes that can subsititute a GTextArea in
a GCommandLauncher, or a GConsole for example.
|
Class and Description |
---|
GDialog
Represents a dialog object.
|
GPanel
Class corresponding to the SWING component JPanel, representing a panel where
the different widgets are displayed.
|
Class and Description |
---|
GFrame
The class GFrame defines a high-level window including a title and a menu bar.
|
Copyright © 2024. All rights reserved.