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