nwnintf.palette
Class PaletteNode

java.lang.Object
  |
  +--nwnintf.palette.PaletteNode

public class PaletteNode
extends java.lang.Object

Provide the interface demanded by DefaultMutableTreeNode for userobjects.


Method Summary
 ItpEntry entry()
           
 ResRef resref()
           
 java.lang.String toString()
          toString() is the only thing DefaultMutableTreeNode needs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
toString() is the only thing DefaultMutableTreeNode needs.

Overrides:
toString in class java.lang.Object

resref

public ResRef resref()

entry

public ItpEntry entry()