| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.swing.table.AbstractTableModel
SOMA.gui.FinAgentElencoPlace.ModelloElencoPlace
CLASSE INTERNA CHE DEFINISCE IL "MODELLO" A CUI SI RIFERISCE LA TABELLA.
  La tabella si basa sull'elenco Vector passato al momento della costruzione.
  Vedi classe AbstractTableModel
| Field Summary | |
protected  java.util.Vector | 
elencoPlace
 | 
protected  javax.swing.ImageIcon | 
iconaHome
 | 
protected  javax.swing.ImageIcon | 
iconaHomeOra
 | 
protected  javax.swing.ImageIcon | 
iconaNull
 | 
protected  javax.swing.ImageIcon | 
iconaOra
 | 
protected  PlaceID | 
placeAtt
 | 
protected  PlaceID | 
placeHome
 | 
| Fields inherited from class javax.swing.table.AbstractTableModel | 
listenerList | 
| Constructor Summary | |
FinAgentElencoPlace.ModelloElencoPlace(java.util.Vector elencoPlace,
                                       PlaceID placeHome,
                                       PlaceID placeAtt)
Costruisce il modello basandosi sull'elenco dei place passato.  | 
|
| Method Summary | |
 java.lang.Class | 
getColumnClass(int col)
Rende la classe degli oggetti relativi alla colonna "col".  | 
 int | 
getColumnCount()
Rende il numero di colonne della tabella.  | 
 java.lang.String | 
getColumnName(int col)
Rende il nome della colonna "col", cioè l'informazione "intensiva".  | 
 int | 
getRowCount()
Rende il numero di righe della tabella.  | 
 java.lang.Object | 
getValueAt(int row,
           int col)
Rende il valore (sottoforma di oggetto) contenuto nella tabella in posizione (row,col).  | 
 boolean | 
isCellEditable(int row,
               int col)
La cella in posione (row,col) può essere modificata dall'utente?  | 
| Methods inherited from class javax.swing.table.AbstractTableModel | 
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected java.util.Vector elencoPlace
protected PlaceID placeHome
protected PlaceID placeAtt
protected javax.swing.ImageIcon iconaHomeOra
protected javax.swing.ImageIcon iconaHome
protected javax.swing.ImageIcon iconaOra
protected javax.swing.ImageIcon iconaNull
| Constructor Detail | 
public FinAgentElencoPlace.ModelloElencoPlace(java.util.Vector elencoPlace,
                                              PlaceID placeHome,
                                              PlaceID placeAtt)
| Method Detail | 
public int getColumnCount()
public int getRowCount()
public java.lang.Object getValueAt(int row,
                                   int col)
public java.lang.String getColumnName(int col)
public java.lang.Class getColumnClass(int col)
public boolean isCellEditable(int row,
                              int col)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||