org.rosuda.plugins
Class Plugin

java.lang.Object
  extended by org.rosuda.plugins.Plugin
Direct Known Subclasses:
PluginDeriveVar, PluginGetTreeR, PluginModelLoader, PluginStartRserve, PluginTable

public class Plugin
extends Object


Field Summary
protected  String author
           
 boolean cancel
           
protected  String desc
           
protected  String err
           
protected  String name
           
static int PT_GenTree
           
protected  int type
           
 
Constructor Summary
Plugin()
           
 
Method Summary
 boolean checkParameters()
           
 boolean donePlugin()
           
 boolean execPlugin()
           
 String getAuthor()
           
 String getDescription()
           
 String getLastError()
           
 String getName()
           
 Object getParameter(String par)
           
 int getType()
           
 boolean initPlugin()
           
 boolean pluginDlg(Frame f)
           
 void setParameter(String par, Object val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_GenTree

public static final int PT_GenTree
See Also:
Constant Field Values

author

protected String author

name

protected String name

desc

protected String desc

type

protected int type

err

protected String err

cancel

public boolean cancel
Constructor Detail

Plugin

public Plugin()
Method Detail

getName

public String getName()

getAuthor

public String getAuthor()

getDescription

public String getDescription()

getType

public int getType()

getLastError

public String getLastError()

setParameter

public void setParameter(String par,
                         Object val)

getParameter

public Object getParameter(String par)

initPlugin

public boolean initPlugin()

donePlugin

public boolean donePlugin()

checkParameters

public boolean checkParameters()

pluginDlg

public boolean pluginDlg(Frame f)

execPlugin

public boolean execPlugin()