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

  • SEARCH
  • Home
  • 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 9089981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T22:16:13+00:00 2026-06-16T22:16:13+00:00

I have SWT tree which has child. Now I want to provide a right

  • 0

I have SWT tree which has child.
Now I want to provide a right click menu and on click of the menu want to make 1st level of the Tree editable (the name of the tree) as shown in the diagram. I want to make Test editable on click of right click menu or any button.

enter image description here

Already tried with EditingSupport but couldn’t able to figure out how to make it editable only for specific level of the tree and that even on click on menu

  • 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-06-16T22:16:15+00:00Added an answer on June 16, 2026 at 10:16 pm

    Are you using a TreeViewer? If so you can use TreeViewer#editElement(Object element, int column) to activate the editor on any element of your choice.

    Edit 1:

    To create a menu on the tree viewer use the following snippet:

    MenuManager menuMgr = new MenuManager("#PopUp");
    menuMgr.add(new Action("Rename action") {
        @Override
        public void run() {
            viewer.editElement(myObj, 0);
        }
    });
    Menu menu = menuMgr.createContextMenu(viewer.getTree());
    viewer.getTree().setMenu(menu);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Java and SWT. I have added menu(on right click) to system tray.
I have created an test swt application which has some German special characters. When
I have populated swt Table and it displays it OK, but now I want
I have written an SWT UI which has a primary function of displaying text
I have Table which has SWT.CHECK style so I can remove checked items. I
I have a Tree Table in SWT. I want to show a view when
I have a SWT Tree , and I want to set the cursor to
I am building an application in swt, I also have a thread running which
I have a Java SWT GUI with a multiline Text control. I want to
Is it possible to have an SWT tree with lines of different height ?

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.