| java.lang.Object org.eclipse.ui.internal.preferences.PropertyUtil
PropertyUtil | public class PropertyUtil (Code) | | since: 3.1 |
copy | public static void copy(IPropertyMap destination, IPropertyMap source)(Code) | | Copies all properties from the given source to the given destination
Parameters: destination - Parameters: source - since: 3.1 |
union | public static IPropertyMap union(IPropertyMap[] sources)(Code) | | Computes the union of a set property maps. The result will contain all properties from
all of the contributing maps. If the same property had a different value in two or
more maps, its value in the union will be null. If the same property
Note that the result is a standalone
object and will not be updated to reflect subsequent changes in the source maps.
Parameters: sources - since: 3.1 |
|
|