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 47333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:06:23+00:00 2026-05-10T16:06:23+00:00

I have an Eclipse RCP app I’m working on. It has some view-specific menus

  • 0

I have an Eclipse RCP app I’m working on. It has some view-specific menus and one of the menu items is an item which I would like to display a tick next to when the corresponding functionality is enabled. Similarly, the next time the item is selected, the item should become unticked to reflect that the corresponding functionality is disabled.

My question is this: how do I set the toggle state of these menu items? I have an IHandler to deal with the event when the menu item is selected but I’m unsure how to update the GUI element itself.

Does the StackOverflow community have any thoughts on how I might solve this?

  • 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. 2026-05-10T16:06:23+00:00Added an answer on May 10, 2026 at 4:06 pm

    The solution involves having the command handler implement the IElementUpdater interface. The UI element can then be updated as so:

    public void updateElement(UIElement element, Map parameters)  {     element.setChecked(isSelected);      } 

    updateElement is called as part of a UI refresh which can be invoked from the handler’s execute command as so:

         ICommandService service = (ICommandService) HandlerUtil        .getActiveWorkbenchWindowChecked(event).getService(            ICommandService.class);    service.refreshElements(event.getCommand().getId(), null); 

    Lots more info here (see Radio Button Command and Update checked state entries)

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

Sidebar

Ask A Question

Stats

  • Questions 75k
  • Answers 75k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer arr = [ {:name=>'foo', :value=>'bar'}, {:name=>'foo2', :value=>'bar2'}] result = {}… May 11, 2026 at 2:39 pm
  • added an answer You can use as many event methods as you want,… May 11, 2026 at 2:39 pm
  • added an answer Refer to this question here: How to make my Windows… May 11, 2026 at 2:39 pm

Related Questions

I have an Eclipse RCP app I'm working on. It has some view-specific menus
I have an Eclipse RCP app running on Java 6. When I try to
Does anyone has a good resource on embedding a Silverlight application in an Eclipse
I am interested to learn about Eclipse RCP, I have got some basic knowledge,
I have a plug-in to an Eclipse RCP application that has a view. After

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.