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 intEXPORT_CANCELEDstatic intEXPORT_TO_CLIPBOARDstatic intEXPORT_TO_FILE 
- 
Constructor Summary
Constructors Constructor Description SelectExportMethodDialog() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intrun(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 intrun(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_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
 
 - 
 
 -