updateProfile.userActions パラメーター

updateProfile.userActions パラメーターを使用して、updateProfile コマンドが使用するユーザー・アクションを設定または照会します。 このユーザー・アクションは、updateProfile コマンドの発行時にユーザーが定義できる アクション/クラス名の対のリストです。

使用できるコマンド/パラメーター

query コマンド
set コマンド
current パラメーター
default パラメーター
install パラメーター

有効範囲

updateProfile.userActions の有効範囲は現行ビューです。
current.updateProfile.userActions の有効範囲は現行ビューです。
default.updateProfile.userActions の有効範囲はグローバルです。
install.updateProfile.userActions の有効範囲はグローバルです。

構文

query updateProfile.userActions
set updateProfile.userActions { default
                              | [ action className ] [...]
                              }
query current.updateProfile.userActions
query default.updateProfile.userActions
set default.updateProfile.userActions { install
                                      | [ action className ] [...]
                                      }
query install.updateProfile.userActions 

パラメーター

default set updateProfile.userActions コマンドに default パラメーターを指定した場合は、現行ビューは default.updateProfile.userActions の値を updateProfile コマンドのユーザー・アクションとして使用します。
[ action className ] [...] set updateProfile.userActions コマンドにアクション/クラス名の対のリストを 指定すると、updateProfile コマンドは、現行ビュー内でユーザー・アクションのそのリストを使用します。 set default.updateProfile.userActions コマンドに userActions パラメーターを指定すると、updateProfile コマンドは、updateProfile.userActionsdefault に 設定されたすべての文書ビュー内で、ユーザー・アクションのそのリストを使用します。

この action パラメーターは、ユーザーが定義したいエディター・アクションの名前である必要があります。 className パラメーターは、com.ibm.lpex.core.LpexAction インターフェースを 実装する Java クラスの名前である必要があります。
install set default.updateProfile.userActions コマンドに install パラメーターを指定した場合は、updateProfile.userActionsdefault に設定したすべてのビューは install.updateProfile.userActions の値を使用して、updateProfile コマンドで使用するユーザー・アクションを判別します。

説明

query current.updateProfile.userActions コマンドは、 現行ビュー内で updateProfile コマンドが使用するアクション/クラス名の対を戻します。

query updateProfile.userActions
set updateProfile.userActions test com.ibm.lpex.samples.TestAction
query current.updateProfile.userActions
query default.updateProfile.userActions
set default.updateProfile.userActions install
query install.updateProfile.userActions 

関連参照
updateProfile コマンド
query コマンド
set コマンド
actionClass パラメーター
actions パラメーター
current パラメーター
default パラメーター
install パラメーター
updateProfile.baseProfile パラメーター
updateProfile.parser パラメーター
updateProfile.userCommands パラメーター
updateProfile.userKeyActions パラメーター
updateProfile.userMouseActions パラメーター
updateProfile.userProfile パラメーター