|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Image | |
---|---|
pl.mbdev.openstage | This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. |
Uses of Image in pl.mbdev.openstage |
---|
Fields in pl.mbdev.openstage declared as Image | |
---|---|
private Image |
IppImageItem.image
Image attached to this image item. |
Methods in pl.mbdev.openstage that return Image | |
---|---|
protected Image |
IppImageItem.getImage()
Returns the image in this image item |
Constructors in pl.mbdev.openstage with parameters of type Image | |
---|---|
IppAlert(java.lang.String title,
java.lang.String url,
java.lang.String text,
IppPhoneNumber phoneNumber,
Image image,
IppAlert.Type type,
java.lang.Integer delay)
Constructs IppAlert with all options available to set. |
|
IppButton(java.lang.String label,
Image image,
IppButton.Type type,
java.lang.String key,
java.lang.String value)
Creates new IppButton with all parameters available to set. |
|
IppButton(java.lang.String label,
Image image,
java.lang.String key,
java.lang.String value)
Creates new IppButton with all parameters available to set. |
|
IppImageItem(java.lang.String label,
Image image,
java.lang.String altText)
Creates new image item with all parameters available. |
|
Option(Image image,
boolean selected,
java.lang.String key,
java.lang.String value)
Creates new option, initially without any OptionText . |
|
Option(OptionText[] optionTexts,
Image image,
boolean selected,
java.lang.String key,
java.lang.String value)
Creates new option with single or multiple OptionText s, and with all other
parameters available to set. |
|
Option(OptionText optionText,
Image image,
boolean selected,
java.lang.String key,
java.lang.String value)
Creates new option with a single OptionText. |
|
Option(java.lang.String optionText,
Image image,
boolean selected,
java.lang.String key,
java.lang.String value)
Creates new option with a single text inside. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |