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 TypeMethodDescriptionvoidvoidvoidInvoked 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:
 componentResizedin interfaceComponentListener
 - 
componentMoved
- Specified by:
 componentMovedin interfaceComponentListener
 - 
componentShown
- Specified by:
 componentShownin interfaceComponentListener
 - 
componentHidden
- Specified by:
 componentHiddenin interfaceComponentListener
 
 -