|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.table.AbstractTableModel | +--planetj.gui.CMTableModel
Provides some additional common features.
Constructor Summary | |
CMTableModel()
CMTableModel constructor comment. |
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field. |
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener)
The addPropertyChangeListener method was generated to support the propertyChange field. |
void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
The firePropertyChange method was generated to support the propertyChange field. |
List |
getAllObjects()
Gets the allObjects property (List) value. |
Object |
getBusinessObject(int rowId)
Return the business object at a particular row. |
int |
getColumnCount()
getColumnCount method comment. |
String |
getColumnName(int column)
|
String[] |
getColumnNames()
Gets the columnNames property (java.lang.String[]) value. |
int |
getRowCount()
getRowCount method comment. |
String |
getTranslation(String messageToTranslate)
|
abstract Object |
getValueAt(int row,
int column)
getValueAt method comment. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field. |
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener)
The removePropertyChangeListener method was generated to support the propertyChange field. |
void |
setAllObjects(List allObjects)
Sets the allObjects property (java.util.Vector) value. |
void |
setColumnCount(int columnCount)
Sets the columnCount property (int) value. |
void |
setColumnName(int index,
String columnName)
Sets the columnName index property (java.lang.String[]) value. |
void |
setColumnNames(String[] columnNames)
Sets the columnNames property (String[]) value. |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMTableModel()
Method Detail |
public void addPropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
public List getAllObjects()
setAllObjects(java.util.List)
public Object getBusinessObject(int rowId)
public int getColumnCount()
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public String[] getColumnNames()
setColumnNames(java.lang.String[])
public int getRowCount()
public String getTranslation(String messageToTranslate)
public abstract Object getValueAt(int row, int column)
public void removePropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void setAllObjects(List allObjects)
allObjects
- The new value for the property.getAllObjects()
public void setColumnCount(int columnCount)
columnCount
- The new value for the property.getColumnCount()
public void setColumnName(int index, String columnName)
index
- The new value for the property.columnName
- The new value for the property.getColumnName(int)
public void setColumnNames(String[] columnNames)
columnNames
- String[] The new value for the property.getColumnNames()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |