de.hillenbrand.jedi
Class AbstractJediPlugin

java.lang.Object
  extended by de.hillenbrand.jedi.AbstractJediPlugin
All Implemented Interfaces:
JediPlugin

public abstract class AbstractJediPlugin
extends java.lang.Object
implements JediPlugin


Field Summary
protected  java.lang.String installationPath
           
protected  java.util.Hashtable prefs
           
 
Constructor Summary
AbstractJediPlugin()
           
 
Method Summary
 java.lang.Object getPrefs()
           
 void setInstallationPath(java.lang.String path)
           
 void setPrefs(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.hillenbrand.jedi.JediPlugin
editPrefs, execute, getAuthor, getComponent, getDescription, getDocumentation, getIcon, getRevision, getVersion, hasPreferencesFrame
 

Field Detail

prefs

protected java.util.Hashtable prefs

installationPath

protected java.lang.String installationPath
Constructor Detail

AbstractJediPlugin

public AbstractJediPlugin()
Method Detail

getPrefs

public java.lang.Object getPrefs()
Specified by:
getPrefs in interface JediPlugin

setInstallationPath

public void setInstallationPath(java.lang.String path)
Specified by:
setInstallationPath in interface JediPlugin

setPrefs

public void setPrefs(java.lang.Object o)
Specified by:
setPrefs in interface JediPlugin