Package bibliothek.gui.dock.layout

Examples of bibliothek.gui.dock.layout.DockSituation


     * @return the new builder
     */
    @FrameworkOnly
    public DockFrontendPerspective conversion( CPerspective perspective, boolean includeWorkingAreas ){
      DockFrontendPerspective conversion = wrap( perspective, includeWorkingAreas );
      DockSituation situation = conversion.getPerspective().getSituation();
     
      for( Map.Entry<String, MultipleCDockableFactory<?, ?>> item : control.getRegister().getFactories().entrySet() ){
        situation.add( new CommonMultipleDockableFactory( item.getKey(), item.getValue(), control, perspective ) );
      }
     
      return conversion;
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.layout.DockSituation

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.