nl.tudelft.simulation.introspection.mapping
Class SwingCellRenderer
java.lang.Object
nl.tudelft.simulation.introspection.mapping.SwingCellRenderer
- All Implemented Interfaces:
- TableCellRenderer
public class SwingCellRenderer
- extends Object
- implements TableCellRenderer
A renderer for Swing components
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
- Since:
- 1.4
- Version:
- 1.2 Apr 15, 2004
- Author:
- Peter
Jacobs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SwingCellRenderer
public SwingCellRenderer()
getTableCellRendererComponent
public Component getTableCellRendererComponent(JTable table,
Object value,
boolean isSelected,
boolean hasFocus,
int row,
int column)
- Specified by:
getTableCellRendererComponent
in interface TableCellRenderer
- See Also:
TableCellRenderer.getTableCellRendererComponent(JTable,
Object, boolean, boolean, int, int)
Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.