Modelers

org.topcased.modeler.requests
Class AutoLayoutRequest

java.lang.Object
  extended by org.eclipse.gef.Request
      extended by org.topcased.modeler.requests.AutoLayoutRequest

public class AutoLayoutRequest
extends org.eclipse.gef.Request

This request asks the auto layout of the given elements.
creation : 4 mai 2005


Constructor Summary
AutoLayoutRequest()
          Constructor
 
Method Summary
 java.util.List getObjects()
          Returns the list of objects to automatically layout
 void setObjects(java.util.List objects)
          Defines the list of objects to automatically layout
 
Methods inherited from class org.eclipse.gef.Request
getExtendedData, getType, setExtendedData, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoLayoutRequest

public AutoLayoutRequest()
Constructor

Method Detail

setObjects

public void setObjects(java.util.List objects)
Defines the list of objects to automatically layout

Parameters:
objects - the objects list

getObjects

public java.util.List getObjects()
Returns the list of objects to automatically layout

Returns:
the list of objects to automatically layout

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.