protected class BasicInternalFrameUI.BasicInternalFrameListener extends Object implements InternalFrameListener
Modifier | Constructor and Description |
---|---|
protected |
BasicInternalFrameListener() |
Modifier and Type | Method and Description |
---|---|
void |
internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.
|
void |
internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.
|
void |
internalFrameClosing(InternalFrameEvent e)
Invoked when an internal frame is in the process of being closed.
|
void |
internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.
|
void |
internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.
|
void |
internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.
|
void |
internalFrameOpened(InternalFrameEvent e)
Invoked when a internal frame has been opened.
|
public void internalFrameClosing(InternalFrameEvent e)
InternalFrameListener
internalFrameClosing
in interface InternalFrameListener
JInternalFrame.setDefaultCloseOperation(int)
public void internalFrameClosed(InternalFrameEvent e)
InternalFrameListener
internalFrameClosed
in interface InternalFrameListener
JInternalFrame.setClosed(boolean)
public void internalFrameOpened(InternalFrameEvent e)
InternalFrameListener
internalFrameOpened
in interface InternalFrameListener
JInternalFrame.show()
public void internalFrameIconified(InternalFrameEvent e)
InternalFrameListener
internalFrameIconified
in interface InternalFrameListener
JInternalFrame.setIcon(boolean)
public void internalFrameDeiconified(InternalFrameEvent e)
InternalFrameListener
internalFrameDeiconified
in interface InternalFrameListener
JInternalFrame.setIcon(boolean)
public void internalFrameActivated(InternalFrameEvent e)
InternalFrameListener
internalFrameActivated
in interface InternalFrameListener
JInternalFrame.setSelected(boolean)
public void internalFrameDeactivated(InternalFrameEvent e)
InternalFrameListener
internalFrameDeactivated
in interface InternalFrameListener
JInternalFrame.setSelected(boolean)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.