Package com.jgoodies.looks.plastic
Class PlasticInternalFrameUI.PaletteListener
- java.lang.Object
-
- com.jgoodies.looks.plastic.PlasticInternalFrameUI.PaletteListener
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- PlasticInternalFrameUI
private static final class PlasticInternalFrameUI.PaletteListener extends java.lang.Object implements java.beans.PropertyChangeListener
-
-
Field Summary
Fields Modifier and Type Field Description private PlasticInternalFrameUI
ui
-
Constructor Summary
Constructors Modifier Constructor Description private
PaletteListener(PlasticInternalFrameUI ui)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent e)
-
-
-
Field Detail
-
ui
private final PlasticInternalFrameUI ui
-
-
Constructor Detail
-
PaletteListener
private PaletteListener(PlasticInternalFrameUI ui)
-
-