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 JDT
Release 3.5

Uses of Class
org.eclipse.jdt.core.dom.rewrite.ImportRewrite

Packages that use ImportRewrite
org.eclipse.jdt.core.dom.rewrite The Java DOM/AST rewrite is the set of classes that are used to make changes to an existing DOM/AST tree. 
org.eclipse.jdt.ui Application programming interfaces for interaction with the Eclipse Java User Interface. 
 

Uses of ImportRewrite in org.eclipse.jdt.core.dom.rewrite
 

Methods in org.eclipse.jdt.core.dom.rewrite that return ImportRewrite
static  ImportRewrite ImportRewrite. create ( CompilationUnit astRoot, boolean restoreExistingImports)
          Creates a ImportRewrite from a an AST ( CompilationUnit).
static  ImportRewrite ImportRewrite. create ( ICompilationUnit cu, boolean restoreExistingImports)
          Creates a ImportRewrite from a ICompilationUnit.
 

Uses of ImportRewrite in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui that return ImportRewrite
static  ImportRewrite CodeStyleConfiguration. createImportRewrite ( CompilationUnit astRoot, boolean restoreExistingImports)
          Returns a ImportRewrite using create(CompilationUnit, boolean) and configures the rewriter with the settings as specified in the JDT UI preferences.
static  ImportRewrite CodeStyleConfiguration. createImportRewrite ( ICompilationUnit cu, boolean restoreExistingImports)
          Returns a ImportRewrite using create(ICompilationUnit, boolean) and configures the rewriter with the settings as specified in the JDT UI preferences.
 


Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

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