org.jmol.console
Class JmolPrompt

java.lang.Object
  extended by org.jmol.console.JmolPrompt
All Implemented Interfaces:
JmolPromptInterface

public class JmolPrompt
extends Object
implements JmolPromptInterface


Constructor Summary
JmolPrompt()
          note: THIS CLASS SHOULD ONLY BE INVOKED USING (JmolPromptInterface) Interface.getOptionInterface("awt.console.JmolPrompt")
 
Method Summary
 String prompt(String label, String data, String[] list, boolean asButtons)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmolPrompt

public JmolPrompt()
note: THIS CLASS SHOULD ONLY BE INVOKED USING (JmolPromptInterface) Interface.getOptionInterface("awt.console.JmolPrompt")

Method Detail

prompt

public String prompt(String label,
                     String data,
                     String[] list,
                     boolean asButtons)
Specified by:
prompt in interface JmolPromptInterface