Package bibliothek.gui.dock.common.location

Examples of bibliothek.gui.dock.common.location.DefaultExpandStrategy


   * @return a location whose {@link #findProperty()} would create
   * <code>property</code> again, or <code>null</code> in case that <code>property</code>
   * can't be used
   */
  public final CLocation expandProperty( DockController controller, DockableProperty property ){
    return expandProperty( property, new DefaultExpandStrategy( controller ) );
  }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.common.location.DefaultExpandStrategy

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.