verf.mddesigner
Class MDDesigner

java.lang.Object
  extended by org.java.plugin.Plugin
      extended by verf.mddesigner.MDDesigner

public final class MDDesigner
extends org.java.plugin.Plugin

Basic Plugin class which is invoken a the startup.

Author:
Bc. Marek Gach

Field Summary
static java.lang.String PLUGIN_ID
          This plug-in ID.
 
Fields inherited from class org.java.plugin.Plugin
log
 
Constructor Summary
MDDesigner()
           
 
Method Summary
protected  void doStart()
          Code executet at the startup of plugin.
protected  void doStop()
          Executed when plugin is terminated.
 
Methods inherited from class org.java.plugin.Plugin
getDescriptor, getManager, isActive, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
This plug-in ID.

See Also:
Constant Field Values
Constructor Detail

MDDesigner

public MDDesigner()
Method Detail

doStart

protected void doStart()
                throws java.lang.Exception
Code executet at the startup of plugin.

Specified by:
doStart in class org.java.plugin.Plugin
Throws:
java.lang.Exception
See Also:
Plugin.doStart()

doStop

protected void doStop()
               throws java.lang.Exception
Executed when plugin is terminated.

Specified by:
doStop in class org.java.plugin.Plugin
Throws:
java.lang.Exception
See Also:
Plugin.doStop()