public class SelectExportMethodDialog extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EXPORT_CANCELED |
static int |
EXPORT_TO_CLIPBOARD |
static int |
EXPORT_TO_FILE |
Constructor and Description |
---|
SelectExportMethodDialog() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
public static final int EXPORT_TO_CLIPBOARD
public static final int EXPORT_TO_FILE
public static final int EXPORT_CANCELED
public static int run(Component parentComponent, String title, String text, String helpID)
EXPORT_TO_CLIPBOARD
, EXPORT_TO_FILE
or EXPORT_CANCELED
public static int run(Component parentComponent, String title, String text, JCheckBox[] options, String helpID)
EXPORT_TO_CLIPBOARD
, EXPORT_TO_FILE
or EXPORT_CANCELED
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.