| java.lang.Object salomeTMF_plug.helpgui.page.Page
Page | public class Page implements MutableTreeNode(Code) | | Class where the date are showed
author: Alexandre THOMAS |
Constructor Summary | |
public | Page(String text, String image, String target, boolean home, Page parent, boolean plugins, String pluginsName) | public | Page(String text, String image, String target, boolean home, PageRoot root, boolean plugins, String pluginsName) |
home | protected boolean home(Code) | | If this page is home
|
parentPage | protected Page parentPage(Code) | | Page this page is a child of
|
addSubPage | protected void addSubPage(Page page)(Code) | | Adds a sub page to this page. This function is for internal use only. A
subpage "A" is added automatically to a page "B" when "A"'s constructor
is called given "B" as parameter.
|
children | public Enumeration children()(Code) | | Returns the children of the receiver as an Enumeration.
|
equals | public boolean equals(Page page)(Code) | | Return true is the page is the same.
|
getAllowsChildren | public boolean getAllowsChildren()(Code) | | Returns true if the receiver allows children.
|
getChildAt | public TreeNode getChildAt(int iChildIndex)(Code) | | Returns the child TreeNode at index childIndex.
|
getChildCount | public int getChildCount()(Code) | | Returns the number of children TreeNodes the receiver contains.
|
getHome | public boolean getHome()(Code) | | Convert the Page into String.
|
getImage | public String getImage()(Code) | | Return the icon name for this page.
|
getIndex | public int getIndex(TreeNode node)(Code) | | Returns the index of node in the receivers children.
|
getLink | public String getLink()(Code) | | Return the target of the page (the HTML URI).
|
getParent | public TreeNode getParent()(Code) | | Returns the parent TreeNode of the receiver.
|
getPath | public TreePath getPath()(Code) | | Return the path of the Page on the Tree
|
getSignet | public String getSignet()(Code) | | Return the target of the page (the HTML URI).
|
getTarget | public String getTarget()(Code) | | Return the target of the page (the HTML URI).
|
getText | public String getText()(Code) | | Return the Title of the Page.
|
isLeaf | public boolean isLeaf()(Code) | | Returns true if the receiver is a leaf.
|
isPluginPage | public boolean isPluginPage()(Code) | | |
remove | public void remove(int index)(Code) | | Removes the child at index from the receiver.
|
removeFromParent | public void removeFromParent()(Code) | | Removes the receiver from its parent.
|
setParent | public void setParent(MutableTreeNode newParent)(Code) | | Sets the parent of the receiver to newParent.
|
setUserObject | public void setUserObject(Object object)(Code) | | Resets the user object of the receiver to object.
|
toString | public String toString()(Code) | | Convert the Page into String.
|
|
|