|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
com.ibm.di.admin.ui.WorkEntryTableUI.WorkEntryTableModel
public class WorkEntryTableUI.WorkEntryTableModel
GUI table for the work entry.
Field Summary |
---|
Fields inherited from class javax.swing.table.AbstractTableModel |
---|
listenerList |
Constructor Summary | |
---|---|
WorkEntryTableUI.WorkEntryTableModel(AssemblyLineConfig config)
Constructor for the WorkEntryTableModel object |
Method Summary | |
---|---|
Object[] |
buildTables(boolean allConnectors,
String untilConnector)
Creates the tables. |
void |
configurationChanged(MetamergeConfigChange mcc)
Called when the configuration has changed. |
int |
getColumnCount()
Gets the columnCount attribute of the WorkEntryTableModel object |
String |
getColumnName(int col)
Gets the columnName attribute of the WorkEntryTableModel object |
int |
getRowCount()
Gets the rowCount attribute of the WorkEntryTableModel object |
Object |
getValueAt(int row,
int col)
Gets the valueAt attribute of the WorkEntryTableModel object |
void |
init()
Initializes the object. |
void |
shouldBeFocusable()
Set all rows but the first one to be able to receive the input focus. |
Methods inherited from class javax.swing.table.AbstractTableModel |
---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkEntryTableUI.WorkEntryTableModel(AssemblyLineConfig config)
config
- the configuration of the AssemblyLineMethod Detail |
---|
public void configurationChanged(MetamergeConfigChange mcc)
configurationChanged
in interface MetamergeConfigChangeListener
mcc
- the type of configuration changepublic void init()
public Object[] buildTables(boolean allConnectors, String untilConnector)
allConnectors
- Should all connectors be included, or only connectors in the Feed folderuntilConnector
- Include all connectors up to, but not including, this connector
public void shouldBeFocusable()
public int getRowCount()
getRowCount
in interface TableModel
public int getColumnCount()
getColumnCount
in interface TableModel
public String getColumnName(int col)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
col
- the number of the column
public Object getValueAt(int row, int col)
getValueAt
in interface TableModel
row
- the number of the rowcol
- the number of the column
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |