Uses of Interface
org.jmol.api.JmolAppConsoleInterface
Packages that use JmolAppConsoleInterface
Package
Description
-
Uses of JmolAppConsoleInterface in org.jmol.api
Methods in org.jmol.api with parameters of type JmolAppConsoleInterfaceModifier and TypeMethodDescriptionvoid
JmolViewer.setConsole
(JmolAppConsoleInterface console) sets a custom console -- should be called IMMEDIATELY following allocateViewer create your console with, perhaps: new org.openscience.jmol.app.jmolPanel.AppConsole(vwr, displayFrame, externalJPanel, buttonsEnabled); (see examples/basic/org/jmol/Integration.java -
Uses of JmolAppConsoleInterface in org.jmol.console
Classes in org.jmol.console that implement JmolAppConsoleInterface -
Uses of JmolAppConsoleInterface in org.jmol.consolejs
Classes in org.jmol.consolejs that implement JmolAppConsoleInterface -
Uses of JmolAppConsoleInterface in org.jmol.viewer
Fields in org.jmol.viewer declared as JmolAppConsoleInterfaceMethods in org.jmol.viewer that return JmolAppConsoleInterface -
Uses of JmolAppConsoleInterface in org.openscience.jmol.app.jmolpanel.console
Classes in org.openscience.jmol.app.jmolpanel.console that implement JmolAppConsoleInterface