private final SelectionListeners selectionListeners;
protected LocatablePanel(ApplicationWindow appWin, Locatable locatable, SourceTarget type, Action testConnection) {
super(appWin, (IntegrationEntity) locatable);
this.locatable = locatable;
panelFactory = new DataLocationPanelFactory((IntegrationEntity) locatable, type) {
@Override
protected void configurePanel(DataLocationPanel panel) {
LocatablePanel.this.configureNewLocationPanel(panel);
}