org.openscience.jmol.app.webexport

Class Orbitals

public class Orbitals extends JPanel implements ActionListener

Field Summary
JTextFieldappletPath
JTextFieldCoorfile
JButtonCooropenButton
JFileChooserfc
JComboBoxFormatBox
static Stringnewline
JButtonOrbdeleteButton
JListOrbList
JButtonOrbopenButton
JComboBoxRenderMode
JButtonsaveButton
static longserialVersionUID
static intSmallAtomDot
static intWireframe
Method Summary
voidactionPerformed(ActionEvent e)
booleancheckformat(int FormatChoice)
JComponentgetPanel()
booleanorbtohtml(int FormatChoice, int Rendering, File outfile, String Coorfile, JList OrbList, String appletPath)

Field Detail

appletPath

JTextField appletPath

Coorfile

JTextField Coorfile

CooropenButton

JButton CooropenButton

fc

JFileChooser fc

FormatBox

JComboBox FormatBox

newline

private static final String newline

OrbdeleteButton

JButton OrbdeleteButton

OrbList

JList OrbList

OrbopenButton

JButton OrbopenButton

RenderMode

JComboBox RenderMode

saveButton

JButton saveButton

serialVersionUID

private static final long serialVersionUID

SmallAtomDot

private static final int SmallAtomDot

Wireframe

private static final int Wireframe

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)

checkformat

private boolean checkformat(int FormatChoice)

getPanel

public JComponent getPanel()

orbtohtml

public boolean orbtohtml(int FormatChoice, int Rendering, File outfile, String Coorfile, JList OrbList, String appletPath)