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.LinkedModeModel

Packages that use LinkedModeModel
org.eclipse.jface.text.link Application programming interfaces for interaction with the Eclipse text editor's linked position support. 
org.eclipse.ui.texteditor.link Adds a LinkedModeUI subclass that is aware of workbench editors. 
 

Uses of LinkedModeModel in org.eclipse.jface.text.link
 

Methods in org.eclipse.jface.text.link that return LinkedModeModel
static  LinkedModeModel LinkedModeModel. getModel ( IDocument document, int offset)
          Returns the model currently active on document at offset, or null if there is none.
 

Methods in org.eclipse.jface.text.link with parameters of type LinkedModeModel
  LinkedModeUI.ExitFlags LinkedModeUI.IExitPolicy. doExit ( LinkedModeModel model, VerifyEvent event, int offset, int length)
          Checks whether the linked mode should be left after receiving the given VerifyEvent and selection.
 void ILinkedModeListener. left ( LinkedModeModel model, int flags)
          The leave event occurs when linked is left.
 void ILinkedModeListener. resume ( LinkedModeModel model, int flags)
          The resume event occurs when a nested linked mode exits.
 void ILinkedModeListener. suspend ( LinkedModeModel model)
          The suspend event occurs when a nested linked mode is installed within model.
 

Constructors in org.eclipse.jface.text.link with parameters of type LinkedModeModel
LinkedModeUI ( LinkedModeModel model, ITextViewer viewer)
          Convenience constructor for just one viewer.
LinkedModeUI ( LinkedModeModel model, ITextViewer[] viewers)
          Convenience constructor for multiple viewers.
LinkedModeUI ( LinkedModeModel model, LinkedModeUI.LinkedModeUITarget target)
          Convenience constructor for one target.
LinkedModeUI ( LinkedModeModel model, LinkedModeUI.LinkedModeUITarget[] targets)
          Creates a new UI on the given model and the set of viewers.
 

Uses of LinkedModeModel in org.eclipse.ui.texteditor.link
 

Constructors in org.eclipse.ui.texteditor.link with parameters of type LinkedModeModel
EditorLinkedModeUI ( LinkedModeModel model, ITextViewer viewer)
           
EditorLinkedModeUI ( LinkedModeModel model, ITextViewer[] viewers)
           
EditorLinkedModeUI ( LinkedModeModel model, LinkedModeUI.LinkedModeUITarget target)
           
EditorLinkedModeUI ( LinkedModeModel model, LinkedModeUI.LinkedModeUITarget[] targets)
           
 


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