Package gri.tasks.gui

Examples of gri.tasks.gui.ParameterPanel


    TaskInfo taskInfo;
    for (int i=0; i<taskInfoList.size(); i++) {
      taskInfo = (TaskInfo)taskInfoList.get(i);

      ParameterDef [] params = taskInfo.getTaskDefinition().getInputsArray();
      ParameterPanel paramPanel = new ParameterPanel(params, widgetFactory);

      taskListPanel.addTask(taskInfo);
      inputPanels.add(new InputPanel(paramPanel));

      if (i == 0)
View Full Code Here

TOP

Related Classes of gri.tasks.gui.ParameterPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.