Package org.esa.snap.ui
Class SelectExportMethodDialog
java.lang.Object
org.esa.snap.ui.SelectExportMethodDialog
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
Opens a modal dialog that asks the user which method to use in order to export data.static int
Opens a modal dialog that asks the user which method to use in order to export data.
-
Field Details
-
EXPORT_TO_CLIPBOARD
public static final int EXPORT_TO_CLIPBOARD- See Also:
-
EXPORT_TO_FILE
public static final int EXPORT_TO_FILE- See Also:
-
EXPORT_CANCELED
public static final int EXPORT_CANCELED- See Also:
-
-
Constructor Details
-
SelectExportMethodDialog
public SelectExportMethodDialog()
-
-
Method Details
-
run
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
-