java.lang.Object
com.iamsoft.util.ui.swing.InternalFrameActivationTracker
Observes a JDesktopPane and notifies listeners of changes in focus.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Notified when desktop's active internal frame is changed.static interface
Notified when desktop's active internal frame is changed. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
-
Constructor Details
-
InternalFrameActivationTracker
-
-
Method Details
-
addDesktopActivationListener
public void addDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener) -
removeDesktopActivationListener
public void removeDesktopActivationListener(InternalFrameActivationTracker.DesktopActivationListener pListener)
-