this.ldifTemplateContextTypeRegistry.addContextType( BrowserUIConstants.LDIF_MODDN_RECORD_TEMPLATE_ID );
}
if ( this.filterTemplateStore == null )
{
this.filterTemplateStore = new ContributionTemplateStore( getFilterTemplateContextTypeRegistry(),
getPreferenceStore(), "templates" );
try
{
this.filterTemplateStore.load();
}
catch ( IOException e )
{
e.printStackTrace();
}
}
if ( this.ldifTemplateStore == null )
{
this.ldifTemplateStore = new ContributionTemplateStore( getLdifTemplateContextTypeRegistry(),
getPreferenceStore(), "templates" );
try
{
this.ldifTemplateStore.load();
}