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(java.lang.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(java.lang.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
static void JavaScriptElementLabels.getPackageFragmentLabel(IPackageFragment pack, long flags, java.lang.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, java.lang.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
 IPackageFragment NewPackageWizardPage.getNewPackageFragment()
          Returns the created package fragment.
 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.