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 void
destroy()
ImageIcon
getMenuIcon()
String
getMenuText()
String
getName()
String
getVersion()
String
getWebSite()
boolean
isStarted()
void
notifyCallback(CBK type, Object[] data)
void
setVisible(boolean b)
void
start(JFrame frame, Viewer vwr, Map<String,Object> jmolOptions)
-