org.openscience.jmol.app.webexport
Class LogPanel

java.lang.Object
  extended by org.openscience.jmol.app.webexport.LogPanel

 class LogPanel
extends java.lang.Object


Field Summary
private static javax.swing.JTextArea logArea
           
private static javax.swing.JTextArea miniLogArea
           
private static boolean resetFlag
           
 
Constructor Summary
LogPanel()
           
 
Method Summary
(package private) static javax.swing.JPanel getMiniPanel()
           
(package private) static javax.swing.JPanel getPanel()
           
(package private) static java.lang.String getText()
           
(package private) static void log(java.lang.String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logArea

private static javax.swing.JTextArea logArea

miniLogArea

private static javax.swing.JTextArea miniLogArea

resetFlag

private static boolean resetFlag
Constructor Detail

LogPanel

LogPanel()
Method Detail

getPanel

static javax.swing.JPanel getPanel()

getMiniPanel

static javax.swing.JPanel getMiniPanel()

log

static void log(java.lang.String message)

getText

static java.lang.String getText()