ppe.gui.networkspec
Class AmiName
java.lang.Object
ppe.gui.networkspec.AmiName
- All Implemented Interfaces:
- nbl.utilj.TableModelRowable
public class AmiName
- extends java.lang.Object
- implements nbl.utilj.TableModelRowable
Ami (image). This class is used only for editing the ami-ID file.
Field Summary |
java.lang.String |
name
|
Constructor Summary |
AmiName(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
AmiName
public AmiName(java.lang.String name)
getColumnClass
public java.lang.Class getColumnClass(int colIndex)
- Specified by:
getColumnClass
in interface nbl.utilj.TableModelRowable
getColumnName
public java.lang.String getColumnName(int colIndex)
- Specified by:
getColumnName
in interface nbl.utilj.TableModelRowable
getColumnValue
public java.lang.Object getColumnValue(int colIndex)
- Specified by:
getColumnValue
in interface nbl.utilj.TableModelRowable
getNColumns
public int getNColumns()
- Specified by:
getNColumns
in interface nbl.utilj.TableModelRowable
setColumnValue
public void setColumnValue(int colIndex,
java.lang.Object value)
- Specified by:
setColumnValue
in interface nbl.utilj.TableModelRowable