Interface BasicFileMenuBuilder.PathProvider

  • Enclosing interface:
    BasicFileMenuBuilder

    public static interface BasicFileMenuBuilder.PathProvider
    A provider of Paths, when the Path needs to be ascertained at runtime at the point of execution. Normally MenuItem are associated with a static path that is determined at development time. However there are occasions when the Path cannot be determined until the MenuItem is invoked for example when multiple paths can be represented by a single menu.
    • Method Detail

      • getPath

        org.uberfire.backend.vfs.Path getPath()
        Gets a Path for which the MenuItem corresponds.
        Returns:
        A Path corresponding to the MenuItem