|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.aria.PageManager
org.formaria.editor.project.EditorPageManager
public class EditorPageManager
Extends the page manager to provide some extra editing facilities
Copyright (c) Formaria Ltd., 2002-2003
$Revision: 1.3 $
License: see License.txt
| Field Summary |
|---|
| Fields inherited from class org.formaria.aria.PageManager |
|---|
annotationProcessor, currentProject, packageName, pageDisplay, pageHistory, pageNameMap, pages, pageStates, secondaryLoaders, triggerValidations |
| Constructor Summary | |
|---|---|
EditorPageManager(Project project)
|
|
| Method Summary | |
|---|---|
int |
getNumSecondaryLoaders()
Get the number of registered page loaders |
PageLoader |
getSecondaryLoader(int idx)
Get a page loader |
PageLoader |
getSecondaryLoader(java.lang.String builderType)
Get a page loader |
int |
getStatus()
Get the error status |
protected void |
logPageCreationError(java.lang.String className,
java.lang.String message,
java.lang.Exception e)
Log the page creation error message |
void |
setPageDisplay(PageDisplay pgDisplay)
Set the interface to invoke when a page has been displayed. |
void |
setStatus(int status)
Set the error status |
| Methods inherited from class org.formaria.aria.PageManager |
|---|
addHistory, addSecondaryLoader, attachPage, cachePage, checkValidations, dumpPageNames, getCurrentPage, getNumTargets, getPage, getPreviousPage, getTarget, getTarget, loadFrames, loadPage, loadPage, loadPageAs, mapPageName, reset, restoreState, saveState, setPackageName, setTriggerValidations, showDialog, showPage, showPage, showPage, showPrevious, unloadPage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EditorPageManager(Project project)
| Method Detail |
|---|
protected void logPageCreationError(java.lang.String className,
java.lang.String message,
java.lang.Exception e)
logPageCreationError in class PageManagermessage - the error messagee - the exceptionpublic int getNumSecondaryLoaders()
public PageLoader getSecondaryLoader(int idx)
idx - the index of the page loader, the EditorAriaBuilder is usually the first
public PageLoader getSecondaryLoader(java.lang.String builderType)
builderType - the type of builder
public void setPageDisplay(PageDisplay pgDisplay)
setPageDisplay in class PageManagerpgDisplay - The PageDisplay interfacepublic int getStatus()
public void setStatus(int status)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||