public abstract class LibrAlignSwingAlignmentEdit<T> extends AbstractDocumentEdit
SwingUndoAlignmentModel
are inherited from this class which
implements basic functionality.SwingUndoAlignmentModel
Constructor and Description |
---|
LibrAlignSwingAlignmentEdit(SwingUndoAlignmentModel<T> provider)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
SwingUndoAlignmentModel<T> |
getProvider()
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, undo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPresentationName
public LibrAlignSwingAlignmentEdit(SwingUndoAlignmentModel<T> provider)
provider
- the data provider creating this instancepublic SwingUndoAlignmentModel<T> getProvider()
SwingUndoAlignmentModel
protected void registerDocumentChange()
SwingUndoAlignmentModel.registerDocumentChange()
of the associated
data provider.registerDocumentChange
in class AbstractDocumentEdit