public class PluginFactory.PluginRecord
extends java.lang.Object
implements java.lang.Comparable
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
CalculatorPluginDisplay |
getDisplay() |
OptionsPane |
getOptionsPane() |
ParameterPanelHandler |
getParameterPanel() |
CalculatorPlugin |
getPlugin() |
void |
saveParameterSettings() |
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public void saveParameterSettings()
public ParameterPanelHandler getParameterPanel() throws PluginException
PluginException
public OptionsPane getOptionsPane() throws PluginException
PluginException
public CalculatorPlugin getPlugin() throws PluginException
PluginException
public CalculatorPluginDisplay getDisplay() throws PluginException
PluginException