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.
|
Class and Description |
---|
ILinkedModeListener
Protocol used by
LinkedModeModel s to communicate state changes, such
as leaving linked mode, suspending it due to a child mode coming up, and
resuming after a child mode has left. |
LinkedModeModel
The model for linked mode, umbrellas several
LinkedPositionGroup s. |
LinkedModeUI.ExitFlags
Exit flags returned if a custom exit policy wants to exit linked mode.
|
LinkedModeUI.IExitPolicy
An exit policy can be registered by a caller to get custom exit
behavior.
|
LinkedModeUI.ILinkedModeUIFocusListener
Listener that gets notified when the linked mode UI switches its focus position.
|
LinkedModeUI.LinkedModeUITarget
A link target consists of a viewer and gets notified if the linked mode UI on
it is being shown.
|
LinkedPosition
A
Position on a document that knows which document it is
registered with and has a sequence number for tab stops. |
LinkedPositionGroup
A group of positions in multiple documents that are simultaneously modified -
if one gets edited, all other positions in a group are edited the same way.
|
Class and Description |
---|
LinkedModeModel
The model for linked mode, umbrellas several
LinkedPositionGroup s. |
LinkedModeUI
The UI for linked mode.
|
LinkedModeUI.LinkedModeUITarget
A link target consists of a viewer and gets notified if the linked mode UI on
it is being shown.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.