org.eclipse.amp.agf.zest.ide
Class TreeHorizLayoutAction

java.lang.Object
  extended by org.eclipse.amp.agf.zest.ide.ZestLayoutAction
      extended by org.eclipse.amp.agf.zest.ide.TreeHorizLayoutAction
All Implemented Interfaces:
org.eclipse.ui.IActionDelegate, org.eclipse.ui.IViewActionDelegate

public class TreeHorizLayoutAction
extends ZestLayoutAction

The Class TreeHorizLayoutAction.


Field Summary
 
Fields inherited from class org.eclipse.amp.agf.zest.ide.ZestLayoutAction
view
 
Constructor Summary
TreeHorizLayoutAction()
           
 
Method Summary
protected  org.eclipse.zest.layouts.LayoutAlgorithm createLayout()
          Creates the layout.
 
Methods inherited from class org.eclipse.amp.agf.zest.ide.ZestLayoutAction
init, run, selectionChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeHorizLayoutAction

public TreeHorizLayoutAction()
Method Detail

createLayout

protected org.eclipse.zest.layouts.LayoutAlgorithm createLayout()
Description copied from class: ZestLayoutAction
Creates the layout.

Specified by:
createLayout in class ZestLayoutAction
Returns:
See Also:
ZestLayoutAction.createLayout()