public class ProductImageZoomDialogWidgetManager extends StandardWidgetManager
Modifier and Type | Field and Description |
---|---|
static java.lang.String | BUTTON_TYPE_OK
A constant used to indicate OK button type.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
static java.lang.String | FIELD_TYPE_PRODUCT_IMAGE
A constant used to indicate product image field type.
|
static java.lang.String | MANAGER_TYPE_PRODUCT_IMAGE_ZOOM_DIALOG
A constant used to indicate product image zoom dialog manager type.
|
static java.lang.String | PROP_BUTTON_TYPE
A constant used to indicate button type property name.
|
static java.lang.String | PROP_FIELD_TYPE
A constant used to indicate field type property name.
|
static java.lang.String | PROP_PRODUCT
A constant used to indicate product property name.
|
static java.lang.String | PROP_PRODUCT_IMAGE_ZOOM_DIALOG
A constant used to indicate product image zoom dialog property name.
|
static java.lang.String | PROP_SHELL
A constant used to indicate shell property.
|
Constructor and Description |
---|
ProductImageZoomDialogWidgetManager()
Default constructor to create a new product image zoom widget manager.
|
Modifier and Type | Method and Description |
---|---|
void | dispose()
This method disposes the resources created by this widget manager.
|
protected ProductImageZoomDialog | getProductImageZoomDialog()
This method returns the product image zoom dialog.
|
void | init(ConfiguredComposite configuredComposite, WidgetManagerInputProperties inputProperties)
This method initializes the product image zoom dialog widget manager.
|
void | initControl(ConfiguredControl configuredControl)
This method initializes the specified control.
|
protected void | okPressed()
This method is called when the ok button is pressed.
|
void | refreshControl(ConfiguredControl configuredControl)
This method refreshes the specified control
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String MANAGER_TYPE_PRODUCT_IMAGE_ZOOM_DIALOG
public static final java.lang.String PROP_PRODUCT
public static final java.lang.String PROP_BUTTON_TYPE
public static final java.lang.String PROP_FIELD_TYPE
public static final java.lang.String PROP_PRODUCT_IMAGE_ZOOM_DIALOG
public static final java.lang.String PROP_SHELL
public static final java.lang.String BUTTON_TYPE_OK
public static final java.lang.String FIELD_TYPE_PRODUCT_IMAGE
public ProductImageZoomDialogWidgetManager()
public void init(ConfiguredComposite configuredComposite, WidgetManagerInputProperties inputProperties)
public void initControl(ConfiguredControl configuredControl)
public void refreshControl(ConfiguredControl configuredControl)
public void dispose()
protected void okPressed()
protected ProductImageZoomDialog getProductImageZoomDialog()