Class TextAreaTableCellEditor.EditorDelegate

    • Field Detail

      • value

        protected Object value
        The value of this cell.
    • Constructor Detail

      • EditorDelegate

        protected EditorDelegate()
    • Method Detail

      • getCellEditorValue

        public Object getCellEditorValue()
        Returns the value of this cell.
        Returns:
        the value of this cell
      • setValue

        public void setValue​(Object value)
        Sets the value of this cell.
        Parameters:
        value - the new value of this cell
      • startCellEditing

        public boolean startCellEditing​(EventObject anEvent)
        Returns true to indicate that editing has begun.
        Parameters:
        anEvent - the event
        Returns:
        always true
      • stopCellEditing

        public boolean stopCellEditing()
        Stops editing and returns true to indicate that editing has stopped. This method calls fireEditingStopped.
        Returns:
        true
      • cancelCellEditing

        public void cancelCellEditing()
        Cancels editing. This method calls fireEditingCanceled.
      • actionPerformed

        public void actionPerformed​(ActionEvent e)
        When an action is performed, editing is ended.
        Parameters:
        e - the action event
        See Also:
        stopCellEditing()
      • itemStateChanged

        public void itemStateChanged​(ItemEvent e)
        When an item's state changes, editing is ended.
        Parameters:
        e - the action event
        See Also:
        stopCellEditing()