Package Summary  Overview Summary

class:BasicInternalFrameUI.BasicInternalFrameListener [NONE]

All Implemented Interfaces:
EventListener, InternalFrameListener
Enclosing class:
BasicInternalFrameUI

protected class BasicInternalFrameUI.BasicInternalFrameListener
extends Object
implements InternalFrameListener
Basic internal frame listener.

constructor:BasicInternalFrameUI.BasicInternalFrameListener() [NONE]

method:internalFrameClosing(javax.swing.event.InternalFrameEvent) [NONE]

  • 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
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setDefaultCloseOperation(int)
  • method:internalFrameClosed(javax.swing.event.InternalFrameEvent) [NONE]

    internalFrameClosed

    public void internalFrameClosed?(InternalFrameEvent e)
    Invoked when an internal frame has been closed.
    Specified by:
    internalFrameClosed in interface InternalFrameListener
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setClosed(boolean)

    method:internalFrameOpened(javax.swing.event.InternalFrameEvent) [NONE]

    internalFrameOpened

    public void internalFrameOpened?(InternalFrameEvent e)
    Invoked when a internal frame has been opened.
    Specified by:
    internalFrameOpened in interface InternalFrameListener
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.show()

    method:internalFrameIconified(javax.swing.event.InternalFrameEvent) [NONE]

    internalFrameIconified

    public void internalFrameIconified?(InternalFrameEvent e)
    Invoked when an internal frame is iconified.
    Specified by:
    internalFrameIconified in interface InternalFrameListener
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setIcon(boolean)

    method:internalFrameDeiconified(javax.swing.event.InternalFrameEvent) [NONE]

    internalFrameDeiconified

    public void internalFrameDeiconified?(InternalFrameEvent e)
    Invoked when an internal frame is de-iconified.
    Specified by:
    internalFrameDeiconified in interface InternalFrameListener
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setIcon(boolean)

    method:internalFrameActivated(javax.swing.event.InternalFrameEvent) [NONE]

    internalFrameActivated

    public void internalFrameActivated?(InternalFrameEvent e)
    Invoked when an internal frame is activated.
    Specified by:
    internalFrameActivated in interface InternalFrameListener
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setSelected(boolean)

    method:internalFrameDeactivated(javax.swing.event.InternalFrameEvent) [NONE]

    internalFrameDeactivated

    public void internalFrameDeactivated?(InternalFrameEvent e)
    Invoked when an internal frame is de-activated.
    Specified by:
    internalFrameDeactivated in interface InternalFrameListener
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setSelected(boolean)

    © 2020 Oracle Corporation and/or its affiliates