nwnintf.conversation
Class ConversationTree

java.lang.Object
  |
  +--nwnintf.conversation.ConversationTree

public class ConversationTree
extends java.lang.Object

Wrap an itp dialog file into a swing tree.


Field Summary
static int SPEAKER_NPC
           
static int SPEAKER_PC
           
 
Constructor Summary
ConversationTree(ItpFile itp, TlkFile tlk)
           
 
Method Summary
 java.util.Enumeration enumeration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPEAKER_PC

public static int SPEAKER_PC

SPEAKER_NPC

public static int SPEAKER_NPC
Constructor Detail

ConversationTree

public ConversationTree(ItpFile itp,
                        TlkFile tlk)
                 throws java.io.IOException
Method Detail

enumeration

public java.util.Enumeration enumeration()