View Javadoc

1   /*
2    * $Id: IPreferencesSettings.java,v 1.1 2008/01/29 10:59:59 oeuillot Exp $
3    */
4   package org.rcfaces.core.internal.capability;
5   
6   import org.rcfaces.core.component.capability.IPreferencesCapability;
7   
8   /**
9    * 
10   * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
11   * @version $Revision: 1.1 $ $Date: 2008/01/29 10:59:59 $
12   */
13  public interface IPreferencesSettings extends IPreferencesCapability {
14      boolean isPreferencesSetted();
15  }