public static class InternalFrameActivationTracker.DesktopActivationEvent extends EventObject
source
Constructor and Description |
---|
DesktopActivationEvent(JDesktopPane pDesktop,
JInternalFrame pOldFocusOwner,
JInternalFrame pNewFocusOwner) |
Modifier and Type | Method and Description |
---|---|
JInternalFrame |
getNewFocusOwner() |
JInternalFrame |
getOldFocusOwner() |
JDesktopPane |
getSource()
Desktop containing the internal frames.
|
toString
public DesktopActivationEvent(JDesktopPane pDesktop, JInternalFrame pOldFocusOwner, JInternalFrame pNewFocusOwner)
public JInternalFrame getOldFocusOwner()
public JInternalFrame getNewFocusOwner()
public JDesktopPane getSource()
getSource
in class EventObject
Copyright © 2023. All rights reserved.