IPreferencesScope
IEntity
72737475767778
/* * @see org.rssowl.core.model.persist.pref.IPreferencesService#getEntityScope(org.rssowl.core.model.persist.IEntity) */ public IPreferenceScope getEntityScope(IEntity entity) { return new EntityScope(entity, fGlobalScope); }
82838485868788
88899091929394
* @see * org.rssowl.core.model.persist.pref.IPreferencesService#getEntityScope(org * .rssowl.core.model.persist.IEntity) */ public IPreferenceScope getEntityScope(IEntity entity) { return new EntityScope(entity, fGlobalScope); }