net.sf.jradius.client.gui
Class AttributesTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by net.sf.jradius.client.gui.AttributesTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class AttributesTableModel
extends javax.swing.table.AbstractTableModel

TableModel for the AttributesTable in the JRadiusClient.

Author:
David Bird
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
AttributesTableModel()
           
 
Method Summary
 AttributesTableEntry addAttribute(RadiusAttribute attribute)
           
 AttributesTableEntry addAttribute(java.lang.String attributeName)
           
 java.lang.Class getColumnClass(int col)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int count)
           
 java.util.ArrayList getEntries()
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setEntries(java.util.ArrayList entries)
           
 void setValueAt(java.lang.Object v, int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributesTableModel

public AttributesTableModel()
Method Detail

getColumnName

public java.lang.String getColumnName(int count)
Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

getColumnClass

public java.lang.Class getColumnClass(int col)
Specified by:
getColumnClass in interface javax.swing.table.TableModel
Overrides:
getColumnClass in class javax.swing.table.AbstractTableModel

isCellEditable

public boolean isCellEditable(int row,
                              int col)
Specified by:
isCellEditable in interface javax.swing.table.TableModel
Overrides:
isCellEditable in class javax.swing.table.AbstractTableModel

setValueAt

public void setValueAt(java.lang.Object v,
                       int row,
                       int col)
Specified by:
setValueAt in interface javax.swing.table.TableModel
Overrides:
setValueAt in class javax.swing.table.AbstractTableModel

addAttribute

public AttributesTableEntry addAttribute(java.lang.String attributeName)
                                  throws RadiusException
Throws:
RadiusException

addAttribute

public AttributesTableEntry addAttribute(RadiusAttribute attribute)
                                  throws RadiusException
Throws:
RadiusException

getEntries

public java.util.ArrayList getEntries()
Returns:
Returns the entries.

setEntries

public void setEntries(java.util.ArrayList entries)
Parameters:
entries - The entries to set.


Copyright © 2006 The JRadius Project, All Rights Reserved.