All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.ihmc.simulationconstructionset.commands.CreateNewYoVariableSliderWindowCommandExecutor Maven / Gradle / Ivy

There is a newer version: 0.25.2
Show newest version
package us.ihmc.simulationconstructionset.commands;

import us.ihmc.simulationconstructionset.gui.YoVariableSliderWindow;

/**
 * Created by Peter on 8/29/2017.
 */

public interface CreateNewYoVariableSliderWindowCommandExecutor
{
   //TODO: change this from Viewport to Slider GUI
   public abstract YoVariableSliderWindow createNewYoVariableSliderWindow();

   public abstract YoVariableSliderWindow createNewYoVariableSliderWindow(String viewportName);

   public abstract YoVariableSliderWindow createNewYoVariableSliderWindow(String viewportName, int screenID, boolean maximizeWindow);

   public abstract YoVariableSliderWindow getParameterSliderWindow(String windowName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy