Class Browser.Reference

  • Enclosing class:
    Browser

    public static class Browser.Reference
    extends Object
    • Field Detail

      • label

        @NotNull
        protected final @NotNull String label
      • tooltip

        @Nullable
        protected final @Nullable String tooltip
      • path

        @NotNull
        protected final @NotNull String path
      • actions

        @Nullable
        protected final @Nullable String actions
    • Constructor Detail

      • Reference

        public Reference​(@NotNull
                         @NotNull String label,
                         @Nullable
                         @Nullable String tooltip,
                         @NotNull
                         @NotNull String path)
      • Reference

        public Reference​(@NotNull
                         @NotNull String label,
                         @Nullable
                         @Nullable String tooltip,
                         @NotNull
                         @NotNull String path,
                         @Nullable
                         @Nullable String actions)
    • Method Detail

      • getLabel

        @NotNull
        public @NotNull String getLabel()
      • getTooltip

        @Nullable
        public @Nullable String getTooltip()
      • getPath

        @NotNull
        public @NotNull String getPath()
      • getActions

        @NotNull
        public @NotNull String getActions()