Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
<!ELEMENT extension (propertyTester*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT propertyTester EMPTY>
<!ATTLIST propertyTester
id CDATA #REQUIRED
type CDATA #REQUIRED
namespace CDATA #REQUIRED
properties CDATA #REQUIRED
class CDATA #REQUIRED>
<extension point="org.eclipse.core.expressions.propertyTesters"> <propertyTester id="org.eclipse.jdt.ui.IResourceTester" type="org.eclipse.core.resources.IResource" namespace="org.eclipse.jdt.ui" properties="canDelete" class="org.eclipse.jdt.ui.internal.ResourceTester"> </propertyTester> </extension>
Copyright (c) 2001, 2004 IBM Corporation and others.
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 http://www.eclipse.org/legal/epl-v10.html