CESE 1.4.7

com.simulogic.cese.properties
Class PropertyClampEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by com.simulogic.cese.properties.PropertyClampEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, javax.swing.table.TableCellEditor

public class PropertyClampEditor
extends javax.swing.AbstractCellEditor
implements javax.swing.table.TableCellEditor

An editor for types which have a property editor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
PropertyClampEditor()
          Default constructor
 
Method Summary
 java.lang.Object getCellEditorValue()
          Get cellEditorValue for current editor
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
          Get UI for current editor.
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 
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, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
 

Constructor Detail

PropertyClampEditor

public PropertyClampEditor()
Default constructor

Method Detail

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Get UI for current editor.

Specified by:
getTableCellEditorComponent in interface javax.swing.table.TableCellEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Get cellEditorValue for current editor

Specified by:
getCellEditorValue in interface javax.swing.CellEditor

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.