X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=eclipse%2Fplugins%2Fruntime%2Forg.argeo.slc.client.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fviews%2FProcessParametersView.java;h=402f7675aeb1ca23c0b6f5888b03c030d5992b0b;hb=cfec56fbaf66e04f4020b47c70cbdd475b5cff41;hp=2c4871423edf87994f6a10e636ed0d6f3bf3904c;hpb=ff1f49685637855113af681ee2da4e2b6a64ae92;p=gpl%2Fargeo-slc.git diff --git a/eclipse/plugins/runtime/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/ProcessParametersView.java b/eclipse/plugins/runtime/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/ProcessParametersView.java index 2c4871423..402f7675a 100644 --- a/eclipse/plugins/runtime/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/ProcessParametersView.java +++ b/eclipse/plugins/runtime/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/views/ProcessParametersView.java @@ -7,7 +7,6 @@ import java.util.Map; import org.argeo.slc.client.ui.ClientUiPlugin; import org.argeo.slc.client.ui.providers.ProcessParametersEditingSupport; import org.argeo.slc.core.execution.PrimitiveAccessor; -import org.argeo.slc.execution.ExecutionSpecAttribute; import org.argeo.slc.process.RealizedFlow; import org.eclipse.jface.viewers.IStructuredContentProvider; import org.eclipse.jface.viewers.ITableLabelProvider; @@ -42,7 +41,7 @@ public class ProcessParametersView extends ViewPart { private Map values; // This map stores the spec of the attributes used to offer the end user // some choices. - private Map specAttributes; + //private Map specAttributes; // We must keep a reference to the current EditingSupport so that we can // update the index of the process being updated @@ -120,8 +119,8 @@ public class ProcessParametersView extends ViewPart { // viewer.setInput(parameters); values = rf.getFlowDescriptor().getValues(); - specAttributes = rf.getFlowDescriptor().getExecutionSpec() - .getAttributes(); + // specAttributes = rf.getFlowDescriptor().getExecutionSpec() + // .getAttributes(); if (values != null) viewer.setInput(values);