Need a method in UIFactoryExt (unable to add custom icons for ToolAction-s)

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • jt4.5
    • Affects Version/s: jt4.5
    • Component/s: tools
    • b32
    • generic
    • generic
    • Verified

      We need a method

      need a method in UIFactory.UIFactoryExt

      "

              public URL getIconURL(String uiKey) {
                  String r = getI18NString(uiKey + ".icon");

                  URL url = altClass.getResource(r);

                  if (url == null)
                      return super.getIconURL(uiKey);

                  return url;
              }

      "

      If there is no such a method, there is not way to lookup for the Icon-s
      in jtExt.

            Assignee:
            Brian Kurotsuchi (Inactive)
            Reporter:
            Boris Kvartskhava
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: