|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsxp.framework.ProjectStage
public class ProjectStage
The default ProjectStage class. You can create subclasses if you need a special behaviour in different project stages. Or you can check the project stage in your code to react in different ways.
Constructor Summary | |
---|---|
ProjectStage(java.lang.String name)
Instantiates a new project stage. |
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name. |
boolean |
useDebugMessagesViewController()
Use debug messages view control. |
boolean |
useDeveloperWarningsViewController()
Use developer warnings view control. |
boolean |
useScopeMessagesViewController()
Use scope messages view control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectStage(java.lang.String name)
Application.createProjectStage(String)
to create a new instance of project stage, so that is is directly configurated.
name
- the nameMethod Detail |
---|
public java.lang.String getName()
public boolean useDebugMessagesViewController()
public boolean useDeveloperWarningsViewController()
public boolean useScopeMessagesViewController()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |