程序包 | 说明 |
---|---|
com.fr.design.cell.editor |
这个包中定义了单元格编辑器.包括
单元格编辑器(
CellEditor )接口,
抽象实现该接口的AbstractCellEditor 类,
继承这个类的数字单元格编辑器(NumberCellEditor )类和
文本单元格编辑器(GeneralCellEditor )类. |
com.fr.grid |
表格相关
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractCellEditor
The baics abstract editor.
|
class |
BiasTextPainterCellEditor
BiasTextPainter
|
class |
ChartCellEditor
CellEditor used to edit Chart object.
|
class |
ComboBoxCellEditor
ComboBox CellEditor
|
class |
DateCellEditor
Date CellEditor
|
class |
DSColumnCellEditor
CellEditor used to edit BindValuePainter object.
|
class |
FormulaCellEditor
CellEditor used to edit Formula object.
|
class |
GeneralCellEditor
CellEditor used to edit general object.
|
class |
ImageCellEditor
CellEditor used to edit Image object.
|
class |
RichTextCellEditor |
class |
SubReportCellEditor |
class |
TextCellEditor
CellEditor used to edit text object.
|
限定符和类型 | 方法和说明 |
---|---|
CellEditor |
Grid.getCellEditor()
Gets the cell editor.
|
CellEditor |
Grid.getCellEditor(int column,
int row)
Returns an appropriate editor for the cell specified by
column and row . |
CellEditor |
Grid.getDefaultCellEditor()
Gets the cell editor to be edit Object class.
|
CellEditor |
Grid.getDefaultCellEditor(java.lang.Class objectClass)
Gets the editor to be edit the class.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Grid.setCellEditor(CellEditor anEditor)
Sets the
cellEditor variable. |
void |
Grid.setDefaultCellEditor(CellEditor editor)
Sets the cell editor to be edit the Object class.
|
void |
Grid.setDefaultCellEditor(java.lang.Class objectClass,
CellEditor editor)
Sets the editor to be edit the class.
|