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