edu.ucsb.nceas.metaedit
Class AttrEditFrame.CustomCellEditor

java.lang.Object
  |
  +--javax.swing.DefaultCellEditor
        |
        +--edu.ucsb.nceas.metaedit.AttrEditFrame.CustomCellEditor
Enclosing class:
AttrEditFrame

public class AttrEditFrame.CustomCellEditor
extends javax.swing.DefaultCellEditor

See Also:
Serialized Form

Inner Class Summary
 class AttrEditFrame.CustomCellEditor.JComboBoxWithListeners
           
 
Inner classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Fields inherited from class javax.swing.DefaultCellEditor
changeEvent, clickCountToStart, delegate, editorComponent, listenerList
 
Constructor Summary
AttrEditFrame.CustomCellEditor(javax.swing.JTextField c)
           
 
Method Summary
 void cellEditorInit()
           
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getTableCellEditorComponent(javax.swing.JTable table, java.lang.Object value, boolean isSelected, int row, int column)
           
 
Methods inherited from class javax.swing.DefaultCellEditor
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getClickCountToStart, getComponent, getTreeCellEditorComponent, isCellEditable, removeCellEditorListener, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttrEditFrame.CustomCellEditor

public AttrEditFrame.CustomCellEditor(javax.swing.JTextField c)
Method Detail

cellEditorInit

public void cellEditorInit()

getTableCellEditorComponent

public java.awt.Component getTableCellEditorComponent(javax.swing.JTable table,
                                                      java.lang.Object value,
                                                      boolean isSelected,
                                                      int row,
                                                      int column)
Overrides:
getTableCellEditorComponent in class javax.swing.DefaultCellEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Overrides:
getCellEditorValue in class javax.swing.DefaultCellEditor


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.