java - Is there any way to truncate org.eclipse.swt.widgets.Table item's text -



java - Is there any way to truncate org.eclipse.swt.widgets.Table item's text -

i'm using org.eclipse.swt.widgets.table. have column width 100, if corresponding tableitem's text longer column width, want remaining text appear in new line in cell.

is possible?

you can utilize multiline tableitems shown in this example:

however, have handle insertion of newlines (i.e. \n) yourself. tableitems not back upwards wrapping themselves.

java swt

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -