Class Registry
java.lang.Object
com.e1c.g5.dt.internal.applications.ui.editor.Registry
The registry of the extensions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IApplicationEditorDescriptorgetDescriptor(IApplication application) Returns the application editor descriptor for the specifiedapplicationinstance.
-
Method Details
-
getDescriptor
Returns the application editor descriptor for the specifiedapplicationinstance.- Parameters:
application- the application, cannot benull.- Returns:
- the editor descriptor or
nullif there are no registered descriptor for the specified applicaiton.
-