public static interface LinkedModeUI.ILinkedModeUIFocusListener
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
void |
linkingFocusGained(LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
Called when the UI for the linked mode gives focus to a linked position.
|
void |
linkingFocusLost(LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
Called when the UI for the linked mode leaves a linked position.
|
void linkingFocusLost(LinkedPosition position, LinkedModeUI.LinkedModeUITarget target)
position
- the position being lefttarget
- the target where position
resides invoid linkingFocusGained(LinkedPosition position, LinkedModeUI.LinkedModeUITarget target)
position
- the position being enteredtarget
- the target where position
resides in
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.