fr.ifremer.isisfish.ui.queue
Class ComponentTableCellRenderer

java.lang.Object
  extended by fr.ifremer.isisfish.ui.queue.ComponentTableCellRenderer
All Implemented Interfaces:
TableCellRenderer

public class ComponentTableCellRenderer
extends Object
implements TableCellRenderer

Renderer to display component in table.

Version:
$Revision: 1.0 $ Last update : $Date: 10 juin 2009 $ By : $Author: chatellier $
Author:
chatellier

Constructor Summary
ComponentTableCellRenderer()
           
 
Method Summary
 Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
          Value is already a component, resend it without modification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentTableCellRenderer

public ComponentTableCellRenderer()
Method Detail

getTableCellRendererComponent

public Component getTableCellRendererComponent(JTable table,
                                               Object value,
                                               boolean isSelected,
                                               boolean hasFocus,
                                               int row,
                                               int column)
Value is already a component, resend it without modification.

Specified by:
getTableCellRendererComponent in interface TableCellRenderer


Copyright © 1999-2011 CodeLutin. All Rights Reserved.