org.eclipse.amp.agf.ide
Class ZoomInAction

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.ZoomInAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class ZoomInAction
extends ZoomFreeAction

The Class ZoomInAction.


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

ZoomInAction

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