Question about accessing view from selection plugin
Posted: Wed Nov 28, 2012 8:02 pm
I have a question that comes in two parts. We have two plugin extensions, a selection and a workspace access. Currently we are using the workspace access to create a menu, and the selection plugin to manage selection actions.
We would like one of those selection actions to show a customized view, and then the user will interact with that view and it will perform an action based on the selection.
I'm having trouble figuring out how to interact with that view programmatically from the selection plugin extension.
Should I just have one plugin extension that implements both the WorkspaceAccessPluginExtension and the SelectionPluginExtension interfaces or is there a way to access a view through the api?
Thank you for your help.
We would like one of those selection actions to show a customized view, and then the user will interact with that view and it will perform an action based on the selection.
I'm having trouble figuring out how to interact with that view programmatically from the selection plugin extension.
Should I just have one plugin extension that implements both the WorkspaceAccessPluginExtension and the SelectionPluginExtension interfaces or is there a way to access a view through the api?
Thank you for your help.