Package bibliothek.gui.dock.themes

Examples of bibliothek.gui.dock.themes.NoStackTheme


    /**
     * Creates a new theme.
     * @param theme the delegate which will do most of the work
     */
    private CEclipseTheme( EclipseTheme theme ){
        super( theme, new NoStackTheme( theme ) );
    }
View Full Code Here


    /**
     * Creates a new theme.
     * @param theme the delegate which will do most of the work
     */
    private CBasicTheme( BasicTheme theme ){
        super( theme, new NoStackTheme( theme ) );
    }
View Full Code Here

    /**
     * Creates a new theme.
     * @param theme the delegate which will do most of the work
     */
    private CSmoothTheme( SmoothTheme theme ){
        super( theme, new NoStackTheme( theme ) );
    }
View Full Code Here

    /**
     * Creates a new theme.
     * @param theme the delegate which will do most of the work
     */
    private CFlatTheme( FlatTheme theme ){
        super( theme, new NoStackTheme( theme ) );
    }
View Full Code Here

    /**
     * Creates a new theme.
     * @param theme the delegate which will do most of the work
     */
    private CBubbleTheme( BubbleTheme theme ){
        super( theme, new NoStackTheme( theme ) );
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.themes.NoStackTheme

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.