|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
edu.jhu.ece.iacl.jist.pipeline.gui.ProcessManagerTable.ProcessTableModel
public class ProcessManagerTable.ProcessTableModel
The Class ProcessTableModel.
| Field Summary | |
|---|---|
protected java.lang.Class[] |
columnClasses
The column classes. |
protected java.lang.String[] |
columnNames
The column names. |
java.util.Vector<ExecutionContext> |
rows
The rows. |
| Fields inherited from class javax.swing.table.AbstractTableModel |
|---|
listenerList |
| Constructor Summary | |
|---|---|
ProcessManagerTable.ProcessTableModel()
Instantiates a new process table model. |
|
| Method Summary | |
|---|---|
ProcessManagerTable.TimeStampWrapper |
createCpuTime(ExecutionContext context)
Creates the cpu time. |
ProcessManagerTable.MemoryStampWrapper |
createMemory(ExecutionContext context)
Creates the memory. |
java.lang.Object |
createPipeView(ExecutionContext context)
Creates the pipe view. |
java.lang.Object |
createProcessView(ExecutionContext context)
Creates the process view. |
java.lang.Object |
createProgress(ExecutionContext context)
Creates the progress. |
java.lang.Object |
createQueueView(ExecutionContext context)
Creates the queue view. |
java.lang.Object |
createStatus(ExecutionContext context)
Creates the status. |
java.lang.Object |
createTypeView(ExecutionContext context)
Creates the type view. |
java.lang.Class |
getColumnClass(int c)
|
int |
getColumnCount()
|
java.lang.String |
getColumnName(int col)
|
ExecutionContext |
getRow(int row)
Gets the row. |
int |
getRowCount()
|
java.util.Vector<ExecutionContext> |
getRows()
Gets the rows. |
java.lang.Object |
getValueAt(int row,
int col)
|
void |
updateRow(ExecutionContext context)
Update row. |
| Methods inherited from class javax.swing.table.AbstractTableModel |
|---|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String[] columnNames
protected java.lang.Class[] columnClasses
public java.util.Vector<ExecutionContext> rows
| Constructor Detail |
|---|
public ProcessManagerTable.ProcessTableModel()
| Method Detail |
|---|
public ProcessManagerTable.TimeStampWrapper createCpuTime(ExecutionContext context)
context - the context
public ProcessManagerTable.MemoryStampWrapper createMemory(ExecutionContext context)
context - the context
public java.lang.Object createPipeView(ExecutionContext context)
context - the context
public java.lang.Object createProcessView(ExecutionContext context)
context - the context
public java.lang.Object createProgress(ExecutionContext context)
context - the context
public java.lang.Object createQueueView(ExecutionContext context)
context - the context
public java.lang.Object createStatus(ExecutionContext context)
context - the context
public java.lang.Object createTypeView(ExecutionContext context)
context - the context
public java.lang.Class getColumnClass(int c)
getColumnClass in interface javax.swing.table.TableModelgetColumnClass in class javax.swing.table.AbstractTableModelpublic int getColumnCount()
public java.lang.String getColumnName(int col)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModelpublic ExecutionContext getRow(int row)
row - the row
public int getRowCount()
public java.util.Vector<ExecutionContext> getRows()
public java.lang.Object getValueAt(int row,
int col)
public void updateRow(ExecutionContext context)
context - the context
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||