org.rosuda.plugins
Class Plugin
java.lang.Object
org.rosuda.plugins.Plugin
- Direct Known Subclasses:
- PluginDeriveVar, PluginGetTreeR, PluginModelLoader, PluginStartRserve, PluginTable
public class Plugin
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Plugin
public Plugin()
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()