Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1089331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T23:12:19+00:00 2026-05-16T23:12:19+00:00

I cannot get this to work so I thought it might be a wise

  • 0

I cannot get this to work so I thought it might be a wise idea posting over here…

I have a context menu in SWT (actually its an Eclipse plugin). It’s a cascaded menu, so it expands as soon as you hover over a certain entry…

My problem is, that I want to attach a small icon to the menu but I struggle with that!

Code:
….

            manager.add(new Separator());

            // icon for the "change color" menu
            ImageDescriptor icon = ImageDescriptor.createFromFile(null,
                "icons/palette_brush.png");

            // submenu
            MenuManager colorMenu = new MenuManager("Menu", icon,  null);

            // Actions
            colorMenu.add(someAction);

            // add the action to the submenu
            manager.add(colorMenu);

           ....

My problem is, that the new MenuManager can either be called with 2 Arguments (no attached image) or 3 (with attached image). The image should be passed along as ImageDescriptor.

The question basically is:
“How can I get an Imagedescriptor off an image?”

Maybe it’s an stupid mistake – but I cannot get an ImageDescriptor from an image file. I have an *.png icon ready to use, but I struggle incorporating this.

If anyone could help out with a snippet, that would get me an ImageDescriptor from an image file this would be soo awesome!

Best regards!

MenuManager Documentation:
MenuManager Docu

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T23:12:19+00:00Added an answer on May 16, 2026 at 11:12 pm
    Bundle bundle = Platform.getBundle(pluginId);
    URL fullPathString = BundleUtility.find(bundle, "icons/palette_brush.png");
    ImageDescriptor.createFromURL(fullPathString);
    

    pluginId is the id of the plugin where you put your icon.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cannot get this to work, here is code that I found in another
Hey guys I simply cannot get this to work. I have some content that
I just cannot get this to work, would appreciate if someone can help. So
Ok, I've tried about near everything and I cannot get this to work. I
i get this error Cannot open database DataLayer.Context.MedicallexiconContext requested by the login. The login
I get this error message pageContext cannot be resolved but I have no variable
I've been trying to get this to work. It's basically a way to have
I have a form using GET method. This form might have large amount of
I cannot get this function to fire off... I'm thinking I need a fresh
Ok, I cannot get this. I've looked at it and I don't see why

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.