public class ParameterTableModel extends UITableModelAdapter<ParameterProvider>
| 限定符和类型 | 类和说明 |
|---|---|
protected class |
ParameterTableModel.AddChartParameterAction |
class |
ParameterTableModel.ParameterEditor |
UITableModelAdapter.AddTableRowAction, UITableModelAdapter.DeleteAction, UITableModelAdapter.EditAction, UITableModelAdapter.MoveDownAction, UITableModelAdapter.MoveUpAction| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CHART_NORMAL_USE |
protected java.awt.Component |
component |
static int |
FORM_NORMAL_USE |
static int |
NO_CHART_USE |
table| 构造器和说明 |
|---|
ParameterTableModel() |
ParameterTableModel(int paraUseType) |
ParameterTableModel(int paraUseType,
java.awt.Component component) |
ParameterTableModel(ValueEditorPane valueEditorPane,
ValueEditorPane valueRenderPane,
java.awt.Component component) |
| 限定符和类型 | 方法和说明 |
|---|---|
UITableEditAction[] |
createAction()
生成工具栏上的一系列动作按钮
|
UITableEditAction[] |
createDBTableAction()
生成上移下移按钮
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int row,
int col)
单元格是否可编辑
|
addRow, clear, createTable, fireTableDataChanged, getColumnClass, getColumnCount, getColumnName, getList, getRowCount, getSelectedValue, removeRow, setColumnClass, setDefaultEditor, setDefaultRenderer, setList, setRowAt, setSelectedValue, stopCellEditingpublic static final int NO_CHART_USE
public static final int CHART_NORMAL_USE
public static final int FORM_NORMAL_USE
protected java.awt.Component component
public ParameterTableModel()
public ParameterTableModel(int paraUseType)
public ParameterTableModel(int paraUseType,
java.awt.Component component)
public ParameterTableModel(ValueEditorPane valueEditorPane, ValueEditorPane valueRenderPane, java.awt.Component component)
public boolean isCellEditable(int row,
int col)
isCellEditable 在接口中 javax.swing.table.TableModelisCellEditable 在类中 UITableModelAdapter<ParameterProvider>row - 行col - 列public java.lang.Object getValueAt(int rowIndex,
int columnIndex)
getValueAt 在接口中 javax.swing.table.TableModelgetValueAt 在类中 UITableModelAdapter<ParameterProvider>public UITableEditAction[] createAction()
public UITableEditAction[] createDBTableAction()