![JAR search and dependency download from the Maven repository](/logo.png)
schema.propertiesView.exsd Maven / Gradle / Ivy
The newest version!
This extension point is used to modify behavior of the Properties view.
Use this element to exclude a workbench part from participating in the Properties view.
The unique id of the excluded workbench part.
3.6
The following example demonstrates how to exclude a view:
<p>
<pre>
<extension point="org.eclipse.ui.propertiesView">
<excludeSource id="org.eclipse.help.ui.HelpView"/>
</extension>
</pre>
</p>
The same code pattern can be used to exclude editors.
Copyright (c) 2009 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at <a
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy