org.openscience.jmol.app.webexport
class Molecules extends JPanel implements ActionListener
| Field Summary | |
|---|---|
| JTextField | appletPath |
| static int | BallandStick |
| JFileChooser | fc |
| JComboBox | FormatBox |
| static int | FromLinks |
| static int | FromMenu |
| JButton | MolecdeleteButton |
| JList | MolecList |
| JButton | MolecopenButton |
| JComboBox | RenderMode |
| JButton | saveButton |
| static long | serialVersionUID |
| static int | Spacefilling |
| static int | Wireframe |
| Method Summary | |
|---|---|
| void | actionPerformed(ActionEvent e) |
| boolean | checkformat(int FormatChoice) |
| JComponent | getPanel() |
| boolean | molectohtml(int FormatChoice, int Rendering, File outfile, JList MolecList, String appletPath) |