Class BasicToolBarUI.FrameListener
java.lang.Object
java.awt.event.WindowAdapter
javax.swing.plaf.basic.BasicToolBarUI.FrameListener
- All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener
- Enclosing class:
BasicToolBarUI
The class listens for window events.
-
Constructor Summary
Constructors -
Method Summary
Methods declared in class WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedModifier and TypeMethodDescriptionvoidInvoked when a window is activated.voidInvoked when a window has been closed.voidInvoked when a window is in the process of being closed.voidInvoked when a window is de-activated.voidInvoked when a window is de-iconified.voidInvoked when the Window is set to be the focused Window, which means that the Window, or one of its subcomponents, will receive keyboard events.voidInvoked when a window is iconified.voidInvoked when the Window is no longer the focused Window, which means that keyboard events will no longer be delivered to the Window or any of its subcomponents.voidInvoked when a window has been opened.voidInvoked when a window state is changed.Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()Creates and returns a copy of this object.booleanIndicates whether some other object is "equal to" this one.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.inthashCode()Returns a hash code value for this object.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.toString()Returns a string representation of the object.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Constructor Details
-
FrameListener
protected FrameListener()Constructs aFrameListener.
-