classpathhelper.eclipse.ui.common
Class RefreshAction

java.lang.Object
  extended byAction
      extended byclasspathhelper.eclipse.ui.common.RefreshAction

public class RefreshAction
extends Action

Action that refreshes the current IClassPathModel.

Since:
1.1
Author:
bharris
See Also:
Serialized Form

Constructor Summary
RefreshAction()
           
 
Method Summary
 void init(IViewPart view)
           
 void run()
           
 void run(IAction action)
           
 void selectionChanged(IAction action, ISelection selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshAction

public RefreshAction()
Since:
1.1
Method Detail

run

public void run()

run

public void run(IAction action)

selectionChanged

public void selectionChanged(IAction action,
                             ISelection selection)

init

public void init(IViewPart view)