Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.jface.text.link.LinkedPosition

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[] LinkedPositionGroup.getPositions()
          Returns the positions contained in the receiver as an array.
 LinkedPosition LinkedModeModel.findPosition(LinkedPosition toFind)
          Finds the position in this model that is closest after toFind.
 

Methods in org.eclipse.jface.text.link with parameters of type LinkedPosition
 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.
 LinkedPosition LinkedModeModel.findPosition(LinkedPosition toFind)
          Finds the position in this model that is closest after toFind.
 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.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.