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

us.ihmc.simulationconstructionset.gui.dialogConstructors.GUIEnablerAndDisabler Maven / Gradle / Ivy

There is a newer version: 0.25.3
Show newest version
package us.ihmc.simulationconstructionset.gui.dialogConstructors;

public interface GUIEnablerAndDisabler
{
   public abstract void enableGUIComponents();

   public abstract void disableGUIComponents();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy