|
Zest 1.5.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.zest.layouts.LayoutIterationEvent
public class LayoutIterationEvent
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
Constructor Summary | |
---|---|
LayoutIterationEvent()
|
Method Summary | |
---|---|
java.util.List |
getEntitiesToLayout()
Return the entities used in this layout. |
int |
getIterationCompleted()
Return the iteration of the layout algorithm that was just completed. |
java.util.List |
getRelationshipsToLayout()
Return the relationships used in this layout. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutIterationEvent()
Method Detail |
---|
public java.util.List getRelationshipsToLayout()
public java.util.List getEntitiesToLayout()
public int getIterationCompleted()
|
Zest 1.5.0.201305060205 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |