controlFactories.put( Subentries.OID, subentriesFactory );
// @TODO - these will eventually be removed to enable plugin driven
// registration instead
SyncDoneValueFactory syncDoneValueFactory = new SyncDoneValueFactory( this );
controlFactories.put( SyncDoneValue.OID, syncDoneValueFactory );
SyncInfoValueFactory syncInfoValueFactory = new SyncInfoValueFactory( this );
controlFactories.put( SyncInfoValue.OID, syncInfoValueFactory );