|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Page | |
|---|---|
| net.sourceforge.helpgui.gui | |
| net.sourceforge.helpgui.page | |
| Uses of Page in net.sourceforge.helpgui.gui |
|---|
| Methods in net.sourceforge.helpgui.gui that return Page | |
|---|---|
Page |
HelpView.getCurrentPage()
Return the current page |
private Page |
HelpView.getLinkedPage(java.util.Enumeration e,
java.lang.String url)
Return the page with the specify url |
private Page |
HelpView.getLinkedPagebyKey(java.util.Enumeration e,
java.lang.String key)
Return the page with the specify key |
| Methods in net.sourceforge.helpgui.gui with parameters of type Page | |
|---|---|
void |
TextArea.update(Page page,
java.lang.String anchor)
Fonction call when a new page has to be show |
void |
HelpView.updatePage(Page page,
java.lang.String anchor,
boolean insert)
Set a new page on the browser and and it on the list of the last page view |
| Uses of Page in net.sourceforge.helpgui.page |
|---|
| Fields in net.sourceforge.helpgui.page declared as Page | |
|---|---|
protected Page |
Page.parentPage
Page this page is a child of |
| Methods in net.sourceforge.helpgui.page that return Page | |
|---|---|
Page |
PageList.get(int pageIndex)
Return a page by its index. |
Page |
PageBookMarks.getBookMark(javax.swing.JMenuItem menuItem)
Get a bookmarks |
Page |
LinkedPage.getCurrentPage()
Return the current page |
Page |
PageRoot.getFirstChild()
|
Page |
LinkedPage.getNextPage()
Get the next page |
Page |
LinkedPage.getPreviousPage()
Get the previous page |
| Methods in net.sourceforge.helpgui.page with parameters of type Page | |
|---|---|
void |
PageRoot.add(Page page)
Adds a page to this project (in the root of the project). |
void |
PageList.add(Page page)
Add a new page on the list. |
void |
PageBookMarks.addBookMark(javax.swing.JMenuItem menuItem,
Page page)
Insert a new bookmark |
void |
LinkedPage.addPage(Page page,
boolean insert)
Insert a new page on the list |
protected void |
Page.addSubPage(Page page)
Adds a sub page to this page. |
boolean |
Page.equals(Page page)
Return true is the page is the same. |
int |
PageList.getIndex(Page page)
Returns the index of the specified task. |
int |
PageList.indexOf(Page page)
Returns the index of the specified page. |
boolean |
PageList.isInList(Page page)
Tells if a page is or not in this list. |
void |
PageList.remove(Page page)
Removes the specified page form the list. |
| Constructors in net.sourceforge.helpgui.page with parameters of type Page | |
|---|---|
Page(java.lang.String text,
java.lang.String image,
java.lang.String target,
boolean home,
Page parent)
Constructor |
|
Page(java.lang.String text,
java.lang.String image,
java.lang.String target,
java.lang.String key,
boolean home,
Page parent)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||