Interface HelpCtx.Provider
- All Known Implementing Classes:
BooleanStateAction, CallableSystemAction, CallbackSystemAction, NewType, PasteType, ServiceType, SystemAction
- Enclosing class:
HelpCtx
public static interface HelpCtx.Provider
An object implementing this interface is willing to answer
the HelpCtx.findHelp() query itself.
- Since:
- 3.20
-
Method Summary
-
Method Details
-
getHelpCtx
HelpCtx getHelpCtx()Get theHelpCtxassociated with implementing object.- Returns:
- assigned
HelpCtxorHelpCtx.DEFAULT_HELP, nevernull.
-