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

editor.IGosuEditor Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
package editor;

import editor.util.Experiment;
import java.nio.file.Path;
import gw.lang.parser.IScriptPartId;

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

  void openInitialFile( IScriptPartId partId, Path program );

  void openFile( Path sourceFile );

  void restoreState( Experiment experiment );

  void reset();

  GosuPanel getGosuPanel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy