|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.xtext.ui.refactoring.ui.RenameLinkedMode.ExitPolicy
protected class RenameLinkedMode.ExitPolicy
Constructor Summary | |
---|---|
RenameLinkedMode.ExitPolicy(org.eclipse.jface.text.IDocument document)
|
Method Summary | |
---|---|
org.eclipse.jface.text.link.LinkedModeUI.ExitFlags |
doExit(org.eclipse.jface.text.link.LinkedModeModel model,
org.eclipse.swt.events.VerifyEvent event,
int offset,
int length)
Checks whether the linked mode should be left after receiving the given VerifyEvent and selection. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenameLinkedMode.ExitPolicy(org.eclipse.jface.text.IDocument document)
Method Detail |
---|
public org.eclipse.jface.text.link.LinkedModeUI.ExitFlags doExit(org.eclipse.jface.text.link.LinkedModeModel model, org.eclipse.swt.events.VerifyEvent event, int offset, int length)
org.eclipse.jface.text.link.LinkedModeUI.IExitPolicy
VerifyEvent
and selection. Note that the event
carries widget coordinates as opposed to offset
and
length
which are document coordinates.
doExit
in interface org.eclipse.jface.text.link.LinkedModeUI.IExitPolicy
model
- the linked mode modelevent
- the verify eventoffset
- the offset of the current selectionlength
- the length of the current selection
null
if no special action
should be taken
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |