Class ToolAdaptersManagementDialog
- java.lang.Object
-
- org.esa.snap.ui.AbstractDialog
-
- org.esa.snap.ui.ModelessDialog
-
- org.esa.snap.ui.tooladapter.dialogs.ToolAdaptersManagementDialog
-
public class ToolAdaptersManagementDialog extends ModelessDialog
Dialog that allows the management (create, edit, remove and execute) of external tool adapters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ToolAdaptersManagementDialog.FileChooserCellEditor
-
Field Summary
-
Fields inherited from class org.esa.snap.ui.ModelessDialog
ID_APPLY_CLOSE, ID_APPLY_CLOSE_HELP
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
showDialog(AppContext appContext, String helpID)
-
Methods inherited from class org.esa.snap.ui.ModelessDialog
close
-
Methods inherited from class org.esa.snap.ui.AbstractDialog
center, collectButtons, getButton, getButtonID, getButtonMask, getButtonPanel, getContent, getHelpID, getJDialog, getParent, getQualifiedPropertyName, getTitle, hide, onApply, onCancel, onClose, onHelp, onNo, onOK, onOther, onReset, onYes, registerButton, setButtonID, setContent, setContent, setHelpID, setTitle, show, showErrorDialog, showErrorDialog, showErrorDialog, showInformationDialog, showInformationDialog, showInformationDialog, showWarningDialog, showWarningDialog, showWarningDialog, verifyUserInput
-
-
-
-
Method Detail
-
showDialog
public static void showDialog(AppContext appContext, String helpID)
-
-