DeleteCommand (クラス)
public abstract DeleteCommand {inherits SelectionContextCommand}
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.BASE.
直接継承しているサブクラス: WritableTextDeleteCommand, RecordGridDelete

SelectionContext の選択の内容を削除します。


コンストラクタ
default:新しい DeleteCommand を作成します。
コンストラクタ public {DeleteCommand.default context:SelectionContext}

プロパティ
enabled?:適切なパラメータ設定が適用されるとして、この CommandImpl が実行可能な状態にあるかどうかを調べます。
アクセサ public DeleteCommand.enabled?:bool
プロパティ 継承 SelectionContextCommand: context
プロパティ 継承 CommandImpl: has-prompt?, impl, valid?
プロパティ 継承 Command: name
プロパティ 継承 Observable: has-observers?, notify-observers?

メソッド
メソッド 継承 CommandImpl: do-command, execute, prepare, prompt, update-completed
メソッド 継承 Command: ensure-updated, note-state-changed, request-update, update
メソッド 継承 Observable: add-observer, notify-observers, remove-observer
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {DeleteCommand.default context:SelectionContext}

新しい DeleteCommand を作成します。

context: このコマンドが処理する SelectionContext



プロパティ詳細
enabled? (アクセサ)
アクセサ public DeleteCommand.enabled?:bool

適切なパラメータ設定が適用されるとして、この CommandImpl が実行可能な状態にあるかどうかを調べます。

オーバーライド

実装では、論理値、計算した任意の値、および super.enabled? を返します。





メソッド詳細