workspace-explorer/src/main/java/org/gcube/portlets/widgets/wsexplorer/client/WorkspaceExplorerConstants....

12 lines
371 B
Java

package org.gcube.portlets.widgets.wsexplorer.client;
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";
}