public class ValueEditorPaneFactory
extends java.lang.Object
构造器和说明 |
---|
ValueEditorPaneFactory() |
限定符和类型 | 方法和说明 |
---|---|
static Editor<?>[] |
allEditors()
所有类型的编辑器
|
static Editor<?>[] |
basicEditors()
基础的一些ValueEditorPane所用到的Editors
|
static Editor<?>[] |
basicEditorsWithoutFormula()
不带公式编辑器
|
static Editor<?>[] |
cellGroupEditor()
只有单元格和单元格组的编辑器
|
static Editor[] |
chartHotEditors(java.util.HashMap hyperLinkEditorMap)
图表热点的一些编辑器
|
static ValueEditorPane |
createAllValueEditorPane()
带有所有编辑器的ValueEditorPane
|
static ValueEditorPane |
createBasicEditorWithoutFormulaPane()
创建不带公式面板的pane
|
static ValueEditorPane |
createBasicValueEditorPane()
创建基本的值编辑器面板
|
static ValueEditorPane |
createBasicValueEditorPane(int editor_center_width)
创建基本的值编辑器面板
|
static ValueEditorPane |
createChartHotValueEditorPane(java.util.HashMap hyperLinkEditorMap)
图表用的参数编辑器的ValueEditorPane
|
static ValueEditorPane |
createDateValueEditorPane()
创建日期编辑器
|
static ValueEditorPane |
createDateValueEditorPane(java.lang.String popupName,
java.lang.String textEditorValue)
创建日期的ValueEditorPane
|
static ValueEditorPane |
createExtendedValueEditorPane()
扩展的ValueEditorPane
|
static ValueEditorPane |
createFormEditorPane()
Process用的editorPane
|
static ValueEditorPane |
createFormulaValueEditorPane()
创建公式编辑器面板
|
static javax.swing.JPanel |
createKeyAndValuePane(ValueEditorPane keyColumnPane,
ValueEditorPane valueDictPane)
产生一个实际值和显示值的面板
|
static ValueEditorPane |
createNoCRNoColumnValueEditorPane()
创建NoCRNoColumn
|
static ValueEditorPane |
createNumberValueEditorPane()
创建数值编辑器
|
static ValueEditorPane |
createStoreProcedValueEditorPane()
StoreProced用的EditorPane
|
static ValueEditorPane |
createURLValueEditorPane(java.lang.String popupName,
java.lang.String textEditorValue)
URL使用的ValueEditorPane
|
static ValueEditorPane |
createVallueEditorPaneWithUseType(int paraUseType)
根据参数paraUseType 创建编辑器类型.
|
static ValueEditorPane |
createVallueEditorPaneWithUseType(int paraUseType,
java.util.HashMap hyperLinkEditorMap) |
static ValueEditorPane |
createValueEditorPane(Editor<?>[] editors)
创建带编辑器的ValueEditorPane
|
static ValueEditorPane |
createValueEditorPane(Editor<?>[] editors,
java.lang.String popupName,
java.lang.String textEditorValue)
创建编辑器 名称 弹出的ValueEditorPane
|
static ValueEditorPane |
createValueEditorPane(Editor<?>[] editors,
java.lang.String popupName,
java.lang.String textEditorValue,
int editor_center_width)
创建编辑器 名称 弹出的ValueEditorPane
|
static Editor<?>[] |
dateEditors()
日期编辑器
|
static Editor<?>[] |
dateEditors(java.lang.String popupName,
java.lang.String textEditorValue)
日期类型的一些编辑器
|
static Editor<?>[] |
extendedCellGroupEditors()
带单元格组的编辑器
|
static Editor<?>[] |
extendedEditors()
扩展单元格的一些编辑器
|
static Editor<?>[] |
formEditors()
表单的一些编辑器.
|
static Editor<?>[] |
noCRnoColumnEditors()
noCRnoColumn编辑器
|
static Editor<?>[] |
numberEditors()
数值编辑器
|
static Editor<?>[] |
StoreProcedureEditors()
存储的一些编辑器
|
static Editor<?>[] |
URLEditors(java.lang.String popupName,
java.lang.String textEditorValue)
URL的一些编辑器.
|
public static ValueEditorPane createValueEditorPane(Editor<?>[] editors)
editors
- 自定义的编辑器public static ValueEditorPane createValueEditorPane(Editor<?>[] editors, java.lang.String popupName, java.lang.String textEditorValue)
editors
- 编辑器popupName
- 弹出的名字textEditorValue
- 值public static ValueEditorPane createValueEditorPane(Editor<?>[] editors, java.lang.String popupName, java.lang.String textEditorValue, int editor_center_width)
editors
- 编辑器popupName
- 弹出的名字textEditorValue
- 值editor_center_width
- 编辑器主体的宽度public static ValueEditorPane createBasicValueEditorPane()
public static ValueEditorPane createFormulaValueEditorPane()
public static ValueEditorPane createBasicValueEditorPane(int editor_center_width)
editor_center_width
- 指定值编辑器的主体宽度public static ValueEditorPane createFormEditorPane()
public static ValueEditorPane createStoreProcedValueEditorPane()
public static ValueEditorPane createExtendedValueEditorPane()
public static ValueEditorPane createURLValueEditorPane(java.lang.String popupName, java.lang.String textEditorValue)
popupName
- 弹出的名字textEditorValue
- 编辑器值public static ValueEditorPane createDateValueEditorPane(java.lang.String popupName, java.lang.String textEditorValue)
popupName
- 名字textEditorValue
- 值public static ValueEditorPane createAllValueEditorPane()
public static ValueEditorPane createBasicEditorWithoutFormulaPane()
public static ValueEditorPane createNoCRNoColumnValueEditorPane()
public static ValueEditorPane createNumberValueEditorPane()
public static ValueEditorPane createDateValueEditorPane()
public static ValueEditorPane createVallueEditorPaneWithUseType(int paraUseType)
paraUseType
- 参数类型public static ValueEditorPane createVallueEditorPaneWithUseType(int paraUseType, java.util.HashMap hyperLinkEditorMap)
public static ValueEditorPane createChartHotValueEditorPane(java.util.HashMap hyperLinkEditorMap)
hyperLinkEditorMap
- 超链下拉参数类型public static Editor<?>[] basicEditors()
public static Editor<?>[] formEditors()
public static Editor<?>[] extendedEditors()
public static Editor<?>[] extendedCellGroupEditors()
public static Editor<?>[] cellGroupEditor()
public static Editor<?>[] URLEditors(java.lang.String popupName, java.lang.String textEditorValue)
popupName
- 名字textEditorValue
- 值public static Editor<?>[] dateEditors(java.lang.String popupName, java.lang.String textEditorValue)
popupName
- 名字textEditorValue
- 值public static Editor<?>[] allEditors()
public static Editor<?>[] basicEditorsWithoutFormula()
public static Editor<?>[] noCRnoColumnEditors()
public static Editor<?>[] numberEditors()
public static Editor<?>[] dateEditors()
public static Editor<?>[] StoreProcedureEditors()
public static Editor[] chartHotEditors(java.util.HashMap hyperLinkEditorMap)
public static javax.swing.JPanel createKeyAndValuePane(ValueEditorPane keyColumnPane, ValueEditorPane valueDictPane)
keyColumnPane
- 实际值valueDictPane
- 显示值