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.
|
toStringpublic DesktopActivationEvent(JDesktopPane pDesktop, JInternalFrame pOldFocusOwner, JInternalFrame pNewFocusOwner)
public JInternalFrame getOldFocusOwner()
public JInternalFrame getNewFocusOwner()
public JDesktopPane getSource()
getSource in class EventObjectCopyright © 2023. All rights reserved.