| Name | Description |
 | AppendPropertyExpressionTypes | Appends the expression types that can be applied to the specified property. |
 | CreateAddChildCommand | Creates the add child command. |
 | CreateCategoryEditor | Overloaded. Creates a category editor for the specified category of the specified node |
 | CreateCompatibleTypesEditor | Overloaded. |
 | CreateHierarchyCommands | Creates a list of the commands, which can modify the hierarchy of the specified node, in the context of the specified editor.s |
 | CreateHierarchyEmbeddableEditor | Overloaded. Creates the editor, which is used when the node is in a subtree hiararchy editor. |
 | CreateInstanceEditor | Overloaded. Creates the editor, which must edit the specified node. |
 | CreateInstanceForSurrogateEditing | Creates a default instance of the node for the purpose of surrogate editing. |
 | CreatePreviewFactory | Creates a preview factory for the instances of this designer schema. |
 | CreatePropertyEditor | Overloaded. Creates a property editor for the specified property of the specified node. |
 | CreatePropertyEditors | Overloaded. Creates the property editors for the specified properties. |
 | CreateStateEditor | Overloaded. Creates the state editor, which must edit the state of 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 |
 | GetCategoryEditor | 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. |
 | GetChildBrowsable | Gets whether the specified child of the specified node is browsable or not. |
 | GetChildrenBrowsable | Gets whether the children of the specified node are browsable or not. |
 | 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). |
 | GetContainerChildrenTypes | 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). |
  | GetDesigner | Overloaded. Gets the designer for the specified node |
 | GetNodeText | |
 | GetNodeWidget | Gets a widget that represents this node. The default implementation returns a label with the string representaton of the node. |
 | GetPreviewText | Gets the preview text for the specified node instance. |
 | GetPropertyBrowsable | Gets whether the specified property is browsable |
 | GetPropertyCategory | Gets the category of the specified property. |
 | GetPropertyDescription | Gets the description of the specified property. |
 | GetPropertyDisplayName | Gets the display name of the specified property. |
 | GetPropertyDisplayOrder | Gets a value that defines the display order of the property. If such is not defined returns Float.NaN |
 | GetPropertyEditor | Gets the editor template of the specified property. |
 | GetPropertyEnabledEvaluator | Gets a function which evaluates the enabled state of the specified property editor. |
 | GetPropertyVisibilityEvaluator | Gets a function which evaluates the visibility of the specified property editor. |
 | 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 |
 | SetCategoryEditor | 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. |
 | SetPropertyBrowsable | Overloaded. Sets whether the specified property is browsable. |
 | SetPropertyCategory | Sets the category of the specified property. |
 | SetPropertyDescription | Sets the description of the specified property. |
 | SetPropertyDisplayName | Sets the display name of the specified property. |
 | SetPropertyDisplayOrder | Sets the display order of the specified property |
 | SetPropertyEditor | Sets the editor template of the specified property. |
 | SetPropertyEnabledEvaluator | Sets the function which evaluates the enabled state of the specified property editor. |
 | SetPropertyVisibilityEvaluator | Sets a function which evaluates the visibility of the specified property editor. |
 | ToString | Returns the string representation of this object. |