|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nwnintf.palette.PaletteTree
Wrap an itp palette file into a swing tree.
Constructor Summary | |
PaletteTree(ItpFile itp,
TlkFile tlk,
int restype)
|
Method Summary | |
java.util.Set |
blueprintnodes()
Set of Map.Entry key is ResRef. |
javax.swing.tree.TreeNode |
nodeByResref(ResRef resref)
Retrieve a node by its resref. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PaletteTree(ItpFile itp, TlkFile tlk, int restype) throws java.io.IOException
itp
- The itp file for the palette.tlk
- Loaded tlk file.restype
- Resource type referred to by this palette.
e.g. creaturepalcus.itp refers to "utc".Method Detail |
public javax.swing.tree.TreeNode nodeByResref(ResRef resref)
public java.util.Set blueprintnodes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |