Custom UI
Description
APIs to access the custom UI.
Interfaces belonging to the area
Name | Description |
---|---|
ICustomUIRegistry | This is the registry of the user interface of the original extension. |
ICustomUI | Defines properties and methods common to user interfaces that are uniquely extended by extensions. |
CustomEditorConfigs | A configuration that statically determines the characteristics of the custom editor. |
ICustomEditorView | An interface for implementing a custom editor that can be extended independently by an extension. Next Design exchanges information with the custom editor through this interface. |
BeforeDisposeEventArgs | Event parameters to notify when the proprietary extended user interface is about to be destroyed |
CustomUIEventArgs | Base of event parameters to notify to user interface that is uniquely extended |
InitializedEventArgs | Event parameters to be notified when initializing your own extended user interface |
OnHideEventArgs | Event parameters to notify when hiding your own extended user interface |
OnShowEventArgs | Event parameters to be notified when displaying the original extended user interface |
CustomInspectorConfigs | A configuration that statically determines the characteristics of the CustomInspector. |
ICustomInspector | An interface for implementing a custom inspector that can be extended independently by an extension. Next Design exchanges information with the Custom Inspector through this interface. |
CustomNavigatorConfigs | Configurations that statically determine the characteristics of the custom navigator |
ICustomNavigator | This is an interface for implementing a custom navigator that can be independently extended by an extension. Next Design exchanges information with the custom navigator through this interface. |
ICustomFinder | An interface for implementing a custom finder that can be extended independently by an extension. Next Design exchanges information with the custom finder through this interface. |
ICustomDescriptor | A common interface for custom UI type descriptors. |
CustomDescriptorBase | The base of the custom UI type descriptor. |
CustomInspectorDescriptor | Custom Inspector type descriptor. |
CustomEditorDescriptor | Custom Editor type descriptor. |
CustomNavigatorDescriptor | Custom Navigator type descriptor. |
CustomFinderDescriptor | CustomFinder type descriptor. |