Class FocusedDiagramPaneControlChangedEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class FocusedDiagramPaneControlChangedEvent
    extends java.util.EventObject
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.awt.Component component  
      DiagramPane diagramPane  
      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • component

        public java.awt.Component component
    • Constructor Detail

      • FocusedDiagramPaneControlChangedEvent

        public FocusedDiagramPaneControlChangedEvent​(DiagramPane diagramPane,
                                                     java.awt.Component component)