Interface SourceProvider

  • 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 SourceProvider
    Interface for a class that offers a list of SourceEntrys. Used by plugins to offer additional SourceEntrys to the user.
    Since:
    12649 (moved from gui.preferences package)