org.eclipse.gmf.runtime.lite.services
Interface IDiagramLayouter

All Known Implementing Classes:
DefaultDiagramLayouter

public interface IDiagramLayouter


Method Summary
 org.eclipse.emf.common.command.Command layout(org.eclipse.gef.GraphicalEditPart container)
           
 org.eclipse.emf.common.command.Command layout(org.eclipse.gef.GraphicalEditPart container, List<org.eclipse.gef.GraphicalEditPart> selectedElements)
           
 

Method Detail

layout

org.eclipse.emf.common.command.Command layout(org.eclipse.gef.GraphicalEditPart container)

layout

org.eclipse.emf.common.command.Command layout(org.eclipse.gef.GraphicalEditPart container,
                                              List<org.eclipse.gef.GraphicalEditPart> selectedElements)


Copyright © 2012. All Rights Reserved.