org.esa.beam.framework.ui
Class SelectExportMethodDialog

java.lang.Object
  extended by org.esa.beam.framework.ui.SelectExportMethodDialog

public class SelectExportMethodDialog
extends Object


Field Summary
static int EXPORT_CANCELED
           
static int EXPORT_TO_CLIPBOARD
           
static int EXPORT_TO_FILE
           
 
Constructor Summary
SelectExportMethodDialog()
           
 
Method Summary
static int run(Component parentComponent, String title, String text, String helpID)
          Opens a modal dialog that asks the user which method to use in order to export the ROI pixels.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_TO_CLIPBOARD

public static final int EXPORT_TO_CLIPBOARD
See Also:
Constant Field Values

EXPORT_TO_FILE

public static final int EXPORT_TO_FILE
See Also:
Constant Field Values

EXPORT_CANCELED

public static final int EXPORT_CANCELED
See Also:
Constant Field Values
Constructor Detail

SelectExportMethodDialog

public SelectExportMethodDialog()
Method Detail

run

public static int run(Component parentComponent,
                      String title,
                      String text,
                      String helpID)
Opens a modal dialog that asks the user which method to use in order to export the ROI pixels.

Returns:
EXPORT_TO_CLIPBOARD, EXPORT_TO_FILE or EXPORT_CANCELED


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