org.biojava.bio.structure.align.gui.jmol
Class MyJmolStatusListener

java.lang.Object
  extended by org.biojava.bio.structure.align.gui.jmol.MyJmolStatusListener

public class MyJmolStatusListener
extends Object


Constructor Summary
MyJmolStatusListener()
           
 
Method Summary
 String createImage(String arg0, String arg1, Object arg2, int arg3)
           
 String dialogAsk(String arg0, String arg1)
           
 String eval(String arg0)
           
 float[][] functionXY(String arg0, int arg1, int arg2)
           
 float[][][] functionXYZ(String arg0, int arg1, int arg2, int arg3)
           
 Hashtable getRegistryInfo()
           
 void handlePopupMenu(int arg0, int arg1)
           
 void notifyCallback(EnumCallback type, Object[] data)
           
 boolean notifyEnabled(org.jmol.constant.EnumCallback callback)
           
 void resizeInnerPanel(String arg0)
           
 void setCallbackFunction(String arg0, String arg1)
           
 void setTextField(JTextField statusField)
           
 void showConsole(boolean arg0)
           
 void showUrl(String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyJmolStatusListener

public MyJmolStatusListener()
Method Detail

setTextField

public void setTextField(JTextField statusField)

resizeInnerPanel

public void resizeInnerPanel(String arg0)

notifyEnabled

public boolean notifyEnabled(org.jmol.constant.EnumCallback callback)

notifyCallback

public void notifyCallback(EnumCallback type,
                           Object[] data)

createImage

public String createImage(String arg0,
                          String arg1,
                          Object arg2,
                          int arg3)

eval

public String eval(String arg0)

functionXY

public float[][] functionXY(String arg0,
                            int arg1,
                            int arg2)

functionXYZ

public float[][][] functionXYZ(String arg0,
                               int arg1,
                               int arg2,
                               int arg3)

getRegistryInfo

public Hashtable getRegistryInfo()

showUrl

public void showUrl(String arg0)

setCallbackFunction

public void setCallbackFunction(String arg0,
                                String arg1)

dialogAsk

public String dialogAsk(String arg0,
                        String arg1)

handlePopupMenu

public void handlePopupMenu(int arg0,
                            int arg1)

showConsole

public void showConsole(boolean arg0)