Class TextComboBoxEditModifyEvent

java.lang.Object
org.dwcj.controls.textcombobox.events.TextComboBoxEditModifyEvent
All Implemented Interfaces:
ControlEvent

public class TextComboBoxEditModifyEvent extends Object implements ControlEvent
  • Constructor Details

    • TextComboBoxEditModifyEvent

      public TextComboBoxEditModifyEvent(TextComboBox cTextComboBox)
  • Method Details

    • getControl

      public TextComboBox 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