Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.swing
Class InternalFrameActivationTracker.DesktopActivationEvent
java.lang.Object
java.util.EventObject
com.iamsoft.util.ui.swing.InternalFrameActivationTracker.DesktopActivationEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- InternalFrameActivationTracker
Notified when desktop's active internal frame is changed.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionDesktopActivationEvent
(JDesktopPane pDesktop, JInternalFrame pOldFocusOwner, JInternalFrame pNewFocusOwner) -
Method Summary
Modifier and TypeMethodDescriptionDesktop containing the internal frames.Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
DesktopActivationEvent
public DesktopActivationEvent(JDesktopPane pDesktop, JInternalFrame pOldFocusOwner, JInternalFrame pNewFocusOwner)
-
-
Method Details
-
getOldFocusOwner
-
getNewFocusOwner
-
getSource
Desktop containing the internal frames.- Overrides:
getSource
in classEventObject
-