Exemplo n.º 1
0
 @Override
 public void setForegroundColor(final Color foreground) {
   super.setForegroundColor(foreground);
   fContentComposite.setForeground(foreground);
   fTitleText.setForeground(foreground);
   fInfoText.setForeground(foreground);
 }
Exemplo n.º 2
0
 @Override
 public void setForegroundColor(final Color foreground) {
   super.setForegroundColor(foreground);
   this.contentComposite.setForeground(foreground);
   this.titleText.setForeground(foreground);
   this.infoText.setForeground(foreground);
 }