org.eclipse.corona.model.container.project
Interface ProjectFactory

All Known Implementing Classes:
ProjectFactoryImpl

public interface ProjectFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.


Field Summary
static ProjectFactory INSTANCE
          The singleton instance of the factory
 
Method Summary
 ProjectContextContainer createProjectContextContainer()
          Returns a new object of class 'Context Container'
 

Field Detail

INSTANCE

static final ProjectFactory INSTANCE
The singleton instance of the factory.

Method Detail

createProjectContextContainer

ProjectContextContainer createProjectContextContainer()
Returns a new object of class 'Context Container'.

Returns:
a new object of class 'Context Container'.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.