Uses of Class
fr.cnes.genopus.events.GPEventSelector.GPEventsEnum

Packages that use GPEventSelector.GPEventsEnum
fr.cnes.genopus.events Package containing some widgets representing the Orekit's events detector. 
 

Uses of GPEventSelector.GPEventsEnum in fr.cnes.genopus.events
 

Methods in fr.cnes.genopus.events that return GPEventSelector.GPEventsEnum
 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.
 

Methods in fr.cnes.genopus.events with parameters of type GPEventSelector.GPEventsEnum
 void GPEventSelector.setAvailableEventDetectors(GPEventSelector.GPEventsEnum... eventsToShow)
          Setter for the list of event detectors available in the widget.
 

Constructors in fr.cnes.genopus.events with parameters of type GPEventSelector.GPEventsEnum
GPEventSelector(String label, CustomEventDetector eventDetector, GPEventSelector.GPEventsEnum... eventsToShow)
          Constructor.
GPEventSelector(String label, GPEventSelector.GPEventsEnum... eventsToShow)
          Constructor without event.
GPEventSelector(String widgetId, String label, CustomEventDetector eventDetector, GPEventSelector.GPEventsEnum... eventsToShow)
          Constructor.
GPEventSelector(String widgetId, String label, GPEventSelector.GPEventsEnum... eventsToShow)
          Constructor.
 



Copyright © 2017. All rights reserved.