Class SubstanceInternalFrameTitlePane.ClickListener
- java.lang.Object
-
- org.pushingpixels.substance.internal.utils.SubstanceInternalFrameTitlePane.ClickListener
-
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
- SubstanceInternalFrameTitlePane
public static class SubstanceInternalFrameTitlePane.ClickListener extends Object implements ActionListener
Click correction listener that resets models of minimize and restore buttons on click (so that the rollover behaviour will be preserved correctly).
-
-
Constructor Summary
Constructors Constructor Description ClickListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interfaceActionListener
-
-