1 20 21 package com.methodhead.res; 22 23 27 public class ResGlobals { 28 29 31 33 public static final String FILETREE_KEY = 34 "com.methdodhead.res.FILETREE_KEY"; 35 36 public static final String FILE_KEY = 37 "com.methdodhead.res.FILE_KEY"; 38 39 public static final String FILEMANAGER_KEY = 40 "com.methdodhead.res.FILEMANAGER_KEY"; 41 42 44 46 48 } 50 | Popular Tags |