org.eclipse.amp.agf.ide
Class ZoomOutAction

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

public class ZoomOutAction
extends ZoomFreeAction

The Class ZoomOutAction.


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

ZoomOutAction

public ZoomOutAction()
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 ZoomFreeAction
Parameters:
action -
See Also:
ZoomFreeAction.run(org.eclipse.jface.action.IAction)

getZoomContribution

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

Overrides:
getZoomContribution in class ZoomFreeAction
Returns:
See Also:
ZoomFreeAction.getZoomContribution()