|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPackageFragment | |
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.ui.jarpackager | Provides classes and interfaces to generate a JAR file. |
org.eclipse.jdt.ui.refactoring | Application programming interfaces for rename refactorings. |
org.eclipse.jdt.ui.wizards | 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 IPackageFragment | |
IPackageFragment |
IType.getPackageFragment()
Returns the package fragment in which this element is defined. |
IPackageFragment |
IJavaProject.findPackageFragment(IPath path)
Returns the first existing package fragment on this project's classpath whose path matches the given (absolute) path, or null if none
exist. |
IPackageFragment[] |
IJavaProject.getPackageFragments()
Returns all package fragments in all package fragment roots contained in this project. |
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 |
IPackageFragmentRoot.getPackageFragment(String packageName)
Returns the package fragment with the given package name. |
Uses of IPackageFragment in org.eclipse.jdt.ui.jarpackager |
Methods in org.eclipse.jdt.ui.jarpackager that return IPackageFragment | |
IPackageFragment[] |
JarPackageData.getPackagesToSeal()
Gets the packages which should be sealed. |
IPackageFragment[] |
JarPackageData.getPackagesToUnseal()
Gets the packages which should explicitly be unsealed. |
Methods in org.eclipse.jdt.ui.jarpackager with parameters of type IPackageFragment | |
void |
JarPackageData.setPackagesToSeal(IPackageFragment[] packagesToSeal)
Set 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 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.jdt.ui.wizards |
Methods in org.eclipse.jdt.ui.wizards that return IPackageFragment | |
IPackageFragment |
NewTypeWizardPage.getPackageFragment()
Returns the package fragment corresponding to the current input. |
IPackageFragment |
NewPackageWizardPage.getNewPackageFragment()
Returns the created package fragment. |
Methods in org.eclipse.jdt.ui.wizards with parameters of type IPackageFragment | |
void |
NewTypeWizardPage.setPackageFragment(IPackageFragment pack,
boolean canBeModified)
Sets the package fragment to the given value. |
|
Eclipse JDT 2.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |