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
 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

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)