Package bibliothek.gui.dock.themes

Examples of bibliothek.gui.dock.themes.ThemeMeta


     * @return the new theme
     */
    public abstract DockTheme create( CControl control );
   
    public ThemeMeta createMeta( DockController controller ){
      ThemeMeta meta = delegate.createMeta( controller );
      meta.setFactory( this );
      return meta;
    }
View Full Code Here

TOP

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

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.