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

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

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

public interface AllDialogConstructorsHolder
{
   public abstract AboutDialogConstructor getAboutDialogConstructor();

   public abstract CameraPropertiesDialogConstructor getCameraPropertiesDialogConstructor();

   public abstract DataBufferPropertiesDialogConstructor getDataBufferPropertiesDialogConstructor();

   public abstract ExportDataDialogConstructor getExportDataDialogConstructor();

   public abstract ExportSnapshotDialogConstructor getExportSnapshotDialogConstructor();

   public abstract ImportDataDialogConstructor getImportDataDialogConstructor();

   public abstract LoadConfigurationDialogConstructor getLoadConfigurationDialogConstructor();

   public abstract MediaCaptureDialogConstructor getMediaCaptureDialogConstructor();

   public abstract PlaybackPropertiesDialogConstructor getPlaybackPropertiesDialogConstructor();

   public abstract YoGraphicsPropertiesDialogConstructor getYoGraphicsPropertiesDialogConstructor();

   public abstract PrintGraphsDialogConstructor getPrintGraphsDialogConstructor();

   public abstract ExportGraphsToFileConstructor getExportGraphsToFileConstructor();

   public abstract ResizeViewportDialogConstructor getResizeViewportDialogConstructor();

   public abstract SaveConfigurationDialogConstructor getSaveConfigurationDialogConstructor();

   public abstract SaveGraphConfigurationDialogConstructor getSaveGraphConfigurationDialogConstructor();

   public abstract LoadGraphGroupDialogConstructor getLoadGraphGroupDialogConstructor();

   public abstract SaveRobotConfigurationDialogConstructor getSaveRobotConfigurationDialogConstructor();

   public abstract ExportSimulationTo3DMaxDialogConstructor getExportSimulationTo3DMaxDialogConstructor();

   public abstract LoadParametersConstructor getLoadParametersConstructor();

   public abstract SaveParametersConstructor getSaveParametersConstructor();

   public abstract void closeAndDispose();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy