org.eclipse.jface.text.link
Interface LinkedModeUI.ILinkedModeUIFocusListener
-
All Known Implementing Classes:
-
LinkedModeUI.LinkedModeUITarget
-
Enclosing class:
-
LinkedModeUI
-
public static interface LinkedModeUI.ILinkedModeUIFocusListener
Listener that gets notified when the linked mode UI switches its focus position.
Clients may implement this interface.
linkingFocusLost
void linkingFocusLost(
LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
- Called when the UI for the linked mode leaves a linked position.
-
-
Parameters:
-
position
- the position being left -
target
- the target where position
resides in
linkingFocusGained
void linkingFocusGained(
LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
- Called when the UI for the linked mode gives focus to a linked position.
-
-
Parameters:
-
position
- the position being entered -
target
- the target where position
resides in
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.