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

editor.IGosuEditor Maven / Gradle / Ivy

package editor;

import editor.util.Experiment;
import gw.lang.parser.IScriptPartId;

import java.io.File;

/**
 * Copyright 2010 Guidewire Software, Inc.
 */
public interface IGosuEditor
{
  void showMe();

  void openInitialFile( IScriptPartId partId, File program );

  void openFile( File sourceFile );

  void restoreState( Experiment experiment );

  void reset();

  GosuPanel getGosuPanel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy