java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
- All Implemented Interfaces:
 ComponentListener,EventListener
- Enclosing class:
 BasicInternalFrameUI
Component handler.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the component has been made invisible.voidInvoked when the component's position changes.voidInvoked when a JInternalFrame's parent's size changes.voidInvoked when the component has been made visible. 
- 
Constructor Details
- 
ComponentHandler
protected ComponentHandler()Constructs aComponentHandler. 
 - 
 - 
Method Details
- 
componentResized
Invoked when a JInternalFrame's parent's size changes.- Specified by:
 componentResizedin interfaceComponentListener- Parameters:
 e- the event to be processed
 - 
componentMoved
Invoked when the component's position changes.- Specified by:
 componentMovedin interfaceComponentListener- Parameters:
 e- the event to be processed
 - 
componentShown
Invoked when the component has been made visible.- Specified by:
 componentShownin interfaceComponentListener- Parameters:
 e- the event to be processed
 - 
componentHidden
Invoked when the component has been made invisible.- Specified by:
 componentHiddenin interfaceComponentListener- Parameters:
 e- the event to be processed
 
 -