* 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() );
}