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.ltk.core.refactoring.TextEditBasedChangeGroup

Packages that use TextEditBasedChangeGroup
org.eclipse.ltk.core.refactoring Application programmer interface to implement semantic preserving workspace transformations. 
org.eclipse.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings. 
 

Uses of TextEditBasedChangeGroup in org.eclipse.ltk.core.refactoring
 

Subclasses of TextEditBasedChangeGroup in org.eclipse.ltk.core.refactoring
 class TextEditChangeGroup
          This class is a wrapper around a TextEditGroup adding support for marking a group as active and inactive.
 

Methods in org.eclipse.ltk.core.refactoring that return TextEditBasedChangeGroup
  TextEditBasedChangeGroup[] TextEditBasedChange. getChangeGroups ()
          Returns the text edit change groups managed by this buffer change.
 

Methods in org.eclipse.ltk.core.refactoring with parameters of type TextEditBasedChangeGroup
 void TextEditBasedChange. addChangeGroup ( TextEditBasedChangeGroup group)
          Adds a text edit change group.
  String TextChange. getPreviewContent ( TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm)
          Returns a preview of the text change clipped to a specific region.
abstract   String TextEditBasedChange. getPreviewContent ( TextEditBasedChangeGroup[] changeGroups, IRegion region, boolean expandRegionToFullLine, int surroundingLines, IProgressMonitor pm)
          Returns a preview of the text edit change clipped to a specific region.
  String MultiStateTextFileChange. getPreviewContent ( TextEditBasedChangeGroup[] groups, IRegion region, boolean expand, int surround, IProgressMonitor monitor)
           
 

Uses of TextEditBasedChangeGroup in org.eclipse.ltk.ui.refactoring
 

Methods in org.eclipse.ltk.ui.refactoring with parameters of type TextEditBasedChangeGroup
static  TextEditChangeNode.ChildNode TextEditChangeNode. createTextEditGroupNode ( TextEditChangeNode.ChildNode parent, TextEditBasedChangeGroup changeGroup)
          Creates a new child node for the given parent and change group.
static  TextEditChangeNode.ChildNode TextEditChangeNode. createTextEditGroupNode ( TextEditChangeNode parent, TextEditBasedChangeGroup changeGroup)
          Creates a new child node for the given parent and change group.
 


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