Package bibliothek.gui.dock.util.icon

Examples of bibliothek.gui.dock.util.icon.DefaultIconScheme


   
    /**
     * Sets up all the default icons used in the ralm of this {@link CControl}.
     */
    protected void initIcons(){
      DefaultIconScheme scheme = new DefaultIconScheme( getController(),
          new DefaultIconScheme.IconResource( "data/bibliothek/gui/dock/core/icons.ini", null, DockController.class.getClassLoader() ),
          new DefaultIconScheme.IconResource( "data/bibliothek/gui/dock/common/icons/icons.ini", null, CControl.class.getClassLoader() ));
      scheme.link( PropertyKey.DOCKABLE_ICON, "dockable.default" );
      scheme.link( PropertyKey.DOCK_STATION_ICON, "dockStation.default" );
      getController().getIcons().setScheme( Priority.DEFAULT, scheme );
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.util.icon.DefaultIconScheme

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.