jaxx.runtime.swing.editor
Class MyDefaultCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
jaxx.runtime.swing.editor.MyDefaultCellEditor
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
public class MyDefaultCellEditor
- extends javax.swing.DefaultCellEditor
- Since:
- 1.5
- Author:
- chemit
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class javax.swing.DefaultCellEditor |
javax.swing.DefaultCellEditor.EditorDelegate |
| Fields inherited from class javax.swing.DefaultCellEditor |
clickCountToStart, delegate, editorComponent |
| Fields inherited from class javax.swing.AbstractCellEditor |
changeEvent, listenerList |
| Methods inherited from class javax.swing.DefaultCellEditor |
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing |
| Methods inherited from class javax.swing.AbstractCellEditor |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, removeCellEditorListener |
| 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, removeCellEditorListener |
requireSelect
protected boolean requireSelect
MyDefaultCellEditor
protected MyDefaultCellEditor(javax.swing.JTextField textField)
MyDefaultCellEditor
protected MyDefaultCellEditor(javax.swing.JCheckBox checkBox)
MyDefaultCellEditor
protected MyDefaultCellEditor(javax.swing.JComboBox comboBox)
newTextEditor
public static javax.swing.table.TableCellEditor newTextEditor()
newBooleanEditor
public static javax.swing.table.TableCellEditor newBooleanEditor()
newListEditor
public static javax.swing.table.TableCellEditor newListEditor()
newListEditor
public static javax.swing.table.TableCellEditor newListEditor(javax.swing.JComboBox editor)
newEnumEditor
public static javax.swing.table.TableCellEditor newEnumEditor(EnumEditor<?> editor)
newBooleanEditor
public static javax.swing.table.TableCellEditor newBooleanEditor(javax.swing.Icon icon)
newBooleanEditor
public static javax.swing.table.TableCellEditor newBooleanEditor(javax.swing.Icon icon,
boolean requireSelect)
newBooleanEditor
public static javax.swing.table.TableCellEditor newBooleanEditor(boolean requireSelect)
getTableCellEditorComponent
public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
java.lang.Object value,
boolean isSelected,
int row,
int column)
- Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor- Overrides:
getTableCellEditorComponent in class javax.swing.DefaultCellEditor
isRequireSelect
public boolean isRequireSelect()
setRequireSelect
public void setRequireSelect(boolean requireSelect)
Copyright © 2008-2010 CodeLutin. All Rights Reserved.