org.xnap.gui.table
Interface TreeTableNode

All Known Implementing Classes:
DefaultTreeTableNode, FilteredTransferContainerTreeTableNode, LazyTreeTableNode, LeafTreeTableNode, OpenNapNetworkNode, PircBotNetworkNode, TransferContainerTreeTableNode, TransferTreeTableNode

public interface TreeTableNode

Defines the requirements for nodes in TreeTableModel objects.


Method Summary
 java.lang.Object getChildAt(int index)
          Returns the child node at index.
 int getChildCount()
          Returns the number of children of the node.
 java.lang.Object getData()
          Returns the data object that is held by this node.
 void sort(java.util.Comparator c)
          Sort all children.
 

Method Detail

getChildAt

java.lang.Object getChildAt(int index)
Returns the child node at index.


getChildCount

int getChildCount()
Returns the number of children of the node.


getData

java.lang.Object getData()
Returns the data object that is held by this node.


sort

void sort(java.util.Comparator c)
Sort all children.



Copyright © 2001-2005 XNap Team. All Rights Reserved.