org.esa.beam.visat.actions.pgrab.ui
Class ProductGrabber

java.lang.Object
  extended by org.esa.beam.visat.actions.pgrab.ui.ProductGrabber

public class ProductGrabber
extends Object


Nested Class Summary
static interface ProductGrabber.ProductOpenHandler
          Should be implemented for handling opening Product files.
 
Constructor Summary
ProductGrabber(BasicApp basicApp, RepositoryManager repositoryManager, String helpId)
           
 
Method Summary
 JFrame getFrame()
           
 void setProductOpenHandler(ProductGrabber.ProductOpenHandler handler)
          Sets the ProductOpenHandler which handles the action when products should be opened.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductGrabber

public ProductGrabber(BasicApp basicApp,
                      RepositoryManager repositoryManager,
                      String helpId)
Method Detail

setProductOpenHandler

public void setProductOpenHandler(ProductGrabber.ProductOpenHandler handler)
Sets the ProductOpenHandler which handles the action when products should be opened.

Parameters:
handler - The ProductOpenHandler, can be null to unset the handler.

getFrame

public JFrame getFrame()


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.