org.openorb.board.shared.treetable
Class DataNodeEventHandler

java.lang.Object
  |
  +--org.openorb.board.shared.treetable.DataNodeEventHandler

public abstract class DataNodeEventHandler
extends java.lang.Object

OpenORB GUI Components / Tree Table / Event Handler

Author:
Olivier Modica

Constructor Summary
DataNodeEventHandler()
           
 
Method Summary
 void handle(java.util.EventObject evt, javax.swing.JTree tree, javax.swing.JTable table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataNodeEventHandler

public DataNodeEventHandler()
Method Detail

handle

public void handle(java.util.EventObject evt,
                   javax.swing.JTree tree,
                   javax.swing.JTable table)