Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

javax.swing.event
Interface InternalFrameListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BasicInternalFrameUI.BasicInternalFrameListener, InternalFrameAdapter

public interface InternalFrameListener
extends EventListener

The listener interface for receiving internal frame events. This class is functionally equivalent to the WindowListener class in the AWT.

See How to Write an Internal Frame Listener in The Java Tutorial and The Java Class Libraries (update) for further documentation.

See Also:
WindowListener

Method Summary
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.
 

Method Detail

internalFrameOpened

void internalFrameOpened(InternalFrameEvent e)
Invoked when a internal frame has been opened.

See Also:
JInternalFrame.show()

internalFrameClosing

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.

See Also:
JInternalFrame.setDefaultCloseOperation(int)

internalFrameClosed

void internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.

See Also:
JInternalFrame.setClosed(boolean)

internalFrameIconified

void internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.

See Also:
JInternalFrame.setIcon(boolean)

internalFrameDeiconified

void internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.

See Also:
JInternalFrame.setIcon(boolean)

internalFrameActivated

void internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.

See Also:
JInternalFrame.setSelected(boolean)

internalFrameDeactivated

void internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.

See Also:
JInternalFrame.setSelected(boolean)

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.