putProperty( SingleTabDecider.SINGLE_TAB_DECIDER, new CommonSingleTabDecider( this ) );
putProperty( PlaceholderStrategy.PLACEHOLDER_STRATEGY, new CPlaceholderStrategy( this ) );
putProperty( BubbleTheme.ACTION_DISTRIBUTOR, new CDefaultDockActionDistributor() );
putProperty( FlatTheme.ACTION_DISTRIBUTOR, new CDefaultDockActionDistributor() );
putProperty( DockActionImportanceOrder.ORDER, new CActionImportanceOrder() );
putProperty( DockAction.BUTTON_CONTENT_FILTER, new CButtonContentFilter() );
putProperty( DisablingStrategy.STRATEGY, new CDisablingStrategy( this ) );
}