Class SyntaxSourcePrinterExtension

java.lang.Object
  extended by Extension
      extended by SyntaxSourcePrinterExtension

public class SyntaxSourcePrinterExtension
extends Extension

BlueJ-Extension SyntaxSourcePrinterExtension.


Constructor Summary
SyntaxSourcePrinterExtension()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the extension"
 java.lang.String getName()
          Returns the name of this extension
 java.net.URL getURL()
          Returns the URL for the support of the extension
 java.lang.String getVersion()
          Returns the version of this extension
 boolean isCompatible()
          Returns if this extension is compatible with the current BlueJ-version
 void packageClosing(PackageEvent ev)
          A Package has been closed
 void packageOpened(PackageEvent ev)
          A Package has been opened
 void startup(BlueJ bluej)
          Starts the Extension
 void terminate()
          Is called when the extension terminates
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntaxSourcePrinterExtension

public SyntaxSourcePrinterExtension()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the extension"


getName

public java.lang.String getName()
Returns the name of this extension


getURL

public java.net.URL getURL()
Returns the URL for the support of the extension


getVersion

public java.lang.String getVersion()
Returns the version of this extension


isCompatible

public boolean isCompatible()
Returns if this extension is compatible with the current BlueJ-version


packageClosing

public void packageClosing(PackageEvent ev)
A Package has been closed


packageOpened

public void packageOpened(PackageEvent ev)
A Package has been opened


startup

public void startup(BlueJ bluej)
Starts the Extension


terminate

public void terminate()
Is called when the extension terminates