Skip navigation links
com.essbase.eas.essbase.ui.outline.controls
Class DTSTableCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
javax.swing.DefaultCellEditor
com.essbase.eas.essbase.ui.outline.controls.DTSTableCellEditor
- All Implemented Interfaces:
- java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
- Direct Known Subclasses:
- DTSAliasCellEditor, DTSGenerationCellEditor, DTSStateCellEditor
-
public class DTSTableCellEditor
- extends javax.swing.DefaultCellEditor
- Version:
- 1.00, 04/10/2002
- Author:
- Hank Cox
- 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 |
currentTable
protected javax.swing.JTable currentTable
currentValue
protected java.lang.Object currentValue
currentIsSelected
protected boolean currentIsSelected
currentRow
protected int currentRow
currentColumn
protected int currentColumn
DTSTableCellEditor
public DTSTableCellEditor(javax.swing.JCheckBox checkBox)
DTSTableCellEditor
public DTSTableCellEditor(javax.swing.JComboBox comboBox)
DTSTableCellEditor
public DTSTableCellEditor(javax.swing.JTextField textField)
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
getDTSValue
protected DynamicTimeSeries getDTSValue(javax.swing.JTable table,
int row)
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.