View Javadoc

1   package org.astrogrid.ui.help;
2   
3   /***
4    * Standard Help Index Keys & constants
5    * @Created          : Feb 2001
6    * @author           : M Hill
7    * NOTE - Keys specific to particular classes (eg Builder) should
8    * be kept with that class!
9    *
10   */
11  
12  public interface HelpKeys
13  {
14     public static String HOME           = "index";
15     public static String CONTENTS       = "index";
16     public static String INDEX          = "index";
17     public static String HELP_ON_HELP   = "help";
18     public static String ABOUT          = "about";
19     
20     public static String FALLBACK       = "fallback";
21     
22  }