Package bibliothek.gui.dock.common.mode.station

Examples of bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle$Maximal


   * Creates the handle that will represent <code>this</code> as {@link CNormalModeArea} and {@link CMaximizedModeArea}.
   * @param control the control in whose realm this area is used
   * @return the new handle, not <code>null</code>
   */
  protected CSplitDockStationHandle createSplitDockStationHandle( CControl control ){
     return new CSplitDockStationHandle( this, control.getLocationManager() );
  }
View Full Code Here

TOP

Related Classes of bibliothek.gui.dock.common.mode.station.CSplitDockStationHandle$Maximal

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.