Package mdlaf.components.filechooser
Class MaterialFileChooserUI.MaterialFileChooserEvents
- java.lang.Object
-
- mdlaf.components.filechooser.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.PropertyChangeListenerDeprecated.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.StringCLOSE_EVENTDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedMaterialFileChooserEvents()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpropertyChange(java.beans.PropertyChangeEvent evt)Deprecated.This method gets called when a bound property is changed.
-
-
-
Field Detail
-
CLOSE_EVENT
protected static final java.lang.String CLOSE_EVENT
Deprecated.- See Also:
- Constant Field Values
-
-
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:
propertyChangein interfacejava.beans.PropertyChangeListener
-
-