• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

show the tabbed properties view of eclipse through action item

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've added one tab in Properties view of Eclipse, name it as "OSProperties" which contains the components such as label,button and text, act as the UI and get the data from user. This works properly. Now my requirement is I've to shown my tab "OSProperties" through action item named as"Show OSProperties", added in the menu bar. Let say clearly the properties view has more than one tab which also include my customized tab and other third party tabs (BPMN Diagram properties), so when ever I'm trying to select the action item "Show OSProperties", I've to show my customized tab.

Any suggestion..?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic