java - how to disable a list element in swt list eclipse -


is possible disable elements of swt list display.i want list display clickable strings , few disabled strings based on conditions.is possible this?

if want add selection listener detect if selection on "disabled" item , adjust up/down/clear selection depending on list contents.

you may use table single column - should able custom-draw disabled items (e.g. use lighter font or different background).


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -