| |
|
| java.lang.Object com.salmonllc.xml.Tree com.salmonllc.xml.TreeItem
TreeItem | public class TreeItem extends Tree (Code) | | This datastructure is used to store a node of a tree. Every TreeItem, node, may or may not contain many TreeItemAddImage objects.
Creation date: (8/21/01 4:53:39 PM)
author: : Deepak Agarwal |
Constructor Summary | |
public | TreeItem() TreeItem constructor comment. |
TreeItem | public TreeItem()(Code) | | TreeItem constructor comment.
|
getAddImages | public java.util.Vector getAddImages()(Code) | | This method returns the images for a Tree Node
Creation date: (8/22/01 9:33:32 AM)
java.util.Vector |
getHref | public java.lang.String getHref()(Code) | | Gets the link href, if specified for a tree node
Creation date: (8/21/01 4:56:43 PM)
java.lang.String |
getImgExpSource | public java.lang.String getImgExpSource()(Code) | | Gets the expand image source file name for a Tree Node
Creation date: (8/21/01 4:56:43 PM)
java.lang.String |
getImgHref | public java.lang.String getImgHref()(Code) | | Gets the image source file name for a Tree Node
Creation date: (8/21/01 4:56:43 PM)
java.lang.String |
getImgSource | public java.lang.String getImgSource()(Code) | | Gets the image source file name for a Tree Node
Creation date: (8/21/01 4:56:43 PM)
java.lang.String |
getName | public java.lang.String getName()(Code) | | Gets the name for the TreeItem component
Creation date: (8/21/01 4:57:14 PM)
java.lang.String |
getText | public java.lang.String getText()(Code) | | Gets the text used to display on Tree node
Creation date: (8/21/01 4:56:43 PM)
java.lang.String |
isVisible | public boolean isVisible()(Code) | | Gets the flag 'Visible' for Tree Tag
Creation date: (8/21/01 4:59:17 PM)
boolean |
setAddImages | public void setAddImages(java.util.Vector newAddImages)(Code) | | Sets the additinal images used by a Tree Node
Creation date: (8/22/01 9:33:32 AM)
Parameters: newAddImages - java.util.Vector |
setHref | public void setHref(java.lang.String newHref)(Code) | | Sets the Href link for Tree node
Creation date: (8/21/01 4:56:43 PM)
Parameters: newHref - java.lang.String |
setImgExpSource | public void setImgExpSource(java.lang.String newImgExpSource)(Code) | | Creation date: (8/21/01 4:56:43 PM)
Parameters: newImgExpSource - java.lang.String |
setImgHref | public void setImgHref(java.lang.String newImgHref)(Code) | | Sets the Href link for Image on Tree node
Creation date: (8/21/01 4:56:43 PM)
Parameters: newImgHref - java.lang.String |
setImgSource | public void setImgSource(java.lang.String newImgSource)(Code) | | Sets the Href link for Image on Tree node
Creation date: (8/21/01 4:56:43 PM)
Parameters: newImgSource - java.lang.String |
setName | public void setName(java.lang.String newName)(Code) | | Sets the name of the component
Creation date: (8/21/01 4:57:14 PM)
Parameters: newName - java.lang.String |
setText | public void setText(java.lang.String newText)(Code) | | Sets the text used by component
Creation date: (8/21/01 4:56:43 PM)
Parameters: newText - java.lang.String |
setVisible | public void setVisible(boolean newVisible)(Code) | | Sets the visibility of Tree Node
Creation date: (8/21/01 4:59:17 PM)
Parameters: newVisible - boolean |
|
|
|