net.sourceforge.atunes.kernel.controllers.navigation
Class FavoriteViewRefresher

java.lang.Object
  extended by net.sourceforge.atunes.kernel.controllers.navigation.FavoriteViewRefresher

public class FavoriteViewRefresher
extends java.lang.Object

The Class FavoriteViewRefresher.


Constructor Summary
FavoriteViewRefresher()
           
 
Method Summary
static void refresh(javax.swing.JTree tree, java.util.Map<java.lang.String,Artist> artists, java.util.Map<java.lang.String,Album> albums, javax.swing.tree.DefaultTreeModel treeModel)
          Refresh.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FavoriteViewRefresher

public FavoriteViewRefresher()
Method Detail

refresh

public static void refresh(javax.swing.JTree tree,
                           java.util.Map<java.lang.String,Artist> artists,
                           java.util.Map<java.lang.String,Album> albums,
                           javax.swing.tree.DefaultTreeModel treeModel)
Refresh.

Parameters:
tree - the tree
artists - the artists
albums - the albums
treeModel - the tree model


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.