Uses of Class
LumiSoft.UI.Controls.WText

Packages that use WText
<Unnamed>   
LumiSoft.UI.Controls   
LumiSoft.UI.Controls.WMenu   
 

Uses of WText in <Unnamed>
 

Fields in <Unnamed> declared as WText
static WText TestFrom.txt
           
 

Uses of WText in LumiSoft.UI.Controls
 

Methods in LumiSoft.UI.Controls that return WText
 WText WControl.getWText()
          Gets UI text getting source.
 

Methods in LumiSoft.UI.Controls with parameters of type WText
 void WLabel.SetTextInfo(java.lang.String text, java.lang.String textID, WText wText)
          Sets text info and language controller.
 void WButton.SetTextInfo(java.lang.String text, java.lang.String textID, WText wText)
          Sets text info and language controller.
 void WControl.setWText(WText value)
          Sets UI text getting source.
 

Uses of WText in LumiSoft.UI.Controls.WMenu
 

Methods in LumiSoft.UI.Controls.WMenu that return WText
 WText WContextMenu.getWText()
          Gets UI text getting source.
 

Methods in LumiSoft.UI.Controls.WMenu with parameters of type WText
 void WContextMenu.setWText(WText value)
          Sets UI text getting source.
 

Constructors in LumiSoft.UI.Controls.WMenu with parameters of type WText
WContextMenu(java.awt.Component parent, WText wText)
          Constructs menu with specified language provider.