Package docking.help
Interface HelpDescriptor
- 
- All Known Subinterfaces:
 ComponentBasedDockingAction,DockingActionIf,ToggleDockingActionIf
- All Known Implementing Classes:
 ghidra.app.plugin.core.functioncompare.actions.AbstractApplyFunctionSignatureAction,AbstractFindReferencesDataTypeAction,AbstractFindReferencesToAddressAction,AbstractSelectionNavigationAction,AddAllFieldAction,AddFieldAction,AddSpacerFieldAction,ApplyFunctionSignatureAction,ApplyFunctionSignatureAction,ClearCutAction,ComponentProvider,ComponentProviderAdapter,ContextSpecificAction,DbViewerProvider,DeleteTableRowAction,DialogProjectDataCollapseAction,DialogProjectDataExpandAction,DialogProjectDataNewFolderAction,DisableFieldAction,DockingAction,DockingActionProxy,DockingDialog,DomainEventComponentProvider,DomainFileProviderContextAction,DomainFolderChangesDisplayComponentProvider,EnableFieldAction,EventDisplayComponentProvider,FindCheckoutsAction,FrontEndProjectDataCollapseAction,FrontEndProjectDataExpandAction,FrontEndProjectDataNewFolderAction,FrontendProjectTreeAction,FSBAction,HelpAction,HorizontalRuleAction,InsertRowAction,KeyBindingAction,ListingComparisonProvider,ListingContextAction,ListingMergePanelProvider,MakeProgramSelectionAction,MultiActionDockingAction,MultiStateDockingAction,NavigatableComponentProviderAdapter,NavigatableContextAction,NextRangeAction,NonToolbarMultiStateAction,PreviousRangeAction,ProgramContextAction,ProgramLocationContextAction,ProgramSymbolContextAction,ProjectDataCollapseAction,ProjectDataContextToggleAction,ProjectDataCopyAction,ProjectDataCopyCutBaseAction,ProjectDataCutAction,ProjectDataDeleteAction,ProjectDataExpandAction,ProjectDataNewFolderAction,ProjectDataOpenDefaultToolAction,ProjectDataOpenToolAction,ProjectDataPasteAction,ProjectDataReadOnlyAction,ProjectDataRefreshAction,ProjectDataRenameAction,ProjectDataSelectAction,ProjectTreeAction,PropertyManagerProvider,RemoveAllFieldsAction,RemoveFieldAction,RemoveRowAction,ResetAllFormatsAction,ResetFormatAction,ResetTranslationAction,SaveImageAction,SelectionNavigationAction,SetSpacerTextAction,SharedStubKeyBindingAction,ShowAllComponentsAction,ShowContextMenuAction,ShowFocusCycleAction,ShowFocusInfoAction,ToggleDockingAction,VersionControlAction,VersionControlAddAction,VersionControlCheckInAction,VersionControlCheckOutAction,VersionControlDataTypeArchiveUndoCheckoutAction,VersionControlShowHistoryAction,VersionControlUndoCheckOutAction,VersionControlUndoHijackAction,VersionControlUpdateAction,VersionControlViewCheckOutAction,ViewInstructionDetailsAction,VisualGraphComponentProvider,ZoomInAction,ZoomOutAction,ZoomResetAction
public interface HelpDescriptor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetHelpInfo()Returns a descriptive String about the help object that this descriptor represents.java.lang.ObjectgetHelpObject()Returns the object for which help locations are defined. 
 - 
 
- 
- 
Method Detail
- 
getHelpObject
java.lang.Object getHelpObject()
Returns the object for which help locations are defined. This may be the implementor of this interface or some other delegate object. 
- 
getHelpInfo
java.lang.String getHelpInfo()
Returns a descriptive String about the help object that this descriptor represents. 
 - 
 
 -