| |
|
| java.lang.Object javax.swing.tree.DefaultMutableTreeNode org.openharmonise.him.swing.resourcetree.TreeNode
getDisplayIcon | public Icon getDisplayIcon(boolean bExpanded)(Code) | | Returns the icon for the resource.
Parameters: bExpanded - true if the expanded icon is to be returned for collection resoruces Icon |
getDisplayName | public String getDisplayName()(Code) | | Returns the display name for the resource.
Display name |
getFilePath | public String getFilePath()(Code) | | Returns the full path of the resouce.
Full path |
isChildrenPopulated | public boolean isChildrenPopulated()(Code) | | |
isLeaf | public boolean isLeaf()(Code) | | |
isShowApprovedOnly | public boolean isShowApprovedOnly()(Code) | | Checks if only published children will be displayed.
true if only published children will be displayed |
isShowChildren | public boolean isShowChildren()(Code) | | Checks if leaf node children will be displayed.
true if leaf node children will be displayed |
populateChildren | protected void populateChildren()(Code) | | Populates this nodes child nodes.
Parameters: bShowLeafNodes - true if leaf node children are to be displayed Parameters: bShowApprovedOnly - true if only published children are to be displayed |
|
|
|