程序包 | 说明 |
---|---|
com.fr.design.cell.editor |
这个包中定义了单元格编辑器.包括
单元格编辑器(
CellEditor )接口,
抽象实现该接口的AbstractCellEditor 类,
继承这个类的数字单元格编辑器(NumberCellEditor )类和
文本单元格编辑器(GeneralCellEditor )类. |
限定符和类型 | 方法和说明 |
---|---|
void |
CellEditor.addCellEditorListener(CellEditorListener cellEditorListener)
Adds a listener to the list that's notified when the editor
stops, or cancels editing.
|
void |
AbstractCellEditor.addCellEditorListener(CellEditorListener cellEditorListener)
Adds a listener to the list that's notified when the editor
stops, or cancels editing.
|
void |
CellEditor.removeCellEditorListener(CellEditorListener cellEditorListener)
Removes a listener from the list that's notified
|
void |
AbstractCellEditor.removeCellEditorListener(CellEditorListener cellEditorListener)
Removes a listener from the list that's notified
|