qat.plugins.chorus
Class ChorusPlugin

java.lang.Object
  extended byqat.plugins.chorus.ChorusPlugin
All Implemented Interfaces:
PluginInterface

public class ChorusPlugin
extends java.lang.Object
implements 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.


Constructor Summary
ChorusPlugin()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChorusPlugin

public ChorusPlugin()
Method Detail

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


See QAT project for licensing details