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

Packages that use IAbstractTigerstripeProject
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 IAbstractTigerstripeProject in org.eclipse.tigerstripe.workbench
 

Methods in org.eclipse.tigerstripe.workbench that return IAbstractTigerstripeProject
static IAbstractTigerstripeProject[] TigerstripeCore.allProjects()
          Returns an array containing all Tigerstripe Projects present in the workspace
static IAbstractTigerstripeProject TigerstripeCore.createProject(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
static IAbstractTigerstripeProject TigerstripeCore.findProject(IPath path)
          Returns a IAbstractTigerstripeProject corresponding to the given path.
 

Methods in org.eclipse.tigerstripe.workbench that return types with arguments of type IAbstractTigerstripeProject
static java.util.List<IAbstractTigerstripeProject> TigerstripeCore.projects()
           
 

Methods in org.eclipse.tigerstripe.workbench with parameters of type IAbstractTigerstripeProject
 void ITigerstripeChangeListener.projectAdded(IAbstractTigerstripeProject project)
          Notification that a Tigerstripe project was added to the workspace Note: this listener needs to be registered with ITigerstripeChangeListener.PROJECT level to get notified
 

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

Subinterfaces of IAbstractTigerstripeProject in org.eclipse.tigerstripe.workbench.project
 interface ITigerstripeGeneratorProject
           
 interface ITigerstripeM0GeneratorProject
           
 interface ITigerstripeM1GeneratorProject
          A M1 (Class-based) Generator Project
 interface ITigerstripeModelProject
          Handle on a Tigerstripe Project