java.lang.Object
javax.swing.plaf.basic.BasicInternalFrameUI.ComponentHandler
- All Implemented Interfaces:
ComponentListener
,EventListener
- Enclosing class:
BasicInternalFrameUI
Component handler.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the component has been made invisible.void
Invoked when the component's position changes.void
Invoked when a JInternalFrame's parent's size changes.void
Invoked 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:
componentResized
in interfaceComponentListener
- Parameters:
e
- the event to be processed
-
componentMoved
Invoked when the component's position changes.- Specified by:
componentMoved
in interfaceComponentListener
- Parameters:
e
- the event to be processed
-
componentShown
Invoked when the component has been made visible.- Specified by:
componentShown
in interfaceComponentListener
- Parameters:
e
- the event to be processed
-
componentHidden
Invoked when the component has been made invisible.- Specified by:
componentHidden
in interfaceComponentListener
- Parameters:
e
- the event to be processed
-