Package bibliothek.gui.dock.common.perspective

Examples of bibliothek.gui.dock.common.perspective.SingleCDockablePerspective.intern()


      SingleCDockablePerspective dockable = new SingleCDockablePerspective( layout.getId() );
      if( layout.isAreaSet() && layout.getArea() != null ){
        dockable.setWorkingArea( perspective.getStation( layout.getArea() ));
      }
     
      return dockable.intern();
    }
   
    public void layoutPerspective( CommonElementPerspective perspective, CommonSingleDockableLayout layout, Map<Integer, PerspectiveDockable> children ){
      // can't do anything
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.