Class ResizableTextLabel.ResizableAdapter
java.lang.Object
java.awt.event.ComponentAdapter
xal.extension.widgets.swing.wheelswitch.comp.ResizableTextLabel.ResizableAdapter
- All Implemented Interfaces:
ComponentListener,EventListener
- Enclosing class:
- ResizableTextLabel
Helper class that notifies the resizable text label to resize its font
when itself is being resized.
- Version:
- $id$
- Author:
- Jernej Kamenik
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the label is being resized.Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentShown
-
Constructor Details
-
ResizableAdapter
protected ResizableAdapter()
-
-
Method Details
-
componentResized
Invoked when the label is being resized.- Specified by:
componentResizedin interfaceComponentListener- Overrides:
componentResizedin classComponentAdapter- Parameters:
e- ComponentEvent- See Also:
-