Package bibliothek.gui.dock.common.location

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


   * Creates a new location representing the given {@link CWorkingArea}.
   * @param area an area
   * @return the representation of <code>area</code>
   */
  public static CWorkingAreaLocation working( CWorkingArea area ){
      return new CWorkingAreaLocation( area );
  }
View Full Code Here


      return true;
    }
   
    @Override
    public CLocation getStationLocation(){
      return new CWorkingAreaLocation( this );
    }
View Full Code Here

TOP

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

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.