|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.ui.service.align.AlignmentServiceAdapter
public abstract class AlignmentServiceAdapter
Adapter for alignment service listeners
Constructor Summary | |
---|---|
AlignmentServiceAdapter()
|
Method Summary | |
---|---|
void |
alignmentCleared()
Called when the alignment has been cleared |
void |
cellReplaced(Cell oldCell,
Cell newCell)
Called when an existing cell has been replaced by another. |
void |
cellsAdded(Iterable<Cell> cells)
Called when cells have been added |
void |
cellsRemoved(Iterable<Cell> cells)
Called when existing cells have been removed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlignmentServiceAdapter()
Method Detail |
---|
public void alignmentCleared()
AlignmentServiceListener
alignmentCleared
in interface AlignmentServiceListener
AlignmentServiceListener.alignmentCleared()
public void cellsRemoved(Iterable<Cell> cells)
AlignmentServiceListener
cellsRemoved
in interface AlignmentServiceListener
cells
- the cells that have been removedAlignmentServiceListener.cellsRemoved(Iterable)
public void cellReplaced(Cell oldCell, Cell newCell)
AlignmentServiceListener
cellReplaced
in interface AlignmentServiceListener
oldCell
- the old cell that has been replacednewCell
- the new cell that has replaced the otherAlignmentServiceListener.cellReplaced(Cell, Cell)
public void cellsAdded(Iterable<Cell> cells)
AlignmentServiceListener
cellsAdded
in interface AlignmentServiceListener
cells
- the cells that have been addedAlignmentServiceListener.cellsAdded(Iterable)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |