Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.nature
Class AbstractNature

java.lang.Object
  extended by org.eclipse.mtj.core.nature.AbstractNature
Direct Known Subclasses:
J2MENature

public abstract class AbstractNature
extends Object

Abstract implementation of the IProjectNature interface.


Constructor Summary
AbstractNature()
           
 
Method Summary
 void configure()
           
 void deconfigure()
           
 IProject getProject()
           
 void setProject(IProject project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNature

public AbstractNature()
Method Detail

configure

public void configure()
               throws CoreException
Throws:
CoreException
See Also:
org.eclipse.core.resources.IProjectNature#configure()

deconfigure

public void deconfigure()
                 throws CoreException
Throws:
CoreException
See Also:
org.eclipse.core.resources.IProjectNature#deconfigure()

getProject

public IProject getProject()
See Also:
org.eclipse.core.resources.IProjectNature#getProject()

setProject

public void setProject(IProject project)
See Also:
org.eclipse.core.resources.IProjectNature#setProject(org.eclipse.core.resources.IProject)

Mobile Tools for Java
Release 1.0