Package bibliothek.gui.dock.common.intern.layout

Examples of bibliothek.gui.dock.common.intern.layout.CLayoutChangeStrategy


     * @param controller the controller to use
     */
    public CDockFrontend( CControlAccess control, DockController controller ){
        super( controller );
        this.control = control;
        setLayoutChangeStrategy( new CLayoutChangeStrategy( control.getOwner() ) );
        registerAdjacentFactory( new RootStationAdjacentFactory() );
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.common.intern.layout.CLayoutChangeStrategy

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.