|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
yawiki.client.gui.YIconNode
public class YIconNode
| Field Summary | |
|---|---|
protected javax.swing.Icon |
icon
|
protected java.lang.String |
iconName
|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
YIconNode()
|
|
YIconNode(java.lang.Object userObject)
|
|
YIconNode(java.lang.Object userObject,
boolean allowsChildren,
javax.swing.Icon icon)
|
|
| Method Summary | |
|---|---|
javax.swing.Icon |
getIcon()
|
java.lang.String |
getIconName()
|
void |
setIcon(javax.swing.Icon icon)
|
void |
setIconName(java.lang.String name)
|
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.Icon icon
protected java.lang.String iconName
| Constructor Detail |
|---|
public YIconNode()
public YIconNode(java.lang.Object userObject)
public YIconNode(java.lang.Object userObject,
boolean allowsChildren,
javax.swing.Icon icon)
| Method Detail |
|---|
public void setIcon(javax.swing.Icon icon)
public javax.swing.Icon getIcon()
public java.lang.String getIconName()
public void setIconName(java.lang.String name)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||