76777879808182
private final ArgumentSelectionDialog impl; public Ui(Component parent, PipelinePluginManifest[] plugins) { list = createList(plugins); impl = new ArgumentSelectionDialog(list, list.asSelectionSource(), "Select Argument for RunPlugin", parent); }