public class ProductGrabber extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProductGrabber.ProductOpenHandler
Should be implemented for handling opening
Product files. |
| Constructor and Description |
|---|
ProductGrabber(BasicApp basicApp,
RepositoryManager repositoryManager,
String helpId) |
| Modifier and Type | Method and Description |
|---|---|
JFrame |
getFrame() |
void |
setProductOpenHandler(ProductGrabber.ProductOpenHandler handler)
Sets the ProductOpenHandler which handles the action when products should
be opened.
|
public ProductGrabber(BasicApp basicApp, RepositoryManager repositoryManager, String helpId)
public void setProductOpenHandler(ProductGrabber.ProductOpenHandler handler)
handler - The ProductOpenHandler, can be
null to unset the handler.public JFrame getFrame()
Copyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.