g-Eclipse
Release 1.0.0

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

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

Uses of IQueueInfo.QueueState in eu.geclipse.batch
 

Methods in eu.geclipse.batch that return IQueueInfo.QueueState
 IQueueInfo.QueueState IQueueInfo.getState()
           
static IQueueInfo.QueueState IQueueInfo.QueueState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IQueueInfo.QueueState[] IQueueInfo.QueueState.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.QueueState
 void IQueueInfo.setState(IQueueInfo.QueueState state)
           
 

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

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


g-Eclipse
Release 1.0.0