Public Member Functions | |
OffsetAnnotationTableModel () | |
String | getColumnName (int col) |
boolean | containsFilename (String filename) |
void | setFileNames (java.util.Vector fileVector) |
void | addFilename (String newFilename) |
void | removeFilename (String oldFilename) |
int | getColumnCount () |
int | getRowCount () |
boolean | isCellEditable (int row, int column) |
void | setValueAt (Object value, int row, int column) |
java.util.HashMap | getAllValues () |
Object | getValueAt (int rowIndex, int columnIndex) |
Private Attributes | |
java.util.Vector | fileNames |
java.util.Vector | offsetFileNames |
Static Private Attributes | |
String[] | offsetColumnNames = {"Data File", "Offset Annotation File" } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|