zeus.generator.code
Class AgentModel
java.lang.Object
javax.swing.table.AbstractTableModel
zeus.generator.code.UtilityModel
zeus.generator.code.AgentModel
- All Implemented Interfaces:
- javax.swing.event.ChangeListener, java.util.EventListener, java.io.Serializable, javax.swing.table.TableModel
- public class AgentModel
- extends UtilityModel
- See Also:
- Serialized Form
| Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
| 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 |
GENERATE
static final int GENERATE
- See Also:
- Constant Field Values
STATUS
static final int STATUS
- See Also:
- Constant Field Values
NAME
static final int NAME
- See Also:
- Constant Field Values
HOST
static final int HOST
- See Also:
- Constant Field Values
DATABASE
static final int DATABASE
- See Also:
- Constant Field Values
SERVER_FILE
static final int SERVER_FILE
- See Also:
- Constant Field Values
HAS_GUI
static final int HAS_GUI
- See Also:
- Constant Field Values
EXTERNAL
static final int EXTERNAL
- See Also:
- Constant Field Values
ICON
static final int ICON
- See Also:
- Constant Field Values
columnNames
protected static final java.lang.String[] columnNames
data
protected java.util.Vector data
genplan
protected GenerationPlan genplan
AgentModel
public AgentModel(GenerationPlan genplan)
addNewRow
public void addNewRow()
- Specified by:
addNewRow in class UtilityModel
removeRows
public void removeRows(int[] rows)
- Specified by:
removeRows in class UtilityModel
refresh
protected void refresh()
- Specified by:
refresh in class UtilityModel
getColumnCount
public int getColumnCount()
getRowCount
public int getRowCount()
getColumnName
public java.lang.String getColumnName(int col)
isCellEditable
public boolean isCellEditable(int row,
int col)
getValueAt
public java.lang.Object getValueAt(int row,
int column)
setValueAt
public void setValueAt(java.lang.Object aValue,
int row,
int column)
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.