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
public static class InternalFrameActivationTracker.DesktopActivationEvent extends EventObject
Notified when desktop's active internal frame is changed.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description DesktopActivationEvent(JDesktopPane pDesktop, JInternalFrame pOldFocusOwner, JInternalFrame pNewFocusOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JInternalFrame
getNewFocusOwner()
JInternalFrame
getOldFocusOwner()
JDesktopPane
getSource()
Desktop containing the internal frames.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
DesktopActivationEvent
public DesktopActivationEvent(JDesktopPane pDesktop, JInternalFrame pOldFocusOwner, JInternalFrame pNewFocusOwner)
-
-
Method Detail
-
getOldFocusOwner
public JInternalFrame getOldFocusOwner()
-
getNewFocusOwner
public JInternalFrame getNewFocusOwner()
-
getSource
public JDesktopPane getSource()
Desktop containing the internal frames.- Overrides:
getSource
in classEventObject
-
-