result.addComponent(createAddArtifactButton());
return result;
}
private DistributionsPanel createDistributionsPanel() {
return new DistributionsPanel(m_associations, this) {
@Override
protected EditWindow createEditor(final NamedObject object, final List<UIExtensionFactory> extensions) {
return new EditWindow("Edit Distribution", object, extensions) {
@Override
protected void handleError(Exception e) {