| java.lang.Object org.netbeans.modules.xslt.mapper.xpatheditor.XPathLiteralEditor
XPathLiteralEditor | public class XPathLiteralEditor implements ILiteralEditor(Code) | | Implements special case of a XPath expression string literal editor.
author: nk160297 |
Constructor Summary | |
public | XPathLiteralEditor(Window owner, IBasicMapper basicMapper, IFieldNode fieldNode, ILiteralUpdater updateListener) |
XPathLiteralEditor | public XPathLiteralEditor(Window owner, IBasicMapper basicMapper, IFieldNode fieldNode, ILiteralUpdater updateListener)(Code) | | Creates a new instance of XPathLiteralEditor
|
getUpdateListener | public ILiteralUpdater getUpdateListener()(Code) | | See Also: org.netbeans.modules.soa.mapper.common.basicmapper.literal.ILiteralEditor.getUpdateListener |
show | public void show()(Code) | | See Also: org.netbeans.modules.soa.mapper.common.basicmapper.literal.ILiteralEditor.show |
|
|