Module java.desktop

Interface CellEditorListener

    • 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