Custom UI
Description
API group to access custom UI.
API belonging to area
Name | Description |
---|---|
ICustomUIRegistry | Registry for user interfaces of your own extensions. |
ICustomUI | Defines properties and methods common to user interfaces that are independently extended by extensions. |
CustomEditorConfigs | The configuration that statically determines the characteristics of the custom editor. |
ICustomEditorView | This is an interface for implementing custom editors that are independently extended by extensions. Next Design exchanges information with custom editors through this interface. |
BeforeDisposeEventArgs | Event parameters to notify when your own extended user interface is about to be destroyed |
CustomUIEventArgs | Base of event parameters to be notified to your own extended user interface |
InitializedEventArgs | Event parameters to be notified when initializing the user interface extended by yourself |
OnHideEventArgs | Event parameters to be notified when hiding the user interface extended by the user |
OnShowEventArgs | Event parameter to notify when displaying the user interface extended by the user |
CustomInspectorConfigs | Configurations that statically determine custom inspector characteristics. |
ICustomInspector | Interface for implementing a custom inspector that is independently extended by an extension. Next Design exchanges information with custom inspectors through this interface. |
CustomNavigatorConfigs | Configuration that statically determines custom navigator characteristics |
ICustomNavigator | This is an interface for implementing custom navigators that are independently extended by extensions. Next Design exchanges information with custom navigators through this interface. |
ICustomFinder | This is an interface for implementing a custom finder that is independently extended by an extension. Next Design exchanges information with custom finders through this interface. |
ICustomDescriptor | Common interface for custom UI type descriptors. |
CustomDescriptorBase | Base for custom UI type descriptors. |
CustomInspectorDescriptor | The type descriptor for the custom inspector. |
CustomEditorDescriptor | The type descriptor for the custom editor. |
CustomNavigatorDescriptor | Type descriptor for custom navigator. |
CustomFinderDescriptor | Type descriptor for custom finder. |
CustomEditorDocumentContent | The custom editor document generation result. |
CustomEditorDocumentGenerationContext | Document context for custom editors. |
ICustomEditorDocumentContent | The custom editor document generation result. |
ICustomEditorDocumentGenerationContext | Document context for custom editors. |