java.lang.Object
com.e1c.g5.dt.internal.applications.ui.editor.Registry

public final class Registry extends Object
The registry of the extensions.
  • Method Details

    • getDescriptor

      public static IApplicationEditorDescriptor getDescriptor(IApplication application)
      Returns the application editor descriptor for the specified application instance.
      Parameters:
      application - the application, cannot be null.
      Returns:
      the editor descriptor or null if there are no registered descriptor for the specified applicaiton.