Interface ServiceDialogProvider


@PublicAPI public interface ServiceDialogProvider
Provides Dialog instances to provide argument editor and result view for ServiceDescriptor
Since:
5.6
  • Method Summary

    Modifier and Type
    Method
    Description
    getDialog(Component parent, chemaxon.marvin.services.ServiceDescriptor descriptor)
    Returns dialog with argument editor and result view
  • Method Details

    • getDialog

      Dialog getDialog(Component parent, chemaxon.marvin.services.ServiceDescriptor descriptor)
      Returns dialog with argument editor and result view
      Parameters:
      parent - the dialog parent
      descriptor - the service descriptor
      Returns:
      dialog with argument editor and result view