| org.netbeans.modules.xslt.mapper.view.XsltMapper
XsltMapper | public class XsltMapper extends BasicMapper implements HelpCtx.Provider(Code) | | author: Alexey |
Constructor Summary | |
public | XsltMapper(Lookup lookup) |
XsltMapper | public XsltMapper(Lookup lookup)(Code) | | |
addLink | public void addLink(IMapperLink link)(Code) | | Add a link to this mapper. This method add the link to the start node and
end node if the link is not in the nodes yet. Next, add the start and end
node to the model, if any of the two node is a group node, it only adds
the root node to the model. Finally, it posts a IMapperEvent.NEW_LINK
event.
Parameters: link - the link to be added. |
addNode | public void addNode(IMapperNode node)(Code) | | Add a node to this mapper. Node is added (to fire event) only if there is
a selected view model in the mapper model. Then a IMapperEvent.NODE_ADDED
event is posted.
Parameters: node - the group node to be added. |
getHelpCtx | public HelpCtx getHelpCtx()(Code) | | |
getLiteralUpdaterFactory | public ILiteralUpdaterFactory getLiteralUpdaterFactory()(Code) | | |
getLookup | public Lookup getLookup()(Code) | | |
initializeTrees | protected void initializeTrees()(Code) | | |
removeLink | public void removeLink(IMapperLink link)(Code) | | Remove a link from this mapper. If any link end point nodes are tree
node, and no other links connect to the node. The tree node will also be
removed.
Parameters: link - the link to be remove from this mapper. |
setLiteralUpdaterFactory | public void setLiteralUpdaterFactory(ILiteralUpdaterFactory literalUpdaterFactory)(Code) | | |
|
|