org.eclipse.amp.agf.ide
Class ZoomFreeAction

java.lang.Object
  extended by org.eclipse.amp.agf.ide.ZoomFitAction
      extended by org.eclipse.amp.agf.ide.ZoomFreeAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate
Direct Known Subclasses:
ZoomInAction, ZoomOutAction

public class ZoomFreeAction
extends ZoomFitAction

The Class ZoomFreeAction.


Constructor Summary
ZoomFreeAction()
           
 
Method Summary
protected  java.lang.String getZoomContribution()
          Gets the zoom contribution.
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class org.eclipse.amp.agf.ide.ZoomFitAction
getZoomer, init, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomFreeAction

public ZoomFreeAction()
Method Detail

run

public void run(org.eclipse.jface.action.IAction action)
Specified by:
run in interface org.eclipse.ui.IActionDelegate
Overrides:
run in class ZoomFitAction
Parameters:
action -
See Also:
ZoomFitAction.run(org.eclipse.jface.action.IAction)

getZoomContribution

protected java.lang.String getZoomContribution()
Description copied from class: ZoomFitAction
Gets the zoom contribution.

Specified by:
getZoomContribution in class ZoomFitAction
Returns:
See Also:
ZoomFitAction.getZoomContribution()