fable.gui
Class SearchAndFilterBar

java.lang.Object
  extended by Composite
      extended by fable.gui.SearchAndFilterBar
All Implemented Interfaces:
FableListener, CensorshipChangedListener, java.util.EventListener

public class SearchAndFilterBar
extends Composite
implements CensorshipChangedListener

The SearchAndFilterBar applies user filter settings and searches to the feeds in the current pane.

Author:
Christopher Moh

Field Summary
 boolean hasNewFeed
           
 
Method Summary
 void censorshipChanged(CensorshipChangedEvent e)
          Do appropriate action according to the event.
 void updateCensor()
          This method should be called when the censor updates.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasNewFeed

public boolean hasNewFeed
Method Detail

updateCensor

public void updateCensor()
This method should be called when the censor updates. It changes the list of articles shown in the feed view according to the censor


censorshipChanged

public void censorshipChanged(CensorshipChangedEvent e)
Description copied from interface: CensorshipChangedListener
Do appropriate action according to the event.

Specified by:
censorshipChanged in interface CensorshipChangedListener
Parameters:
e - an event object contains relevant information about the event.