Module java.desktop

Interface CellEditorListener

    • Method Summary

      Modifier and Type Method Description
      void editingCanceled​(ChangeEvent e)
      This tells the listeners the editor has canceled editing
      void editingStopped​(ChangeEvent e)
      This tells the listeners the editor has ended editing
    • Method Detail

      • editingStopped

        void editingStopped​(ChangeEvent e)
        This tells the listeners the editor has ended editing
        Parameters:
        e - the ChangeEvent containing the source of the event
      • editingCanceled

        void editingCanceled​(ChangeEvent e)
        This tells the listeners the editor has canceled editing
        Parameters:
        e - the ChangeEvent containing the source of the event