public interface LocationWidgetComparator
Modifier and Type | Field and Description |
---|---|
static LocationWidgetComparator |
BOTTOM_HALF_COMPARATOR |
static LocationWidgetComparator |
BOTTOM_LEFT_COMPARATOR |
static LocationWidgetComparator |
BOTTOM_RIGHT_COMPARATOR |
static LocationWidgetComparator |
LEFT_HALF_COMPARATOR |
static LocationWidgetComparator |
RIGHT_HALF_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
boolean |
locationIndicatesIndexFollowingWidget(Area widgetArea,
Location location)
Determine whether or not
location indicates insertion following widgetArea. |
static final LocationWidgetComparator BOTTOM_HALF_COMPARATOR
static final LocationWidgetComparator BOTTOM_RIGHT_COMPARATOR
static final LocationWidgetComparator BOTTOM_LEFT_COMPARATOR
static final LocationWidgetComparator RIGHT_HALF_COMPARATOR
static final LocationWidgetComparator LEFT_HALF_COMPARATOR
boolean locationIndicatesIndexFollowingWidget(Area widgetArea, Location location)
location
indicates insertion following widgetArea.widgetArea
- the widget area to considerlocation
- the location to consider