| Package | Description |
|---|---|
| org.corpus_tools.annis.gui.widgets.grid |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<GridEvent> |
Row.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Row.addEvent(GridEvent e)
Adds an event to this row
|
boolean |
Row.addEvent(ListIterator<GridEvent> iterator,
GridEvent e)
Adds an event to this row using
ListIterator.add(java.lang.Object) |
boolean |
Row.removeEvent(GridEvent event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Row.addEvent(ListIterator<GridEvent> iterator,
GridEvent e)
Adds an event to this row using
ListIterator.add(java.lang.Object) |
void |
Row.removeEvent(ListIterator<GridEvent> iterator)
Call
ListIterator.remove() and update internal occupancy grid. |
| Constructor and Description |
|---|
GridEvent(GridEvent orig)
Copy constructor
|
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.