org.jsqltool.gui
Class TableListFrame.TableFilterController

java.lang.Object
  |
  +--org.jsqltool.gui.TableListFrame.TableFilterController
All Implemented Interfaces:
FilterListController
Enclosing class:
TableListFrame

class TableListFrame.TableFilterController
extends java.lang.Object
implements FilterListController

Description: Inner class which manages filter events on tables.


Constructor Summary
(package private) TableListFrame.TableFilterController()
           
 
Method Summary
 void reloadList()
          Reload the list, which will be filtered by the specified pattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableListFrame.TableFilterController

TableListFrame.TableFilterController()
Method Detail

reloadList

public void reloadList()
Reload the list, which will be filtered by the specified pattern

Specified by:
reloadList in interface FilterListController