Package org.rssowl.core.model.internal.preferences

Examples of org.rssowl.core.model.internal.preferences.EntityScope


   *
   * @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);
  }
View Full Code Here

TOP

Related Classes of org.rssowl.core.model.internal.preferences.EntityScope

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.