org.openscience.jmol.app.webexport
Class LogPanel

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

 class LogPanel
extends Object


Field Summary
private static JTextArea logArea
           
private static JTextArea miniLogArea
           
private static boolean resetFlag
           
 
Constructor Summary
LogPanel()
           
 
Method Summary
(package private) static JPanel getMiniPanel()
           
(package private) static JPanel getPanel()
           
(package private) static String getText()
           
(package private) static void log(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 JTextArea logArea

miniLogArea

private static JTextArea miniLogArea

resetFlag

private static boolean resetFlag
Constructor Detail

LogPanel

LogPanel()
Method Detail

getPanel

static JPanel getPanel()

getMiniPanel

static JPanel getMiniPanel()

log

static void log(String message)

getText

static String getText()