chemaxon.marvin.plugin
Class PluginFactory.PluginRecord

java.lang.Object
  extended by chemaxon.marvin.plugin.PluginFactory.PluginRecord
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
PluginFactory

public class PluginFactory.PluginRecord
extends java.lang.Object
implements java.lang.Comparable

Stores plugin data.


Method Summary
 int compareTo(java.lang.Object o)
           
 CalculatorPluginDisplay getDisplay()
           
 OptionsPane getOptionsPane()
           
 ParameterPanelHandler getParameterPanel()
           
 CalculatorPlugin getPlugin()
           
 void saveParameterSettings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

saveParameterSettings

public void saveParameterSettings()

getParameterPanel

public ParameterPanelHandler getParameterPanel()
                                        throws PluginException
Throws:
PluginException

getOptionsPane

public OptionsPane getOptionsPane()
                           throws PluginException
Throws:
PluginException

getPlugin

public CalculatorPlugin getPlugin()
                           throws PluginException
Throws:
PluginException

getDisplay

public CalculatorPluginDisplay getDisplay()
                                   throws PluginException
Throws:
PluginException