public class BeanShell extends Object implements SelectionListener
| Constructor and Description |
|---|
BeanShell() |
BeanShell(SelectionManager sm) |
| Modifier and Type | Method and Description |
|---|---|
void |
eval(String arg) |
BshEvaluator |
getBshEval() |
Component |
getComponent()
Get the bean shell as a Component.
|
void |
selectionChanged(SelectionEvent e) |
void |
setSelf(Object obj) |
public BeanShell()
public BeanShell(SelectionManager sm)
public void selectionChanged(SelectionEvent e)
selectionChanged in interface SelectionListenerpublic void eval(String arg)
public Component getComponent()
public void setSelf(Object obj)
public BshEvaluator getBshEval()