org.jacorb.imr.util

Class ImRTableCellEditor


public class ImRTableCellEditor
extends DefaultCellEditor

This class sets the combo box in the server table and preselects the correct host name for a server.

Author:
Nicolas Noffke $Id: ImRTableCellEditor.java,v 1.7 2004/05/06 12:39:59 nicolas Exp $

Constructor Summary

ImRTableCellEditor(JComboBox box)

Method Summary

Component
getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
Return HostSelector JComboBox.

Constructor Details

ImRTableCellEditor

public ImRTableCellEditor(JComboBox box)

Method Details

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table,
                                             Object value,
                                             boolean isSelected,
                                             int row,
                                             int column)
Return HostSelector JComboBox.