public class TagNode extends AbstractNode
Node.Action, Node.ActionListener| Constructor and Description | 
|---|
| TagNode(org.jnbt.Tag tag) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doubleClicked() | 
| javax.swing.Icon | getIcon() | 
| java.lang.String | getName() | 
| org.jnbt.Tag | getTag() | 
| boolean | isLeaf() | 
| protected Node[] | loadChildren() | 
getChildren, refresh, showPopupMenupublic org.jnbt.Tag getTag()
public java.lang.String getName()
public javax.swing.Icon getIcon()
public boolean isLeaf()
public void doubleClicked()
doubleClicked in interface NodedoubleClicked in class AbstractNodeprotected Node[] loadChildren()
loadChildren in class AbstractNode