QJCC homepage

biz.chitec.quarterback.swing
Class MapListTableSorter.ComponentBasedReconnector

java.lang.Object
  extended byjava.awt.event.ComponentAdapter
      extended bybiz.chitec.quarterback.swing.MapListTableSorter.ComponentBasedReconnector
All Implemented Interfaces:
java.awt.event.ComponentListener, java.util.EventListener
Enclosing class:
MapListTableSorter

protected class MapListTableSorter.ComponentBasedReconnector
extends java.awt.event.ComponentAdapter

Helper class for cases where multiple tables link to the same model. In case of multiple table widgets linking to the same model there is a problem as only one constraints bundle can be bound to a table at each time. If the different table widgets are on different panels, the problem can be solved (at least intermittent) by simply rebinding the sorter to the model each time the panels change and the so far invisible panel becomes visible.


Constructor Summary
MapListTableSorter.ComponentBasedReconnector()
           
 
Method Summary
 void componentShown(java.awt.event.ComponentEvent e)
           
 
Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentResized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapListTableSorter.ComponentBasedReconnector

public MapListTableSorter.ComponentBasedReconnector()
Method Detail

componentShown

public void componentShown(java.awt.event.ComponentEvent e)

QJCC homepage