Package | Description |
---|---|
org.netbeans.lib.editor.util.swing |
Modifier and Type | Class and Description |
---|---|
class |
MutablePositionRegion
A pair of positions delimiting a text region in a swing document.
|
Modifier and Type | Method and Description |
---|---|
static Comparator<PositionRegion> |
PositionRegion.getComparator()
Get comparator for position regions comparing start offsets
of the two given regions.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PositionRegion.isRegionsSorted(List<? extends PositionRegion> positionRegionList)
Check whether a list of position regions is sorted
according the start offsets of the regions.
|
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.