| Name | Description |
 | AccumulatePropertyExpressionTypes | Accumulates the expression types that can be applied to the specified property. |
 | CreateAddChildCommand | Creates the add child command. |
 | CreateCategoryEditor | Overloaded. Creates a new category editor for the specified node category, from the specified factory. |
 | CreateCompatibleTypesEditor | Overloaded. Creates an editor that provides the user with an option to select between the compatible types associated with this desigenr. |
 | CreateEmbededEditor | Overloaded. Creates the editor, which is used when the node is in a subtree hiararchy editor. |
 | CreateHierarchyCommands | Creates a list of the commands, which can modify the hierarchy of the specified node, in the context of the specified editor.s |
 | CreateInstanceForSurrogateEditing | Creates a default instance of the node for the purpose of surrogate editing. |
 | CreateMemberEditor | Overloaded. Creates a new member editor for the specified schema member, from the specified factory |
 | CreateMemberEditors | Creates the property editors for the specified properties. |
 | CreateNodeEditor | Overloaded. Creates a new general node editor, from the specified factory. |
 | CreatePreviewFactory | Creates a preview factory for the instances of this designer schema. |
 | CreatePropertyEditors | Overloaded. Creates the property editors for the specified properties. |
 | CreateStandaloneEditor | Overloaded. Creates the editor, which must edit the specified node. |
 | CreateVerbCommands | Creates a list of the commands, which can modify the state of the specified node in the context of the specified editor. |
 | GetCategoryBrowsable | Gets whether the specified property is browsable. |
 | GetCategoryDisplayOrder | Gets a value that defines the display order of the category. If such is not defined returns Float.NaN |
 | GetCategoryEditorFactory | Gets the category editor for the specified category |
 | GetCategoryEditorsComparer | Gets the comparer that defines the order of the editors in the specified category. |
 | GetCategoryEnabledEvaluator | Gets a function which evaluates the visibility of the specified category editor. |
 | GetCategoryVisibilityEvaluator | Gets a function which evaluates the visible state of the specified category editor. |
 | GetChildHierarchyBrowsable | Gets whether the specified child is hierarchy browsable inside hieararchy browsers. |
 | GetChildrenHierarchyBrowsable | Gets whether children are in general hierarchy browsable |
 | GetChildTypes | Gets a list of the children types for this designer schema (e.g. the types of the nodes which can be children of the node associated with this designer schema). |
 | GetCollectionChildrenTypes | Gets a list of the children types for this designer schema (e.g. the types of the nodes which can be children of the node associated with this designer schema). |
 | GetCompatibleTypes | Gets a list of the compatible types for this designer schema (e.g. the types of the derived, instancable nodes, which can replace this node in specific context). |
  | GetDesigner | Overloaded. Gets the designer for the specified node |
 | GetMemberBrowsable | Gets whether the specified schema member (property or child) is browsable inside category editors. |
 | GetMemberCategory | Gets the category of the specified schema member (property or child) |
 | GetMemberDescription | Gets the description of the specified member. |
 | GetMemberDisplayName | Gets the display name of the specified member. |
 | GetMemberDisplayOrder | Gets a value that defines the display order of the property. If such is not defined returns Float.NaN |
 | GetMemberEditorFactory | Gets the editor factory of the specified schema member (property or child) |
 | GetMemberEnabledEvaluator | Gets a function which evaluates the enabled state of the specified schema member (property or child) editor. |
 | GetMemberVisibilityEvaluator | Gets a function which evaluates the visibility of the specified schema member (property of child) editor. |
 | GetNodeTextRepresentation | Gets a string representation of the specified node. |
 | GetNodeWidgetRepresentation | Gets a widget that represents the specified node. The default implementation returns a label with the string representaton of the node. |
 | GetPreviewText | Gets the preview text for the specified node instance. |
 | GetTypesForChildType | Gets a list of DOM types compatible with the given node child type. |
 | SetCategoryBrowsable | Overloaded. Sets whether the specified property is browsable. |
 | SetCategoryDisplayOrder | Sets the display order of the specified category |
 | SetCategoryEditorFactory | Sets the category editor for the specified category |
 | SetCategoryEditorsComparer | Sets the comparer that defines the order of the editors in the specified category. |
 | SetCategoryEnabledEvaluator | Sets a function which evaluates the visibility of the specified category editor. |
 | SetCategoryVisibilityEvaluator | Sets a function which evaluates the visible state of the specified category editor. |
 | SetChildHierarchyBrowsable | Overloaded. Sets whether the specified child is hierarchy browsable. |
 | SetMemberBrowsable | Overloaded. Sets whether the specified member is browsable. |
 | SetMemberCategory | Sets the category of the specified scehma member (property or child). |
 | SetMemberDisplayName | Sets the display name of the specified member. |
 | SetMemberDisplayOrder | Sets the display order of the specified property |
 | SetMemberEditorFactory | Sets the editor factory of the specified schema member (property or child) |
 | SetMemberEnabledEvaluator | Sets the function which evaluates the enabled state of the specified schema member (property or child) editor. |
 | SetMemberVisibilityEvaluator | Sets a function which evaluates the visibility of the specified schema member (property of child) editor. |
 | ToString | Returns the string representation of this object. |