com.togethersoft.openapi.ide.diagram
Interface IdeDiagramEvent


public interface IdeDiagramEvent

This event gets fired whenever the selection has been changed or an element has been resized or moved.

Author:
TogetherSoft
See Also: IdeDiagramListener

Method Summary
 IdeDiagramElementEnumerationelements()
           Returns the elements that fired this event.
 IdeDiagramgetDiagram()
           Returns the IdeDiagram containg new selected element or a resized element.

Method Detail

elements

public IdeDiagramElementEnumeration elements()
Returns the elements that fired this event. For selection change event this method returns an enumeration of the selected elements, for resizing event this method returns an enumeration of the resized elements.
Returns: IdeDiagramElementEnumeration

getDiagram

public IdeDiagram getDiagram()
Returns the IdeDiagram containg new selected element or a resized element.
Returns: IdeDiagram