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.