Skip to main content

Custom UI

Description

API group to access custom UI.

API belonging to area

NameDescription
ICustomUIRegistryRegistry for user interfaces of your own extensions.
ICustomUIDefines properties and methods common to user interfaces that are independently extended by extensions.
CustomEditorConfigsThe configuration that statically determines the characteristics of the custom editor.
ICustomEditorViewThis is an interface for implementing custom editors that are independently extended by extensions.
Next Design exchanges information with custom editors through this interface.
BeforeDisposeEventArgsEvent parameters to notify when your own extended user interface is about to be destroyed
CustomUIEventArgsBase of event parameters to be notified to your own extended user interface
InitializedEventArgsEvent parameters to be notified when initializing the user interface extended by yourself
OnHideEventArgsEvent parameters to be notified when hiding the user interface extended by the user
OnShowEventArgsEvent parameter to notify when displaying the user interface extended by the user
CustomInspectorConfigsConfigurations that statically determine custom inspector characteristics.
ICustomInspectorInterface for implementing a custom inspector that is independently extended by an extension.
Next Design exchanges information with custom inspectors through this interface.
CustomNavigatorConfigsConfiguration that statically determines custom navigator characteristics
ICustomNavigatorThis is an interface for implementing custom navigators that are independently extended by extensions.
Next Design exchanges information with custom navigators through this interface.
ICustomFinderThis 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.
ICustomDescriptorCommon interface for custom UI type descriptors.
CustomDescriptorBaseBase for custom UI type descriptors.
CustomInspectorDescriptorThe type descriptor for the custom inspector.
CustomEditorDescriptorThe type descriptor for the custom editor.
CustomNavigatorDescriptorType descriptor for custom navigator.
CustomFinderDescriptorType descriptor for custom finder.
CustomEditorDocumentContentThe custom editor document generation result.
CustomEditorDocumentGenerationContextDocument context for custom editors.
ICustomEditorDocumentContentThe custom editor document generation result.
ICustomEditorDocumentGenerationContextDocument context for custom editors.