org.scopemvc.view.swing
Class STableTextCellEditor

java.lang.Object
  |
  +--javax.swing.AbstractCellEditor
        |
        +--org.scopemvc.view.swing.STextCellEditor
              |
              +--org.scopemvc.view.swing.STableTextCellEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable, javax.swing.table.TableCellEditor

public class STableTextCellEditor
extends STextCellEditor
implements javax.swing.table.TableCellEditor

Cell editor for STable or JTable using JTextField.

Version:
$Revision: 1.7 $ $Date: 2002/09/05 15:41:49 $
Author:
Daniel Michalik
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.scopemvc.view.swing.STextCellEditor
component
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
STableTextCellEditor(java.lang.Class inClass)
          Constructor for the STableTextCellEditor object
STableTextCellEditor(StringConvertor inConvertor)
          Constructor for the STableTextCellEditor object
 
Method Summary
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
          Gets the table cell editor component
 
Methods inherited from class org.scopemvc.view.swing.STextCellEditor
cancelCellEditing, createTextComponent, getCellEditorValue, getClickCountToStart, getStringConvertor, isCellEditable, isValidating, setClickCountToStart, setValue, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener, shouldSelectCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, getCellEditorValue, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

STableTextCellEditor

public STableTextCellEditor(java.lang.Class inClass)
Constructor for the STableTextCellEditor object

Parameters:
inClass - TODO: Describe the Parameter

STableTextCellEditor

public STableTextCellEditor(StringConvertor inConvertor)
                     throws java.lang.IllegalArgumentException
Constructor for the STableTextCellEditor object

Parameters:
inConvertor - TODO: Describe the Parameter
Throws:
java.lang.IllegalArgumentException - TODO: Describe the Exception
Method Detail

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Gets the table cell editor component

Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor
Parameters:
table - TODO: Describe the Parameter
value - TODO: Describe the Parameter
isSelected - TODO: Describe the Parameter
row - TODO: Describe the Parameter
column - TODO: Describe the Parameter
Returns:
The tableCellEditorComponent value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.