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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidInvoked when a JInternalFrame's parent's size changes.void
- 
Constructor Details- 
NonMaxingComponentHandlerprotected NonMaxingComponentHandler()
 
- 
- 
Method Details- 
componentResizedInvoked when a JInternalFrame's parent's size changes.- Specified by:
- componentResizedin interface- ComponentListener
 
- 
componentMoved- Specified by:
- componentMovedin interface- ComponentListener
 
- 
componentShown- Specified by:
- componentShownin interface- ComponentListener
 
- 
componentHidden- Specified by:
- componentHiddenin interface- ComponentListener
 
 
-