所有类
javax.swing.plaf.basic
类 BasicToolBarUI.FrameListener
java.lang.Object
java.awt.event.WindowAdapter
javax.swing.plaf.basic.BasicToolBarUI.FrameListener
- 所有已实现的接口:
- WindowFocusListener, WindowListener, WindowStateListener, EventListener
- 正在封闭类:
- BasicToolBarUI
-
protected class BasicToolBarUI.FrameListener
- extends WindowAdapter
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicToolBarUI.FrameListener
protected BasicToolBarUI.FrameListener()
windowClosing
public void windowClosing(WindowEvent w)
- 从类
WindowAdapter
复制的描述
-
窗口正处在关闭过程中时调用。此时可重写关闭操作。
-
- 指定者:
-
接口
WindowListener
中的 windowClosing
- 覆盖:
-
类
WindowAdapter
中的 windowClosing
-
所有类