Uses of Class
com.togethersoft.openapi.rwi.RwiNode

Packages that use RwiNode
com.togethersoft.openapi.ide.inspector.util.table 
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.enum 
com.togethersoft.openapi.rwi.extension 

Uses of RwiNode in com.togethersoft.openapi.ide.inspector.util.table
 

Methods in com.togethersoft.openapi.ide.inspector.util.table that return RwiNode
RwiNodeRwiMembersComponent.getMemberContainingNode()
           Determines RwiNode which contains this member.
 

Uses of RwiNode in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return RwiNode
RwiNodeRwiMember.getContainingNode()
           Returns containing node for this nember.
RwiNodeRwiModel.findNode(Object codeElement)
           Returns RwiNode by given low-level API object representation.
RwiNodeRwiNode.createSubnode(String shapeType)
           Creates a new subnode with the specified value of RwiProperty.SHAPE_TYPE property.
RwiNodeRwiNode.createSubnodeByPattern(String patternName)
           Creates a new subnode using the specified pattern.
RwiNodeRwiNode.getContainingNode()
           Returns a containing node for this inner node.
RwiNodeRwiNodeReference.getNode()
           Returns a node for this reference.
RwiNodeRwiPackage.createNode(String shapeType)
           Creates a new node in this package with the specified value of RwiProperty.SHAPE_TYPE property.
RwiNodeRwiPackage.createNodeByPattern(String language, String patternName)
           Creates a new node in this package using the specified pattern.
 

Methods in com.togethersoft.openapi.rwi with parameters of type RwiNode
ObjectRwiVisitor.visitNode(RwiNode node)
           Performs an action upon RwiNode.
ObjectRwiVisitorAdapter.visitNode(RwiNode node)
          
 

Uses of RwiNode in com.togethersoft.openapi.rwi.enum
 

Methods in com.togethersoft.openapi.rwi.enum that return RwiNode
RwiNodeRwiNodeEnumeration.nextRwiNode()
          
 

Uses of RwiNode in com.togethersoft.openapi.rwi.extension
 

Methods in com.togethersoft.openapi.rwi.extension with parameters of type RwiNode
booleanRwiMemberProvider.canPaste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)
           Specific method for this member.
RwiMemberEnumerationRwiMemberProvider.members(RwiNode node)
           Returns enumeration of this kind members for specified RwiNode.
RwiMemberRwiMemberProvider.paste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)
           Specific method for this member.
booleanRwiMemberProviderAdapter.canPaste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)
           Always returns false.
RwiMemberEnumerationRwiMemberProviderAdapter.members(RwiNode node)
           Returns empty enumeration of RwiMemebers.
RwiMemberRwiMemberProviderAdapter.paste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)
           Always returns null.