|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectExtension
SyntaxSourcePrinterExtension
public class SyntaxSourcePrinterExtension
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 |
---|
public SyntaxSourcePrinterExtension()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.net.URL getURL()
public java.lang.String getVersion()
public boolean isCompatible()
public void packageClosing(PackageEvent ev)
public void packageOpened(PackageEvent ev)
public void startup(BlueJ bluej)
public void terminate()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |