Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Std. Ed. v1.3.1

javax.swing.event
Class InternalFrameAdapter

java.lang.Object
  |
  +--javax.swing.event.InternalFrameAdapter
All Implemented Interfaces:
EventListener, InternalFrameListener

public abstract class InternalFrameAdapter
extends Object
implements InternalFrameListener

An abstract adapter class for receiving internal frame events. The methods in this class are empty. This class exists as convenience for creating listener objects, and is functionally equivalent to the WindowAdapter class in the AWT.

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

See Also:
InternalFrameEvent, InternalFrameListener, WindowListener

Constructor Summary
InternalFrameAdapter()
           
 
Method Summary
 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 an internal frame has been opened.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalFrameAdapter

public InternalFrameAdapter()
Method Detail

internalFrameOpened

public void internalFrameOpened(InternalFrameEvent e)
Invoked when an internal frame has been opened.
Specified by:
internalFrameOpened in interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.show()

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 interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.setDefaultCloseOperation(int)

internalFrameClosed

public void internalFrameClosed(InternalFrameEvent e)
Invoked when an internal frame has been closed.
Specified by:
internalFrameClosed in interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.setClosed(boolean)

internalFrameIconified

public void internalFrameIconified(InternalFrameEvent e)
Invoked when an internal frame is iconified.
Specified by:
internalFrameIconified in interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.setIcon(boolean)

internalFrameDeiconified

public void internalFrameDeiconified(InternalFrameEvent e)
Invoked when an internal frame is de-iconified.
Specified by:
internalFrameDeiconified in interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.setIcon(boolean)

internalFrameActivated

public void internalFrameActivated(InternalFrameEvent e)
Invoked when an internal frame is activated.
Specified by:
internalFrameActivated in interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.setSelected(boolean)

internalFrameDeactivated

public void internalFrameDeactivated(InternalFrameEvent e)
Invoked when an internal frame is de-activated.
Specified by:
internalFrameDeactivated in interface InternalFrameListener
Following copied from interface: javax.swing.event.InternalFrameListener
See Also:
JInternalFrame.setSelected(boolean)

JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.

free hit counter