com.yworks.yfiles.server.tiles.demos
Class SwimLaneLayoutAction

java.lang.Object
  extended bycom.yworks.yfiles.server.tiles.demos.SwimLaneLayoutAction
All Implemented Interfaces:
ActionHandler

public class SwimLaneLayoutAction
extends Object
implements ActionHandler

This action performs a swimlane layout of the whole graph.


Constructor Summary
SwimLaneLayoutAction()
           
 
Method Summary
 void handleAction(ActionContext context, ClientControl control)
          performs a hierarchic layout with swimlanes from scratch for the whole graph provided by the client side.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwimLaneLayoutAction

public SwimLaneLayoutAction()
Method Detail

handleAction

public void handleAction(ActionContext context,
                         ClientControl control)
performs a hierarchic layout with swimlanes from scratch for the whole graph provided by the client side. If no graph is provided, this action does nothing.

Specified by:
handleAction in interface ActionHandler
Parameters:
context - the context
control - the control


Copyright © 2006-2010 yWorks GmbH. All rights reserved