Package | Description |
---|---|
fr.cnes.genius.calculator | |
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.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.tools |
GPLOT package.
|
Modifier and Type | Class and Description |
---|---|
class |
GCalculator
Class to define the calculator panel.
|
class |
GCalculatorCommand
Class to define the calculator command panel.
|
class |
GCalculatorCreateFileInfos
Class to define the file information window.
|
class |
GCalculatorFormula
Class to define the panel for just a formula.
|
class |
GCalculatorMessage
Class to define the calculator message window.
|
class |
GCalculatorRef
Class to define the calculator panel.
|
Modifier and Type | Class and Description |
---|---|
class |
GComponentList
Class GComponentList allows handling a list of widgets extending from GComponent.
|
class |
GListSelect
GListSelect class.
|
class |
GMultipleStructureChoice
This class represents a GTree of objects to choose a compatible GComponent to load from a xml structure
|
class |
GTable1D
The class implements a table for functions of a single variable x, the same variable for all
represented functions.
|
Constructor and Description |
---|
GMenuBar(GPanel panel)
Constructor.
|
GMenuBar(String widgetId,
GPanel panel)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
GLogEventTablePanel
This class represents the table to hold the events from the
GLogger . |
Modifier and Type | Class and Description |
---|---|
class |
GDetachedPanel
Class representing a detached panel.
|
class |
GDialog
Represents a dialog object.
|
class |
GStandardDialog
Class used to created dialogs with standard buttons.
|
class |
GStandardExceptionDialog
Class used to created standard dialogs for showing errors.
|
class |
GStandardMessageDialog
Class used to created standard dialogs for showing an information message.
|
class |
GStandardPanelDialog
Class used to created dialogs with standard buttons.
|
Modifier and Type | Method and Description |
---|---|
GPanel |
GTabbedPane.getTab(int tabIndex)
Get a tab by its index.
|
Modifier and Type | Method and Description |
---|---|
List<GPanel> |
GTabbedPane.getTabList()
Get the list of GPanels manager by the GTabbedPane.
|
Modifier and Type | Method and Description |
---|---|
void |
GTabbedPane.addTab(String title,
GPanel panel)
Add a GPanel to the widget.
|
void |
GTabbedPane.addTab(String title,
GPanel panel,
String tooltip)
Add a GPanel to the widget.
|
void |
GTabbedPane.addTab(String title,
GPanel panel,
String tooltip,
boolean tabPanelStatusFlag)
Add a GPanel to the widget.
|
void |
GFrame.setGPanel(GPanel panel)
Set the panel in the container area.
|
void |
GStandardPanelDialog.setGPanel(GPanel mainPanel)
Set the main panel.
|
Constructor and Description |
---|
GFrame(String title,
GPanel panel)
Constructor.
|
GFrame(String title,
GPanel panel,
GMenuBar menuBar)
Constructor.
|
GFrame(String widgetId,
String title,
GPanel panel)
Constructor.
|
GFrame(String widgetId,
String title,
GPanel panel,
GMenuBar menuBar)
Constructor.
|
GSplitPane(String name,
int newOrientation,
GPanel leftGPanel,
GPanel rightGPanel)
Create a new split pane component with 2 panes, the orientation can be horizontal or vertical.
|
GSplitPane(String widgetId,
String name,
int newOrientation,
GPanel leftGPanel,
GPanel rightGPanel)
Create a new split pane component with 2 panes, the orientation can be horizontal or vertical.
|
GStandardPanelDialog(String title,
GPanel mainPanel,
GStandardPanelDialog.TypeOfDialog typeDialog)
Constructor.
|
GStandardPanelDialog(String widgetId,
String title,
GPanel mainPanel,
GStandardPanelDialog.TypeOfDialog typeDialog)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GPanel |
GComponent.getGPanel()
Gets the current panel containing the component.
|
Modifier and Type | Method and Description |
---|---|
void |
GComponent.setGPanel(GPanel panel)
Sets the current panel containing the component.
|
Modifier and Type | Class and Description |
---|---|
class |
GDetachedPlotPanel
Class to define a plot issued from an "column MADONA" formatted file and displayed in a detached panel.
|
class |
GGroundPlotPanel
Class to plot ground track.
|
class |
GPlotPanel
Class to define a plot issued from an "column MADONA" formatted file.
|
Modifier and Type | Class and Description |
---|---|
class |
GOverrideFileDialog
Class implementing a dialog to display the list of files to overwrite.
|
class |
GSaveResults
Class to display a GDialog allowing to store results files and its associated context file.
|
Modifier and Type | Class and Description |
---|---|
class |
GSqliteOutputVarPanel
Combo box widget for output variables panel definition from a sqlite database.
|
Modifier and Type | Class and Description |
---|---|
class |
GAboutDialog
Class to create a GDialog frame including information about a tool.
|
class |
GMainFrameAbstract<T extends GDataPanelAbstract>
Abstract class using as a basis for upper level class defining the top level
of the GUI.
|
Modifier and Type | Class and Description |
---|---|
class |
GTable2D
GTable with labels and units for the data, the rows and the columns.
|
Modifier and Type | Class and Description |
---|---|
class |
GDialogPrefix
GDialog widget
|
class |
GPlot
Main class defining the GPlot tool.
|
Copyright © 2024. All rights reserved.