Package | Description |
---|---|
org.eclipse.jface.text.link |
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
|
Modifier and Type | Class and Description |
---|---|
class |
ProposalPosition
LinkedPosition with added completion proposals.
|
Modifier and Type | Method and Description |
---|---|
LinkedPosition |
LinkedModeModel.findPosition(LinkedPosition toFind)
Finds the position in this model that is closest after
toFind . |
LinkedPosition[] |
LinkedPositionGroup.getPositions()
Returns the positions contained in the receiver as an array.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedPositionGroup.addPosition(LinkedPosition position)
Adds a position to this group.
|
LinkedPosition |
LinkedModeModel.findPosition(LinkedPosition toFind)
Finds the position in this model that is closest after
toFind . |
boolean |
LinkedPosition.includes(LinkedPosition position)
Returns whether this position includes
position . |
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.
|
boolean |
LinkedPosition.overlapsWith(LinkedPosition position)
Returns whether this position overlaps with
position . |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.