Class AbstractDropDownTextFieldTest.SpyTestCellEditorListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.CellEditorListener
    Enclosing class:
    AbstractDropDownTextFieldTest<T>

    protected class AbstractDropDownTextFieldTest.SpyTestCellEditorListener
    extends java.lang.Object
    implements javax.swing.event.CellEditorListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void editingCanceled​(javax.swing.event.ChangeEvent e)  
      void editingStopped​(javax.swing.event.ChangeEvent e)  
      • Methods inherited from class java.lang.Object

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

      • canceledCount

        protected int canceledCount
      • stoppedCount

        protected int stoppedCount
    • Constructor Detail

      • SpyTestCellEditorListener

        protected SpyTestCellEditorListener()
    • Method Detail

      • editingCanceled

        public void editingCanceled​(javax.swing.event.ChangeEvent e)
        Specified by:
        editingCanceled in interface javax.swing.event.CellEditorListener
      • editingStopped

        public void editingStopped​(javax.swing.event.ChangeEvent e)
        Specified by:
        editingStopped in interface javax.swing.event.CellEditorListener