Uses of Interface
org.zaval.data.event.TextListener

Packages that use TextListener
org.zaval.data Different interfaces and classes used for data representation. 
org.zaval.lw This is basic package of the light weight library. 
org.zaval.lw.mask This is set of classes to implement masked text field component. 
 

Uses of TextListener in org.zaval.data
 

Methods in org.zaval.data with parameters of type TextListener
 void TextModel.addTextListener(TextListener l)
          Adds the specified text listener to receive text events.
 void TextModel.removeTextListener(TextListener l)
          Removes the specified text listener.
 void Text.addTextListener(TextListener l)
          Adds the specified text listener.
 void Text.removeTextListener(TextListener l)
          Removes the specified text listener.
 void SingleLineTxt.addTextListener(TextListener l)
          Adds the specified text listener.
 void SingleLineTxt.removeTextListener(TextListener l)
          Removes the specified text listener.
 

Uses of TextListener in org.zaval.lw
 

Classes in org.zaval.lw that implement TextListener
 class LwAdvTextRender
          The class extends LwTextRender to support text block painting.
 class LwColorPanel
          This panel provides ability to cutomize color using different ways : By the specifying RGB color components in the text fields. By the specifying RGB color components using sliders. By the selecting one of the predefined color.
 class LwFontPanel
           
 class LwPasswordText
          This class inherits LwTextRender to represent a password text.
 class LwSpin
          This is spin light weight component that can be used to input a bound integer value.
 class LwTabRender
          This render is used to paint tab page of LwNotebook component.
 class LwTextRender
          This is text render.
 class LwWrappedText
          This is wrapped text render.
 

Uses of TextListener in org.zaval.lw.mask
 

Methods in org.zaval.lw.mask with parameters of type TextListener
 void MaskedText.addTextListener(TextListener l)
           
 void MaskedText.removeTextListener(TextListener l)
           
 



Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org