Interface HasHelpTag

All Known Implementing Classes:
PortEditor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HasHelpTag
Interface specifying this object has a dynamically changeable help tag, and should be queried each time the tag is needed.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the help tag associated with the current view.
  • Method Details

    • getHelpTag

      String getHelpTag()
      Get the help tag associated with the current view.
      Returns:
      help tag String