org.eclipse.xtext.common.types.xtext.ui
Class JdtValidationJobScheduler

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.ValidationJobScheduler
      extended by org.eclipse.xtext.common.types.xtext.ui.JdtValidationJobScheduler
All Implemented Interfaces:
IValidationJobScheduler

public class JdtValidationJobScheduler
extends ValidationJobScheduler

Java aware extended validation job scheduler. It takes the currently dirty java editors into account, too.

Since:
2.1
Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
JdtValidationJobScheduler()
           
 
Method Summary
protected  boolean isDirty(org.eclipse.emf.common.util.URI uri)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.ValidationJobScheduler
doScheduleInitialValidation, getDescriptionUtils, getDirtyStateManager, getResourceDescriptions, scheduleInitialValidation, setDescriptionUtils, setDirtyStateManager, setResourceDescriptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdtValidationJobScheduler

public JdtValidationJobScheduler()
Method Detail

isDirty

protected boolean isDirty(org.eclipse.emf.common.util.URI uri)
Overrides:
isDirty in class ValidationJobScheduler