abbot.editor
Class ActionMapModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byabbot.editor.ActionMapModel
All Implemented Interfaces:
Serializable, TableModel

public class ActionMapModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
static ActionMapModel EMPTY
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ActionMapModel()
           
ActionMapModel(ActionMap map)
           
 
Method Summary
 int getColumnCount()
           
 String getColumnName(int col)
           
 int getRowCount()
           
 Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static ActionMapModel EMPTY
Constructor Detail

ActionMapModel

public ActionMapModel()

ActionMapModel

public ActionMapModel(ActionMap map)
Method Detail

getColumnName

public String getColumnName(int col)

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public Object getValueAt(int row,
                         int col)

isCellEditable

public boolean isCellEditable(int row,
                              int col)


Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge