org.opennms.bb.eui.admin.snmp.components
Class SnmpColumnEditor

java.lang.Object
  |
  +--javax.swing.AbstractCellEditor
        |
        +--javax.swing.DefaultCellEditor
              |
              +--org.opennms.bb.eui.common.components.BBColumnEditor
                    |
                    +--org.opennms.bb.eui.admin.snmp.components.SnmpColumnEditor
All Implemented Interfaces:
CellEditor, Serializable, TableCellEditor, TreeCellEditor

public class SnmpColumnEditor
extends BBColumnEditor

SnmpColumnEditor sets the 'SnmpConfig' tabbed pane to either dirty or clean based on the value just entered

Author:
Sowmya
See Also:
Serialized Form

Inner classes inherited from class javax.swing.DefaultCellEditor
DefaultCellEditor.EditorDelegate
 
Field Summary
(package private)  String TAB_PANE_ID
           
 
Fields inherited from class org.opennms.bb.eui.common.components.BBColumnEditor
bEditingCancelled, iFocusLostCalled, textField
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
SnmpColumnEditor(JTextField colText)
           
 
Methods inherited from class javax.swing.DefaultCellEditor
cancelCellEditing, getCellEditorValue, getClickCountToStart, getComponent, getTableCellEditorComponent, getTreeCellEditorComponent, isCellEditable, setClickCountToStart, shouldSelectCell, stopCellEditing
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, fireEditingCanceled, fireEditingStopped, removeCellEditorListener
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, removeCellEditorListener
 

Field Detail

TAB_PANE_ID

final String TAB_PANE_ID
Constructor Detail

SnmpColumnEditor

public SnmpColumnEditor(JTextField colText)