EditorCommand class abstract
A command that alters a Document by applying changes in a DocumentEditorTransaction.
- Implementers
- AddTextAttributionsCommand
- ChangeListItemTypeCommand
- CombineParagraphsCommand
- ConvertBlockquoteToParagraphCommand
- ConvertListItemToParagraphCommand
- ConvertParagraphToListItemCommand
- ConvertParagraphToTaskCommand
- DeleteNodeCommand
- DeleteParagraphsCommand
- DeleteSelectionCommand
- EditorCommandFunction
- IndentListItemCommand
- InsertAttributedTextCommand
- InsertNewTaskOrSplitExistingTaskCommand
- InsertTextCommand
- RemoveTextAttributionsCommand
- SplitBlockquoteCommand
- SplitListItemCommand
- SplitParagraphCommand
- ToggleTextAttributionsCommand
- UnIndentListItemCommand
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
execute(
Document document, DocumentEditorTransaction transaction) → void -
Executes this command against the given
document
, with changes applied to the giventransaction
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited