Package org.openscience.jmol.app
Interface JmolPlugin
-
- All Known Implementing Classes:
NmrPlugin
public interface JmolPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy()ImageIcongetMenuIcon()StringgetMenuText()StringgetName()StringgetVersion()StringgetWebSite()booleanisStarted()voidnotifyCallback(CBK type, Object[] data)voidsetVisible(boolean b)voidstart(JFrame frame, Viewer vwr, Map<String,Object> jmolOptions)
-