JavaScript Development Tools
Release 3.2

Uses of Interface
org.eclipse.wst.jsdt.core.IPackageFragment

Packages that use IPackageFragment
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.core.refactoring.descriptors   
org.eclipse.wst.jsdt.ui   
org.eclipse.wst.jsdt.ui.refactoring   
org.eclipse.wst.jsdt.ui.wizards   
 

Uses of IPackageFragment in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core that return IPackageFragment
 IPackageFragment IPackageFragmentRoot.createPackageFragment(String name, boolean force, IProgressMonitor monitor)
          Creates and returns a package fragment in this root with the given dot-separated package name.
 IPackageFragment IJavaScriptProject.findPackageFragment(IPath path)
          Returns the first existing package fragment on this project's includepath whose path matches the given (absolute) path, or null if none exist.
 IPackageFragment IType.getPackageFragment()
          Returns the source folder (package fragment) in which this element is defined.
 IPackageFragment IPackageFragmentRoot.getPackageFragment(String packageName)
          Returns the package fragment with the given package name.
 IPackageFragment[] LibrarySuperType.getPackageFragments()
           
 IPackageFragment[] IJavaScriptProject.getPackageFragments()
          Returns all package fragments in all package fragment roots contained in this project.
 

Uses of IPackageFragment in org.eclipse.wst.jsdt.core.refactoring.descriptors
 

Methods in org.eclipse.wst.jsdt.core.refactoring.descriptors with parameters of type IPackageFragment
 void MoveDescriptor.setMovePackages(IPackageFragment[] fragments)
          Sets the package fragments to move.
 

Uses of IPackageFragment in org.eclipse.wst.jsdt.ui
 

Methods in org.eclipse.wst.jsdt.ui with parameters of type IPackageFragment
protected  Object[] StandardJavaScriptElementContentProvider.getPackageContent(IPackageFragment fragment)
          Evaluates all children of a given IPackageFragment.
static void JavaScriptElementLabels.getPackageFragmentLabel(IPackageFragment pack, long flags, StringBuffer buf)
          Appends the label for a package fragment to a StringBuffer.
 

Uses of IPackageFragment in org.eclipse.wst.jsdt.ui.refactoring
 

Methods in org.eclipse.wst.jsdt.ui.refactoring with parameters of type IPackageFragment
static RenameSupport RenameSupport.create(IPackageFragment fragment, String newName, int flags)
          Creates a new rename support for the given IPackageFragment.
 

Uses of IPackageFragment in org.eclipse.wst.jsdt.ui.wizards
 

Methods in org.eclipse.wst.jsdt.ui.wizards that return IPackageFragment
protected  IPackageFragment NewTypeWizardPage.choosePackage()
          Opens a selection dialog that allows to select a package.
 IPackageFragment NewTypeWizardPage.getPackageFragment()
          Returns the package fragment corresponding to the current input.
 

Methods in org.eclipse.wst.jsdt.ui.wizards with parameters of type IPackageFragment
 void NewTypeWizardPage.setPackageFragment(IPackageFragment pack, boolean canBeModified)
          Sets the package fragment to the given value.
 


JavaScript Development Tools
Release 3.2

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