程序包 | 说明 |
---|---|
com.fr.design.cell.editor |
这个包中定义了单元格编辑器.包括
单元格编辑器(
CellEditor )接口,
抽象实现该接口的AbstractCellEditor 类,
继承这个类的数字单元格编辑器(NumberCellEditor )类和
文本单元格编辑器(GeneralCellEditor )类. |
com.fr.design.mainframe |
设计器整体框架
|
com.fr.grid |
表格相关
|
限定符和类型 | 方法和说明 |
---|---|
Grid |
TextFloatEditor.getGrid() |
Grid |
TextCellEditor.getGrid() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
TextFloatEditor.ajustTextStyle(Grid grid,
Style style,
java.lang.Object value,
int resolution) |
protected void |
TextCellEditor.ajustTextStyle(Grid grid,
Style style,
java.lang.Object value,
int resolution) |
java.awt.Component |
TextCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
SubReportCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution) |
java.awt.Component |
RichTextCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution) |
java.awt.Component |
ImageCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
GeneralCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
FormulaCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
DSColumnCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
DateCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
ComboBoxCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
ChartCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution) |
java.awt.Component |
CellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
BiasTextPainterCellEditor.getCellEditorComponent(Grid grid,
TemplateCellElement cellElement,
int resolution)
Sets an initial
cellElement for the editor. |
java.awt.Component |
TextFloatEditor.getFloatEditorComponent(Grid grid,
FloatElement floatElement,
int resolution)
Sets an initial
floatElement for the editor. |
java.awt.Component |
ImageFloatEditor.getFloatEditorComponent(Grid grid,
FloatElement floatElement,
int resolution)
Sets an initial
floatElement for the editor. |
java.awt.Component |
FormulaFloatEditor.getFloatEditorComponent(Grid grid,
FloatElement floatElement,
int resolution)
Sets an initial
floatElement for the editor. |
java.awt.Component |
FloatEditor.getFloatEditorComponent(Grid grid,
FloatElement floatElement,
int resolution)
Sets an initial
floatElement for the editor. |
java.awt.Component |
ChartFloatEditor.getFloatEditorComponent(Grid grid,
FloatElement floatElement,
int resolution) |
限定符和类型 | 方法和说明 |
---|---|
Grid |
ElementCasePane.getGrid()
Gets the cell table of rpt pane.
|
限定符和类型 | 方法和说明 |
---|---|
protected static void |
GridKeyAction.initGridInputActionMap(Grid grid)
注册默认的InputMap和ActionMap.
|
protected void |
GridUI.paintBackground(java.awt.Graphics g,
Grid grid,
ElementCase elementCase,
int resolution) |
void |
DrawFlowRect.setGrid(Grid grid) |
构造器和说明 |
---|
GridKeyAction(Grid grid,
java.lang.String actionKey,
boolean isShift) |
GridKeyListener(Grid grid) |
GridMouseAdapter(Grid grid) |