org.openscience.jmol.app.webexport
Class WebExport
public
class
WebExport
extends JPanel
implements WindowListener
private static final int IN_JMOL
static String localAppletPath
static String pageAuthorName
static Properties prop
static String remoteAppletPath
private static int runStatus
private static boolean showMoleculesAndOrbitals
private static final int STAND_ALONE
private static String[] translations
private static JFrame webFrame
private static String windowName
public static void cleanUp()
public static void dispose()
static String getAppletPath(boolean isRemote)
static JFrame getFrame()
static URL getHtmlResource(Object object, String root)
static String getPageAuthorName()
static URL getResource(Object object, String fileName)
static URL getResource(Object object, String fileName, boolean flagError)
static String getResourceString(Object object, String name)
public static void saveHistory()
static void setAppletPath(String path, boolean isRemote)
private static void setTranslations()
static void setWebPageAuthor(String pageAuthor)
private static String translate(String str)
static String TimeStamp_WebLink()
public void windowActivated(WindowEvent e)
public void windowClosed(WindowEvent e)
public void windowClosing(WindowEvent e)
public void windowDeactivated(WindowEvent e)
public void windowDeiconified(WindowEvent e)
public void windowGainedFocus(WindowEvent e)
public void windowIconified(WindowEvent e)
public void windowLostFocus(WindowEvent e)
public void windowOpened(WindowEvent e)
public void windowStateChanged(WindowEvent e)