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
 void run(org.eclipse.jface.action.IAction action)
           
 
Methods inherited from class org.eclipse.amp.agf.ide.ZoomFitAction
init, selectionChanged
 
Methods inherited from class java.lang.Object
equals, 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)