Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7900212

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2
    • jt4.5
    • jt4.5
    • tools
    • b32
    • generic
    • generic
    • Verified

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: