Class BasicInternalFrameUI.BasicInternalFrameListener
java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
- All Implemented Interfaces:
-
EventListener
,InternalFrameListener
- Enclosing class:
- BasicInternalFrameUI
protected class BasicInternalFrameUI.BasicInternalFrameListener extends Object implements InternalFrameListener
Basic internal frame listener.
Constructor Summary
Modifier | Constructor | Description |
---|---|---|
protected |
Constructs a BasicInternalFrameListener . |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
void |
internalFrameActivated |
Invoked when an internal frame is activated. |
void |
internalFrameClosed |
Invoked when an internal frame has been closed. |
void |
internalFrameClosing |
Invoked when an internal frame is in the process of being closed. |
void |
internalFrameDeactivated |
Invoked when an internal frame is de-activated. |
void |
internalFrameDeiconified |
Invoked when an internal frame is de-iconified. |
void |
internalFrameIconified |
Invoked when an internal frame is iconified. |
void |
internalFrameOpened |
Invoked when a internal frame has been opened. |
Constructor Details
BasicInternalFrameListener
protected BasicInternalFrameListener()
Constructs a
BasicInternalFrameListener
.Method Details
internalFrameClosing
public void internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being closed. The close operation can be overridden at this point.
- Specified by:
-
internalFrameClosing
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
internalFrameClosed
public void internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.
- Specified by:
-
internalFrameClosed
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
internalFrameOpened
public void internalFrameOpened(InternalFrameEvent e)
Invoked when a internal frame has been opened.
- Specified by:
-
internalFrameOpened
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
internalFrameIconified
public void internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.
- Specified by:
-
internalFrameIconified
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
internalFrameDeiconified
public void internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.
- Specified by:
-
internalFrameDeiconified
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
internalFrameActivated
public void internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.
- Specified by:
-
internalFrameActivated
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
internalFrameDeactivated
public void internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.
- Specified by:
-
internalFrameDeactivated
in interfaceInternalFrameListener
- Parameters:
-
e
- anInternalFrameEvent
with information about theJInteralFrame
that originated the event - See Also:
© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/plaf/basic/BasicInternalFrameUI.BasicInternalFrameListener.html