Uses of Class
fr.cnes.genopus.frames.GPFramesConfiguration.GPFrameConfs

Packages that use GPFramesConfiguration.GPFrameConfs
fr.cnes.genopus.frames Package containing all needed classes to create the widget for the Orekit's Frame object. 
 

Uses of GPFramesConfiguration.GPFrameConfs in fr.cnes.genopus.frames
 

Methods in fr.cnes.genopus.frames that return GPFramesConfiguration.GPFrameConfs
 GPFramesConfiguration.GPFrameConfs[] GPFramesConfiguration.getAvailableFrameConfs()
          Getter for the list of frame configurations available in the widget.
static GPFramesConfiguration.GPFrameConfs GPFramesConfiguration.GPFrameConfs.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPFramesConfiguration.GPFrameConfs[] GPFramesConfiguration.GPFrameConfs.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.genopus.frames with parameters of type GPFramesConfiguration.GPFrameConfs
 void GPFramesConfiguration.setAvailableFrameConfs(GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Setter for the list of frame configurations available in the widget.
 void GPFramesConfiguration.setDefaultFramesConfiguration(GPFramesConfiguration.GPFrameConfs defaultFrameConf)
          Setter for the default frames configuration.
 void GPFramesConfiguration.setFramesConfiguration(GPFramesConfiguration.GPFrameConfs frameConf)
          Frames configuration setter.
 void GPFramesConfiguration.setSavedFramesConfiguration(GPFramesConfiguration.GPFrameConfs savedFrameConf)
          Setter for the saved frames configuration.
 

Constructors in fr.cnes.genopus.frames with parameters of type GPFramesConfiguration.GPFrameConfs
GPFramesConfiguration(GPFramesConfiguration.GPFrameConfs frameConf, String label, GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Constructor.
GPFramesConfiguration(GPFramesConfiguration.GPFrameConfs frameConf, String label, GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Constructor.
GPFramesConfiguration(String label, GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Constructor without frames configuration.
GPFramesConfiguration(String label, GPFramesConfiguration.GPFrameConfs frameConf)
          Constructor without list of frame configurations for the widget (all from GPFramesConfiguration.GPFrameConfs will be shown).
GPFramesConfiguration(String widgetId, GPFramesConfiguration.GPFrameConfs frameConf, String label)
          Constructor without list of frame configurations for the widget (all from GPFramesConfiguration.GPFrameConfs will be shown).
GPFramesConfiguration(String widgetId, GPFramesConfiguration.GPFrameConfs frameConf, String label, GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Constructor.
GPFramesConfiguration(String widgetId, GPFramesConfiguration.GPFrameConfs frameConf, String label, GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Constructor.
GPFramesConfiguration(String widgetId, String label, GPFramesConfiguration.GPFrameConfs... frameConfsToShow)
          Constructor without frames configuration.
 



Copyright © 2017. All rights reserved.