|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.AbstractCellEditor | +--javax.swing.DefaultCellEditor | +--org.opennms.bb.eui.common.components.BBColumnEditor | +--org.opennms.bb.eui.admin.snmp.components.SnmpColumnEditor
SnmpColumnEditor sets the 'SnmpConfig' tabbed pane to either dirty or clean based on the value just entered
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 |
|
Methods inherited from interface javax.swing.CellEditor |
addCellEditorListener, removeCellEditorListener |
Field Detail |
final String TAB_PANE_ID
Constructor Detail |
public SnmpColumnEditor(JTextField colText)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |