public class ProductImageZoomDialog extends ConfiguredTitleAreaDialog
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field
|
Constructor and Description |
---|
ProductImageZoomDialog()
Default constructor to create a new ProductImageZoomDialog dialog on the given parent shell.
|
Modifier and Type | Method and Description |
---|---|
protected void | configureShell(org.eclipse.swt.widgets.Shell newShell)
This method configures the given shell in preparation for opening this window in it.
|
protected org.eclipse.swt.widgets.Control | createDialogArea(org.eclipse.swt.widgets.Composite parent)
This method creates and returns the contents of the upper part of the dialog (above the button bar).
|
protected java.lang.String | getButtonBarManagedCompositeId()
This method returns the dialog area managed composite ID.
|
protected java.lang.String | getDefaultMessage()
This method returns the default message for this dialog.
|
protected java.lang.String | getDialogAreaManagedCompositeId()
This method returns the button bar managed composite ID.
|
Product | getProduct()
This method returns the Product whose full-sized image is shown in this dialog.
|
protected TelesalesProperties | getRemoteImageParameters()
This method returns the parameters for the com.ibm.commerce.telesales.getRemoteImage request.
|
java.lang.Object | getResult()
This dialog does not return any objects.
|
void | getZoomImage()
This method requests the full-sized image.
|
void | okPressed()
This method gets called when OK button is pressed.
|
void | setProduct(Product product)
This method sets the product.
|
public static final java.lang.String COPYRIGHT
public ProductImageZoomDialog()
protected java.lang.String getButtonBarManagedCompositeId()
protected java.lang.String getDialogAreaManagedCompositeId()
protected void configureShell(org.eclipse.swt.widgets.Shell newShell)
public void okPressed()
protected java.lang.String getDefaultMessage()
protected org.eclipse.swt.widgets.Control createDialogArea(org.eclipse.swt.widgets.Composite parent)
public void getZoomImage()
public Product getProduct()
public java.lang.Object getResult()
protected TelesalesProperties getRemoteImageParameters()
public void setProduct(Product product)