Package org.esa.snap.ui
Class SelectExportMethodDialog
- java.lang.Object
-
- org.esa.snap.ui.SelectExportMethodDialog
-
public class SelectExportMethodDialog extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
EXPORT_CANCELED
static int
EXPORT_TO_CLIPBOARD
static int
EXPORT_TO_FILE
-
Constructor Summary
Constructors Constructor Description SelectExportMethodDialog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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 data.static int
run(Component parentComponent, String title, String text, JCheckBox[] options, String helpID)
Opens a modal dialog that asks the user which method to use in order to export data.
-
-
-
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
-
-
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 data.- Returns:
EXPORT_TO_CLIPBOARD
,EXPORT_TO_FILE
orEXPORT_CANCELED
-
run
public static int run(Component parentComponent, String title, String text, JCheckBox[] options, String helpID)
Opens a modal dialog that asks the user which method to use in order to export data.- Returns:
EXPORT_TO_CLIPBOARD
,EXPORT_TO_FILE
orEXPORT_CANCELED
-
-