Package bibliothek.gui.dock.common.perspective

Examples of bibliothek.gui.dock.common.perspective.CPerspectiveMultipleIdentifierCollection


    @SuppressWarnings("unchecked")
    public CommonMultipleDockableFactory( String id, MultipleCDockableFactory<?, ?> delegate, CControlAccess access, CPerspective perspective ){
      this.id = id;
      this.delegate = (MultipleCDockableFactory<MultipleCDockable, MultipleCDockableLayout>)delegate;
      this.controlAccess = access;
      this.perspectiveIdentifiers = new CPerspectiveMultipleIdentifierCollection( id, perspective );
    }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.common.perspective.CPerspectiveMultipleIdentifierCollection

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.