com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class PropertiesEditor.PropertiesTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
com.bankframe.fe.statemachine.ext.apploaders.bean.editors.PropertiesEditor.PropertiesTableModel
- All Implemented Interfaces:
- Serializable, TableModel
- Enclosing class:
- PropertiesEditor
public class PropertiesEditor.PropertiesTableModel
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener |
PropertiesEditor.PropertiesTableModel
public PropertiesEditor.PropertiesTableModel(Map map)
findColumn
public int findColumn(String name)
- Overrides:
findColumn
in class AbstractTableModel
- See Also:
AbstractTableModel.findColumn(String)
getColumnClass
public Class getColumnClass(int index)
- Specified by:
getColumnClass
in interface TableModel
- Overrides:
getColumnClass
in class AbstractTableModel
- See Also:
TableModel.getColumnClass(int)
getColumnName
public String getColumnName(int index)
- Specified by:
getColumnName
in interface TableModel
- Overrides:
getColumnName
in class AbstractTableModel
- See Also:
TableModel.getColumnName(int)
isCellEditable
public boolean isCellEditable(int row,
int col)
- Specified by:
isCellEditable
in interface TableModel
- Overrides:
isCellEditable
in class AbstractTableModel
- See Also:
TableModel.isCellEditable(int, int)
setValueAt
public void setValueAt(Object value,
int row,
int col)
- Specified by:
setValueAt
in interface TableModel
- Overrides:
setValueAt
in class AbstractTableModel
- See Also:
TableModel.setValueAt(Object, int, int)
getColumnCount
public int getColumnCount()
- See Also:
TableModel.getColumnCount()
getRowCount
public int getRowCount()
- See Also:
TableModel.getRowCount()
getValueAt
public Object getValueAt(int row,
int col)
- See Also:
TableModel.getValueAt(int, int)
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties newProperties)
getMap
public Map getMap()
setMap
public void setMap(Map map)
getColumnNames
public List getColumnNames()
- Returns the columnNames.
- Returns:
- List
setColumnNames
public void setColumnNames(List columnNames)
- Sets the columnNames.
- Parameters:
columnNames
- The columnNames to set
Copyright © 2005, 2007, Oracle. All rights reserved.