org.jmol.console
Class JmolPrompt
java.lang.Object
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") |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmolPrompt
public JmolPrompt()
- note: THIS CLASS SHOULD ONLY BE INVOKED USING
(JmolPromptInterface) Interface.getOptionInterface("awt.console.JmolPrompt")
prompt
public String prompt(String label,
String data,
String[] list,
boolean asButtons)
- Specified by:
prompt in interface JmolPromptInterface