|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.xoetrope.xui.XProjectManager
public class XProjectManager
A central repository for XProjects. Several projects may be run within a single VM instance, for example in the case of a browser where a shared VM is used with multiple applets. The project manager allows only one active or current project.
Copyright (c) Xoetrope Ltd., 2002-2003
$Revision: 2.4 $
License: see License.txt
| Field Summary | |
|---|---|
protected static XProject |
currentProject
The current XProject being used |
| Constructor Summary | |
|---|---|
XProjectManager()
null ctor |
|
| Method Summary | |
|---|---|
static XProject |
getActiveProject()
Get the current or active project but unlike the getCurrentProject it does not instantiate a new project if there is no active project. |
static XProject |
getCurrentProject()
Get the current or active project |
static XModel |
getModel()
Gets the root instance of the XModel in the current project |
static XPageManager |
getPageManager()
Gets an instance of the page manager in the current project |
static XStyleManager |
getStyleManager()
Get a reference to the XStyleManager in the current project |
static XmlParserFactory |
getXmlParserFactory()
Gets the root instance of the XModel in the current project |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static XProject currentProject
| Constructor Detail |
|---|
public XProjectManager()
| Method Detail |
|---|
public static XProject getCurrentProject()
public static XProject getActiveProject()
public static XStyleManager getStyleManager()
public static XPageManager getPageManager()
public static XModel getModel()
public static XmlParserFactory getXmlParserFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||