Uses of Class
pl.mbdev.openstage.XmlText

Packages that use XmlText
pl.mbdev.openstage This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. 
 

Uses of XmlText in pl.mbdev.openstage
 

Subclasses of XmlText in pl.mbdev.openstage
 class IppTextBox
          Multi-line box with editable text, which is similar to IppTextField, but can be added directly to IppScreen and cannot be added to IppForm.
 

Fields in pl.mbdev.openstage declared as XmlText
private  XmlText IppTextField.xmlText
          Data of the text field must be here due to inheritance restrictions in Java.