|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
edu.udo.cs.miningmart.gui.stepsettings.StepParameterModel
A Model for the StepParameterTable
.
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
StepParameterModel(Step step,
boolean editable)
Constructs a new StepParameterModel . |
Method Summary | |
int |
getColumnCount()
Only two columns. |
java.lang.String |
getColumnName(int columnIndex)
|
int |
getNrOfLoops()
Gets the number of loops. |
int |
getOldNrOfLoops()
Gets the old number of loops. |
OpParam |
getOpParam(int row)
Gets the OpParam in this row. |
OpParam |
getOpParamByName(java.lang.String opParamName)
Gets the OpParam by the specified name. |
java.lang.String |
getParameterName(int rowIndex)
Gets the name of the parameter with the specified index. |
int |
getRowCount()
Gets the row count. |
int |
getRowOfOpParamByName(java.lang.String opParamName)
Gets the row of the specified OpParam -name. |
short |
getType(int row)
Gets the Type of the Parameter in the specified row. |
java.lang.Object |
getValueAt(int rowIndex,
int colIndex)
Gets the Value. |
boolean |
isCellEditable(int rowIndex,
int columnIndex)
|
boolean |
isInput(int row)
Is the parameter in this row an input-parameter |
void |
setLoopNumber(int loopnumber)
Sets the loopnumber. |
void |
setNrOfLoops(int nrOfLoops)
Sets the number of loops. |
void |
setOldNrOfLoops(int oldNrOfLoops)
Sets the old number of loops. |
void |
setValueAt(java.lang.Object aValue,
int rowIndex,
int columnIndex)
|
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StepParameterModel(Step step, boolean editable)
StepParameterModel
.
Method Detail |
public void setLoopNumber(int loopnumber)
public void setNrOfLoops(int nrOfLoops)
public int getNrOfLoops()
public int getOldNrOfLoops()
public void setOldNrOfLoops(int oldNrOfLoops)
public int getColumnCount()
TableModel.getColumnCount()
public int getRowCount()
TableModel.getRowCount()
public java.lang.Object getValueAt(int rowIndex, int colIndex)
TableModel.getValueAt(int, int)
public java.lang.String getParameterName(int rowIndex)
public java.lang.String getColumnName(int columnIndex)
TableModel.getColumnName(int)
public boolean isCellEditable(int rowIndex, int columnIndex)
TableModel.isCellEditable(int, int)
public void setValueAt(java.lang.Object aValue, int rowIndex, int columnIndex)
TableModel.setValueAt(Object, int, int)
public short getType(int row)
Parameter.TYPE_VALUE
,
Parameter.TYPE_CONCEPT
,
Parameter.TYPE_RELATION
,
Parameter.TYPE_BASEATTRIBUTE
,
Parameter.TYPE_MULTICOLUMNFEATURE
,
Parameter.TYPE_FEATURE
public boolean isInput(int row)
public OpParam getOpParam(int row)
OpParam
in this row.
public OpParam getOpParamByName(java.lang.String opParamName)
OpParam
by the specified name.
public int getRowOfOpParamByName(java.lang.String opParamName)
OpParam
-name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |