| Package | Description |
|---|---|
| fr.cnes.genopus.events |
Package containing some widgets representing the Orekit's events detector.
|
| Modifier and Type | Method and Description |
|---|---|
GPEventSelector.GPEventsEnum[] |
GPEventSelector.getAvailableEventDetectors()
Getter for the list of event detectors available in the widget.
|
GPEventSelector.GPEventsEnum |
GPEventSelector.getSelectedGPEventsEnum()
Get the GPEventsEnum corresponding to the currently selection of the combo box.
|
static GPEventSelector.GPEventsEnum |
GPEventSelector.GPEventsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPEventSelector.GPEventsEnum[] |
GPEventSelector.GPEventsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPEventSelector.setAvailableEventDetectors(GPEventSelector.GPEventsEnum... eventsToShow)
Setter for the list of event detectors available in the widget.
|
| Constructor and Description |
|---|
GPEventSelector(String label,
CustomEventDetector eventDetector,
fr.cnes.sirius.patrius.events.EventDetector.Action[] actionsToShow,
GPEventSelector.GPEventsEnum... eventsToShow)
Constructor.
|
GPEventSelector(String label,
fr.cnes.sirius.patrius.events.EventDetector.Action[] actionsToShow,
GPEventSelector.GPEventsEnum... eventsToShow)
Constructor without event.
|
GPEventSelector(String widgetId,
String label,
CustomEventDetector eventDetector,
fr.cnes.sirius.patrius.events.EventDetector.Action[] actionsToShow,
GPEventSelector.GPEventsEnum... eventsToShow)
Constructor.
|
GPEventSelector(String widgetId,
String label,
fr.cnes.sirius.patrius.events.EventDetector.Action[] actionsToShow,
GPEventSelector.GPEventsEnum... eventsToShow)
Constructor.
|
Copyright © 2025. All rights reserved.