else
{
currentRelTypes = NeoGraphLabelProviderWrapper.getInstance().getRelationshipTypes();
currentRelTypes.addAll( fakeTypes );
}
refreshListeners.notifyListeners( new NeoclipseEvent( this ) );
for ( RelationshipType relType : currentRelTypes )
{
// only add if it's not already there
if ( !currentRelTypeCtrls.containsKey( relType ) )
{