- java.lang.Object
-
- com.iamsoft.util.ui.swing.InternalFrameActivationTracker
-
public class InternalFrameActivationTracker extends Object
Observes a JDesktopPane and notifies listeners of changes in focus.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InternalFrameActivationTracker.DesktopActivationEvent
Notified when desktop's active internal frame is changed.static interface
InternalFrameActivationTracker.DesktopActivationListener
Notified when desktop's active internal frame is changed.
-
Constructor Summary
Constructors Constructor Description InternalFrameActivationTracker(JDesktopPane pDesktop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
void
removeDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
-
-
-
Constructor Detail
-
InternalFrameActivationTracker
public InternalFrameActivationTracker(JDesktopPane pDesktop)
-
-
Method Detail
-
addDesktopActivationListener
public void addDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
-
removeDesktopActivationListener
public void removeDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
-
-