main
Class RolesOfVariables

java.lang.Object
  extended bybluej.extensions.Extension
      extended bymain.RolesOfVariables

public class RolesOfVariables
extends Extension


Field Summary
 
Fields inherited from class bluej.extensions.Extension
VERSION_MAJOR, VERSION_MINOR
 
Constructor Summary
RolesOfVariables()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 URL getURL()
           
 String getVersion()
           
 boolean isCompatible()
           
 void startup(BlueJ blueJ)
          Starts extension
 void terminate()
          Outputs terminate message to debug.txt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolesOfVariables

public RolesOfVariables()
Method Detail

startup

public void startup(BlueJ blueJ)
Starts extension


getVersion

public String getVersion()
Returns:
version number of extension

getName

public String getName()
Returns:
name of extension

terminate

public void terminate()
Outputs terminate message to debug.txt


getDescription

public String getDescription()
Returns:
description of extension

isCompatible

public boolean isCompatible()
Returns:
true - assume for now that extension is compatible with current BlueJ version.

getURL

public URL getURL()
Returns:
URL of Roles of Variables website – in the absence of any URL associated with this extension