View Javadoc

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,v 1.1 2003/09/23 20:32:42 tomcopeland Exp $
8    */
9   public interface ActionCommands
10  {
11    public static final String COMPILE_ACTION  = "Compile";
12    public static final String EVALUATE_ACTION = "Evaluate";
13  }
14  
15  
16  /*
17   * $Log: ActionCommands.java,v $
18   * Revision 1.1  2003/09/23 20:32:42  tomcopeland
19   * Added Boris Gruschko's new AST/XPath viewer
20   *
21   * Revision 1.1  2003/09/24 01:33:03  bgr
22   * moved to a new package
23   *
24   * Revision 1.1  2003/09/22 05:21:54  bgr
25   * initial commit
26   *
27   */