nl.tudelft.simulation.introspection.mapping
Class SwingCellRenderer

java.lang.Object
  extended by 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

Constructor Summary
SwingCellRenderer()
           
 
Method Summary
 Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingCellRenderer

public SwingCellRenderer()
Method Detail

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.