Class BasicInternalFrameUI.ComponentHandler
java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
- All Implemented Interfaces:
- ComponentListener, EventListener
- Enclosing class:
- BasicInternalFrameUI
Component handler.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ComponentHandlerprotected ComponentHandler()Constructs aComponentHandler.
 
- 
- 
Method Details- 
componentResizedInvoked when a JInternalFrame's parent's size changes.- Specified by:
- componentResizedin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
- 
componentMovedInvoked when the component's position changes.- Specified by:
- componentMovedin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
- 
componentShownInvoked when the component has been made visible.- Specified by:
- componentShownin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
- 
componentHiddenInvoked when the component has been made invisible.- Specified by:
- componentHiddenin interface- ComponentListener
- Parameters:
- e- the event to be processed
 
 
-