com.lowagie.rups.view.icons
public class IconTreeNode extends DefaultMutableTreeNode
Field Summary | |
---|---|
protected Icon | icon The icon that has to be used for this TreeNode. |
static long | serialVersionUID A Serial Version UID. |
Constructor Summary | |
---|---|
IconTreeNode(String icon)
Constructs an IconTreeNode. | |
IconTreeNode(String icon, Object userobject)
Constructs an IconTreeNode. |
Method Summary | |
---|---|
Icon | getIcon() Getter for the icon. |
Parameters: icon the filename of the icon to use for this node.
Parameters: icon the filename of the icon to use for this node. userobject the userobject for this node