mailpuccino
Class LocalDirectoryService.ListConfig.CustomNameEditor

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended byjavax.swing.DefaultCellEditor
          extended bymailpuccino.LocalDirectoryService.ListConfig.CustomNameEditor
All Implemented Interfaces:
javax.swing.CellEditor, javax.swing.event.DocumentListener, java.util.EventListener, java.awt.event.FocusListener, java.io.Serializable, javax.swing.table.TableCellEditor, javax.swing.tree.TreeCellEditor
Enclosing class:
LocalDirectoryService.ListConfig

class LocalDirectoryService.ListConfig.CustomNameEditor
extends javax.swing.DefaultCellEditor
implements java.awt.event.FocusListener, javax.swing.event.DocumentListener


Nested Class Summary
 
Nested classes inherited from class javax.swing.DefaultCellEditor
javax.swing.DefaultCellEditor.EditorDelegate
 
Field Summary
(package private)  javax.swing.JTextField TheTextField
           
 
Fields inherited from class javax.swing.DefaultCellEditor
clickCountToStart, delegate, editorComponent
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
LocalDirectoryService.ListConfig.CustomNameEditor()
           
 
Method Summary
 void changedUpdate(javax.swing.event.DocumentEvent d)
           
 void focusGained(java.awt.event.FocusEvent f)
           
 void focusLost(java.awt.event.FocusEvent f)
           
 void insertUpdate(javax.swing.event.DocumentEvent d)
           
 void removeUpdate(javax.swing.event.DocumentEvent d)
           
 
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, 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
 

Field Detail

TheTextField

javax.swing.JTextField TheTextField
Constructor Detail

LocalDirectoryService.ListConfig.CustomNameEditor

public LocalDirectoryService.ListConfig.CustomNameEditor()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent f)
Specified by:
focusGained in interface java.awt.event.FocusListener

focusLost

public void focusLost(java.awt.event.FocusEvent f)
Specified by:
focusLost in interface java.awt.event.FocusListener

changedUpdate

public void changedUpdate(javax.swing.event.DocumentEvent d)
Specified by:
changedUpdate in interface javax.swing.event.DocumentListener

insertUpdate

public void insertUpdate(javax.swing.event.DocumentEvent d)
Specified by:
insertUpdate in interface javax.swing.event.DocumentListener

removeUpdate

public void removeUpdate(javax.swing.event.DocumentEvent d)
Specified by:
removeUpdate in interface javax.swing.event.DocumentListener