com.taco.swinger.text2gui
Class JTableConverter.AbstractTableMapConsistencyListener

java.lang.Object
  extended by com.taco.text.CompositeConverter.AbstractMapConsistencyListener
      extended by com.taco.swinger.text2gui.JTableConverter.AbstractTableMapConsistencyListener
All Implemented Interfaces:
CompositeConverter.IMapConsistencyListener
Enclosing class:
JTableConverter

protected static class JTableConverter.AbstractTableMapConsistencyListener
extends CompositeConverter.AbstractMapConsistencyListener

A base class for map consistency listeners that listen to JTable changes.


Field Summary
protected  javax.swing.JTable _table
          The table that this listener monitors.
 
Fields inherited from class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
_argMap, _inChangeMethod, _listenerFilter, _mapKey, _toMapValueConverter
 
Constructor Summary
JTableConverter.AbstractTableMapConsistencyListener(javax.swing.JTable table, java.lang.String propertyName, INoReturnMap argMap, java.lang.Object mapKey, IObjectMapper toMapValueConverter)
           
 
Method Summary
 
Methods inherited from class com.taco.text.CompositeConverter.AbstractMapConsistencyListener
_makeMapValue, _put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_table

protected final javax.swing.JTable _table
The table that this listener monitors.

Constructor Detail

JTableConverter.AbstractTableMapConsistencyListener

public JTableConverter.AbstractTableMapConsistencyListener(javax.swing.JTable table,
                                                           java.lang.String propertyName,
                                                           INoReturnMap argMap,
                                                           java.lang.Object mapKey,
                                                           IObjectMapper toMapValueConverter)