Class GenericHelpTopics


  • public class GenericHelpTopics
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ABOUT
      Help Topic for "About."
      static java.lang.String FRONT_END
      Name of options for the help topic for the front end (Project Window).
      static java.lang.String GLOSSARY
      Help Topic for the glossary.
      static java.lang.String INTRO
      Help for Intro topics.
      static java.lang.String REPOSITORY
      Help Topic for the project repository.
      static java.lang.String TOOL
      Help Topic for tools.
      static java.lang.String VERSION_CONTROL
      Help Topic for the version control.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ABOUT

        public static final java.lang.String ABOUT
        Help Topic for "About."
        See Also:
        Constant Field Values
      • FRONT_END

        public static final java.lang.String FRONT_END
        Name of options for the help topic for the front end (Project Window).
        See Also:
        Constant Field Values
      • GLOSSARY

        public static final java.lang.String GLOSSARY
        Help Topic for the glossary.
        See Also:
        Constant Field Values
      • INTRO

        public static final java.lang.String INTRO
        Help for Intro topics.
        See Also:
        Constant Field Values
      • REPOSITORY

        public static final java.lang.String REPOSITORY
        Help Topic for the project repository.
        See Also:
        Constant Field Values
      • VERSION_CONTROL

        public static final java.lang.String VERSION_CONTROL
        Help Topic for the version control.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GenericHelpTopics

        public GenericHelpTopics()