Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 text editor's linked position 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
 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.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire