|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.plugin.PluginObject
public class PluginObject
Insert the class' description here. Creation date: (6.12.2001 22:40:36)
Field Summary | |
---|---|
static int |
PLUGIN_INITIALIZED
|
static int |
PLUGIN_INVALID
|
static int |
PLUGIN_LOADED
|
static int |
PLUGIN_NOT_LOADED
|
static int |
PLUGIN_STARTED
|
static int |
PLUGIN_STOPPED
|
Constructor Summary | |
---|---|
PluginObject(org.w3c.dom.Element pluginNode)
Insert the method's description here. |
Method Summary | |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Insert the method's description here. |
void |
destroy()
Insert the method's description here. |
void |
firePropertyChange(java.lang.String property,
java.lang.Object oldValue,
java.lang.Object newValue)
Insert the method's description here. |
java.lang.String |
getAuthor()
Insert the method's description here. |
java.lang.String |
getAutoStartString()
Insert the method's description here. |
java.lang.String |
getDescription()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
Plugin |
getPlugin()
Insert the method's description here. |
int |
getStatus()
Insert the method's description here. |
java.lang.String |
getStatusString()
Insert the method's description here. |
java.lang.String |
getVersion()
Insert the method's description here. |
void |
init()
Insert the method's description here. |
boolean |
isAutoStart()
Insert the method's description here. |
static Plugin |
loadPlugin(java.lang.String className)
Insert the method's description here. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Insert the method's description here. |
void |
saveConfig(org.w3c.dom.Document doc,
org.w3c.dom.Element pluginNode)
Insert the method's description here. |
void |
setAutoStart(boolean autoStart)
Insert the method's description here. |
void |
start()
Insert the method's description here. |
void |
stop()
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PLUGIN_NOT_LOADED
public static final int PLUGIN_LOADED
public static final int PLUGIN_INVALID
public static final int PLUGIN_INITIALIZED
public static final int PLUGIN_STARTED
public static final int PLUGIN_STOPPED
Constructor Detail |
---|
public PluginObject(org.w3c.dom.Element pluginNode)
- Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- public void destroy()
- public void firePropertyChange(java.lang.String property, java.lang.Object oldValue, java.lang.Object newValue)
property
- java.lang.StringoldValue
- java.lang.ObjectnewValue
- java.lang.Objectpublic java.lang.String getAuthor()
-
public java.lang.String getAutoStartString()
-
public java.lang.String getDescription()
-
public java.lang.String getName()
-
public Plugin getPlugin()
-
public int getStatus()
-
public java.lang.String getStatusString()
-
public java.lang.String getVersion()
-
public void init()
- public boolean isAutoStart()
-
public static Plugin loadPlugin(java.lang.String className) throws java.lang.Throwable
-
java.lang.Throwable
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- public void saveConfig(org.w3c.dom.Document doc, org.w3c.dom.Element pluginNode)
pluginNode
- org.w3c.dom.Elementpublic void setAutoStart(boolean autoStart)
- public void start()
- public void stop()
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |