7980818283848586
* Creates a new theme. This theme can be used directly with a * {@link CControl}. * @param control the controller for which this theme will be used. */ public CEclipseTheme( CControl control ){ this( new EclipseTheme() ); init( control ); }