| Package | org.aswing.event |
| Interface | public interface CellEditorListener |
| Implementors | JTable, JTree |
| Method | Defined by | ||
|---|---|---|---|
|
editingCanceled(source:CellEditor):void
This tells the listeners the editor has canceled editing
| CellEditorListener | ||
|
editingStopped(source:CellEditor):void
This tells the listeners the editor has ended editing
| CellEditorListener | ||
| editingCanceled | () | method |
public function editingCanceled(source:CellEditor):voidThis tells the listeners the editor has canceled editing
Parameterssource:CellEditor |
| editingStopped | () | method |
public function editingStopped(source:CellEditor):voidThis tells the listeners the editor has ended editing
Parameterssource:CellEditor |