Package | Description |
---|---|
fr.cnes.genius.calculator | |
fr.cnes.genius.exception |
Package containing exceptions for the GENIUS library.
|
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.threads |
Classes used to launch subprocesses.
|
fr.cnes.genius.tools |
GPLOT package.
|
fr.cnes.genius.unit |
Package containing classes used to define units and conversions.
|
fr.cnes.genius.utils |
Package containing utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GCalculatorRef.after(GEvent e)
Called after the event is processed.
|
void |
GCalculatorCreateFileInfos.after(GEvent e) |
void |
GCalculatorCommand.after(GEvent e)
Called after the event is processed.
|
void |
GCalculator.after(GEvent e)
Called after the event is processed.
|
void |
GCalculatorFormula.after(GEvent e) |
void |
GCalculatorRef.before(GEvent e)
Called before the event is processed.
|
void |
GCalculatorCreateFileInfos.before(GEvent e) |
void |
GCalculatorCommand.before(GEvent e)
Called before the event is processed.
|
void |
GCalculator.before(GEvent e)
Called before the event is processed.
|
void |
GCalculatorFormula.before(GEvent e) |
void |
GCalculatorRef.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GCalculator.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GCalculatorFormula.clear() |
void |
GCalculatorMessage.display() |
void |
GCalculatorRef.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GCalculatorCreateFileInfos.display() |
void |
GCalculatorCommand.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GCalculator.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GCalculatorFormula.display() |
void |
GCalculatorMessage.generic() |
void |
GCalculatorRef.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GCalculatorCreateFileInfos.generic() |
void |
GCalculatorCommand.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GCalculator.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GCalculatorFormula.generic() |
void |
GCalculatorRef.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GCalculator.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GCalculatorFormula.read() |
boolean |
GCalculatorFormula.validate(boolean keepData,
boolean displayMess,
List<String> varNameList,
List<String> prevNames,
int nbPts,
Map<String,Double[]> data)
Method to validate the new variable.
|
void |
GCalculatorRef.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GCalculator.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GCalculatorFormula.write() |
Modifier and Type | Class and Description |
---|---|
class |
GArithmeticException
Controlable exception launched when a NaN value is detected or when there is a PATRIUS ArithmeticException
(of runtime type) to avoid the MMI to suddenly close.
|
class |
GBufferedTextAreaFileException
Exception to be launched when the GBufferedTextArea fails to open the output file.
|
class |
GComponentException
Exception launched when there is a problem with the GEntryReal, as setting the number of fractional digits,
etc.
|
class |
GComponentListException
Exception launched when there is a problem with the GComponentList.
|
class |
GDateFieldException
Exception launched when the date can not be parsed by the GDateField.
|
class |
GEntryRealException
Exception launched when there is a problem with the GEntryReal, as setting the number of fractional digits,
etc.
|
class |
GEnvironmentException
Exception to be launched if the log filename cannot be set.
|
class |
GFileManipulatorException
Exceptions related to the management of the files by the GFileManipulator classs.
|
class |
GFreeChartException
Exception to be launched for exceptions related to GFreeChart.
|
class |
GIntervalException
Exception to be launched for exceptions related to GIntervals.
|
class |
GPlotDataReaderException
Exception launched when the date can not be parsed by the GDateField.
|
class |
GTable2DException
Exception launched when there is a problem with the GTable2D, setting the table width, etc.
|
class |
GUnitException
Exception to be launched for exceptions related to GUnits.
|
class |
GVTSException
Exception launched when there is a problem with the GPAbsoluteDate widget or with objects in time package.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GEntryVectorAbstract.add(int rank,
Object value)
Adds an item to the vector.
|
void |
GPopupList.after(GEvent e)
Called after the event is processed.
|
void |
GSliderRealWithLabel.after(GEvent e)
Called after the event is processed.
|
void |
GEntryDate.after(GEvent e)
Called after the event is processed.
|
void |
GMultipleChoice.after(GEvent e)
Called after the event is processed.
|
void |
GMultipleStructureChoice.after(GEvent e)
Called after the event is processed.
|
void |
GListWithLabel.after(GEvent e)
Called after the event is processed.
|
void |
GEntryReal.after(GEvent e)
Called after the event is processed.
|
void |
GPopupListWithLabel.after(GEvent e)
Called after the event is processed.
|
void |
GTable1D.after(GEvent e)
Called after the event is processed.
|
void |
GEntryInt.after(GEvent e) |
void |
GConstantSelector.after(GEvent e)
Called after the event is processed.
|
void |
GOpenCloseButton.after(GEvent e)
Called after the event is processed.
|
void |
GComboBoxWithLabel.after(GEvent e) |
void |
GSliderWithLabel.after(GEvent e)
Called after the event is processed.
|
void |
GEntryConstant.after(GEvent e)
Called after the event is processed.
|
void |
GObjectSelector.after(GEvent e)
Called after the event is processed.
|
void |
GEntryFileName.after(GEvent e) |
void |
GColorChooser.after(GEvent e)
Called after the event is processed.
|
void |
GListSelect.after(GEvent e) |
void |
GEntryString.after(GEvent e)
Called after the event is processed.
|
void |
GCheckBoxWithIndicator.after(GEvent e) |
void |
GConsole.appendLine(String line)
Adds the text to the text area with adding a carriage return at the end.
|
void |
GPopupList.before(GEvent e)
Called before the event is processed.
|
void |
GSliderRealWithLabel.before(GEvent e)
Called before the event is processed.
|
void |
GEntryDate.before(GEvent e)
Called before the event is processed.
|
void |
GMultipleChoice.before(GEvent e)
Called before the event is processed.
|
void |
GMultipleStructureChoice.before(GEvent e)
Called before the event is processed.
|
void |
GListWithLabel.before(GEvent e)
Called before the event is processed.
|
void |
GPopupListWithLabel.before(GEvent e)
Called before the event is processed.
|
void |
GTable1D.before(GEvent e)
Called before the event is processed.
|
void |
GEntryInt.before(GEvent e) |
void |
GConstantSelector.before(GEvent e)
Called before the event is processed.
|
void |
GOpenCloseButton.before(GEvent e)
Called before the event is processed.
|
void |
GComboBoxWithLabel.before(GEvent e) |
void |
GSliderWithLabel.before(GEvent e)
Called before the event is processed.
|
void |
GObjectSelector.before(GEvent e)
Called before the event is processed.
|
void |
GEntryFileName.before(GEvent e) |
void |
GColorChooser.before(GEvent e)
Called before the event is processed.
|
void |
GListSelect.before(GEvent e) |
void |
GEntryString.before(GEvent e)
Called before the event is processed.
|
void |
GCheckBoxWithIndicator.before(GEvent e) |
void |
GPopupList.clear() |
void |
GSliderRealWithLabel.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GEntryDate.clear() |
void |
GMultipleChoice.clear() |
void |
GObjectComboBoxWithLabel.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GListWithLabel.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GEntryReal.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GPopupListWithLabel.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GEntryInt.clear() |
void |
GConsole.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GComboBoxWithLabel.clear() |
void |
GSliderWithLabel.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GEntryFileName.clear() |
void |
GComponentList.clear() |
void |
GChoice.clear() |
void |
GEntryString.clear() |
void |
GCheckBoxWithIndicator.clear() |
void |
GPopupList.display() |
void |
GEntryDate.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GMultipleChoice.display() |
void |
GLabelWithIndicator.display() |
void |
GTextAreaWithLabel.display() |
void |
GMultipleStructureChoice.display() |
void |
GSliderAbstractWithLabel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GListWithLabel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GPopupListWithLabel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GTable1D.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GConstantSelector.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GConsole.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GComboBoxWithLabel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GEntryConstant.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GObjectSelector.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GEntryFileName.display() |
void |
GComponentList.display() |
void |
GEntryNumberAbstract.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GChoice.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GListSelect.display() |
void |
GEntryString.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GCheckBoxWithIndicator.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GPopupList.generic() |
void |
GEntryDate.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GMultipleChoice.generic() |
void |
GLabelWithIndicator.generic() |
void |
GTextAreaWithLabel.generic() |
void |
GMultipleStructureChoice.generic() |
void |
GSliderAbstractWithLabel.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GListWithLabel.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GEntryReal.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GPopupListWithLabel.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GTable1D.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GConstantSelector.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GConsole.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GComboBoxWithLabel.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GObjectSelector.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GEntryFileName.generic() |
void |
GEntryNumberAbstract.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GChoice.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GListSelect.generic() |
void |
GEntryString.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GCheckBoxWithIndicator.generic()
The prototype of the generic function that shall exist in all the descendants.
|
String |
GPopupList.getDefaultValueLabel()
Get label of item selected by default.
|
static String |
GListWithLabel.getLabelForValue(String[] labelsList,
int[] valuesList,
int value)
Return the label associated to the value.
|
static String |
GChoice.getLabelForValue(String[] labelsList,
int[] valuesList,
int value)
Return the label associated to the value.
|
protected abstract Object |
GEntryVectorAbstract.parseValue(String stringValue)
Parse the value in string format and return a Number to be stored in the vector.
|
void |
GSliderRealWithLabel.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GEntryDate.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GMultipleChoice.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GTextAreaWithLabel.read() |
void |
GListWithLabel.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GEntryReal.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GPopupListWithLabel.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GTable1D.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GEntryInt.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GComboBoxWithLabel.read() |
void |
GSliderWithLabel.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GEntryFileName.read() |
void |
GComponentList.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GChoice.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GListSelect.read() |
void |
GEntryString.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GCheckBoxWithIndicator.read() |
void |
GEntryVectorAbstract.read(org.jdom.Element e)
Read the vector from file.
|
protected void |
GEntryIntVector.readVector(org.jdom.Element e,
String readUnit)
Reads the elements of the vector from file.
|
protected void |
GEntryDateVector.readVector(org.jdom.Element e,
String readUnit)
Reads the elements of the vector from file.
|
protected void |
GEntryRealVector.readVector(org.jdom.Element e,
String unitString) |
protected abstract void |
GEntryVectorAbstract.readVector(org.jdom.Element e,
String readUnit)
Reads the elements of the vector from file.
|
void |
GConsole.reset()
Called when the element is to be reset, so it can perform the actions required to return to inital
state.
|
void |
GObjectComboBoxWithLabel.setDefaultObject(T defaultObject)
Change the default object of the list.
|
void |
GObjectComboBoxWithLabel.setDefaultObjectList(T defaultObject,
T[] defaultObjects,
String[] defaultLabels)
Change the default list of objects, the object and labels of the combobox.
|
void |
GObjectComboBoxWithLabel.setDefaultObjectList(T defaultObject,
T[] defaultObjects,
String[] defaultLabels,
String[] defaultTooltips)
Change the default list of objects, the object and labels of the combobox.
|
void |
GTable1D.setDefaultValues(Object... defaultValues)
Setter for the default values for each vector of the table.
|
void |
GObjectComboBoxWithLabel.setObject(T object)
Set a new object.
|
void |
GObjectComboBoxWithLabel.setObjectList(T object,
T[] objects,
String... labels)
Change the list of objects, the selected object and the labels of the combobox.
|
void |
GObjectComboBoxWithLabel.setObjectList(T object,
T[] objects,
String[] labels,
String[] tooltips)
Change the list of objects, the selected object and the labels of the combobox.
|
void |
GObjectComboBoxWithLabel.setSavedObject(T savedObject)
Change the saved object.
|
void |
GEntryIntVector.setSavedValue(int rank,
Object objectValue)
Sets the saved value of an element of the vector and then updates the modified indicator.
|
void |
GEntryDateVector.setSavedValue(int rank,
Object objectValue)
Sets the saved value of an element of the vector and then updates the modified indicator.
|
void |
GEntryRealVector.setSavedValue(int rank,
Object numberValue)
Sets the saved value of an element of the vector and then updates the modified indicator.
|
abstract void |
GEntryVectorAbstract.setSavedValue(int rank,
Object objectValue)
Sets the saved value of an element of the vector and then updates the modified indicator.
|
void |
GTable1D.setSavedValues(Object[]... vectors)
Setter for the table saved values.
|
void |
GMultipleChoice.setShortcut(int... shorcutKeyList)
Set the shortcut keys for selecting the corresponding value.
|
void |
GChoice.setShortcut(int... shorcutKeyList)
Set the shortcut keys for selecting the corresponding value.
|
void |
GTable1D.setValues(Object[]... vectors)
Setter for the table values.
|
void |
GSliderRealWithLabel.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GEntryDate.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GMultipleChoice.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GTextAreaWithLabel.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GListWithLabel.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GEntryReal.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GPopupListWithLabel.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GTable1D.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GEntryInt.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GComboBoxWithLabel.write() |
void |
GSliderWithLabel.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GEntryFileName.write() |
void |
GComponentList.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GChoice.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GListSelect.write() |
void |
GEntryString.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GCheckBoxWithIndicator.write() |
void |
GEntryVectorAbstract.write(org.jdom.Element parentElement)
Write the vector to file.
|
protected abstract void |
GEntryVectorAbstract.writeVector(org.jdom.Element e)
Writes the elements of the vector to the file.
|
Constructor and Description |
---|
GMultipleStructureChoice(String filename,
GComponent component)
Constructor .The widget identifier is created automatically
|
GMultipleStructureChoice(String filename,
GComponent component,
boolean useComponentName)
Constructor .The widget identifier is created automatically
|
GMultipleStructureChoice(String widgetId,
String filename,
GComponent component)
Constructor .The widget identifier is created automatically
|
GMultipleStructureChoice(String widgetId,
String filename,
GComponent component,
boolean useComponentName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
GLogEventTablePanel.after(GEvent e)
Called after the event is processed.
|
void |
GLogEventTablePanel.before(GEvent e)
Called before the event is processed.
|
void |
GLogEventTablePanel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GLogEventTablePanel.generic()
Abstract generic function that need to be implemented by the descendants.
|
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 |
GIntField.after(GEvent e)
Called after the event is processed.
|
void |
GDateField.after(GEvent event)
Called after the event is processed.
|
void |
GRealField.after(GEvent e)
Called after the event is processed.
|
void |
GBufferedTextArea.after(GEvent e)
Called after the event is processed.
|
void |
GTextField.after(GEvent e)
Called after the event is processed.
|
void |
GComboBox.after(GEvent e)
Called after the event is processed.
|
void |
GTextAreaInterface.appendLine(String line)
Adds the text to the text area with adding a carriage return at the end.
|
void |
GIntField.before(GEvent e)
Called before the event is processed.
|
void |
GDateField.before(GEvent e)
Called before the event is processed.
|
void |
GRealField.before(GEvent e)
Called before the event is processed.
|
void |
GBufferedTextArea.before(GEvent e)
Called before the event is processed.
|
void |
GTextField.before(GEvent e)
Called before the event is processed.
|
void |
GComboBox.before(GEvent e)
Called before the event is processed.
|
void |
GSplitPane.clear() |
void |
GCheckBox.clear() |
void |
GStandardDialog.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GStandardPanelDialog.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GComboBox.clear() |
void |
GSplitPane.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GTabbedPane.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GSlider.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GStandardDialog.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GTime.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
abstract void |
GDetachedPanel.display() |
void |
GBufferedTextArea.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GStandardPanelDialog.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GStandardDialog.generic()
Abstract generic function that need to be implemented by the descendants.
|
abstract void |
GContainer.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GBufferedTextArea.generic()
The prototype of the generic function that shall exist in all the descendants.
|
void |
GStandardPanelDialog.generic()
Abstract generic function that need to be implemented by the descendants.
|
abstract void |
GPanel.generic()
Abstract generic function that need to be implemented by the descendants.
|
String |
GComboBox.getDefaultValueLabel()
Get the label corresponding to the the default value of the list.
|
static URL |
GIcon.getIconURL(String imageName)
Get the URL of an icon, prepending the prefix "/fr/cnes/genius/icons/" to imageName.
|
static URL |
GIcon.getIconURLFromPath(String imagePath)
Get the URL of an icon, prepending the prefix "/fr/cnes/genius/icons/" to imageName.
|
void |
GPanel.mainClear()
Method to refresh the contents of the GPanel.
|
void |
GDetachedPanel.mainDisplay() |
void |
GPanel.mainDisplay()
Method to refresh the contents of the GPanel.
|
void |
GContainer.put(GComponent component)
Depending on the value of the skeletonIndex the put will do 3 different actions:
Display: Display the components if they can be displayed.
|
void |
GPanel.put(GComponent component)
Depending on the current on-going operation (Display, Read or Write) the
component is displayed, or read/written to the configuration file.
|
void |
GSplitPane.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GTabbedPane.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GCheckBox.read() |
void |
GTime.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GTextAreaInterface.reset()
Called when the element is to be reset, so it can perform the actions required to return to inital
state.
|
void |
GDialog.show()
Show the dialog on the screen.
|
void |
GSplitPane.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GTabbedPane.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GCheckBox.write() |
void |
GTime.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
GComponent.handleProcessEventException(GException ex)
Show the exception dialog to display an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
GListener.after(GEvent e)
Called after the event is processed.
|
void |
GListener.before(GEvent e)
Called before the event is processed.
|
protected void |
GComponent.beginOfElement(GItemTypeInterface type,
String name)
Begins an XML structural element of a given type and with a given name when loading/saving to
the configuration file.
|
protected void |
GComponent.beginOfElement(GItemTypeInterface type,
String name,
Boolean allowWriteComment)
Begins an XML structural element of a given type and with a given name when loading/saving to
the configuration file.
|
protected void |
GComponent.beginOfElement(String type,
String name)
Begins an XML structural element of a given type and with a given name when loading/saving to
the configuration file.
|
protected void |
GComponent.beginOfElement(String type,
String name,
Boolean allowWriteComment)
Begins an XML structural element of a given type and with a given name when loading/saving to
the configuration file.
|
void |
GClear.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GDisplay.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
static List<org.jdom.Element> |
GFileManipulation.findAllElements(org.jdom.Element sourceElement,
String itemType,
String componentName)
Finds the elements in the DOM structure corresponding to a certain name and with an attribute
|
static org.jdom.Element |
GFileManipulation.findElement(org.jdom.Element sourceElement,
GItemTypeInterface itemType,
String attribute,
String attributeValue)
Finds the element in the DOM structure corresponding to a certain name and with an attribute
equal to attributeValue.
|
static org.jdom.Element |
GFileManipulation.findElement(org.jdom.Element sourceElement,
GItemTypeInterface itemType,
String attribute,
String attributeValue,
String defaultValue)
Finds the element in the DOM structure corresponding to a certain name and with an attribute
equal to attributeValue.
|
static org.jdom.Element |
GFileManipulation.findElement(org.jdom.Element sourceElement,
String itemType,
String attribute,
String attributeValue,
String defaultValue)
Deprecated.
The argument type should be an enum implementing the interface GItemTypeInterface
instead of a String. See
GItemTypeInterface for more details. |
static org.jdom.Element |
GFileManipulation.findFirstElement(org.jdom.Element sourceElement,
String itemType,
String elementName,
String defaultValue)
Finds the First element in the DOM structure corresponding to a certain element name.
|
void |
GReadWrite.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
static List<GComponent> |
GFileManipulation.searchCompatibleComponents(GComponent component,
GComponent componentToSearch,
boolean useComponentName)
search compatible objects from a GComponent
|
static List<GComponent> |
GFileManipulation.searchCompatibleComponents(String filename,
GComponent componentToSearch,
boolean useComponentName)
search compatible objects from a configuration file
|
void |
GReadWrite.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
protected void |
GComponent.writeConfigItem(GItemTypeInterface type,
String value,
Map<String,String> attributes)
Writes the values of an item in the configuration file.
|
protected void |
GComponent.writeConfigItem(GItemTypeInterface type,
String value,
Map<String,String> attributes,
Boolean allowWriteComment)
Writes the values of an item in the configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
GGroundPlotPanel.after(GEvent e) |
void |
GPlotPanel.after(GEvent e)
Called after the event is processed.
|
void |
GPlotPanel.after2(GEvent e)
Deported for some checkstyle reason.
|
void |
GPlotPanel.afterAdditionalElements(GEvent e)
Called after the event is processed for GUI elements conected to additional files
|
void |
GGroundPlotPanel.before(GEvent e) |
void |
GPlotPanel.before(GEvent e)
Called before the event is processed.
|
void |
GGroundPlotPanel.display() |
void |
GDetachedPlotPanel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GPlotPanel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GGroundPlotPanel.generic() |
void |
GDetachedPlotPanel.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GPlotPanel.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GPlotPanel.read() |
void |
GPlotPanel.write() |
Modifier and Type | Method and Description |
---|---|
void |
GSaveResults.after(GEvent eve)
Method managing what occurs after action.
|
void |
GSaveResults.before(GEvent eve)
Called before the event is processed.
|
void |
GOverrideFileDialog.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GSaveResults.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GOverrideFileDialog.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GSaveResults.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GSaveResults.show()
Show the dialog on the screen.
|
Modifier and Type | Method and Description |
---|---|
void |
GSqliteOutputVarPanel.clear()
Called when the element is to be cleared, so it can perform the actions required to return to the last
saved/loaded values.
|
void |
GSqliteOutputVarPanel.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GSqliteOutputVarPanel.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GSqliteOutputVarPanel.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GSqliteOutputVarPanel.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
GDataPanelAbstract.addConsoleTab(String title)
Add the console tab to the underlying GTabbedPane.
|
void |
GAboutDialog.after(GEvent event)
Called after the event is processed.
|
void |
GMainFrameAbstract.after(GEvent eve)
Method managing what occurs after action.
|
void |
GAboutDialog.before(GEvent event)
Called before the event is processed.
|
void |
GMainFrameAbstract.before(GEvent event)
Called before the event is processed.
|
void |
GAboutDialog.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GMainFrameAbstract.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GAboutDialog.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GMainFrameAbstract.generic()
Abstract generic function that need to be implemented by the descendants.
|
protected abstract void |
GMainFrameAbstract.saveFilesManagement()
Abstract method where setting mechanism for result (and context) files
saving.
|
Modifier and Type | Method and Description |
---|---|
void |
GTable2D.after(GEvent e)
Called after the event is processed.
|
void |
GTable2D.before(GEvent e)
Called before the event is processed.
|
void |
GTable2D.display()
Called when the element is to be displayed, so it can perform the actions required for its display, and
the display of its inmmediate descendants.
|
void |
GTable2D.generic()
Abstract generic function that need to be implemented by the descendants.
|
void |
GTable.read()
Implementaion of the routines that allow the component to be loaded from a configuration file.
|
void |
GTable2D.read() |
void |
GTable.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
void |
GTable2D.write()
Implementaion of the routines that allow the component to be saved to a configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
GCommandLauncher.after(GEvent e) |
void |
GCommandLauncher.GExecButton.after(GEvent e) |
void |
GCommandLauncher.GExecMenuItem.after(GEvent e) |
void |
GCommandLauncher.before(GEvent e) |
void |
GCommandLauncher.GExecButton.before(GEvent e) |
void |
GCommandLauncher.GExecMenuItem.before(GEvent e) |
void |
GCommandLauncher.display() |
void |
GCommandLauncher.generic() |
void |
GCommandLauncher.setButtonIcons(int size)
Set the run and stop icons from the default images contained in GIcon.
|
void |
GCommandLauncher.setMenuIcons(int size)
Set the run and stop icons from the default images contained in GIcon.
|
Modifier and Type | Method and Description |
---|---|
void |
GPlot.after(GEvent eve) |
void |
GDialogPrefix.after(GEvent eve) |
void |
GPlot.before(GEvent eve) |
void |
GDialogPrefix.before(GEvent eve) |
void |
GPlot.display() |
void |
GDialogPrefix.display() |
void |
GPlot.generic() |
void |
GDialogPrefix.generic() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
GUnit.convertToUnit(BigDecimal value,
GUnit destUnit)
Converts the units of value to unit.
|
BigDecimal |
GPercentUnit.convertToUnit(BigDecimal value,
GUnit destUnit)
Converts the units of value to unit.
|
BigDecimal |
GMetricUnit.convertToUnit(BigDecimal value,
GUnit destUnit)
Converts the units of value to unit.
|
BigDecimal |
GTemperatureUnit.convertToUnit(BigDecimal value,
GUnit destUnit)
Converts the units of value to unit.
|
double |
GUnit.convertToUnit(double value,
GUnit destUnit)
Converts the units of value to unit.
|
double |
GPercentUnit.convertToUnit(double value,
GUnit destUnit)
Converts the units of value to unit.
|
double |
GMetricUnit.convertToUnit(double value,
GUnit destUnit)
Converts the units of value to unit.
|
double |
GTemperatureUnit.convertToUnit(double value,
GUnit destUnit)
Converts the units of value to unit.
|
Modifier and Type | Method and Description |
---|---|
void |
GPanTest.after(GEvent e)
Called after the event is processed.
|
void |
GPanTest.before(GEvent e)
Called before the event is processed.
|
String |
GContextFileManagement.selectLoadFile(GComponent data,
boolean saveValue)
Method to load a context file.
|
Copyright © 2024. All rights reserved.