g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.servicejob.model.ServiceJobStates

Packages that use ServiceJobStates
eu.geclipse.servicejob.model   
eu.geclipse.servicejob.ui.preferences   
 

Uses of ServiceJobStates in eu.geclipse.servicejob.model
 

Methods in eu.geclipse.servicejob.model that return ServiceJobStates
static ServiceJobStates ServiceJobStates.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ServiceJobStates ServiceJobStates.valueOfAlias(java.lang.String alias)
          Returns enumeration value for given state alias.
static ServiceJobStates[] ServiceJobStates.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ServiceJobStates in eu.geclipse.servicejob.ui.preferences
 

Methods in eu.geclipse.servicejob.ui.preferences that return types with arguments of type ServiceJobStates
 java.util.Map<ServiceJobStates,Color> PreferencesManager.getColorMapping()
          Method for accessing map with mapping from Operator's Job's states to colors which should be used for displaying those states.
static java.util.Map<ServiceJobStates,Color> MementoHandler.loadState()
          Method for loading saved state from memento file or - in absence of such a file - loading default values for colors.
 

Method parameters in eu.geclipse.servicejob.ui.preferences with type arguments of type ServiceJobStates
static void MementoHandler.saveState(java.util.Map<ServiceJobStates,Color> values)
          Method to serialize color mapping to memento file.
 void PreferencesManager.saveState(java.util.Map<ServiceJobStates,Color> map)
          Serializes given mapping of Operator's Job statuses to colors to memento file.
 


g-Eclipse
Release 1.0.0