|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.managedbuilder.llvm.ui.ProjectNature
public class ProjectNature
Implements project nature for LLVM projects.
Field Summary | |
---|---|
private org.eclipse.core.resources.IProject |
project
|
Constructor Summary | |
---|---|
ProjectNature()
|
Method Summary | |
---|---|
void |
configure()
Configure the project which have this project nature. |
void |
deconfigure()
Deconfigure those projects which have this project nature. |
org.eclipse.core.resources.IProject |
getProject()
Return the project. |
void |
setProject(org.eclipse.core.resources.IProject proj)
Set the project. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.eclipse.core.resources.IProject project
Constructor Detail |
---|
public ProjectNature()
Method Detail |
---|
public void configure() throws org.eclipse.core.runtime.CoreException
configure
in interface org.eclipse.core.resources.IProjectNature
org.eclipse.core.runtime.CoreException
public void deconfigure() throws org.eclipse.core.runtime.CoreException
deconfigure
in interface org.eclipse.core.resources.IProjectNature
org.eclipse.core.runtime.CoreException
public org.eclipse.core.resources.IProject getProject()
getProject
in interface org.eclipse.core.resources.IProjectNature
public void setProject(org.eclipse.core.resources.IProject proj)
setProject
in interface org.eclipse.core.resources.IProjectNature
proj
- IProject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |