public static interface LinkedModeUI.IExitPolicy
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
LinkedModeUI.ExitFlags |
doExit(LinkedModeModel model,
VerifyEvent event,
int offset,
int length)
Checks whether the linked mode should be left after receiving the
given
VerifyEvent and selection. |
LinkedModeUI.ExitFlags doExit(LinkedModeModel model, VerifyEvent event, int offset, int length)
VerifyEvent
and selection. Note that the event
carries widget coordinates as opposed to offset
and
length
which are document coordinates.model
- the linked mode modelevent
- the verify eventoffset
- the offset of the current selectionlength
- the length of the current selectionnull
if no special action
should be taken
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.