org.rosuda.plugins
Class PluginTable
java.lang.Object
org.rosuda.plugins.Plugin
org.rosuda.plugins.PluginTable
- All Implemented Interfaces:
- ActionListener, EventListener, Commander
public class PluginTable
- extends Plugin
- implements Commander, ActionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginTable
public PluginTable()
setParameter
public void setParameter(String par,
Object val)
- Overrides:
setParameter in class Plugin
getParameter
public Object getParameter(String par)
- Overrides:
getParameter in class Plugin
run
public Object run(Object o,
String cmd)
- Description copied from interface:
Commander
- run command cmd issued by another object
- Specified by:
run in interface Commander
- Parameters:
o - origin of the commandcmd - command string
- Returns:
- any object, the actual interpretation is up to the calling object
runNew
public static PluginTable runNew(SVarSet v,
int[] vi)
runNew
public static PluginTable runNew(SVarSet v)
execPlugin
public boolean execPlugin()
- Overrides:
execPlugin in class Plugin
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed in interface ActionListener