Programmatically executing transformation menu from code
Dear Community,
I have a quick question regarding calling/executing transformation menu. We have a Java class from where we would like to call the existing transformation menu. Is there a possibility to do so? we have a logic (condition: true/false) based on which we want to execute/call the transformation menu.
function A(boolean condition)
{
if(condition==true)
{
execute existing transformation menu residing in the editor aspect of the language
}
}
many thanks
Saad
Please sign in to leave a comment.
Do you want to execute a particular action from the menu (which action?) or do you want to show the menu (which menu?)?