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 SummaryConstructorsModifierConstructorDescriptionprotectedConstructs aBasicInternalFrameListener.
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when an internal frame is activated.voidInvoked when an internal frame has been closed.voidInvoked when an internal frame is in the process of being closed.voidInvoked when an internal frame is de-activated.voidInvoked when an internal frame is de-iconified.voidInvoked when an internal frame is iconified.voidInvoked when a internal frame has been opened.
- 
Constructor Details- 
BasicInternalFrameListenerprotected BasicInternalFrameListener()Constructs aBasicInternalFrameListener.
 
- 
- 
Method Details- 
internalFrameClosingInvoked when an internal frame is in the process of being closed. The close operation can be overridden at this point.- Specified by:
- internalFrameClosingin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
- 
internalFrameClosedInvoked when an internal frame has been closed.- Specified by:
- internalFrameClosedin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
- 
internalFrameOpenedInvoked when a internal frame has been opened.- Specified by:
- internalFrameOpenedin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
- 
internalFrameIconifiedInvoked when an internal frame is iconified.- Specified by:
- internalFrameIconifiedin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
- 
internalFrameDeiconifiedInvoked when an internal frame is de-iconified.- Specified by:
- internalFrameDeiconifiedin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
- 
internalFrameActivatedInvoked when an internal frame is activated.- Specified by:
- internalFrameActivatedin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
- 
internalFrameDeactivatedInvoked when an internal frame is de-activated.- Specified by:
- internalFrameDeactivatedin interface- InternalFrameListener
- Parameters:
- e- an- InternalFrameEventwith information about the- JInternalFramethat originated the event
- See Also:
 
 
-