SelectNothingCommand (クラス)
public SelectNothingCommand {inherits SelectionContextCommand}
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.GUI.BASE.

SelectionContext の選択をクリアします。


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

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

メソッド
execute:CommandImpl を実行します。
protected {SelectNothingCommand.execute}:void
メソッド 継承 CommandImpl: do-command, 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 {SelectNothingCommand.default context:SelectionContext}

新しい SelectNothingCommand を作成します。

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



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

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

オーバーライド

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





メソッド詳細
execute (メソッド)
protected {SelectNothingCommand.execute}:void

CommandImpl を実行します。

説明

ユーザーは、このメソッドを直接呼び出すべきではありません。代わりに、CommandImpl.do-command の呼び出しを考えてください。これは、実際の実行前に必要な任意の検証とプロンプト表示を含んでいます。