pawn.client
Class TreeObjectList

java.lang.Object
  |
  +--pawn.client.TreeObjectList

public class TreeObjectList
extends java.lang.Object


Field Summary
 pawn.client.TreeObject[] m_TreeObjectList
           
 
Constructor Summary
TreeObjectList()
           
 
Method Summary
 void AddObject(pawn.client.TreeObject newObject)
           
 pawn.client.TreeObject GetAt(int nIndex)
           
 int GetIndexOf(pawn.client.TreeObject theObject)
           
 void IncrementSize()
           
 pawn.client.TreeObject IsPresent(javax.swing.tree.DefaultMutableTreeNode theSearchNode)
           
 int Size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_TreeObjectList

public pawn.client.TreeObject[] m_TreeObjectList
Constructor Detail

TreeObjectList

public TreeObjectList()
Method Detail

AddObject

public void AddObject(pawn.client.TreeObject newObject)

GetAt

public pawn.client.TreeObject GetAt(int nIndex)

GetIndexOf

public int GetIndexOf(pawn.client.TreeObject theObject)

IncrementSize

public void IncrementSize()

IsPresent

public pawn.client.TreeObject IsPresent(javax.swing.tree.DefaultMutableTreeNode theSearchNode)

Size

public int Size()