org.openscience.jmol.app.webexport

Class Molecules

class Molecules extends JPanel implements ActionListener

Field Summary
JTextFieldappletPath
static intBallandStick
JFileChooserfc
JComboBoxFormatBox
static intFromLinks
static intFromMenu
JButtonMolecdeleteButton
JListMolecList
JButtonMolecopenButton
JComboBoxRenderMode
JButtonsaveButton
static longserialVersionUID
static intSpacefilling
static intWireframe
Method Summary
voidactionPerformed(ActionEvent e)
booleancheckformat(int FormatChoice)
JComponentgetPanel()
booleanmolectohtml(int FormatChoice, int Rendering, File outfile, JList MolecList, String appletPath)

Field Detail

appletPath

JTextField appletPath

BallandStick

private static final int BallandStick

fc

JFileChooser fc

FormatBox

JComboBox FormatBox

FromLinks

private static final int FromLinks

FromMenu

private static final int FromMenu

MolecdeleteButton

JButton MolecdeleteButton

MolecList

JList MolecList

MolecopenButton

JButton MolecopenButton

RenderMode

JComboBox RenderMode

saveButton

JButton saveButton

serialVersionUID

private static final long serialVersionUID

Spacefilling

private static final int Spacefilling

Wireframe

private static final int Wireframe

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

checkformat

private boolean checkformat(int FormatChoice)

getPanel

JComponent getPanel()

molectohtml

public boolean molectohtml(int FormatChoice, int Rendering, File outfile, JList MolecList, String appletPath)