Bug 411724 - Hidden toolbar doesn't stay hidden

CleanupAddon contained code to automatically make a UI element
visible when one of its children became visible. This is
appropriate for part stacks and sash containers but not for
toolbars, so we use instanceof checks to ensure we're using
it when appropriate.

Change-Id: I821b96ddffea10ed10840ed64fed7cc05e488bae
Signed-off-by: Stefan Xenos <sxenos@google.com>
1 file changed
tree: 7b8696664660a2a57ab7d8e09df7aa7f3208b317
  1. bundles/
  2. examples/
  3. features/
  4. releng/
  5. tests/
  6. .gitignore
  7. .project
  8. CONTRIBUTING.md
  9. pom.xml
  10. README.md
README.md

Platform UI

Platform UI provides the basic building blocks for user interfaces built with Eclipse. Some of these form the Eclipse Rich Client Platform (RCP) and can be used for arbitrary rich client applications, while others are specific to the Eclipse IDE. The Platform UI codebase is built on top of the Eclipse Standard Widget Toolkit (SWT), which is developed as an independent project.

For more information, refer to the [Platform UI wiki page] 1.

Contributions

For information how to contribute to the Platform UI project see [Platform UI - How to contribute wiki page] 2.

License

Eclipse Public License (EPL) v1.0