|
JBCSolutions - Jbcgrid v1.6 This document is the API specification for the JbcGrid, version 1.6 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
jbc.grid.JbcCellEditorTextField
public class JbcCellEditorTextField
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.
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 |
---|
public JbcCellEditorTextField()
JbcCellEditorTextField
.
public JbcCellEditorTextField(javax.swing.JTextField textField)
JbcCellEditorTextField
.
|
JBCSolutions - Jbcgrid v1.6 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |