org.eclipse.xtext.ui.editor
Class SchedulingRuleFactory.Sequence

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.SchedulingRuleFactory.Sequence
All Implemented Interfaces:
org.eclipse.core.runtime.jobs.ISchedulingRule
Enclosing class:
SchedulingRuleFactory

public static class SchedulingRuleFactory.Sequence
extends java.lang.Object
implements org.eclipse.core.runtime.jobs.ISchedulingRule

All jobs that are configured with the same instance of this rule will run sequentially.

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
SchedulingRuleFactory.Sequence()
           
 
Method Summary
 boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulingRuleFactory.Sequence

public SchedulingRuleFactory.Sequence()
Method Detail

contains

public boolean contains(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Specified by:
contains in interface org.eclipse.core.runtime.jobs.ISchedulingRule

isConflicting

public boolean isConflicting(org.eclipse.core.runtime.jobs.ISchedulingRule rule)
Specified by:
isConflicting in interface org.eclipse.core.runtime.jobs.ISchedulingRule