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

12 lines
372 B
Java

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