org.xnap.gui.table
Class TransferTreeTableNode

java.lang.Object
  extended by org.xnap.gui.table.LeafTreeTableNode
      extended by org.xnap.gui.table.TransferTreeTableNode
All Implemented Interfaces:
java.util.EventListener, StateListener, TreeTableNode

public class TransferTreeTableNode
extends LeafTreeTableNode
implements StateListener

Provides a node for transfer objects that have no children.


Constructor Summary
TransferTreeTableNode(TransferTableModel model, Transfer transfer)
          Constructs the node.
 
Method Summary
 void stateChanged(StateEvent event)
          Invoked when the object has changed.
 
Methods inherited from class org.xnap.gui.table.LeafTreeTableNode
equals, getChildAt, getChildCount, getData, sort, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransferTreeTableNode

public TransferTreeTableNode(TransferTableModel model,
                             Transfer transfer)
Constructs the node.

Parameters:
model - the table model
transfer - the transfer, should not implements TransferContainer
Method Detail

stateChanged

public void stateChanged(StateEvent event)
Description copied from interface: StateListener
Invoked when the object has changed. Usually if the object is represented on screen the gui needs to be updated.

Specified by:
stateChanged in interface StateListener


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