Package fr.esrf.tangoatk.widget.util
Interface JAutoScrolledTextListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
EnumScalarSetPanel,NumberScalarListViewer,ScalarListSetter,ScalarListViewer
An interface to handle dimension change of the AutoScrolled text.
-
Method Summary
Modifier and TypeMethodDescriptionvoidtextExceedBounds(JAutoScrolledText source) Trigger when the text exceed component bounds
-
Method Details
-
textExceedBounds
Trigger when the text exceed component bounds- Parameters:
source- Component source
-