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

Quick Search    Search Deep

com.port80.eclipse.jdt.history
Class HistoryActions  view HistoryActions download HistoryActions.java

java.lang.Object
  extended bycom.port80.eclipse.jdt.history.HistoryActions
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IWorkbenchWindowActionDelegate

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


Field Summary
private  org.eclipse.ui.IWorkbenchWindow window
           
 
Constructor Summary
HistoryActions()
          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

HistoryActions

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