Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.project
Class MTJNature

java.lang.Object
  extended by org.eclipse.mtj.core.project.MTJNature
Direct Known Subclasses:
J2MENature

public abstract class MTJNature
extends Object

Abstract implementation of the IProjectNature interface.

EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.

Since:
1.0

Constructor Summary
MTJNature()
           
 
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

MTJNature

public MTJNature()
Method Detail

configure

public void configure()
               throws CoreException
Throws:
CoreException

deconfigure

public void deconfigure()
                 throws CoreException
Throws:
CoreException

getProject

public IProject getProject()

setProject

public void setProject(IProject project)

Mobile Tools for Java
Release 1.0