88899091929394
/** * Creates a new theme. * @param theme the delegate which will do most of the work */ private CEclipseTheme( EclipseTheme theme ){ super( theme, new NoStackTheme( theme ) ); }
74757677787980
/** * Creates a new theme. * @param theme the delegate which will do most of the work */ private CBasicTheme( BasicTheme theme ){ super( theme, new NoStackTheme( theme ) ); }
/** * Creates a new theme. * @param theme the delegate which will do most of the work */ private CSmoothTheme( SmoothTheme theme ){ super( theme, new NoStackTheme( theme ) ); }
75767778798081
/** * Creates a new theme. * @param theme the delegate which will do most of the work */ private CFlatTheme( FlatTheme theme ){ super( theme, new NoStackTheme( theme ) ); }
84858687888990
/** * Creates a new theme. * @param theme the delegate which will do most of the work */ private CBubbleTheme( BubbleTheme theme ){ super( theme, new NoStackTheme( theme ) ); }