Package com.cosylab.vdct.plugin
Class PluginObject
- java.lang.Object
-
- com.cosylab.vdct.plugin.PluginObject
-
public class PluginObject extends Object
Insert the class description here. Creation date: (6.12.2001 22:40:36)- Author:
- Matej Sekoranja
-
-
Field Summary
Fields Modifier and Type Field Description 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
Constructors Constructor Description PluginObject(Element pluginNode)
Insert the method's description here.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPropertyChangeListener(PropertyChangeListener listener)
Insert the method's description here.void
destroy()
Insert the method's description here.void
firePropertyChange(String property, Object oldValue, Object newValue)
Insert the method's description here.String
getAuthor()
Insert the method's description here.String
getAutoStartString()
Insert the method's description here.String
getDescription()
Insert the method's description here.String
getName()
Insert the method's description here.Plugin
getPlugin()
Insert the method's description here.int
getStatus()
Insert the method's description here.String
getStatusString()
Insert the method's description here.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(String className)
Insert the method's description here.void
removePropertyChangeListener(PropertyChangeListener listener)
Insert the method's description here.void
saveConfig(Document doc, 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.
-
-
-
Field Detail
-
PLUGIN_NOT_LOADED
public static final int PLUGIN_NOT_LOADED
- See Also:
- Constant Field Values
-
PLUGIN_LOADED
public static final int PLUGIN_LOADED
- See Also:
- Constant Field Values
-
PLUGIN_INVALID
public static final int PLUGIN_INVALID
- See Also:
- Constant Field Values
-
PLUGIN_INITIALIZED
public static final int PLUGIN_INITIALIZED
- See Also:
- Constant Field Values
-
PLUGIN_STARTED
public static final int PLUGIN_STARTED
- See Also:
- Constant Field Values
-
PLUGIN_STOPPED
public static final int PLUGIN_STOPPED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PluginObject
public PluginObject(Element pluginNode)
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Parameters:
pluginNode
- pluginNode
-
-
Method Detail
-
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Parameters:
listener
- listener
-
destroy
public void destroy()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)
-
firePropertyChange
public void firePropertyChange(String property, Object oldValue, Object newValue)
Insert the method's description here. Creation date: (8.12.2001 18:20:23)- Parameters:
property
- java.lang.StringoldValue
- java.lang.ObjectnewValue
- java.lang.Object
-
getAuthor
public String getAuthor()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getAutoStartString
public String getAutoStartString()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getDescription
public String getDescription()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getName
public String getName()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getPlugin
public Plugin getPlugin()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getStatus
public int getStatus()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getStatusString
public String getStatusString()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
getVersion
public String getVersion()
Insert the method's description here. Creation date: (6.12.2001 22:46:06)- Returns:
- something
-
init
public void init()
Insert the method's description here. Creation date: (6.12.2001 22:42:08)
-
isAutoStart
public boolean isAutoStart()
Insert the method's description here. Creation date: (6.12.2001 22:42:08)- Returns:
- something
-
loadPlugin
public static Plugin loadPlugin(String className) throws Throwable
Insert the method's description here. Creation date: (7.12.2001 14:07:42)- Parameters:
className
- className- Returns:
- something
- Throws:
Throwable
- foo
-
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
Insert the method's description here. Creation date: (6.12.2001 22:42:08)- Parameters:
listener
- listener
-
saveConfig
public void saveConfig(Document doc, Element pluginNode)
Insert the method's description here. Creation date: (7.12.2001 15:01:22)- Parameters:
doc
- docpluginNode
- org.w3c.dom.Element
-
setAutoStart
public void setAutoStart(boolean autoStart)
Insert the method's description here. Creation date: (6.12.2001 22:42:08)- Parameters:
autoStart
- autoStart
-
start
public void start()
Insert the method's description here. Creation date: (6.12.2001 22:42:08)
-
stop
public void stop()
Insert the method's description here. Creation date: (6.12.2001 22:42:08)
-
-