com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.common.table
Class VSListener

java.lang.Object
  extended by com.im.ijc.widgets.common.table.VSListener
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class VSListener
extends Object
implements PropertyChangeListener


Constructor Summary
VSListener(VertexStateDataCache dataCache, AbstractIJCTableModel tableModel, DFResultSet.VertexState vs)
           
 
Method Summary
 boolean isIgnoreSelectionChangesFromTable()
           
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VSListener

public VSListener(VertexStateDataCache dataCache,
                  AbstractIJCTableModel tableModel,
                  DFResultSet.VertexState vs)
Method Detail

isIgnoreSelectionChangesFromTable

public boolean isIgnoreSelectionChangesFromTable()

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener

com.im.ijc.widgets/1 5.9.1