de.jreality.ui.viewerapp
Class BeanShell
java.lang.Object
de.jreality.ui.viewerapp.BeanShell
- All Implemented Interfaces:
- SelectionListener, java.util.EventListener
public class BeanShell
- extends java.lang.Object
- implements SelectionListener
- Author:
- msommer
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanShell
public BeanShell()
BeanShell
public BeanShell(SelectionManager sm)
selectionChanged
public void selectionChanged(SelectionEvent e)
- Specified by:
selectionChanged
in interface SelectionListener
eval
public void eval(java.lang.String arg)
getComponent
public java.awt.Component getComponent()
- Get the bean shell as a Component.
- Returns:
- the bean shell
setSelf
public void setSelf(java.lang.Object obj)
getBshEval
public BshEvaluator getBshEval()