Class MaterialFileChooserUI.MaterialFileChooserEvents

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

    @Deprecated
    protected class MaterialFileChooserUI.MaterialFileChooserEvents
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    Deprecated.
    This class is deprecated because the developer found an bun inside mouse hover effect on button This class will be removed inside the version 1.1.1 after the test inside the version rc4.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String CLOSE_EVENT
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void propertyChange​(java.beans.PropertyChangeEvent evt)
      Deprecated.
      This method gets called when a bound property is changed.
      • Methods inherited from class java.lang.Object

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

      • CLOSE_EVENT

        protected static final java.lang.String CLOSE_EVENT
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MaterialFileChooserEvents

        protected MaterialFileChooserEvents()
        Deprecated.
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Deprecated.
        This method gets called when a bound property is changed.

        param evt A PropertyChangeEvent object describing the event source and the property that has changed.

        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener