|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.event.ComponentAdapter biz.chitec.quarterback.swing.MapListTableSorter.ComponentBasedReconnector
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 |
public MapListTableSorter.ComponentBasedReconnector()
Method Detail |
public void componentShown(java.awt.event.ComponentEvent e)
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |