javax.swing.plaf.basic
Class BasicInternalFrameUI.BasicInternalFrameListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicInternalFrameUI.BasicInternalFrameListener
All Implemented Interfaces:
EventListener, InternalFrameListener
Enclosing class:
BasicInternalFrameUI

protected class BasicInternalFrameUI.BasicInternalFrameListener
extends Object
implements InternalFrameListener

This is a helper class that listens to the JInternalFrame for InternalFrameEvents.


Constructor Summary
protected BasicInternalFrameUI.BasicInternalFrameListener()
           
 
Method Summary
 void internalFrameActivated(InternalFrameEvent e)
          This method is called when the JInternalFrame is activated.
 void internalFrameClosed(InternalFrameEvent e)
          This method is called when the JInternalFrame is closed.
 void internalFrameClosing(InternalFrameEvent e)
          This method is called when the JInternalFrame is closing.
 void internalFrameDeactivated(InternalFrameEvent e)
          This method is called when the JInternalFrame is deactivated.
 void internalFrameDeiconified(InternalFrameEvent e)
          This method is called when the JInternalFrame is deiconified.
 void internalFrameIconified(InternalFrameEvent e)
          This method is called when the JInternalFrame is iconified.
 void internalFrameOpened(InternalFrameEvent e)
          This method is called when the JInternalFrame is opened.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicInternalFrameUI.BasicInternalFrameListener

protected BasicInternalFrameUI.BasicInternalFrameListener()
Method Detail

internalFrameActivated

public void internalFrameActivated(InternalFrameEvent e)
This method is called when the JInternalFrame is activated.

Specified by:
internalFrameActivated in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.

internalFrameClosed

public void internalFrameClosed(InternalFrameEvent e)
This method is called when the JInternalFrame is closed.

Specified by:
internalFrameClosed in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.

internalFrameClosing

public void internalFrameClosing(InternalFrameEvent e)
This method is called when the JInternalFrame is closing.

Specified by:
internalFrameClosing in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.

internalFrameDeactivated

public void internalFrameDeactivated(InternalFrameEvent e)
This method is called when the JInternalFrame is deactivated.

Specified by:
internalFrameDeactivated in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.

internalFrameDeiconified

public void internalFrameDeiconified(InternalFrameEvent e)
This method is called when the JInternalFrame is deiconified.

Specified by:
internalFrameDeiconified in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.

internalFrameIconified

public void internalFrameIconified(InternalFrameEvent e)
This method is called when the JInternalFrame is iconified.

Specified by:
internalFrameIconified in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.

internalFrameOpened

public void internalFrameOpened(InternalFrameEvent e)
This method is called when the JInternalFrame is opened.

Specified by:
internalFrameOpened in interface InternalFrameListener
Parameters:
e - The InternalFrameEvent.