Package | Description |
---|---|
org.eclipse.jface.text.link |
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
|
org.eclipse.ui.texteditor.link |
Adds a LinkedModeUI subclass that is aware of workbench editors.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedModeUI.ILinkedModeUIFocusListener.linkingFocusGained(LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
Called when the UI for the linked mode gives focus to a linked position.
|
void |
LinkedModeUI.ILinkedModeUIFocusListener.linkingFocusLost(LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
Called when the UI for the linked mode leaves a linked position.
|
void |
LinkedModeUI.setExitPosition(LinkedModeUI.LinkedModeUITarget target,
int offset,
int length,
int sequence)
Sets the exit position to move the caret to when linked mode mode is
exited.
|
Constructor and Description |
---|
LinkedModeUI(LinkedModeModel model,
LinkedModeUI.LinkedModeUITarget target)
Convenience constructor for one target.
|
LinkedModeUI(LinkedModeModel model,
LinkedModeUI.LinkedModeUITarget[] targets)
Creates a new UI on the given model and the set of viewers.
|
Constructor and Description |
---|
EditorLinkedModeUI(LinkedModeModel model,
LinkedModeUI.LinkedModeUITarget target) |
EditorLinkedModeUI(LinkedModeModel model,
LinkedModeUI.LinkedModeUITarget[] targets) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.