net.jradius.client.gui
Class AttributesTableModel

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

public class AttributesTableModel
extends 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(net.jradius.packet.attribute.RadiusAttribute attribute)
           
 AttributesTableEntry addAttribute(String attributeName)
           
 Class getColumnClass(int col)
           
 int getColumnCount()
           
 String getColumnName(int count)
           
 ArrayList getEntries()
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setEntries(ArrayList entries)
           
 void setValueAt(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 String getColumnName(int count)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel

getColumnCount

public int getColumnCount()

getRowCount

public int getRowCount()

getValueAt

public Object getValueAt(int row,
                         int col)

getColumnClass

public Class getColumnClass(int col)
Specified by:
getColumnClass in interface TableModel
Overrides:
getColumnClass in class AbstractTableModel

isCellEditable

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

setValueAt

public void setValueAt(Object v,
                       int row,
                       int col)
Specified by:
setValueAt in interface TableModel
Overrides:
setValueAt in class AbstractTableModel

addAttribute

public AttributesTableEntry addAttribute(String attributeName)
                                  throws net.jradius.exception.RadiusException
Throws:
net.jradius.exception.RadiusException

addAttribute

public AttributesTableEntry addAttribute(net.jradius.packet.attribute.RadiusAttribute attribute)
                                  throws net.jradius.exception.RadiusException
Throws:
net.jradius.exception.RadiusException

getEntries

public ArrayList getEntries()
Returns:
Returns the entries.

setEntries

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


Copyright © 2011 Coova Technologies, LLC, All Rights Reserved.