|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.gui.AbstractTreeNode
public abstract class AbstractTreeNode
Filename: $Source$ Description:
| Field Summary | |
|---|---|
protected javax.swing.Icon |
icon
The tree node icon. |
| Constructor Summary | |
|---|---|
AbstractTreeNode()
Constructor. |
|
AbstractTreeNode(java.lang.String identifier)
Default constructor. |
|
| Method Summary | |
|---|---|
abstract boolean |
equals(java.lang.Object object)
|
javax.swing.Icon |
getIcon()
Get the node's icon. |
java.lang.String |
getNodeIdentifier()
Get the node identifier. |
protected abstract void |
initializeIcon()
|
void |
setNodeIdentifier(java.lang.String nodeIdentifier)
Set the node identifier. |
java.lang.String |
toString()
Get a string representation of the tree node. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected javax.swing.Icon icon
| Constructor Detail |
|---|
public AbstractTreeNode(java.lang.String identifier)
identifier - public AbstractTreeNode()
| Method Detail |
|---|
public void setNodeIdentifier(java.lang.String nodeIdentifier)
nodeIdentifier - public java.lang.String getNodeIdentifier()
public java.lang.String toString()
toString in interface TreeNodeInterfacetoString in class java.lang.ObjectObject.toString()public javax.swing.Icon getIcon()
getIcon in interface TreeNodeInterfaceprotected abstract void initializeIcon()
public abstract boolean equals(java.lang.Object object)
equals in class java.lang.ObjectObject.equals(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||