Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.eclipse.builder
Class RefreshAllAction  view RefreshAllAction download RefreshAllAction.java

java.lang.Object
  extended bycom.port80.eclipse.builder.RefreshAllAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

public class RefreshAllAction
extends java.lang.Object
implements org.eclipse.ui.IWorkbenchWindowActionDelegate

Insert the type's description here.


Field Summary
private  org.eclipse.ui.IWorkbenchWindow window
           
 
Constructor Summary
RefreshAllAction()
          The constructor.
 
Method Summary
 void dispose()
          Insert the method's description here.
 void init(org.eclipse.ui.IWorkbenchWindow window)
          Insert the method's description here.
 void run(org.eclipse.jface.action.IAction action)
          Insert the method's description here.
 void selectionChanged(org.eclipse.jface.action.IAction action, org.eclipse.jface.viewers.ISelection select)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

private org.eclipse.ui.IWorkbenchWindow window
Constructor Detail

RefreshAllAction

public RefreshAllAction()
The constructor.

Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Insert the method's description here.

Specified by:
run in interface org.eclipse.ui.IActionDelegate

selectionChanged

public void selectionChanged(org.eclipse.jface.action.IAction action,
                             org.eclipse.jface.viewers.ISelection select)
Insert the method's description here.

Specified by:
selectionChanged in interface org.eclipse.ui.IActionDelegate

dispose

public void dispose()
Insert the method's description here.

Specified by:
dispose in interface org.eclipse.ui.IWorkbenchWindowActionDelegate

init

public void init(org.eclipse.ui.IWorkbenchWindow window)
Insert the method's description here.

Specified by:
init in interface org.eclipse.ui.IWorkbenchWindowActionDelegate