Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramNodeCompositeImpl Class
Fields Properties Methods


In This Topic
    NDiagramNodeCompositeImpl Class Members
    In This Topic

    The following tables list the members exposed by NDiagramNodeCompositeImpl.

    Public Constructors
    Protected Fields
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public PropertyObtains a reference to the node event sink service to which the implementation is attached (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public Property (Inherited from System.Collections.ArrayList)
    Public PropertyObtains a reference to the node, which reuses this implementation (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Property (Inherited from System.Collections.ArrayList)
    Top
    Public Methods
     NameDescription
    Public MethodAccumulates the children contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodAccumulates the descendants contained in this node, which satisfy the filter to the provided node list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodAdds a child node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodQueries whether the specified node can be inserted at the specified index (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodQueries whether the specified child node can be removed (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodObtains the child nodes of this node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodReturns the number of child nodes which satisfy the specified filter (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodCreates an identical copy of this object (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodObtains the descentant nodes of this node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodReturns the number of descendant nodes, which satisfy the specified filter (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodOverloaded. Obtains a child node enumerator (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodGets the first node in the collection which satisfies the filter criteria (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodGets the last node in the collection which satisfies the filter criteria (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodOverloaded. Hit tests by point all node descendants, which satisfy the specified filter  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodInserts a child node at the specified index (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodInvalidates all visible nodes contained in this composite  
    Public MethodQueries whether the specified node is a descendant of this node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodReturns the last hit descendant by point, which statisfies the specified filter  
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodPaints all paintable nodes contained in this composite to the specified context  
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodRemoves all children (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodRemoves the specified child node from the container children (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodRemoves the child node at the specified index (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodSets a new index of the specified child node (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public Method (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from System.Collections.ArrayList)
    Public Method (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Public MethodUpdates the references stored by the object (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled to abort the remove all nodes operation if possible (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodCalled after all nodes have been removed from the base array list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodOverridden. Called when the index of the specified node is about to change  
    Protected MethodCalled when the index of the specified node is about to change (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodOverridden. Called when a node has been inserted in the base array list  
    Protected MethodCalled when a node is about to be inserted in the base array list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodCalled when a node has been removed from the base array list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Protected MethodOverridden. Called when a node is about to be removed from the base array list  
    Protected MethodCalled before all nodes have been removed from the base array list (Inherited from Nevron.Dom.NNodeCompositeImpl)
    Top
    See Also