package org.gcube.portlets.widgets.wsexplorer.client; /** * The Class WorkspaceExplorerConstants. * * @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it * Jun 30, 2015 */ public class WorkspaceExplorerConstants { public static final String SPECIAL_FOLDERS_LABEL = "MySpecialFolders"; public static final String VRE_FOLDERS_LABEL = "My VRE Folders"; public static final String WORKSPACE_EXPLORER_CAPTION = "Workspace Explorer"; public static final String HOME_LABEL = "Home"; }