|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.genius.main.GComponent
fr.cnes.genius.lowLevel.GContainer
fr.cnes.genopus.bodies.GPGeodeticPoint
public class GPGeodeticPoint
Widget representing an OREKIT's GeodeticPoint.
| Index | Class | Item | Constraint |
| 0 | GLabelWithIndicator | label | 0, 0 => "newline , gapleft 0 , split 2" 0, 1 => (null) |
| 1 | GEntryReal | entryRealLatitude | 1, 0, 0 =>
"newline , gapleft 20 , split 2" 1, 0, 1 => (null) 1, 1 => "split 2" 1, 2 => (null) |
| 2 | GEntryReal | entryRealLongitude | 2, 0, 0 =>
"newline , gapleft 20 , split 2" 2, 0, 1 => (null) 2, 1 => "split 2" 2, 2 => (null) |
| 3 | GEntryReal | entryRealAltitude | 3, 0, 0 =>
"newline , gapleft 20 , split 2" 3, 0, 1 => (null) 3, 1 => "split 2" 3, 2 => (null) |
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class fr.cnes.genius.main.GComponent |
|---|
fr.cnes.genius.main.GComponent.CopyPasteOperation, fr.cnes.genius.main.GComponent.DisplayIndicatorStatus, fr.cnes.genius.main.GComponent.ItemType, fr.cnes.genius.main.GComponent.Operation |
| Field Summary |
|---|
| Fields inherited from class fr.cnes.genius.main.GComponent |
|---|
NAME_ATTRIBUTE |
| Constructor Summary | |
|---|---|
GPGeodeticPoint(String label)
Constructor without geodetic point. |
|
GPGeodeticPoint(String label,
boolean withAltitude)
Constructor without geodetic point. |
|
GPGeodeticPoint(String label,
org.orekit.bodies.GeodeticPoint geodeticPoint)
Constructor. |
|
GPGeodeticPoint(String label,
org.orekit.bodies.GeodeticPoint geodeticPoint,
boolean withAltitude)
Constructor. |
|
GPGeodeticPoint(String widgetId,
String label)
Constructor. |
|
GPGeodeticPoint(String widgetId,
String label,
boolean withAltitude)
Constructor. |
|
GPGeodeticPoint(String widgetId,
String label,
org.orekit.bodies.GeodeticPoint geodeticPoint)
Constructor. |
|
GPGeodeticPoint(String widgetId,
String label,
org.orekit.bodies.GeodeticPoint geodeticPoint,
boolean withAltitude)
Constructor. |
|
| Method Summary | |
|---|---|
void |
after(fr.cnes.genius.main.GEvent e)
|
void |
attachCopyPasteMenu(String label,
fr.cnes.genius.main.GComponent.CopyPasteOperation... operationList)
|
void |
before(fr.cnes.genius.main.GEvent e)
|
void |
clear()
|
void |
display()
|
void |
generic()
|
fr.cnes.genius.highLevel.GEntryReal |
getGEntryRealAltitude()
Getter for the GEntryReal defining the altitude of the geodetic point. |
fr.cnes.genius.highLevel.GEntryReal |
getGEntryRealLatitude()
Getter for the GEntryReal defining the latitude of the geodetic point. |
fr.cnes.genius.highLevel.GEntryReal |
getGEntryRealLongitude()
Getter for the GEntryReal defining the longitude of the geodetic point. |
fr.cnes.genius.highLevel.GLabelWithIndicator |
getGLabel()
Getter for the GLabel of the widget. |
org.orekit.bodies.GeodeticPoint |
getPatriusObject()
Returns the PATRIUS object associated to a GENOPUS widget. |
fr.cnes.genius.main.GComponent |
getSubComponent(int position)
|
boolean |
isEnabled()
|
boolean |
isModified()
|
void |
read()
|
void |
setConstraint(int widgetGap)
Setter for the constraints of the widget. |
void |
setDefaultGeodeticPoint(org.orekit.bodies.GeodeticPoint defaultGeodeticPoint)
Setter for the default geodetic point. |
void |
setDisplayIsModifiedIndicatorAll(fr.cnes.genius.main.GComponent.DisplayIndicatorStatus displayIndicatorStatus)
Controls the display of the isModified indicator of all sub-widgets. |
void |
setEnabled(boolean b)
|
void |
setGeodeticPoint(org.orekit.bodies.GeodeticPoint geodeticPoint)
Setter for the geodetic point. |
void |
setSavedGeodeticPoint(org.orekit.bodies.GeodeticPoint savedGeodeticPoint)
Setter for the reference geodetic point. |
void |
setWidgetId(String widgetId)
|
void |
updateCondensedStatus(fr.cnes.genius.main.GCondensedStatus condensedStatus)
|
protected void |
updateIsModifiedIndicator()
|
void |
updateStatus()
Update the status of the widget. |
void |
write()
|
| Methods inherited from class fr.cnes.genius.lowLevel.GContainer |
|---|
put |
| Methods inherited from class fr.cnes.genius.main.GComponent |
|---|
activateConstraintsByType, attachCopyPasteMenu, beginOfElement, beginOfElement, beginOfElement, beginOfElement, composeWidgetId, doDisplay, endOfElement, getCommentInConfigFile, getComponent, getConstraint, getCurrentOperation, getDisplayIndicatorStatus, getDisplayIsModifiedIndicator, getElement, getGPanel, getGParent, getGUnitInConfigFile, getInnerDescendantConstraint, getName, getNameInConfigFile, getOperationSaveValue, getSimpleWidgetId, getStatus, getStringConstraint, getWidgetId, handleCopyPasteEvent, handleProcessEventException, isCopyPasteEvent, launchInvalidPositionException, parseSimpleConstraint, processGEvent, setBusyCursor, setCommentInConfigFile, setConstraint, setCopyPasteMenuEnabled, setCurrentOperation, setDataForConstraintsByType, setDisplayIsModifiedIndicator, setElement, setGPanel, setGParent, setGUnitInConfigFile, setInnerDescendantConstraint, setNameAndCommentInConfigFile, setNameInConfigFile, setStatus, setStringConstraint, setToolTipText, setWidth, writeCollection, writeCollection, writeCollection, writeCollection, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem, writeConfigItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPGeodeticPoint(String label,
boolean withAltitude)
label - text to display in the label.withAltitude - boolean to specify if the altitude can be explicitly defined (zero otherwise).public GPGeodeticPoint(String label)
label - text to display in the label.
public GPGeodeticPoint(String label,
org.orekit.bodies.GeodeticPoint geodeticPoint,
boolean withAltitude)
label - text to display in the label.geodeticPoint - default geodetic point to set in the widget.withAltitude - boolean to specify if the altitude can be explicitly defined (zero otherwise).
public GPGeodeticPoint(String label,
org.orekit.bodies.GeodeticPoint geodeticPoint)
label - text to display in the label.geodeticPoint - default geodetic point to set in the widget.
public GPGeodeticPoint(String widgetId,
String label,
boolean withAltitude)
widgetId - widget identifier, if null an identifier will be automatically created.label - text to display in the label.withAltitude - boolean to specify if the altitude can be explicitly defined (zero otherwise).
public GPGeodeticPoint(String widgetId,
String label)
widgetId - widget identifier, if null an identifier will be automatically created.label - text to display in the label.
public GPGeodeticPoint(String widgetId,
String label,
org.orekit.bodies.GeodeticPoint geodeticPoint,
boolean withAltitude)
widgetId - widget identifier, if null an identifier will be automatically created.label - text to display in the label.geodeticPoint - default geodetic point to set in the widget.withAltitude - boolean to specify if the altitude can be explicitly defined (zero otherwise).
public GPGeodeticPoint(String widgetId,
String label,
org.orekit.bodies.GeodeticPoint geodeticPoint)
widgetId - widget identifier, if null an identifier will be automatically created.label - text to display in the label.geodeticPoint - default geodetic point to set in the widget.| Method Detail |
|---|
public void setWidgetId(String widgetId)
setWidgetId in class fr.cnes.genius.main.GComponentpublic fr.cnes.genius.highLevel.GLabelWithIndicator getGLabel()
public fr.cnes.genius.highLevel.GEntryReal getGEntryRealLatitude()
public fr.cnes.genius.highLevel.GEntryReal getGEntryRealLongitude()
public fr.cnes.genius.highLevel.GEntryReal getGEntryRealAltitude()
public void setConstraint(int widgetGap)
widgetGap - left gap from panel border to display the label of the widget.public org.orekit.bodies.GeodeticPoint getPatriusObject()
GPPatrius
getPatriusObject in interface GPPatrius<org.orekit.bodies.GeodeticPoint>public void setGeodeticPoint(org.orekit.bodies.GeodeticPoint geodeticPoint)
geodeticPoint - geodetic point to set.public void setDefaultGeodeticPoint(org.orekit.bodies.GeodeticPoint defaultGeodeticPoint)
defaultGeodeticPoint - default geodetic point to set.public void setSavedGeodeticPoint(org.orekit.bodies.GeodeticPoint savedGeodeticPoint)
savedGeodeticPoint - reference geodetic point to set.
public void attachCopyPasteMenu(String label,
fr.cnes.genius.main.GComponent.CopyPasteOperation... operationList)
attachCopyPasteMenu in class fr.cnes.genius.main.GComponentpublic void updateStatus()
protected void updateIsModifiedIndicator()
updateIsModifiedIndicator in class fr.cnes.genius.main.GComponentpublic boolean isEnabled()
isEnabled in class fr.cnes.genius.main.GComponentpublic void setEnabled(boolean b)
setEnabled in class fr.cnes.genius.main.GComponentpublic boolean isModified()
isModified in class fr.cnes.genius.main.GComponent
public void generic()
throws fr.cnes.genius.exception.GException
generic in class fr.cnes.genius.lowLevel.GContainerfr.cnes.genius.exception.GException
public void display()
throws fr.cnes.genius.exception.GException
display in interface fr.cnes.genius.main.GDisplayfr.cnes.genius.exception.GExceptionpublic void before(fr.cnes.genius.main.GEvent e)
before in interface fr.cnes.genius.main.GListener
public void after(fr.cnes.genius.main.GEvent e)
throws fr.cnes.genius.exception.GFileManipulatorException
after in interface fr.cnes.genius.main.GListenerfr.cnes.genius.exception.GFileManipulatorException
public void read()
throws fr.cnes.genius.exception.GException
read in interface fr.cnes.genius.main.GReadWritefr.cnes.genius.exception.GException
public void write()
throws fr.cnes.genius.exception.GException
write in interface fr.cnes.genius.main.GReadWritefr.cnes.genius.exception.GException
public void clear()
throws fr.cnes.genius.exception.GException
clear in interface fr.cnes.genius.main.GClearfr.cnes.genius.exception.GException
public fr.cnes.genius.main.GComponent getSubComponent(int position)
throws fr.cnes.genius.exception.GComponentException
getSubComponent in class fr.cnes.genius.main.GComponentfr.cnes.genius.exception.GComponentExceptionpublic void updateCondensedStatus(fr.cnes.genius.main.GCondensedStatus condensedStatus)
updateCondensedStatus in interface fr.cnes.genius.main.GCondensedStatusInterfacepublic void setDisplayIsModifiedIndicatorAll(fr.cnes.genius.main.GComponent.DisplayIndicatorStatus displayIndicatorStatus)
displayIndicatorStatus - if Always the modifiedStatusIndicator is always shown, if Never the modifiedStatusIndicator
is never shown, if Automatic the modifiedStatusIndicator is shown as needed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||