Uses of Interface
net.sourceforge.pmd.util.fxdesigner.util.TextAwareNodeWrapper
-
Packages that use TextAwareNodeWrapper Package Description net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app.net.sourceforge.pmd.util.fxdesigner.util.codearea net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of TextAwareNodeWrapper in net.sourceforge.pmd.util.fxdesigner.app.services
Methods in net.sourceforge.pmd.util.fxdesigner.app.services that return TextAwareNodeWrapper Modifier and Type Method Description TextAwareNodeWrapper
RichTextMapper. wrapNode(net.sourceforge.pmd.lang.ast.Node node)
Wraps a node into a convenience layer that can for example provide the rich text associated with it. -
Uses of TextAwareNodeWrapper in net.sourceforge.pmd.util.fxdesigner.util.codearea
Methods in net.sourceforge.pmd.util.fxdesigner.util.codearea that return TextAwareNodeWrapper Modifier and Type Method Description TextAwareNodeWrapper
SyntaxHighlightingCodeArea. wrapNode(net.sourceforge.pmd.lang.ast.Node node)
Wraps a node into a convenience layer that can for example provide the rich text associated with it. -
Uses of TextAwareNodeWrapper in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls with parameters of type TextAwareNodeWrapper Modifier and Type Method Description protected void
XpathViolationListCell. updateItem(TextAwareNodeWrapper item, boolean empty)
-