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

org.jmol.api.JmolScriptEditorInterface Maven / Gradle / Ivy

There is a newer version: 14.31.10
Show newest version
package org.jmol.api;

import org.jmol.script.ScriptContext;

public interface JmolScriptEditorInterface {

  void setVisible(boolean b);

  void output(String message);

  String getText();

  void dispose();
  
  boolean isVisible();

  void notifyContext(ScriptContext property, Object[] data);

  void notifyScriptTermination();

  void notifyScriptStart();

  void setFilename(String filename);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy