IPreferencesScope
IEntity
176177178179180181182
* * @param entity The Entity to be used for the Scope. * @return The Entity Scope for Preferences as defined by the given Entity. */ public IPreferencesScope getEntityScope(IEntity entity) { return new EntityScope(entity, fGlobalScope); }