com.gsoft.titration.client
Class TableEditor

java.lang.Object
  |
  +--javax.swing.AbstractCellEditor
        |
        +--com.gsoft.titration.client.TableEditor

public class TableEditor
extends AbstractCellEditor
implements TableCellEditor


Field Summary
 (package private) booleancaps
           
 (package private) StringinitVal
           
 (package private) static JTextFieldjt
           
 (package private) intmaxLength
           

Fields inherited from class javax.swing.AbstractCellEditor
listenerList, changeEvent

Constructor Summary
TableEditor()
           

Method Summary
 ObjectgetCellEditorValue()
           
 ComponentgetTableCellEditorComponent(JTable table, Object value, boolean isSelected, int rowIndex, int vColIndex)
           

Methods inherited from class javax.swing.AbstractCellEditor
isCellEditable, shouldSelectCell, stopCellEditing, cancelCellEditing, addCellEditorListener, removeCellEditorListener, fireEditingStopped, fireEditingCanceled

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize

Field Detail

caps

boolean caps

initVal

String initVal

jt

static JTextField jt

maxLength

int maxLength
Constructor Detail

TableEditor

public TableEditor()
Method Detail

getCellEditorValue

public Object getCellEditorValue()

getTableCellEditorComponent

public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int rowIndex, int vColIndex)