org.jsqltool.gui
Class SchemaFrame.SynFilterController

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

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

Description: Inner class which manages filter events on synonyms.


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

SchemaFrame.SynFilterController()
Method Detail

reloadList

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

Specified by:
reloadList in interface FilterListController