org.jsqltool.gui
Class SchemaFrame.ViewFilterController

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

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

Description: Inner class which manages filter events on views.


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

SchemaFrame.ViewFilterController

SchemaFrame.ViewFilterController()
Method Detail

reloadList

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

Specified by:
reloadList in interface FilterListController