org.eclipse.xtext.ui.editor
Class DirtyStateEditorSupport.InteractiveConcurrentEditingQuestion

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.DirtyStateEditorSupport.InteractiveConcurrentEditingQuestion
All Implemented Interfaces:
DirtyStateEditorSupport.IConcurrentEditingCallback
Enclosing class:
DirtyStateEditorSupport

public static class DirtyStateEditorSupport.InteractiveConcurrentEditingQuestion
extends java.lang.Object
implements DirtyStateEditorSupport.IConcurrentEditingCallback


Constructor Summary
DirtyStateEditorSupport.InteractiveConcurrentEditingQuestion()
           
 
Method Summary
 boolean isConcurrentEditingIgnored(DirtyStateEditorSupport.IDirtyStateEditorSupportClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirtyStateEditorSupport.InteractiveConcurrentEditingQuestion

public DirtyStateEditorSupport.InteractiveConcurrentEditingQuestion()
Method Detail

isConcurrentEditingIgnored

public boolean isConcurrentEditingIgnored(DirtyStateEditorSupport.IDirtyStateEditorSupportClient client)
Specified by:
isConcurrentEditingIgnored in interface DirtyStateEditorSupport.IConcurrentEditingCallback
Returns:
true if the concurrent editing warning should be ignored.