JBCSolutions - Jbcgrid v1.6

This document is the API specification for the JbcGrid, version 1.6


jbc.grid
Class JbcCellEditorTextField

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by javax.swing.DefaultCellEditor
          extended by jbc.grid.JbcCellEditorTextField
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor

public class JbcCellEditorTextField
extends javax.swing.DefaultCellEditor

This class implements a JTextField as an editor and allows to edit values in a table cell. This class uses the ClickCountToStart value provided by JbcGridTable as a default value. This CellEditor takes the alternate background color feature into account. This class is extended from DefaultCellEditor.

Author:
Copyright © 1999-2004, JBC. All Rights Reserved.
Licensed Materials - Property of JBC.
See Also:
Serialized Form

Constructor Summary
JbcCellEditorTextField()
          Creates a JbcCellEditorTextField.
JbcCellEditorTextField(javax.swing.JTextField textField)
          Creates a JbcCellEditorTextField.
 
Method Summary
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, getCellEditorListeners, removeCellEditorListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Constructor Detail

JbcCellEditorTextField

public JbcCellEditorTextField()
Creates a JbcCellEditorTextField.


JbcCellEditorTextField

public JbcCellEditorTextField(javax.swing.JTextField textField)
Creates a JbcCellEditorTextField.


JBCSolutions - Jbcgrid v1.6

JBCSolutions - Jbcgrid v1.6