| java.lang.Object salomeTMF_plug.helpgui.page.LinkedPage
LinkedPage | public class LinkedPage (Code) | | List of page viewed by the user
author: Alexandre THOMAS |
index | int index(Code) | | Index of the current page
|
addPage | public void addPage(Page page, boolean insert)(Code) | | Insert a new page on the list
|
getCurrentPage | public Page getCurrentPage()(Code) | | Return the current page
|
getNextPage | public Page getNextPage()(Code) | | Get the next page
|
getPreviousPage | public Page getPreviousPage()(Code) | | Get the previous page
|
toString | public String toString()(Code) | | Return the string correcponding to the LinkedPage class
|
|
|