OPENDJ-2044 CR-7087 Replication Setup GUI
A user is now able to choose backend type for suffix to replicate
* src/main/java/org/opends/quicksetup/installer/Installer.java
** Use data stored in UserData to retrieve backendTypes
** Do not force the new backend to have the same type as the replicated backend
* src/main/java/org/opends/quicksetup/installer/SuffixesToReplicateOptions.java
** Add the map of new backend to replicate with their types
* src/main/java/org/opends/quicksetup/installer/SuffixesToReplicatePanel.java
** Change UI to display backend name and backend type list box selector.
** Create a tooltip icon to display host, port and number of entries
** Add separator beetween backends