Class DockingInternalFrameUI.NonMaxingComponentHandler
java.lang.Object
com.inductiveautomation.factorypmi.application.DockingInternalFrameUI.NonMaxingComponentHandler
- All Implemented Interfaces:
ComponentListener
,EventListener
- Enclosing class:
- DockingInternalFrameUI
protected class DockingInternalFrameUI.NonMaxingComponentHandler
extends Object
implements ComponentListener
This component listener overrides the Handler in BasicInternalFrameUI. These things listen to the JDesktopPane,
listening for resizes. The difference with this one is that it doesn't automatically push maximized frames to the
new desktop pane's size. Our DesktopManager appropraitely resizes maximized frames when the desktoppane resizes
so that they fit within the docked windows.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Invoked when a JInternalFrame's parent's size changes.void
-
Constructor Details
-
NonMaxingComponentHandler
protected NonMaxingComponentHandler()
-
-
Method Details
-
componentResized
Invoked when a JInternalFrame's parent's size changes.- Specified by:
componentResized
in interfaceComponentListener
-
componentMoved
- Specified by:
componentMoved
in interfaceComponentListener
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
-