1 package net.sourceforge.pmd.util.viewer.gui; 2 3 /** 4 * contains action command constants 5 * 6 * @author Boris Gruschko ( boris at gruschko.org ) 7 * @version $Id: ActionCommands.java 4217 2006-02-10 14:15:31Z tomcopeland $ 8 */ 9 10 public interface ActionCommands { 11 String COMPILE_ACTION = "Compile"; 12 String EVALUATE_ACTION = "Evaluate"; 13 }