de.jreality.ui.viewerapp
Class BeanShell

java.lang.Object
  extended by de.jreality.ui.viewerapp.BeanShell
All Implemented Interfaces:
SelectionListener, EventListener

public class BeanShell
extends Object
implements SelectionListener

Author:
msommer

Constructor Summary
BeanShell()
           
BeanShell(SelectionManager sm)
           
 
Method Summary
 void eval(String arg)
           
 BshEvaluator getBshEval()
           
 Component getComponent()
          Get the bean shell as a Component.
 void selectionChanged(SelectionEvent e)
           
 void setSelf(Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanShell

public BeanShell()

BeanShell

public BeanShell(SelectionManager sm)
Method Detail

selectionChanged

public void selectionChanged(SelectionEvent e)
Specified by:
selectionChanged in interface SelectionListener

eval

public void eval(String arg)

getComponent

public Component getComponent()
Get the bean shell as a Component.

Returns:
the bean shell

setSelf

public void setSelf(Object obj)

getBshEval

public BshEvaluator getBshEval()