actionClass parameter

Use the actionClass parameter to define a user action for the current view.  You can also use the actionClass parameter to redefine the behavior of one of the default editor actions.

 

Availability

query command
set command

 

Scope

The current view.

 

Syntax

query actionClass.action
set actionClass.action [className] 

 

Parameters

action Use the action qualifier to specify the name of the editor action that you wish to set or query.  If you are using the set command, you may specify a default editor action in order to override its behavior.
className Use the className parameter to specify the name of a class that implements the com.ibm.lpex.core.LpexAction interface.  If you do not specify the className parameter, the specified action will be reset to its installation setting.

 

Examples

query actionClass.test
set actionClass.test com.ibm.lpex.samples.TestAction
set actionClass.test 

Related concepts
Editor commands, actions, and parameters

Related reference
query command
set command
actions parameter
keyAction parameter
mouseAction parameter
updateProfile.userActions parameter
updateProfile.userKeyActions parameter
updateProfile.userMouseActions parameter
Default editor commands
Default editor actions