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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:02:15+00:00 2026-06-02T21:02:15+00:00

I am developing the Eclipse RCP application and have added org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false to the plugin_customization.ini

  • 0

I am developing the Eclipse RCP application and have added

org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false

to the plugin_customization.ini file. This gives me nice style to the view and editor tabs.

However, there is a strange problem occurring only the first time users start the application. The text in the first view tab is underlined, as you can see in the picture:

Picture @ ImageShack

As soon as I switch to different view the underline is not visible any more, not even with the focused tab. But I have also noticed that even when the underline is initially gone, clicking on the tab and holding the mouse button for several seconds will return the underline.

These three views are placed in the folder, with the simple

IFolderLayout.addView(String viewId)

and folder is created with

IPageLayout.createFolder(String folderId, int relationship, float ratio, String refId)

Any help on why the underline is there at the first place or how to remove it would be great. Thanks in advance.

  • 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-02T21:02:17+00:00Added an answer on June 2, 2026 at 9:02 pm

    To remove the underline in your view title you have to do the following:

    1. Implement IWorkbenchPart#setFocus() in your view
    2. Pass the focus to an element inside your view

    Example

    In your view you have an org.eclipse.jface.viewers.TableViewer named viewer, so you can pass the focus like this:

    public void setFocus() {
        viewer.getControl().setFocus();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing an Eclipse RCP application. In this application I am importing the
I'm developing an Eclipse RCP application. I have been told that the UI part
I am developing an Eclipse RCP application and have a strange problem: I open
Is it possible, when developing an Eclipse RCP Application, to stack a view with
I am developing a plug-in in Eclipse RCP and I have to read and
I've been developing a java application with the eclipse RCP which requires the Java
I am developing an Eclipse RCP application, which contains 600~ strings, translated to a
When I am developing an Eclipse RCP application, what is the easiest way to
We are developing an Eclipse RCP application. We decided to use SVN for revision
When developing a eclipse rcp applicatin,I need to restart the application after I changed

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.