public abstract class AbstractPointEdit extends AbstractUndoableEdit
Modifier and Type | Field and Description |
---|---|
protected LandmarkTableModel |
ltm |
RedoName, UndoName
Constructor and Description |
---|
AbstractPointEdit(LandmarkTableModel ltm) |
Modifier and Type | Method and Description |
---|---|
abstract void |
redo() |
abstract String |
toString() |
abstract void |
undo() |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit
protected final LandmarkTableModel ltm
public AbstractPointEdit(LandmarkTableModel ltm)
public abstract void undo()
undo
in interface UndoableEdit
undo
in class AbstractUndoableEdit
public abstract void redo()
redo
in interface UndoableEdit
redo
in class AbstractUndoableEdit
public abstract String toString()
toString
in class AbstractUndoableEdit
Copyright © 2015–2021 Fiji. All rights reserved.