org.eclipse.wst.sse.ui.views.properties
Interface IPropertySourceExtension


public interface IPropertySourceExtension

Declares that this IPropertySource might support outright removal of a property

Since:
1.0

Method Summary
 boolean isPropertyRemovable(java.lang.Object name)
          Returns true if the property matching the given name can be removed, false otherwise.
 void removeProperty(java.lang.Object name)
          Removes the property with the given displayed name.
 

Method Detail

isPropertyRemovable

boolean isPropertyRemovable(java.lang.Object name)
Returns true if the property matching the given name can be removed, false otherwise.

Parameters:
name - the name of the property
Returns:
whether the property matching this name can be removed

removeProperty

void removeProperty(java.lang.Object name)
Removes the property with the given displayed name. If no such property exists, nothing is done.

Parameters:
name - the displayed name of the property