qat.gui
Interface PluginInterface

All Known Implementing Classes:
ChorusPlugin, JdmkPlugin

public interface PluginInterface

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 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.
 

Method Detail

activatePlugin

public void activatePlugin(QATInterface qat)
This method is called when the plugin is activated through the QAT Plugin menu.


getPluginName

public java.lang.String getPluginName()
This is the name which will be displayed in the plugin menu.



See QAT project for licensing details