Uses of Interface
org.jmol.api.JmolStatusListener
Packages that use JmolStatusListener
Package
Description
-
Uses of JmolStatusListener in org.jmol.api
Methods in org.jmol.api with parameters of type JmolStatusListenerModifier and TypeMethodDescriptionstatic JmolViewer
JmolViewer.allocateViewer
(Object display, JmolAdapter modelAdapter, String fullName, URL documentBase, URL codeBase, String commandOptions, JmolStatusListener statusListener) legacy onlyprotected static JmolViewer
JmolViewer.allocateViewer
(Object display, JmolAdapter modelAdapter, String fullName, URL documentBase, URL codeBase, String commandOptions, JmolStatusListener statusListener, GenericPlatform implementedPlatform) This is the older main access point for creating an application or applet vwr.abstract void
JmolViewer.setJmolStatusListener
(JmolStatusListener jmolStatusListener) -
Uses of JmolStatusListener in org.jmol.appletjs
Classes in org.jmol.appletjs that implement JmolStatusListenerModifier and TypeClassDescriptionclass
Java2Script rendition of Jmol using HTML5-only or WebGL-based graphics -
Uses of JmolStatusListener in org.jmol.awt
Constructors in org.jmol.awt with parameters of type JmolStatusListenerModifierConstructorDescriptionFileDropper
(JmolStatusListener statusListener, Viewer vwr, JmolDropEditor dropListener) -
Uses of JmolStatusListener in org.jmol.util
Classes in org.jmol.util that implement JmolStatusListenerModifier and TypeClassDescriptionclass
A collection of all methods necessary for initialization of and communication with the applet. -
Uses of JmolStatusListener in org.jmol.viewer
Methods in org.jmol.viewer with parameters of type JmolStatusListenerModifier and TypeMethodDescriptionprotected static JmolViewer
Viewer.allocateViewer
(Object display, JmolAdapter modelAdapter, String fullName, URL documentBase, URL codeBase, String commandOptions, JmolStatusListener statusListener, GenericPlatform implementedPlatform) old way...void
Viewer.setJmolStatusListener
(JmolStatusListener listener) -
Uses of JmolStatusListener in org.openscience.jmol.app.jmolpanel
Classes in org.openscience.jmol.app.jmolpanel that implement JmolStatusListener -
Uses of JmolStatusListener in org.openscience.jmol.app.jmolpanel.console
Methods in org.openscience.jmol.app.jmolpanel.console with parameters of type JmolStatusListenerModifier and TypeMethodDescriptionvoid
AppConsole.setStatusListener
(JmolStatusListener myStatusListener)