public class InternalFrameActivationTracker extends Object
Modifier and Type | Class and 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 and Description |
---|
InternalFrameActivationTracker(JDesktopPane pDesktop) |
Modifier and Type | Method and Description |
---|---|
void |
addDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener) |
void |
removeDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener) |
public InternalFrameActivationTracker(JDesktopPane pDesktop)
public void addDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
public void removeDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
Copyright © 2023. All rights reserved.