|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.schemedit.PageList
public class PageList
Manages information about the editor pages in support of SchemaEdit.
PageList is created FrameworkConfigReader,
which reads from a config file for a particular framework (e.g., "adn"). The
PageList is used to build the menu of pages within the metadata editor, as
well as to aid in navigation within the SchemEdit controllers.
NOTE: this class belongs in the config package.
| Nested Class Summary | |
|---|---|
class |
PageList.Page
Information about the pages/form in an editor. |
| Constructor Summary | |
|---|---|
PageList()
Constructor for the PageList object |
|
PageList(String[][] pageData)
Constructor for the PageList object |
|
| Method Summary | |
|---|---|
void |
addPage(PageList.Page page)
Adds a feature to the Page attribute of the PageList object |
void |
addPage(String[] vals)
Adds a feature to the Page attribute of the PageList object |
void |
addPage(String mapping,
String name)
Adds a feature to the Page attribute of the PageList object |
String |
getFirstPage()
Gets the firstPage attribute of the PageList object |
String |
getHomePage()
Gets the homePage attribute of the PageList object |
ArrayList |
getPages()
Gets the pages attribute of the PageList object |
void |
setFirstPage(String page)
Sets the firstPage attribute of the PageList object |
void |
setHomePage(String page)
Sets the homePage attribute of the PageList object |
String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PageList()
public PageList(String[][] pageData)
pageData - Description of the Parameter| Method Detail |
|---|
public void addPage(PageList.Page page)
page - The feature to be added to the Page attributepublic void addPage(String[] vals)
vals - The feature to be added to the Page attribute
public void addPage(String mapping,
String name)
mapping - The feature to be added to the Page attributename - The feature to be added to the Page attributepublic void setFirstPage(String page)
page - The new firstPage valuepublic String getFirstPage()
public void setHomePage(String page)
page - The new homePage valuepublic String getHomePage()
public ArrayList getPages()
public String toString()
toString in class Object
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||