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

GuiRangeSelectionContext 内で "すべてを選択" 機能を提供します。


コンストラクタ
default:GuiRangeSelectAll を作成します。
コンストラクタ public {GuiRangeSelectAll.default context:GuiRangeSelectionContext}

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

メソッド
メソッド 継承 TextSelectAllCommand: execute
メソッド 継承 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 {GuiRangeSelectAll.default context:GuiRangeSelectionContext}

GuiRangeSelectAll を作成します。

context: このコマンドが操作する新しい GuiRangeSelectionContext



プロパティ詳細
context (アクセサ)
アクセサ public GuiRangeSelectAll.context:GuiRangeSelectionContext

このコマンドが操作する SelectionContext



enabled? (アクセサ)
アクセサ public GuiRangeSelectAll.enabled?:bool

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

オーバーライド

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





メソッド詳細