Uses of Interface
org.eclipse.tigerstripe.workbench.project.IProjectDetails

Packages that use IProjectDetails
org.eclipse.tigerstripe.workbench   
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

Uses of IProjectDetails in org.eclipse.tigerstripe.workbench
 

Methods in org.eclipse.tigerstripe.workbench that return IProjectDetails
static IProjectDetails TigerstripeCore.makeProjectDetails()
           
 

Methods in org.eclipse.tigerstripe.workbench with parameters of type IProjectDetails
static IAbstractTigerstripeProject TigerstripeCore.createProject(java.lang.String projectName, IProjectDetails projectDetails, IPath location, java.lang.Class projectType, java.util.Map<java.lang.String,java.lang.Object> properties, IProgressMonitor monitor)
          Creates a project of the given type at the given folder, and returns a handle on that project
 

Uses of IProjectDetails in org.eclipse.tigerstripe.workbench.project
 

Methods in org.eclipse.tigerstripe.workbench.project that return IProjectDetails
 IProjectDetails IProjectDescriptor.getIProjectDetails()
           
 IProjectDetails IDependency.getIProjectDetails()
           
 IProjectDetails IAbstractTigerstripeProject.getProjectDetails()
           
 IProjectDetails IDependency.parseIProjectDetails()
          This is a minimalistic method that is only intended to be used by the GUI, so the whole module doesn't have to be parsed to provide feedback to the user.
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type IProjectDetails
 void IAbstractTigerstripeProject.setProjectDetails(IProjectDetails projectDetails)