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.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.
|
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) |
Modifier and Type | Method and Description |
---|---|
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 |
GChoice.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 |
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 |
GEntryReal.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 |
GChoice.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) |
boolean |
GEntryIntVector.handleEvent(GEvent event) |
boolean |
GEntryDateVector.handleEvent(GEvent event) |
boolean |
GEntryRealVector.handleEvent(GEvent event)
Handles an event provided by the GTable1D.
|
abstract boolean |
GEntryVectorAbstract.handleEvent(GEvent event)
Method used by GTable1D to allow the vector to handle the events received at GTable1D level.
|
GComponent.CopyPasteOperation |
GEntryDate.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GMultipleChoice.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GLabelWithIndicator.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GSliderAbstractWithLabel.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GListWithLabel.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GPopupListWithLabel.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GTable1D.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GComboBoxWithLabel.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GEntryNumberAbstract.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GChoice.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GEntryString.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
GComponent.CopyPasteOperation |
GCheckBoxWithIndicator.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GIntField.after(GEvent e)
Called after the event is processed.
|
void |
GTime.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 |
GIntField.before(GEvent e)
Called before the event is processed.
|
void |
GTime.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.
|
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 boolean |
GComponent.handleCopyPasteEvent(GComponent copyPasteMenuComponent,
GComponent componentToBeHandled,
GEvent event)
Handles the copy-paste event if possible.
|
protected boolean |
GComponent.handleCopyPasteEvent(GComponent copyPasteMenuComponent,
GEvent event)
Handles the copy-paste event if possible.
|
GComponent.CopyPasteOperation |
GComponent.isCopyPasteEvent(GEvent event)
Checks if the event corresponds to one of the copy and paste menu operations.
|
protected static void |
GComponent.processGEvent(GEvent event,
GComponent source)
Process an event generated by a descendant component.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
GOverrideFileDialog.after(GEvent e)
Called after the event is processed.
|
void |
GSaveResults.after(GEvent eve)
Method managing what occurs after action.
|
void |
GOverrideFileDialog.before(GEvent e)
Called before the event is processed.
|
void |
GSaveResults.before(GEvent eve)
Called before the event is processed.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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) |
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) |
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.
|
Copyright © 2024. All rights reserved.