gate.gui
Class PluginManagerUI.MainTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended bygate.gui.PluginManagerUI.MainTableModel
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
PluginManagerUI

protected class PluginManagerUI.MainTableModel
extends AbstractTableModel

See Also:
Serialized Form

Field Summary
protected  Icon invalidIcon
           
protected  Icon localIcon
           
protected  Icon remoteIcon
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
PluginManagerUI.MainTableModel()
           
 
Method Summary
 Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 String getColumnName(int column)
           
 int getRowCount()
           
 Object getValueAt(int row, int column)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 void setValueAt(Object aValue, int rowIndex, int columnIndex)
           
 
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
 

Field Detail

localIcon

protected Icon localIcon

remoteIcon

protected Icon remoteIcon

invalidIcon

protected Icon invalidIcon
Constructor Detail

PluginManagerUI.MainTableModel

public PluginManagerUI.MainTableModel()
Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getColumnName

public String getColumnName(int column)

getColumnClass

public Class getColumnClass(int columnIndex)

getValueAt

public Object getValueAt(int row,
                         int column)

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)

setValueAt

public void setValueAt(Object aValue,
                       int rowIndex,
                       int columnIndex)