Class PluginObject


  • public class PluginObject
    extends Object
    Insert the class description here. Creation date: (6.12.2001 22:40:36)
    Author:
    Matej Sekoranja
    • 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.String
        oldValue - java.lang.Object
        newValue - 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 - doc
        pluginNode - 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)