Uses of Interface
org.dvb.ui.TextOverflowListener

Packages that use TextOverflowListener
org.dvb.ui Provides extended graphics functionality. 
 

Uses of TextOverflowListener in org.dvb.ui
 

Methods in org.dvb.ui with parameters of type TextOverflowListener
 void DVBTextLayoutManager.addTextOverflowListener(TextOverflowListener l)
          Register a TextOverflowListener that will be notified if the text string does not fit in the component when rendering.
 void DVBTextLayoutManager.removeTextOverflowListener(TextOverflowListener l)
          Removes a TextOverflowListener that has been registered previously.