org.esa.beam.framework.ui
Class SelectExportMethodDialog
java.lang.Object
org.esa.beam.framework.ui.SelectExportMethodDialog
public class SelectExportMethodDialog
- extends Object
|
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 |
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
SelectExportMethodDialog
public SelectExportMethodDialog()
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.