Interface BasicFileMenuBuilder.PathProvider
-
- Enclosing interface:
- BasicFileMenuBuilder
public static interface BasicFileMenuBuilder.PathProviderA provider of Paths, when thePathneeds to be ascertained at runtime at the point of execution. NormallyMenuItemare associated with a static path that is determined at development time. However there are occasions when thePathcannot be determined until theMenuItemis invoked for example when multiple paths can be represented by a single menu.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.uberfire.backend.vfs.PathgetPath()Gets aPathfor which theMenuItemcorresponds.
-