/** * <p>Copyright: Copyright (c) 2009</p> * <p>Company: �������ӹɷ����޹�˾</p> */ package com.hundsun.ares.studio.ui; /** * ��ѡ��KEY * @author sundl */ public interface ARESPreferences { /** ��Դ����ǩ -- ��Դ�ڵ������ */ String LABEL_RESOURCE = "label"; /** ��Դ����ǩ -- ģ��ڵ������*/ String LABEL_MODULE = "label.module"; public static final String FLATLAYOUT = "com.hundusn.ares.studio.ui.flatlayout"; //$NON-NLS-1$ public static final String SHOW_CATEGORY = "com.hundsun.ares.studio.ui.showcategory"; }