public abstract class LibrAlignSwingAlignmentEdit<T> extends AbstractDocumentEdit
SwingUndoAlignmentModel are inherited from this class which
implements basic functionality.SwingUndoAlignmentModel| Constructor and Description |
|---|
LibrAlignSwingAlignmentEdit(SwingUndoAlignmentModel<T> model)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
SwingUndoAlignmentModel<T> |
getModel()
Returns the data provider instance that created and uses this object.
|
protected void |
registerDocumentChange()
Delegates to
SwingUndoAlignmentModel.registerDocumentChange() of the associated
data provider. |
addEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, setIsSubedit, undopublic LibrAlignSwingAlignmentEdit(SwingUndoAlignmentModel<T> model)
model - the alignment model creating this instancepublic SwingUndoAlignmentModel<T> getModel()
SwingUndoAlignmentModelprotected void registerDocumentChange()
SwingUndoAlignmentModel.registerDocumentChange() of the associated
data provider.registerDocumentChange in class AbstractDocumentEdit