g-Eclipse
Release 1.0.0

Uses of Class
eu.geclipse.batch.IQueueInfo.QueueRunState

Packages that use IQueueInfo.QueueRunState
eu.geclipse.batch   
eu.geclipse.batch.ui   
 

Uses of IQueueInfo.QueueRunState in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return IQueueInfo.QueueRunState
 IQueueInfo.QueueRunState IQueueInfo.getRunState()
           
static IQueueInfo.QueueRunState IQueueInfo.QueueRunState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IQueueInfo.QueueRunState[] IQueueInfo.QueueRunState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in eu.geclipse.batch with parameters of type IQueueInfo.QueueRunState
 void IQueueInfo.setRunState(IQueueInfo.QueueRunState runState)
           
 

Uses of IQueueInfo.QueueRunState in eu.geclipse.batch.ui
 

Methods in eu.geclipse.batch.ui with parameters of type IQueueInfo.QueueRunState
 void IQueueFigure.setRunState(IQueueInfo.QueueRunState runState, IQueueInfo.QueueState state)
           
 void IQueueFigure.setState(IQueueInfo.QueueState state, IQueueInfo.QueueRunState runState)
           
 


g-Eclipse
Release 1.0.0