Package ghidra.app.util
Class GenericHelpTopics
- java.lang.Object
-
- ghidra.app.util.GenericHelpTopics
-
public class GenericHelpTopics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringABOUTHelp Topic for "About."static java.lang.StringFRONT_ENDName of options for the help topic for the front end (Project Window).static java.lang.StringGLOSSARYHelp Topic for the glossary.static java.lang.StringINTROHelp for Intro topics.static java.lang.StringREPOSITORYHelp Topic for the project repository.static java.lang.StringTOOLHelp Topic for tools.static java.lang.StringVERSION_CONTROLHelp Topic for the version control.
-
Constructor Summary
Constructors Constructor Description GenericHelpTopics()
-
-
-
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
-
TOOL
public static final java.lang.String TOOL
Help Topic for tools.- See Also:
- Constant Field Values
-
-