classpathhelper.eclipse.ui.common
Class ShowPreferencesAction

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

public class ShowPreferencesAction
extends Action

Action that will open the preferences (filtered to only show classpath helper properties).

Since:
1.1
Author:
bharris
See Also:
Serialized Form

Constructor Summary
ShowPreferencesAction()
           
 
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

ShowPreferencesAction

public ShowPreferencesAction()
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)