Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.codearea.PmdCoordinatesSystem.TextRange
-
-
Uses of PmdCoordinatesSystem.TextRange in net.sourceforge.pmd.util.fxdesigner.model.testing
Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return PmdCoordinatesSystem.TextRange Modifier and Type Method Description @Nullable PmdCoordinatesSystem.TextRangeLiveViolationRecord. getRange()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing that return types with arguments of type PmdCoordinatesSystem.TextRange Modifier and Type Method Description org.reactfx.value.Var<@Nullable PmdCoordinatesSystem.TextRange>LiveViolationRecord. rangeProperty()Methods in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type PmdCoordinatesSystem.TextRange Modifier and Type Method Description voidLiveViolationRecord. setRange(@Nullable PmdCoordinatesSystem.TextRange range)Constructors in net.sourceforge.pmd.util.fxdesigner.model.testing with parameters of type PmdCoordinatesSystem.TextRange Constructor Description LiveViolationRecord(@Nullable PmdCoordinatesSystem.TextRange range, @Nullable java.lang.String message, boolean exactRange) -
Uses of PmdCoordinatesSystem.TextRange in net.sourceforge.pmd.util.fxdesigner.util.codearea
Methods in net.sourceforge.pmd.util.fxdesigner.util.codearea that return PmdCoordinatesSystem.TextRange Modifier and Type Method Description static PmdCoordinatesSystem.TextRangePmdCoordinatesSystem.TextRange. fromString(java.lang.String str)Compatible withtoString()static PmdCoordinatesSystem.TextRangePmdCoordinatesSystem.TextRange. fullLine(int line, int lineLength)static PmdCoordinatesSystem.TextRangePmdCoordinatesSystem. rangeOf(net.sourceforge.pmd.lang.ast.Node node)Methods in net.sourceforge.pmd.util.fxdesigner.util.codearea with parameters of type PmdCoordinatesSystem.TextRange Modifier and Type Method Description booleanPmdCoordinatesSystem.TextRange. contains(PmdCoordinatesSystem.TextRange range)static java.util.Optional<net.sourceforge.pmd.lang.ast.Node>PmdCoordinatesSystem. findNodeCovering(net.sourceforge.pmd.lang.ast.Node root, PmdCoordinatesSystem.TextRange range, boolean exact)Returns the innermost node that covers the entire given text range in the given tree. -
Uses of PmdCoordinatesSystem.TextRange in net.sourceforge.pmd.util.fxdesigner.util.controls
Method parameters in net.sourceforge.pmd.util.fxdesigner.util.controls with type arguments of type PmdCoordinatesSystem.TextRange Modifier and Type Method Description static voidDragAndDropUtil. registerAsNodeDragTarget(javafx.scene.Node target, java.util.function.Consumer<PmdCoordinatesSystem.TextRange> nodeRangeConsumer, DesignerRoot root)Registers aNodeas the target of a drag and drop initiated byDragAndDropUtil.registerAsNodeDragSource(javafx.scene.Node, Node, DesignerRoot).
-