org.eclipse.xtext.ui.editor.contentassist
Class ConfigurableCompletionProposal.ExitPolicy

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal.ExitPolicy
All Implemented Interfaces:
org.eclipse.jface.text.link.LinkedModeUI.IExitPolicy
Enclosing class:
ConfigurableCompletionProposal

protected static class ConfigurableCompletionProposal.ExitPolicy
extends java.lang.Object
implements org.eclipse.jface.text.link.LinkedModeUI.IExitPolicy


Constructor Summary
ConfigurableCompletionProposal.ExitPolicy(char[] exitCharacter)
           
 
Method Summary
 org.eclipse.jface.text.link.LinkedModeUI.ExitFlags doExit(org.eclipse.jface.text.link.LinkedModeModel environment, org.eclipse.swt.events.VerifyEvent event, int offset, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurableCompletionProposal.ExitPolicy

public ConfigurableCompletionProposal.ExitPolicy(char[] exitCharacter)
Method Detail

doExit

public org.eclipse.jface.text.link.LinkedModeUI.ExitFlags doExit(org.eclipse.jface.text.link.LinkedModeModel environment,
                                                                 org.eclipse.swt.events.VerifyEvent event,
                                                                 int offset,
                                                                 int length)
Specified by:
doExit in interface org.eclipse.jface.text.link.LinkedModeUI.IExitPolicy