Modifier and Type | Method and Description |
---|---|
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[] |
IJavaScriptProject.getPackageFragments()
Returns all package fragments in all package fragment roots contained
in this project.
|
IPackageFragment[] |
LibrarySuperType.getPackageFragments() |
Modifier and Type | Method and Description |
---|---|
void |
MoveDescriptor.setMovePackages(IPackageFragment[] fragments)
Sets the package fragments to move.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] |
StandardJavaScriptElementContentProvider.getPackageContent(IPackageFragment fragment)
Evaluates all children of a given
IPackageFragment . |
static void |
JavaScriptElementLabels.getPackageFragmentLabel(IPackageFragment pack,
long flags,
java.lang.StringBuffer buf)
Appends the label for a package fragment to a
StringBuffer . |
Modifier and Type | Method and Description |
---|---|
static RenameSupport |
RenameSupport.create(IPackageFragment fragment,
java.lang.String newName,
int flags)
Creates a new rename support for the given
IPackageFragment . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NewTypeWizardPage.setPackageFragment(IPackageFragment pack,
boolean canBeModified)
Sets the package fragment to the given value.
|
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.