Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.codearea.PmdCoordinatesSystem.TextPos2D
-
Packages that use PmdCoordinatesSystem.TextPos2D Package Description net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.util net.sourceforge.pmd.util.fxdesigner.util.codearea -
-
Uses of PmdCoordinatesSystem.TextPos2D in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type PmdCoordinatesSystem.TextPos2D Modifier and Type Field Description static DataHolder.DataKey<PmdCoordinatesSystem.TextPos2D>NodeSelectionSource. CARET_POSITIONThe position of the caret, when the selection is carried out from the code area. -
Uses of PmdCoordinatesSystem.TextPos2D in net.sourceforge.pmd.util.fxdesigner.util
Methods in net.sourceforge.pmd.util.fxdesigner.util with parameters of type PmdCoordinatesSystem.TextPos2D Modifier and Type Method Description static java.util.Optional<net.sourceforge.pmd.lang.ast.Node>AstTraversalUtil. mapToMyTree(net.sourceforge.pmd.lang.ast.Node myRoot, net.sourceforge.pmd.lang.ast.Node node, PmdCoordinatesSystem.TextPos2D caretPositionOrNull)Tries hard to find the node in [myRoot] that corresponds most closely to the given [node], which may be from another tree. -
Uses of PmdCoordinatesSystem.TextPos2D in net.sourceforge.pmd.util.fxdesigner.util.codearea
Fields in net.sourceforge.pmd.util.fxdesigner.util.codearea declared as PmdCoordinatesSystem.TextPos2D Modifier and Type Field Description PmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem.TextRange. endPosPmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem.TextRange. startPosFields in net.sourceforge.pmd.util.fxdesigner.util.codearea with type parameters of type PmdCoordinatesSystem.TextPos2D Modifier and Type Field Description static java.util.Comparator<PmdCoordinatesSystem.TextPos2D>PmdCoordinatesSystem.TextPos2D. COMPARATORMethods in net.sourceforge.pmd.util.fxdesigner.util.codearea that return PmdCoordinatesSystem.TextPos2D Modifier and Type Method Description static PmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem. endPosition(net.sourceforge.pmd.lang.ast.Node node)static PmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem.TextPos2D. fromString(java.lang.String str)Compatible withtoString()static PmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem. getPmdLineAndColumnFromOffset(org.fxmisc.richtext.CodeArea codeArea, int absoluteOffset)static PmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem. rtfxRangeOf(net.sourceforge.pmd.lang.ast.Node node, org.fxmisc.richtext.CodeArea area)Returns aPmdCoordinatesSystem.TextPos2Dthat uses its coordinates as begin and end offset of the [node] in the [area].static PmdCoordinatesSystem.TextPos2DPmdCoordinatesSystem. startPosition(net.sourceforge.pmd.lang.ast.Node node)Methods in net.sourceforge.pmd.util.fxdesigner.util.codearea with parameters of type PmdCoordinatesSystem.TextPos2D Modifier and Type Method Description intPmdCoordinatesSystem.TextPos2D. compareTo(PmdCoordinatesSystem.TextPos2D o)static booleanPmdCoordinatesSystem. contains(net.sourceforge.pmd.lang.ast.Node node, PmdCoordinatesSystem.TextPos2D pos)Returns true if the given node contains the position.booleanPmdCoordinatesSystem.TextRange. contains(PmdCoordinatesSystem.TextPos2D pos)static java.util.Optional<net.sourceforge.pmd.lang.ast.Node>PmdCoordinatesSystem. findNodeAt(net.sourceforge.pmd.lang.ast.Node root, PmdCoordinatesSystem.TextPos2D target)Locates the innermost node in the given [root] that contains the position at [textOffset] in the [codeArea].Constructors in net.sourceforge.pmd.util.fxdesigner.util.codearea with parameters of type PmdCoordinatesSystem.TextPos2D Constructor Description TextRange(PmdCoordinatesSystem.TextPos2D startPos, PmdCoordinatesSystem.TextPos2D endPos)
-