程序包 | 说明 |
---|---|
com.fr.design.mainframe |
设计器整体框架
|
com.fr.design.mainframe.form | |
com.fr.grid |
表格相关
|
com.fr.grid.selection |
定义了表格的选择模型
|
限定符和类型 | 方法和说明 |
---|---|
Selection |
WorkSheetDesigner.getDefaultSelectElement() |
Selection |
WorkSheetDesigner.getSelection() |
Selection |
ElementCasePane.getSelection() |
限定符和类型 | 方法和说明 |
---|---|
void |
ElementCasePane.setOldSelecton(Selection selection) |
void |
WorkSheetDesigner.setSelection(Selection selectElement) |
void |
ElementCasePane.setSelection(Selection selection) |
void |
CellWidgetPropertyPane.update(Selection selection) |
限定符和类型 | 方法和说明 |
---|---|
Selection |
FormElementCaseDesigner.getDefaultSelectElement() |
限定符和类型 | 方法和说明 |
---|---|
protected void |
GridRowMouseHandler.resetSelectionByRightButton(ColumnRow selectedCellPoint,
Selection cs,
ElementCasePane ePane) |
protected void |
GridColumnMouseHandler.resetSelectionByRightButton(ColumnRow selectedCellPoint,
Selection cs,
ElementCasePane ePane) |
protected abstract void |
AbstractGridHeaderMouseHandler.resetSelectionByRightButton(ColumnRow mouseSelectedColumnRow,
Selection cs,
ElementCasePane ePane) |
限定符和类型 | 类和说明 |
---|---|
class |
CellSelection
the cell selection (column,row)是所选单元格中左上角的位置 , 这个数据结构就是一个Rectangle
|
class |
FloatSelection
the float selection
|
限定符和类型 | 方法和说明 |
---|---|
Selection |
Selection.clone() |