Uses of Interface
org.eclipse.jdt.core.IPackageFragment
Packages that use IPackageFragment
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Application programming interface to access Java refactorings provided by JDT.
Application programming interfaces for interaction
with the Eclipse Java User Interface.
Provides classes and interfaces to generate a JAR file.
Application programming interfaces for rename refactorings.
Application programming interfaces for interaction
with the Eclipse Java User Interface wizards.
-
Uses of IPackageFragment in org.eclipse.jdt.core
Methods in org.eclipse.jdt.core that return IPackageFragmentModifier and TypeMethodDescriptionIPackageFragmentRoot.createPackageFragment
(String name, boolean force, IProgressMonitor monitor) Creates and returns a package fragment in this root with the given dot-separated package name.IJavaProject.findPackageFragment
(IPath path) Returns the first existing package fragment on this project's classpath whose path matches the given (absolute) path, ornull
if none exist.IPackageFragmentRoot.getPackageFragment
(String packageName) Returns the package fragment with the given package name.IType.getPackageFragment()
Returns the package fragment in which this element is defined.IJavaProject.getPackageFragments()
Returns all package fragments in all package fragment roots contained in this project. -
Uses of IPackageFragment in org.eclipse.jdt.core.refactoring.descriptors
Methods in org.eclipse.jdt.core.refactoring.descriptors with parameters of type IPackageFragmentModifier and TypeMethodDescriptionvoid
MoveDescriptor.setMovePackages
(IPackageFragment[] fragments) Sets the package fragments to move. -
Uses of IPackageFragment in org.eclipse.jdt.ui
Methods in org.eclipse.jdt.ui with parameters of type IPackageFragmentModifier and TypeMethodDescriptionprotected Object[]
StandardJavaElementContentProvider.getPackageContent
(IPackageFragment fragment) Evaluates all children of a givenIPackageFragment
.static void
JavaElementLabels.getPackageFragmentLabel
(IPackageFragment pack, long flags, StringBuffer buf) Appends the label for a package fragment to aStringBuffer
.static void
JavaElementLabels.getPackageFragmentLabel
(IPackageFragment pack, long flags, StyledString result) Appends the label for a package fragment to aStyledString
. -
Uses of IPackageFragment in org.eclipse.jdt.ui.jarpackager
Methods in org.eclipse.jdt.ui.jarpackager that return IPackageFragmentModifier and TypeMethodDescriptionJarPackageData.getPackagesToSeal()
Gets the packages which should be sealed.JarPackageData.getPackagesToUnseal()
Gets the packages which should explicitly be unsealed.Methods in org.eclipse.jdt.ui.jarpackager with parameters of type IPackageFragmentModifier and TypeMethodDescriptionvoid
JarPackageData.setPackagesToSeal
(IPackageFragment[] packagesToSeal) Sets the packages which should be sealed.void
JarPackageData.setPackagesToUnseal
(IPackageFragment[] packagesToUnseal) Set the packages which should explicitly be unsealed. -
Uses of IPackageFragment in org.eclipse.jdt.ui.refactoring
Methods in org.eclipse.jdt.ui.refactoring with parameters of type IPackageFragmentModifier and TypeMethodDescriptionstatic RenameSupport
RenameSupport.create
(IPackageFragment fragment, String newName, int flags) Creates a new rename support for the givenIPackageFragment
. -
Uses of IPackageFragment in org.eclipse.jdt.ui.wizards
Methods in org.eclipse.jdt.ui.wizards that return IPackageFragmentModifier and TypeMethodDescriptionprotected IPackageFragment
NewTypeWizardPage.choosePackage()
Opens a selection dialog that allows to select a package.NewPackageWizardPage.getNewPackageFragment()
Returns the created package fragment.NewTypeWizardPage.getPackageFragment()
Returns the package fragment corresponding to the current input.Methods in org.eclipse.jdt.ui.wizards with parameters of type IPackageFragmentModifier and TypeMethodDescriptionprotected String
NewTypeWizardPage.getUniqueJavaTypeName
(IPackageFragment pack, String name) Generate a unique type name for some initially given name under the given package fragment.void
NewTypeWizardPage.setPackageFragment
(IPackageFragment pack, boolean canBeModified) Sets the package fragment to the given value.