| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | |
RwiNode | RwiMembersComponent.getMemberContainingNode()Determines RwiNode which contains this member. |
| Uses of RwiNode in com.togethersoft.openapi.rwi |
| Methods in com.togethersoft.openapi.rwi that return RwiNode | |
RwiNode | RwiMember.getContainingNode()Returns containing node for this nember. |
RwiNode | RwiModel.findNode(Object codeElement)Returns RwiNode by given low-level API object representation. |
RwiNode | RwiNode.createSubnode(String shapeType)Creates a new subnode with the specified value of RwiProperty.SHAPE_TYPE property. |
RwiNode | RwiNode.createSubnodeByPattern(String patternName)Creates a new subnode using the specified pattern. |
RwiNode | RwiNode.getContainingNode()Returns a containing node for this inner node. |
RwiNode | RwiNodeReference.getNode()Returns a node for this reference. |
RwiNode | RwiPackage.createNode(String shapeType)Creates a new node in this package with the specified value of RwiProperty.SHAPE_TYPE property. |
RwiNode | RwiPackage.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 | |
Object | RwiVisitor.visitNode(RwiNode node)Performs an action upon RwiNode. |
Object | RwiVisitorAdapter.visitNode(RwiNode node) |
| Uses of RwiNode in com.togethersoft.openapi.rwi.enum |
| Methods in com.togethersoft.openapi.rwi.enum that return RwiNode | |
RwiNode | RwiNodeEnumeration.nextRwiNode() |
| Uses of RwiNode in com.togethersoft.openapi.rwi.extension |
| Methods in com.togethersoft.openapi.rwi.extension with parameters of type RwiNode | |
boolean | RwiMemberProvider.canPaste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)Specific method for this member. |
RwiMemberEnumeration | RwiMemberProvider.members(RwiNode node)Returns enumeration of this kind members for specified RwiNode. |
RwiMember | RwiMemberProvider.paste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)Specific method for this member. |
boolean | RwiMemberProviderAdapter.canPaste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)Always returns false. |
RwiMemberEnumeration | RwiMemberProviderAdapter.members(RwiNode node)Returns empty enumeration of RwiMemebers. |
RwiMember | RwiMemberProviderAdapter.paste(RwiMember member, RwiNode rwiNode, RwiElement anchor, boolean before)Always returns null. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||