java - How to make inactive parts or views (Eclipse RCP 4) "closable with X-Button" -


i'm newbie in eclipse rcp please me problem. i'm following tutorial: https://sites.google.com/site/tyroprogramming/java/rcp/text-editor/multiple-tabs , works, want know, how can make all, inactive parts closable, have "x"-button.

example (x-button active part): example (x-button active part)

it's not problem tabs (setunselectedclosevisible), how make views , parts?

thanks in advance.

use swt-unselected-close-visible in css mpartstack set unselected close value:

.mpartstack  {     swt-unselected-close-visible: true; } 

Comments

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -