qat.plugins.jdmk
Class JdmkPlugin
java.lang.Object
qat.plugins.jdmk.JdmkPlugin
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, PluginInterface
- public class JdmkPlugin
- extends java.lang.Object
- implements PluginInterface, java.awt.event.ActionListener
This class is used for fine-tuning the QAT GUI to specific project related
requirements.
It does it's work on the project properties, and session properties
used by the QAT, and provides hooks for integrating it into
the QAT itself.
It must implement the default constructor, which will be called to
instantiate the class.
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
void |
activatePlugin(QATInterface qat)
This method is called when the plugin is activated through the
QAT Plugin menu. |
java.lang.String |
getPluginName()
This is the name which will be displayed in the plugin menu. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdmkPlugin
public JdmkPlugin()
activatePlugin
public void activatePlugin(QATInterface qat)
- This method is called when the plugin is activated through the
QAT Plugin menu.
- Specified by:
activatePlugin
in interface PluginInterface
getPluginName
public java.lang.String getPluginName()
- This is the name which will be displayed in the plugin menu.
- Specified by:
getPluginName
in interface PluginInterface
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
See QAT project for licensing details