程序包 | 说明 |
---|---|
com.fr.design.designer.creator |
各种表单控件
|
com.fr.design.designer.creator.cardlayout | |
com.fr.design.fun |
提供一些 UI 接口
|
com.fr.design.fun.impl | |
com.fr.design.gui.icombocheckbox | |
com.fr.design.gui.imenu | |
com.fr.design.mainframe |
设计器整体框架
|
com.fr.grid |
表格相关
|
com.fr.grid.selection |
定义了表格的选择模型
|
限定符和类型 | 方法和说明 |
---|---|
UIPopupMenu |
XCreator.createPopupMenu(FormDesigner formDesigner)
创建右击弹出菜单
|
限定符和类型 | 方法和说明 |
---|---|
UIPopupMenu |
XWTabFitLayout.createPopupMenu(FormDesigner formDesigner) |
UIPopupMenu |
XWCardTagLayout.createPopupMenu(FormDesigner formDesigner) |
UIPopupMenu |
XCardSwitchButton.createPopupMenu(FormDesigner formDesigner) |
UIPopupMenu |
XCardAddButton.createPopupMenu(FormDesigner formDesigner) |
限定符和类型 | 方法和说明 |
---|---|
void |
RightSelectionHandlerProvider.dmlMenu(TargetComponent ePane,
UIPopupMenu popupMenu)
对单元格或者悬浮元素的右键菜单项进行增删改
|
限定符和类型 | 方法和说明 |
---|---|
void |
AbstractRightSelectionHandlerProvider.dmlMenu(TargetComponent ePane,
UIPopupMenu popupMenu) |
限定符和类型 | 类和说明 |
---|---|
class |
UICheckListPopup |
限定符和类型 | 类和说明 |
---|---|
class |
UIScrollPopUpMenu
Author : daisy
Date: 13-8-27
Time: 上午9:12
|
限定符和类型 | 字段和说明 |
---|---|
static UIPopupMenu |
UIPopupMenu.EMPTY |
限定符和类型 | 方法和说明 |
---|---|
UIPopupMenu |
ElementCasePane.createColumnPopupMenu(java.awt.event.MouseEvent evt,
int selectedColumn)
弹出列表.
|
UIPopupMenu |
ElementCasePane.createRowPopupMenu(java.awt.event.MouseEvent evt,
int selectedRows)
弹出列表
|
限定符和类型 | 方法和说明 |
---|---|
protected UIPopupMenu |
GridRowMouseHandler.createPopupMenu(ElementCasePane reportPane,
java.awt.event.MouseEvent evt,
int rowIndex) |
protected UIPopupMenu |
GridColumnMouseHandler.createPopupMenu(ElementCasePane reportPane,
java.awt.event.MouseEvent evt,
int columnIndex) |
protected abstract UIPopupMenu |
AbstractGridHeaderMouseHandler.createPopupMenu(ElementCasePane ePane,
java.awt.event.MouseEvent evt,
int index) |
限定符和类型 | 方法和说明 |
---|---|
UIPopupMenu |
CellSelection.createPopupMenu(ElementCasePane ePane)
创建弹出菜单
|
限定符和类型 | 方法和说明 |
---|---|
void |
Selection.addExtraMenu(ElementCasePane ePane,
UIPopupMenu popupMenu)
添加插件菜单(增删改都可以)
|