|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LinkedModeUI.IExitPolicy
An exit policy can be registered by a caller to get custom exit behavior.
Clients may implement this interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 selection
null
if no special action
should be taken
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.