PreferenceConstants.java

Go to the documentation of this file.
00001 package edu.rice.cs.hpc.viewer.util;
00002 
00006 public class PreferenceConstants {
00007 
00008     public static final String P_CALLER_VIEW = "callerViewPreference";
00009     
00010     public static final String P_PATH = "pathPreference";
00011 
00012     public static final String P_THRESHOLD = "ThresholdPreference";
00013     
00014     public static final String P_FONT_METRIC = "fontMetricViewPreference";
00015 
00016     public static final String P_FONT_GENERIC = "fontGenericViewPreference";
00017     
00018     public static final String P_GRAPH_DOT_DIAMETER = "graphDotDiameterPreference";
00019 
00020 }

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1