|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LinkedPosition | |
org.eclipse.jface.text.link | Application programming interfaces for interaction with the Eclipse Java User Interface text support. |
Uses of LinkedPosition in org.eclipse.jface.text.link |
Subclasses of LinkedPosition in org.eclipse.jface.text.link | |
class |
ProposalPosition
LinkedPosition with added completion proposals. |
Methods in org.eclipse.jface.text.link that return LinkedPosition | |
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. |
Methods in org.eclipse.jface.text.link with parameters of type LinkedPosition | |
LinkedPosition |
LinkedModeModel.findPosition(LinkedPosition toFind)
Finds the position in this model that is closest after toFind . |
void |
LinkedPositionGroup.addPosition(LinkedPosition position)
Adds a position to this group. |
boolean |
LinkedPosition.overlapsWith(LinkedPosition position)
Returns whether this position overlaps with position . |
boolean |
LinkedPosition.includes(LinkedPosition position)
Returns whether this position includes position . |
void |
LinkedModeUI.ILinkedModeUIFocusListener.linkingFocusLost(LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
Called when the UI for the linked mode leaves a linked position. |
void |
LinkedModeUI.ILinkedModeUIFocusListener.linkingFocusGained(LinkedPosition position,
LinkedModeUI.LinkedModeUITarget target)
Called when the UI for the linked mode gives focus to a linked position. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.