|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbluej.extensions.Extension
SimpleExtension
This is the starting point of a BlueJ Extension
Field Summary | |
(package private) bluej.extensions.BlueJ |
bluej
|
Fields inherited from class bluej.extensions.Extension |
VERSION_MAJOR, VERSION_MINOR |
Constructor Summary | |
SimpleExtension()
|
Method Summary | |
bluej.extensions.BlueJ |
getBlueJ()
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
Returns the user-visible name of this extension |
java.net.URL |
getURL()
Returns a URL where you can find info on this extension. |
java.lang.String |
getVersion()
Returns the version number of this extension |
boolean |
isCompatible()
This method must decide if this Extension is compatible with the current release of the BlueJ Extensions API |
static void |
main(java.lang.String[] args)
|
void |
startup(bluej.extensions.BlueJ bluej)
When this method is called, the extension may start its work. |
Methods inherited from class bluej.extensions.Extension |
terminate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
bluej.extensions.BlueJ bluej
Constructor Detail |
public SimpleExtension()
Method Detail |
public static void main(java.lang.String[] args)
public void startup(bluej.extensions.BlueJ bluej)
public bluej.extensions.BlueJ getBlueJ()
public boolean isCompatible()
public java.lang.String getVersion()
public java.lang.String getName()
public java.lang.String getDescription()
public java.net.URL getURL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |