Uses of Interface
net.sourceforge.pmd.util.fxdesigner.util.TextAwareNodeWrapper
-
Packages that use TextAwareNodeWrapper Package Description net.sourceforge.pmd.util.fxdesigner net.sourceforge.pmd.util.fxdesigner.util.codearea net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of TextAwareNodeWrapper in net.sourceforge.pmd.util.fxdesigner
Methods in net.sourceforge.pmd.util.fxdesigner that return TextAwareNodeWrapper Modifier and Type Method Description TextAwareNodeWrapperMainDesignerController. wrapNode(net.sourceforge.pmd.lang.ast.Node node)Returns a wrapper around the given node that gives access to its textual representation in the editor area.TextAwareNodeWrapperSourceEditorController. wrapNode(net.sourceforge.pmd.lang.ast.Node node) -
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 TextAwareNodeWrapperSyntaxHighlightingCodeArea. 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 voidXpathViolationListCell. updateItem(TextAwareNodeWrapper item, boolean empty)
-