org.rosuda.plugins
Class PluginTable

java.lang.Object
  extended by org.rosuda.plugins.Plugin
      extended by 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


Field Summary
 
Fields inherited from class org.rosuda.plugins.Plugin
author, cancel, desc, err, name, PT_GenTree, type
 
Constructor Summary
PluginTable()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 boolean execPlugin()
           
 java.lang.Object getParameter(java.lang.String par)
           
 java.lang.Object run(java.lang.Object o, java.lang.String cmd)
          run command cmd issued by another object
static PluginTable runNew(SVarSet v)
           
static PluginTable runNew(SVarSet v, int[] vi)
           
 void setParameter(java.lang.String par, java.lang.Object val)
           
 
Methods inherited from class org.rosuda.plugins.Plugin
checkParameters, donePlugin, getAuthor, getDescription, getLastError, getName, getType, initPlugin, pluginDlg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginTable

public PluginTable()
Method Detail

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 command
cmd - 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