Class LayoutIterationEvent

java.lang.Object
org.eclipse.zest.layouts.LayoutIterationEvent

@Deprecated(since="2.0", forRemoval=true) public class LayoutIterationEvent extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used in Zest 2.x. This class will be removed in a future release.
When a layout completes an iteration, it throws this event to allow the application to update. For example, at the end of an iteration is can be assumed the layout has placed each entity into a new location. This event allows the application to update the GUI to represent the new locations
@noextend
This class is not intended to be subclassed by clients.
@noreference
This class is not intended to be referenced by clients.
@noinstantiate
This class is not intended to be instantiated by clients.
  • Constructor Details

    • LayoutIterationEvent

      public LayoutIterationEvent()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getRelationshipsToLayout

      @Deprecated public List getRelationshipsToLayout()
      Deprecated.
      Return the relationships used in this layout.
    • getEntitiesToLayout

      @Deprecated public List getEntitiesToLayout()
      Deprecated.
      Return the entities used in this layout.
    • getIterationCompleted

      @Deprecated public int getIterationCompleted()
      Deprecated.
      Return the iteration of the layout algorithm that was just completed.