Winter Cardinal UI - v0.442.0 / DCommandCreate
↳ DCommandCreate
• new DCommandCreate(): DCommandCreate
▸ destroy(): void
void
src/main/typescript/wcardinal/ui/d-command-base.ts:41
▸ execute(): boolean
Called to executed this command.
boolean
true if executed successfully
src/main/typescript/wcardinal/ui/d-command-create.ts:9
▸ isClean(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:17
▸ isClear(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-create.ts:15
▸ isMerged(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:29
▸ isStorable(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-create.ts:11
▸ merge(target
): boolean
Called to merge the target command and this command. Returns true if merged successfully.
Name | Type | Description |
---|---|---|
target |
DCommand |
a command to be merged |
boolean
true if merged successfully
src/main/typescript/wcardinal/ui/d-command-base.ts:25
▸ redo(): boolean
boolean
src/main/typescript/wcardinal/ui/d-command-base.ts:33
▸ undo(): boolean
boolean