Package org.esa.snap.ui
Class SelectExportMethodDialog
java.lang.Object
org.esa.snap.ui.SelectExportMethodDialog
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intOpens a modal dialog that asks the user which method to use in order to export data.static intOpens 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_FILEorEXPORT_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_FILEorEXPORT_CANCELED
-