Class TreeEditStoppedEvent

java.lang.Object
org.dwcj.controls.treeview.events.TreeEditStoppedEvent
All Implemented Interfaces:
ControlEvent

public class TreeEditStoppedEvent extends Object implements ControlEvent
  • Constructor Details

    • TreeEditStoppedEvent

      public TreeEditStoppedEvent(TreeView cTree)
  • Method Details

    • getControl

      public TreeView getControl()
      Description copied from interface: ControlEvent
      obtain a reference to the control that triggered the event
      Specified by:
      getControl in interface ControlEvent
      Returns:
      the control that triggered the event
    • toString

      public String toString()
      Overrides:
      toString in class Object