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

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

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

import us.ihmc.simulationconstructionset.GotoInPointCommandExecutor;
import us.ihmc.simulationconstructionset.GotoOutPointCommandExecutor;
import us.ihmc.simulationconstructionset.gui.dialogConstructors.GUIEnablerAndDisabler;
import us.ihmc.yoVariables.buffer.interfaces.KeyPointsHolder;
import us.ihmc.yoVariables.buffer.interfaces.YoBufferReader;

public interface AllCommandsExecutor extends YoBufferReader, RunCommandsExecutor, AddCameraKeyCommandExecutor, AddKeyPointCommandExecutor,
      CreateNewGraphWindowCommandExecutor, CreateNewViewportWindowCommandExecutor, CropBufferCommandExecutor, PackBufferCommandExecutor,
      CutBufferCommandExecutor, ThinBufferCommandExecutor, NextCameraKeyCommandExecutor, PreviousCameraKeyCommandExecutor, RemoveCameraKeyCommandExecutor,
      SelectGUIConfigFromFileCommandExecutor, SetInPointCommandExecutor, SetOutPointCommandExecutor, StepBackwardCommandExecutor, StepForwardCommandExecutor,
      ToggleCameraKeyModeCommandExecutor, KeyPointsHolder, ViewportSelectorCommandExecutor, ZoomGraphCommandExecutor,
      ExportSnapshotCommandExecutor, GUIEnablerAndDisabler, CreateNewYoVariableSliderWindowCommandExecutor, GotoInPointCommandExecutor, GotoOutPointCommandExecutor
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy