Eclipse Platform
Release 3.0

Uses of Package
org.eclipse.jface.text.link

Packages that use org.eclipse.jface.text.link
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.ui.texteditor.link   
 

Classes in org.eclipse.jface.text.link used by org.eclipse.jface.text.link
ILinkedModeListener
          Protocol used by LinkedModeModels 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
          A LinkedModeModel umbrellas several LinkedPositionGroups.
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 PositionGroup are edited the same way.
 

Classes in org.eclipse.jface.text.link used by org.eclipse.ui.texteditor.link
LinkedModeModel
          A LinkedModeModel umbrellas several LinkedPositionGroups.
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.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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