Package bibliothek.gui.dock.common.intern

Examples of bibliothek.gui.dock.common.intern.EfficientControlFactory


     * @param window a provider for the main window of this application. Needed
     * to create dialogs for externalized {@link CDockable}s. Must not be <code>null</code>, but
     * its search method may return <code>null</code>
     */
    public CControl( WindowProvider window ){
      this( window, new EfficientControlFactory() );
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.common.intern.EfficientControlFactory

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.