Class AutoComplete.PropertyChangeListener

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    AutoComplete

    static class AutoComplete.PropertyChangeListener
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.JComboBox comboBox  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyChangeListener​(javax.swing.JComboBox comboBox)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void handleEditor​(java.beans.PropertyChangeEvent evt)  
      private void handleEnabled​(java.beans.PropertyChangeEvent evt)  
      void propertyChange​(java.beans.PropertyChangeEvent evt)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • comboBox

        private javax.swing.JComboBox comboBox
    • Constructor Detail

      • PropertyChangeListener

        public PropertyChangeListener​(javax.swing.JComboBox comboBox)
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
      • handleEnabled

        private void handleEnabled​(java.beans.PropertyChangeEvent evt)
      • handleEditor

        private void handleEditor​(java.beans.PropertyChangeEvent evt)