org.rosuda.plugins
Class PluginTable
java.lang.Object
org.rosuda.plugins.Plugin
org.rosuda.plugins.PluginTable
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, Commander
public class PluginTable
- extends Plugin
- implements Commander, java.awt.event.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(java.lang.String par,
java.lang.Object val)
- Overrides:
setParameter
in class Plugin
getParameter
public java.lang.Object getParameter(java.lang.String par)
- Overrides:
getParameter
in class Plugin
run
public java.lang.Object run(java.lang.Object o,
java.lang.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(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener