Package chemaxon.marvin.services
Interface ServiceDialogProvider
Provides
Dialog
instances to provide argument editor and result view for ServiceDescriptor
- Since:
- 5.6
-
Method Summary
Modifier and TypeMethodDescriptiongetDialog
(Component parent, ServiceDescriptor descriptor) Returns dialog with argument editor and result view
-
Method Details
-
getDialog
Returns dialog with argument editor and result view- Parameters:
parent
- the dialog parentdescriptor
- the service descriptor- Returns:
- dialog with argument editor and result view
-