org.jsqltool.gui
Class TableListFrame.ViewFilterController

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

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

Description: Inner class which manages filter events on views.


Constructor Summary
(package private) TableListFrame.ViewFilterController()
           
 
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.ViewFilterController

TableListFrame.ViewFilterController()
Method Detail

reloadList

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

Specified by:
reloadList in interface FilterListController