public class ChunkNode extends AbstractNode
Node.Action, Node.ActionListener| Modifier and Type | Method and Description | 
|---|---|
| javax.swing.Icon | getIcon() | 
| java.lang.String | getName() | 
| int | getX() | 
| int | getZ() | 
| boolean | isLeaf() | 
| protected Node[] | loadChildren() | 
doubleClicked, getChildren, refresh, showPopupMenupublic int getX()
public int getZ()
public java.lang.String getName()
public javax.swing.Icon getIcon()
public boolean isLeaf()
protected Node[] loadChildren()
loadChildren in class AbstractNode