Winter Cardinal UI - v0.442.0 / DCommand

Interface: DCommand

Implemented by

Table of contents

Methods

Methods

destroy

destroy(): void

Returns

void

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:33


execute

execute(): boolean

Called to executed this command.

Returns

boolean

true if executed successfully

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:18


isClean

isClean(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:11


isClear

isClear(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:9


isMerged

isMerged(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:29


isStorable

isStorable(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:7


merge

merge(target): boolean

Called to merge the target command and this command. Returns true if merged successfully.

Parameters

Name Type Description
target DCommand a command to be merged

Returns

boolean

true if merged successfully

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:27


redo

redo(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:31


undo

undo(): boolean

Returns

boolean

Defined in

src/main/typescript/wcardinal/ui/d-command.ts:32