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

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

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

public interface ViewportSelectorCommandExecutor
{
   public abstract void selectViewport(String name);

   public abstract void hideViewport();

   public abstract void showViewport();

   public abstract boolean isViewportHidden();

   public abstract void registerViewportSelectorCommandListener(ViewportSelectorCommandListener commandListener);

   public abstract void closeAndDispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy