Class WindowsTitlePane.WindowHandler
- java.lang.Object
-
- java.awt.event.WindowAdapter
-
- com.github.weisj.darklaf.platform.windows.ui.WindowsTitlePane.WindowHandler
-
- All Implemented Interfaces:
WindowFocusListener,WindowListener,WindowStateListener,EventListener
- Enclosing class:
- WindowsTitlePane
protected class WindowsTitlePane.WindowHandler extends WindowAdapter
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWindowHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwindowActivated(WindowEvent ev)voidwindowDeactivated(WindowEvent ev)-
Methods inherited from class java.awt.event.WindowAdapter
windowClosed, windowClosing, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
-
-
-
Method Detail
-
windowActivated
public void windowActivated(WindowEvent ev)
- Specified by:
windowActivatedin interfaceWindowListener- Overrides:
windowActivatedin classWindowAdapter
-
windowDeactivated
public void windowDeactivated(WindowEvent ev)
- Specified by:
windowDeactivatedin interfaceWindowListener- Overrides:
windowDeactivatedin classWindowAdapter
-
-