Strings.java

Go to the documentation of this file.
00001 
00002 //                                                                      //
00003 //  Strings.java                                                        //
00004 //                                                                      //
00005 //  util.Strings -- strings appearing in the hpcviewer user interface   //
00006 //  Last edited: January 16, 2002 at 12:52 pm                           //
00007 //                                                                      //
00008 //  (c) Copyright 2002 Rice University. All rights reserved.            //
00009 //                                                                      //
00011 
00012 
00013 
00014 
00015 package edu.rice.cs.hpc.data.util;
00016 
00017 
00018 
00019 
00021 //  CLASS STRINGS                                                       //
00023 
00033 public class Strings
00034 {
00035 
00036 
00037 public static final String ALL_SCOPES               = "all scopes";
00038 public static final String APPNAME                  = "hpcviewer";
00039 public static final String AT_LINE                  = "at line";
00040 public static final String BAD_DOT_OR_MARK          = "Invalid dot or mark position";
00041 public static final String CANT_BE_READ             = "can't be read";
00042 public static final String CANT_CLONE_SUBPART       = "Can't clone a subpart";
00043 public static final String CANT_OPEN_SOURCEFILE     = "Can't open source file";
00044 public static final String CANT_READ_PROPERTY_FILE  = "Can't read user's property file, will use defaults";
00045 public static final String CANT_READ_SOURCEFILE     = "Can't read source file";
00046 public static final String COPYRIGHT                = "hpcviewer\n(C) Copyright 2002, 2003 Rice University";
00047 public static final String EMPTY_METHOD             = "Method is intentionally empty";
00048 public static final String ERROR                    = "Error";
00049 public static final String ERROR_EXPFILE_IO         = "IO error reading experiment file";
00050 public static final String ERROR_EXPFILE_INVALID    = "Experiment file contents are invalid";
00051 public static final String EXTRA_ARGS_IGNORED       = "Extra command line arguments ignored";
00052 public static final String FATAL_ERROR              = "Fatal error";
00053 public static final String FILE_NOT_FOUND           = "File not found";
00054 public static final String LINENUM_ANNOT            = "Line";
00055 public static final String MENU_FILE                = "File";
00056 public static final String MENU_GO                  = "Go";
00057 public static final String MENU_HELP                = MENU_FILE /*** TEMPORARY: should be "Help" ***/;
00058 public static final String MENU_VIEW                = "View";
00059 public static final String MESSAGE                  = "Message";
00060 public static final String METRIC_BUTTON            = "Metric";
00061 public static final String METRICVIEW_COLUMN0_NAME  = "Scope";
00062 public static final String NEED_NEW_JAVA            = "hpcviewer requires Java 1.5 or newer, but was launched with version";
00063 public static final String NOT_AVAILABLE            = "is not available";
00064 public static final String NOT_CALLED               = "Method should not be called";
00065 public static final String NOT_IMPLEMENTED          = "Method not implemented";
00066 public static final String SOURCE_FILE              = "Source file";
00067 public static final String SOURCE_FILE_AVAILABLE    = "File is available";
00068 public static final String SOURCE_FILE_UNAVAILABLE  = "File is not available";
00069 public static final String SUBCLASS_RESPONSIBILITY  = "Method is a subclass responsibility";
00070 public static final String TEMPORARY_METHOD         = "Method has temporary implementation";
00071 public static final String UNKNOWN_ERROR            = "Unknown Error";
00072 public static final String VERSION                  = "Version";
00073 public static final String WARNING                  = "Warning";
00074 public static final String XML_PARSE_EXCEPTION      = "Unexpected exception while parsing XML file:";
00075 
00076 
00077 
00078 
00079 }   // end class Strings
00080 
00081 
00082 
00083 
00084 
00085 
00086 
00087 
00088 

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1