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

SelectionContext 内の選択可能な内容をすべて選択します。


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

プロパティ
プロパティ 継承 SelectionContextCommand: context, enabled?
プロパティ 継承 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 {SelectAllCommand.default context:SelectionContext}

新しい SelectAllCommand を作成します。

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



プロパティ詳細


メソッド詳細