Package | Description |
---|---|
fr.cnes.genius.highLevel |
Package containing classes for the highLevel GENIUS widgets.
|
fr.cnes.genius.main |
Package containing the core elements of the GENIUS library.
|
fr.cnes.genius.standardapplication |
Package including widgets for a standard GUI application.
|
fr.cnes.genius.utils |
Package containing utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GSliderRealWithLabel.after(GEvent e)
Called after the event is processed.
|
void |
GEntryDate.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 |
GEntryInt.after(GEvent e) |
void |
GSliderWithLabel.after(GEvent e)
Called after the event is processed.
|
void |
GChoice.after(GEvent e)
Called after the event is processed.
|
void |
GEntryString.after(GEvent e)
Called after the event is processed.
|
void |
GCheckBoxWithIndicator.after(GEvent e) |
Modifier and Type | Method and Description |
---|---|
static void |
GFileManipulation.copyComponent(GComponent component)
Copies the values of the component and all the child components to the configuration file.
|
static org.jdom.Document |
GFileManipulation.createDomDocument(String filename)
create a dom document from the configuration file
|
static void |
GFileManipulation.exportComponent(GComponent component)
Export the values of the component and all the child components to the configuration file.
|
static String |
GFileManipulation.getXmlItemType(GComponent component)
get the xml type in the configuration file
|
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.
|
static void |
GFileManipulation.loadComponent(String filename,
String componentName,
GComponent component)
Reads from the configuration file the configuration values for to the component identified in
the method.
|
static void |
GFileManipulation.loadFromDomDocument(org.jdom.Document domDocument,
String componentName,
GComponent component,
boolean saveValue,
boolean... rootVerification)
Load the component values from a Dom document.
|
static void |
GFileManipulation.readConfig(String filename,
String componentName,
GComponent component,
boolean saveValue,
boolean... verifications)
Reads from the configuration file the configuration values for to the component identified in
the method.
|
static void |
GFileManipulation.readConfigComponent(GComponent component)
read the configuration file for only one GComponent
|
static void |
GFileManipulation.resetComponent(GComponent component)
Reset the component given in input.
|
static void |
GFileManipulation.saveComponent(String filename,
String componentName,
GComponent component)
Writes the values of the component and all the child components to the configuration file.
|
static org.jdom.Document |
GFileManipulation.saveToDomDocument(String componentName,
GComponent component,
boolean saveValue)
Create a DOM document containing the informations of the component.
|
static void |
GFileManipulation.writeConfig(String filename,
String componentName,
GComponent component,
boolean saveValue)
Writes the values of the component and all the child components to the configuration file.
|
static void |
GFileManipulation.writeConfigFromElement(GComponent component,
String filename,
org.jdom.Element element)
Writes the values of the Element to the configuration file.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
GMainFrameAbstract.customPreProcessManagement()
Abstract method where setting customized pre process management.
|
Modifier and Type | Method and Description |
---|---|
String |
GContextFileManagement.selectSaveFile(GComponent data,
boolean saveValue)
Method to save a context file.
|
Copyright © 2024. All rights reserved.