com.bankframe.fe.statemachine.ext.apploaders.bean.editors
Class PropertiesEditor.PropertiesTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by 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

Constructor Summary
PropertiesEditor.PropertiesTableModel(Map map)
           
 
Method Summary
 int findColumn(String name)
           
 Class getColumnClass(int index)
           
 int getColumnCount()
           
 String getColumnName(int index)
           
 List getColumnNames()
          Returns the columnNames.
 Map getMap()
           
 Properties getProperties()
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setColumnNames(List columnNames)
          Sets the columnNames.
 void setMap(Map map)
           
 void setProperties(Properties newProperties)
           
 void setValueAt(Object value, int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesEditor.PropertiesTableModel

public PropertiesEditor.PropertiesTableModel(Map map)
Method Detail

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.