net.sourceforge.java.feednread.frontend.components.favoritestree
Class NewsFeedFavoritesTree.RefreshFavoritesTreeTask

java.lang.Object
  extended bynet.sourceforge.java.feednread.frontend.components.favoritestree.NewsFeedFavoritesTree.RefreshFavoritesTreeTask
All Implemented Interfaces:
Runnable
Enclosing class:
NewsFeedFavoritesTree

private class NewsFeedFavoritesTree.RefreshFavoritesTreeTask
extends Object
implements Runnable

Runnable task to refresh the NewsFeedFavoritesTree if the filter value changed. This class is used to prevent the tree from flickering by refreshing the component only if needed.

Author:
Sebastian Machhausen

Constructor Summary
private NewsFeedFavoritesTree.RefreshFavoritesTreeTask()
           
 
Method Summary
 void run()
           Executes the refresh.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewsFeedFavoritesTree.RefreshFavoritesTreeTask

private NewsFeedFavoritesTree.RefreshFavoritesTreeTask()
Method Detail

run

public void run()

Executes the refresh.

Specified by:
run in interface Runnable