Uses of Class
pl.mbdev.openstage.IppCommand

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

Uses of IppCommand in pl.mbdev.openstage
 

Methods in pl.mbdev.openstage with parameters of type IppCommand
 void XmlFormItem.add(IppCommand c)
          Associates the provided IppCommand with this object, by automatically wrapping this object with IppItem if it was not wrapped up already, and then adding the command to the IppItem.
 void IppScreen.add(IppCommand c)
          Adds a new IppCommand to this screen.
 void IppItem.add(IppCommand c)
          Adds IppCommand to this IppItem.