Skip navigation links
com.essbase.eas.ui.ctable
Class CCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.essbase.eas.ui.ctable.CCellEditor
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
-
public class CCellEditor
- extends javax.swing.DefaultCellEditor
Title: Description: Copyright: Copyright (c) 2001 Company: Hyperion Solutions Corporation
- Version:
- 1.0
- Author:
- Sree Menon
- 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 |
table
protected CTable table
CCellEditor
public CCellEditor(javax.swing.JTextField textField)
CCellEditor
public CCellEditor(javax.swing.JTextField textField,
CTable table)
CCellEditor
public CCellEditor(CalendarField dateField,
CTable table)
CCellEditor
public CCellEditor(javax.swing.JCheckBox checkBox)
CCellEditor
public CCellEditor(javax.swing.JCheckBox checkBox,
CTable table)
CCellEditor
public CCellEditor(javax.swing.JComboBox comboBox)
CCellEditor
public CCellEditor(javax.swing.JComboBox comboBox,
CTable table)
CCellEditor
public CCellEditor(javax.swing.JTextArea textArea)
CCellEditor
public CCellEditor(javax.swing.JTextArea textArea,
CTable table)
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
setTextDelegate
public void setTextDelegate(TextDelegate d)
dispose
public void dispose()
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.