gate.gui
Class PluginManagerUI.DeleteColumnCellRendererEditor
java.lang.Object
javax.swing.AbstractCellEditor
gate.gui.PluginManagerUI.DeleteColumnCellRendererEditor
- All Implemented Interfaces:
- Serializable, CellEditor, TableCellEditor, TableCellRenderer
- Enclosing class:
- PluginManagerUI
protected class PluginManagerUI.DeleteColumnCellRendererEditor
- extends AbstractCellEditor
- implements TableCellRenderer, TableCellEditor
This class acts both as cell renderer and editor for all the cells in the
delete column.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginManagerUI.DeleteColumnCellRendererEditor
public PluginManagerUI.DeleteColumnCellRendererEditor()
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
- Specified by:
getTableCellRendererComponent
in interface TableCellRenderer
getTableCellEditorComponent
public Component getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent
in interface TableCellEditor
getCellEditorValue
public Object getCellEditorValue()
- Specified by:
getCellEditorValue
in interface CellEditor