-1

I have a view in a eclipse plug-in. I need to open a view on a action of hyperlink in the current view.

mliebelt
  • 15,345
  • 7
  • 55
  • 92

1 Answers1

0

There are a lot of ways to do it. Here are the steps to do it:

  • Find the context you are in.
  • page = self.getSite().getPage(); gets the page from where to open the view.
  • page.showView(<ID of page>);

See the questions:

Community
  • 1
  • 1
mliebelt
  • 15,345
  • 7
  • 55
  • 92