|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IProjectNature | |
---|---|
org.eclipse.core.internal.resources | |
org.eclipse.core.resources | Provides basic support for managing a workspace and its resources. |
org.eclipse.core.tests.internal.resources | |
org.eclipse.jdt.core.tests.model | |
org.eclipse.jdt.internal.core | |
org.eclipse.team.core |
Uses of IProjectNature in org.eclipse.core.internal.resources |
---|
Methods in org.eclipse.core.internal.resources that return IProjectNature | |
---|---|
IProjectNature |
ProjectInfo.getNature(java.lang.String natureId)
|
IProjectNature |
Project.getNature(java.lang.String natureID)
|
Methods in org.eclipse.core.internal.resources with parameters of type IProjectNature | |
---|---|
void |
ProjectInfo.setNature(java.lang.String natureId,
IProjectNature value)
|
Uses of IProjectNature in org.eclipse.core.resources |
---|
Methods in org.eclipse.core.resources that return IProjectNature | |
---|---|
IProjectNature |
IProject.getNature(java.lang.String natureId)
Returns the specified project nature for this project or null if
the project nature has not been added to this project. |
Uses of IProjectNature in org.eclipse.core.tests.internal.resources |
---|
Classes in org.eclipse.core.tests.internal.resources that implement IProjectNature | |
---|---|
class |
Bug127562Nature
This nature will try to modify resources outside the project scope. |
class |
Bug29116Nature
Nature for testing regression of bug 29116. |
class |
EarthNature
|
class |
SimpleNature
|
class |
SnowNature
|
class |
TestNature
|
class |
WaterNature
|
Uses of IProjectNature in org.eclipse.jdt.core.tests.model |
---|
Classes in org.eclipse.jdt.core.tests.model that implement IProjectNature | |
---|---|
class |
TestPessimisticProvider
Repository provider that can be configured to be pessimistic. |
Uses of IProjectNature in org.eclipse.jdt.internal.core |
---|
Classes in org.eclipse.jdt.internal.core that implement IProjectNature | |
---|---|
class |
ExternalJavaProject
|
class |
JavaProject
Handle for a Java Project. |
Uses of IProjectNature in org.eclipse.team.core |
---|
Classes in org.eclipse.team.core that implement IProjectNature | |
---|---|
class |
org.eclipse.team.core.RepositoryProvider
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |