Uses of Class
cage.viewer.jmol.JmolPanel

Packages that use JmolPanel
cage.viewer.jmol Provides an interface to Jmol that can be used to visualize graphs in CaGe. 
 

Uses of JmolPanel in cage.viewer.jmol
 

Methods in cage.viewer.jmol with parameters of type JmolPanel
static javax.swing.JMenuBar JmolMenu.getJMenuBar(JmolPanel panel, org.jmol.api.JmolViewer viewer, javax.swing.JFrame target)
          Factory class to create a JMenuBar for a window controlling a JmolViewer and a JmolPanel.
 

Constructors in cage.viewer.jmol with parameters of type JmolPanel
JmolExportImageAction(JmolPanel panel)