Package Summary  Overview Summary

class:InternalFrameListener [NONE]

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

  • internalFrameOpened

    void internalFrameOpened(InternalFrameEvent e)
    Invoked when a internal frame has been opened.
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.show()
  • internalFrameOpened

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

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

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

method:internalFrameClosed(javax.swing.event.InternalFrameEvent) [CHANGED]

  • internalFrameClosed

    void internalFrameClosed(InternalFrameEvent e)
    Invoked when an internal frame has been closed.
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setClosed(boolean)
  • internalFrameClosed

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

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

  • internalFrameIconified

    void internalFrameIconified(InternalFrameEvent e)
    Invoked when an internal frame is iconified.
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setIcon(boolean)
  • internalFrameIconified

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

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

  • internalFrameDeiconified

    void internalFrameDeiconified(InternalFrameEvent e)
    Invoked when an internal frame is de-iconified.
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setIcon(boolean)
  • internalFrameDeiconified

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

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

  • internalFrameActivated

    void internalFrameActivated(InternalFrameEvent e)
    Invoked when an internal frame is activated.
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setSelected(boolean)
  • internalFrameActivated

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

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

  • internalFrameDeactivated

    void internalFrameDeactivated(InternalFrameEvent e)
    Invoked when an internal frame is de-activated.
    Parameters:
    e - an InternalFrameEvent with information about the JInteralFrame that originated the event
    See Also:
    JInternalFrame.setSelected(boolean)
  • internalFrameDeactivated

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

© 2017 Oracle Corporation and/or its affiliates