Public Member Functions | Protected Attributes

alma.acs.vmtools.SysPropEditor.MapTableModel Class Reference

Inherits javax::swing::table::AbstractTableModel.

List of all members.

Public Member Functions

 MapTableModel (String[] columnNames)
void setData (Object[][] data)
int getColumnCount ()
String getColumnName (int column)
int getRowCount ()
Object getValueAt (int row, int column)
boolean isCellEditable (int row, int column)
void setValueAt (Object value, int row, int column)

Protected Attributes

String[] columnNames
Object[][] data

Constructor & Destructor Documentation

alma.acs.vmtools.SysPropEditor.MapTableModel.MapTableModel ( String[]  columnNames  ) 

Member Function Documentation

int alma.acs.vmtools.SysPropEditor.MapTableModel.getColumnCount (  ) 
String alma.acs.vmtools.SysPropEditor.MapTableModel.getColumnName ( int  column  ) 
int alma.acs.vmtools.SysPropEditor.MapTableModel.getRowCount (  ) 
Object alma.acs.vmtools.SysPropEditor.MapTableModel.getValueAt ( int  row,
int  column 
)
boolean alma.acs.vmtools.SysPropEditor.MapTableModel.isCellEditable ( int  row,
int  column 
)
void alma.acs.vmtools.SysPropEditor.MapTableModel.setData ( Object  data[][]  ) 
void alma.acs.vmtools.SysPropEditor.MapTableModel.setValueAt ( Object  value,
int  row,
int  column 
)

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties