return (Target) getLocatable();
}
@Override
public void apply() throws IntegrationDataPanelException {
LocatableTopPanel topPanel = getTopPanel();
if (topPanel.getType() == null) {
throw new IntegrationDataPanelException(getString("Target.TypeMissing"));
}
super.apply();
applyLocation();
getDisplayedObject().setLocation(getDisplayedLocation());