org.eclipse.xtext.ui.refactoring.ui
Class RenameLinkedMode.FocusEditingSupport

java.lang.Object
  extended by org.eclipse.xtext.ui.refactoring.ui.RenameLinkedMode.FocusEditingSupport
All Implemented Interfaces:
org.eclipse.jface.text.IEditingSupport
Enclosing class:
RenameLinkedMode

protected class RenameLinkedMode.FocusEditingSupport
extends java.lang.Object
implements org.eclipse.jface.text.IEditingSupport


Constructor Summary
protected RenameLinkedMode.FocusEditingSupport()
           
 
Method Summary
 boolean isOriginator(org.eclipse.jface.text.DocumentEvent event, org.eclipse.jface.text.IRegion subjectRegion)
           
 boolean ownsFocusShell()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameLinkedMode.FocusEditingSupport

protected RenameLinkedMode.FocusEditingSupport()
Method Detail

ownsFocusShell

public boolean ownsFocusShell()
Specified by:
ownsFocusShell in interface org.eclipse.jface.text.IEditingSupport

isOriginator

public boolean isOriginator(org.eclipse.jface.text.DocumentEvent event,
                            org.eclipse.jface.text.IRegion subjectRegion)
Specified by:
isOriginator in interface org.eclipse.jface.text.IEditingSupport