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 Interface
org.eclipse.jdt.core.IWorkingCopy

Packages that use IWorkingCopy
org.eclipse.jdt.core The Java model is the set of classes that model the objects associated with creating, editing, and building a Java program. 
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
org.eclipse.jdt.ui Application programming interfaces for interaction with the Eclipse Java User Interface. 
 

Uses of IWorkingCopy in org.eclipse.jdt.core
 

Subinterfaces of IWorkingCopy in org.eclipse.jdt.core
 interface ICompilationUnit
          Represents an entire Java compilation unit (source file with one of the Java-like extensions).
 

Methods in org.eclipse.jdt.core that return IWorkingCopy
static  IWorkingCopy[] JavaCore. getSharedWorkingCopies ( IBufferFactory factory)
          Deprecated. Use JavaCore.getWorkingCopies(WorkingCopyOwner) instead
 

Methods in org.eclipse.jdt.core with parameters of type IWorkingCopy
  ITypeHierarchy IType. newSupertypeHierarchy ( IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated. Use IType.newSupertypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
  ITypeHierarchy IType. newTypeHierarchy ( IWorkingCopy[] workingCopies, IProgressMonitor monitor)
          Deprecated. Use IType.newTypeHierarchy(ICompilationUnit[], IProgressMonitor) instead
 

Uses of IWorkingCopy in org.eclipse.jdt.core.search
 

Constructors in org.eclipse.jdt.core.search with parameters of type IWorkingCopy
SearchEngine ( IWorkingCopy[] workingCopies)
          Deprecated. Use SearchEngine.SearchEngine(ICompilationUnit[]) instead.
 

Uses of IWorkingCopy in org.eclipse.jdt.ui
 

Methods in org.eclipse.jdt.ui that return IWorkingCopy
static  IWorkingCopy[] JavaUI. getSharedWorkingCopies ()
          Deprecated. Use JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner) instead with null as argument for owner.
static  IWorkingCopy[] JavaUI. getSharedWorkingCopiesOnClasspath ()
          Deprecated. Use JavaCore.getWorkingCopies(org.eclipse.jdt.core.WorkingCopyOwner) instead and filter the list with IJavaProject.isOnClasspath(IJavaElement).
 


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