Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] How to set WorkbenchWidget visibility

Hi,

I working on eclipse 3.2.2 and I want to update the visibility and enablement of a IWorkbenchWidget. The widget was described in the plugin.xml and then created with the org.eclipse.ui.internal.menus.TrimBarManager attribute of org.eclipse.ui.internal.WorkbenchWindow.

The item looks like the ReadmeTrimWidget of the org.eclipse.ui.examples.readmetool project.

How could I do this ?

Thanks


Back to the top