Community
Participate
Working Groups
createShowColumnControl();
createFgColorButton();
createBgColorButton();
createBgImageButton();
createFontChooser();
final Button itemFgButton
= createPropertyButton( "Custom foreground on 1st item", SWT.CHECK );
this._tree.setBackgroundColor( color );
},
setBackgroundImage : function( image ) {
this._tree.setBackgroundImage( image );
resetBackgroundImage : function() {
this._tree.resetBackgroundImage();
resetBackgroundColor : function() {
this._tree.resetBackgroundColor();