|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JaxoPlugin
A plugin for JaxoDraw.
Method Summary | |
---|---|
String |
description()
Return a short description (preferably internationalized) of what this plugin does. |
String |
getShortName()
Return a short name for this plugin. |
void |
loadProperties()
Each plugin should be able to load a set of properties from some default location. |
boolean |
makeAvailableAtRuntime()
Checks some eventual runtime requirements for the plugin. |
String |
pluginId()
This must return the class name of the plugin (MyPlugin.class.getName()). |
String |
pluginName()
Return the name of this plugin. |
String |
version()
Return the version number of this plugin. |
Methods inherited from interface net.sf.jaxodraw.util.JaxoLocalized |
---|
updateLanguage |
Method Detail |
---|
String pluginId()
String getShortName()
String pluginName()
String description()
String version()
JaxoInfo.compareVersions
.
boolean makeAvailableAtRuntime()
void loadProperties()
getShortName()
-plugin.properties".
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |