org.jsqltool.gui
Class SchemaFrame.TableFilterController

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

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

Description: Inner class which manages filter events on tables.


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

SchemaFrame.TableFilterController

SchemaFrame.TableFilterController()
Method Detail

reloadList

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

Specified by:
reloadList in interface FilterListController