de.jreality.scene.tool
Class BeanShellTool

java.lang.Object
  extended by de.jreality.scene.tool.AbstractTool
      extended by de.jreality.scene.tool.BeanShellTool
All Implemented Interfaces:
Tool

public class BeanShellTool
extends AbstractTool

This class is a workaround for problems with constructors having arguments in the beanshell interpreter. It should become obsolete with improved versions of beanshell.

Author:
Ulrich

Constructor Summary
BeanShellTool()
           
 
Method Summary
 void setActivationSlots(InputSlot[] slots)
           
 
Methods inherited from class de.jreality.scene.tool.AbstractTool
activate, deactivate, fullDescription, getActivationSlots, getCurrentSlots, getDescription, getDescription, perform, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanShellTool

public BeanShellTool()
Method Detail

setActivationSlots

public void setActivationSlots(InputSlot[] slots)