A B C E F G I L M N O P R S T U V

A

addApplicationListener(ApplicationListener) - Method in class bluej.extensions.BlueJ
Registers a listener for application events.
addClassListener(ClassListener) - Method in class bluej.extensions.BlueJ
Register a listener for class events.
addCompileListener(CompileListener) - Method in class bluej.extensions.BlueJ
Registers a listener for compile events.
addExtensionEventListener(ExtensionEventListener) - Method in class bluej.extensions.BlueJ
Registers a listener for all the events generated by BlueJ.
addInvocationListener(InvocationListener) - Method in class bluej.extensions.BlueJ
Registers a listener for invocation events.
addPackageListener(PackageListener) - Method in class bluej.extensions.BlueJ
Registers a listener for package events.
addToBench(String) - Method in class bluej.extensions.BObject
Adds this object on the object bench.
APP_READY_EVENT - Static variable in class bluej.extensions.event.ApplicationEvent
Event generated when the BlueJ application is initialised and ready.
ApplicationEvent - Class in bluej.extensions.event
This class encapsulates BlueJ application events.
ApplicationEvent(int) - Constructor for class bluej.extensions.event.ApplicationEvent
Constructs an ApplicationEvent
ApplicationListener - Interface in bluej.extensions.event
This interface allows you to listen for application events.

B

BArray - Class in bluej.extensions
A wrapper for an array object in BlueJ.
BArray() - Constructor for class bluej.extensions.BArray
 
BClass - Class in bluej.extensions
A wrapper for a class.
BConstructor - Class in bluej.extensions
A wrapper for a constructor of a BlueJ class.
beginChangeSource() - Method in class bluej.extensions.BClass
Deprecated. As of BlueJ 2.0, replaced by Editor.setReadOnly(boolean readOnly)
BField - Class in bluej.extensions
A wrapper for a field of a BlueJ class.
BlueJ - Class in bluej.extensions
A proxy object which provides services to BlueJ extensions.
bluej.extensions.event - package bluej.extensions.event
Provides the event mechanism for extensions to track some of the things that are going on in BlueJ.
blueJReady(ApplicationEvent) - Method in interface bluej.extensions.event.ApplicationListener
This method will be called when the BlueJ application is initialised.
BMethod - Class in bluej.extensions
A wrapper for a method of a BlueJ class.
BObject - Class in bluej.extensions
A wrapper for an object on the BlueJ object bench.
BPackage - Class in bluej.extensions
A wrapper for a single package of a BlueJ project.
BProject - Class in bluej.extensions
A wrapper for a BlueJ project.

C

CHANGED_NAME - Static variable in class bluej.extensions.event.ClassEvent
 
ClassEvent - Class in bluej.extensions.event
This class encapsulates events which occur on BlueJ classes.
ClassEvent(int, BClass, boolean) - Constructor for class bluej.extensions.event.ClassEvent
Construct a new ClassEvent object for a STATE_CHANGED event.
ClassEvent(int, BClass, String) - Constructor for class bluej.extensions.event.ClassEvent
Construct a new ClassEvent object for a CHANGED_NAME event.
ClassListener - Interface in bluej.extensions.event
This interface allows you to listen for class events.
ClassNotFoundException - Exception in bluej.extensions
This exception will be thrown when a reference to a class is no longer valid.
classStateChanged(ClassEvent) - Method in interface bluej.extensions.event.ClassListener
The class state changed.
close() - Method in class bluej.extensions.BProject
Saves any open files, then closes all frames belonging to this project.
CompilationNotStartedException - Exception in bluej.extensions
This exception will be thrown when a compile request cannot be started.
compile(boolean) - Method in class bluej.extensions.BClass
Compile this class, and any dependents.
compile(boolean, boolean) - Method in class bluej.extensions.BClass
Compile this class, and any dependents, optionally without showing compilation errors to the user.
compile(boolean) - Method in class bluej.extensions.BPackage
Compile all modified files of this package.
COMPILE_DONE_EVENT - Static variable in class bluej.extensions.event.CompileEvent
Event generated when a compilation finishes successfully.
COMPILE_ERROR_EVENT - Static variable in class bluej.extensions.event.CompileEvent
Event generated when a compilation error occurs.
COMPILE_FAILED_EVENT - Static variable in class bluej.extensions.event.CompileEvent
Event generated when a compilation finishes unsuccessfully.
COMPILE_START_EVENT - Static variable in class bluej.extensions.event.CompileEvent
Event generated when compilation begins.
COMPILE_WARNING_EVENT - Static variable in class bluej.extensions.event.CompileEvent
Event generated when a compilation warning occurs.
compileAll(boolean) - Method in class bluej.extensions.BPackage
Compile all files of this package.
compileError(CompileEvent) - Method in interface bluej.extensions.event.CompileListener
This method will be called when there is a report of a compile error.
CompileEvent - Class in bluej.extensions.event
This class encapsulates compiler events.
CompileEvent(int, File[]) - Constructor for class bluej.extensions.event.CompileEvent
Constructor for a CompileEvent.
compileFailed(CompileEvent) - Method in interface bluej.extensions.event.CompileListener
This method will be called when the compile fails.
CompileListener - Interface in bluej.extensions.event
This interface allows you to listen for compile events.
compileStarted(CompileEvent) - Method in interface bluej.extensions.event.CompileListener
This method will be called when a compilation starts.
compileSucceeded(CompileEvent) - Method in interface bluej.extensions.event.CompileListener
This method will be called when the compile ends successfully.
compileWarning(CompileEvent) - Method in interface bluej.extensions.event.CompileListener
This method will be called when there is a report of a compile warning.

E

Editor - Class in bluej.extensions.editor
Proxy object that allows interaction with the BlueJ Editor for a particular class.
endChangeSource() - Method in class bluej.extensions.BClass
Deprecated. As of BlueJ 2.0, replaced by Editor.setReadOnly(boolean readOnly)
eventOccurred(ExtensionEvent) - Method in interface bluej.extensions.event.ExtensionEventListener
This method will be called when an event occurs.
EXCEPTION_EXIT - Static variable in class bluej.extensions.event.InvocationEvent
The execution finished due to an exception
Extension - Class in bluej.extensions
Defines the interface between BlueJ and an extension.
Extension() - Constructor for class bluej.extensions.Extension
 
ExtensionEvent - Interface in bluej.extensions.event
Base class for the different event types generated by BlueJ for extensions.
ExtensionEventListener - Interface in bluej.extensions.event
This interface allows you to listen for all BlueJ events by using a single listener.
ExtensionException - Exception in bluej.extensions
Base class for the different Exception event generated by BlueJ for extensions.
ExtensionUnloadedException - Exception in bluej.extensions
This exception will be thrown when an Extension that has been unloaded from BlueJ still tries to access methods of the BlueJ class.
ExtensionUnloadedException() - Constructor for exception bluej.extensions.ExtensionUnloadedException
 

F

FORCED_EXIT - Static variable in class bluej.extensions.event.InvocationEvent
Deprecated. 

G

getBClass() - Method in class bluej.extensions.BObject
Return the class of this object.
getBClass(String) - Method in class bluej.extensions.BPackage
Returns the class with the given name in this package.
getBClass() - Method in class bluej.extensions.event.ClassEvent
Get the BClass object identifying the class on which the event occurred.
getBlueJPropertyString(String, String) - Method in class bluej.extensions.BlueJ
Returns a property from BlueJ's properties, or the given default value if the property is not currently set.
getCaretLocation() - Method in class bluej.extensions.editor.Editor
Returns the current caret location (the position of the user's cursor) within the edited text.
getClasses() - Method in class bluej.extensions.BPackage
Returns an array containing all the classes in this package.
getClassFile() - Method in class bluej.extensions.BClass
Returns this class's .class file (or null, if the class no longer exists in the project).
getClassLoader() - Method in class bluej.extensions.BProject
Returns a URLClassLoader that should be used to load project classes.
getClassMenuItem(BClass) - Method in class bluej.extensions.MenuGenerator
Returns the JMenuItem to be added to the BlueJ Class menu Extensions should not retain references to the menu items created.
getClassName() - Method in class bluej.extensions.event.InvocationEvent
Returns the class name on which this invocation took place.
getColumn() - Method in class bluej.extensions.editor.TextLocation
Returns the column of this text location
getConstructor(Class<?>[]) - Method in class bluej.extensions.BClass
Returns the constructor for this class which has the given signature.
getConstructors() - Method in class bluej.extensions.BClass
Returns all the constructors of this class.
getCurrentClasses() - Method in class bluej.extensions.BPackage
Returns the currently selected classes in this Package.
getCurrentFrame() - Method in class bluej.extensions.BlueJ
Returns the current frame being displayed.
getCurrentObjects() - Method in class bluej.extensions.BPackage
Returns the currently selected objects in the Object Bench.
getCurrentPackage() - Method in class bluej.extensions.BlueJ
Returns the currently selected package.
getDeclaredMethod(String, Class<?>[]) - Method in class bluej.extensions.BClass
Returns the declared method of this class which has the given signature.
getDeclaredMethods() - Method in class bluej.extensions.BClass
Returns the declared methods of this class.
getDeclaringClass() - Method in class bluej.extensions.BMethod
Returns the class that declares this method.
getDescription() - Method in class bluej.extensions.Extension
Should return a description of the extension's function.
getDir() - Method in class bluej.extensions.BPackage
Returns the directory where this package is stored.
getDir() - Method in class bluej.extensions.BProject
Returns the directory in which this project is stored.
getEditor() - Method in class bluej.extensions.BClass
Returns a proxy object that provide an interface to the editor for this BClass.
getErrorLineNumber() - Method in class bluej.extensions.event.CompileEvent
Returns the line number where the compilation error occurs.
getErrorMessage() - Method in class bluej.extensions.event.CompileEvent
Returns the error message generated by the compiler.
getEvent() - Method in class bluej.extensions.event.ApplicationEvent
Returns the event type, one of the values defined.
getEvent() - Method in class bluej.extensions.event.CompileEvent
Returns the eventId, one of the values defined.
getEvent() - Method in class bluej.extensions.event.PackageEvent
Returns the eventId of this event.
getEventId() - Method in class bluej.extensions.event.ClassEvent
Get the event Id (one of STATE_CHANGED, CHANGED_NAME).
getExtensionPropertyString(String, String) - Method in class bluej.extensions.BlueJ
Return a property associated with this extension from the standard BlueJ property repository.
getField(String) - Method in class bluej.extensions.BClass
Returns the field of this class which has the given name.
getFields() - Method in class bluej.extensions.BClass
Returns all the fields of this class.
getFiles() - Method in class bluej.extensions.event.CompileEvent
Returns an array of zero, one or more files related to this event.
getFrame() - Method in class bluej.extensions.BPackage
Returns the package frame.
getInstanceName() - Method in class bluej.extensions.BObject
Return the name of this object on the object bench.
getInvocationStatus() - Method in class bluej.extensions.event.InvocationEvent
Returns the invocation status.
getJavaClass() - Method in class bluej.extensions.BClass
Returns the Java class being wrapped by this BClass.
getJavaField() - Method in class bluej.extensions.BField
Returns the java Field for inspection.
getJavaFile() - Method in class bluej.extensions.BClass
Returns this class's .java file.
getLabel(String) - Method in class bluej.extensions.BlueJ
Returns the language-dependent label with the given key.
getLine() - Method in class bluej.extensions.editor.TextLocation
Returns the line of this text position
getLineCount() - Method in class bluej.extensions.editor.Editor
Returns the total number of lines in the currently edited text.
getLineLength(int) - Method in class bluej.extensions.editor.Editor
Returns the length of the line indicated in the edited text.
getMenuGenerator() - Method in class bluej.extensions.BlueJ
Returns the currently registered menu generator
getMenuItem() - Method in class bluej.extensions.MenuGenerator
Deprecated. As of BlueJ 1.3.5, replaced by MenuGenerator.getToolsMenuItem(BPackage bp)
getMethod(String, Class<?>[]) - Method in class bluej.extensions.BClass
Returns the method of this class with the given signature.
getMethodName() - Method in class bluej.extensions.event.InvocationEvent
Returns the method name being called.
getMethods() - Method in class bluej.extensions.BClass
Returns all methods of this class, those declared and those inherited from all ancestors.
getModifiers() - Method in class bluej.extensions.BField
Returns the modifiers of this field.
getModifiers() - Method in class bluej.extensions.BMethod
Returns the modifiers for this method.
getName() - Method in class bluej.extensions.BClass
Returns the name of this BClass.
getName() - Method in class bluej.extensions.BField
Return the name of the field.
getName() - Method in class bluej.extensions.BMethod
Returns the name of this method.
getName() - Method in class bluej.extensions.BPackage
Returns the name of the package.
getName() - Method in class bluej.extensions.BProject
Returns the name of this project.
getName() - Method in class bluej.extensions.Extension
Should return a name for this extension.
getObject(String) - Method in class bluej.extensions.BPackage
Returns a wrapper for the object with the given name on BlueJ's object bench.
getObjectMenuItem(BObject) - Method in class bluej.extensions.MenuGenerator
Returns the JMenuItem to be added to the BlueJ Object menu Extensions should not retain references to the menu items created.
getObjectName() - Method in class bluej.extensions.event.InvocationEvent
Returns the instance name of the invoked object on the object bench.
getObjects() - Method in class bluej.extensions.BPackage
Returns an array of all the Objects on the object bench.
getOffsetFromTextLocation(TextLocation) - Method in class bluej.extensions.editor.Editor
Translates a text location into an offset into the text held by the editor.
getOldName() - Method in class bluej.extensions.event.ClassEvent
Get the new class name.
getOpenProjects() - Method in class bluej.extensions.BlueJ
Returns all currently open projects.
getPackage() - Method in class bluej.extensions.BClass
Returns the package this class belongs to.
getPackage() - Method in class bluej.extensions.BObject
Returns the package this object belongs to.
getPackage(String) - Method in class bluej.extensions.BProject
Get a package belonging to this project.
getPackage() - Method in class bluej.extensions.event.InvocationEvent
Returns the package in which this invocation took place.
getPackage() - Method in class bluej.extensions.event.PackageEvent
Returns the package associated with this event.
getPackages() - Method in class bluej.extensions.BProject
Returns all packages belonging to this project.
getPanel() - Method in interface bluej.extensions.PreferenceGenerator
Bluej will call this method to get the panel where preferences for this extension are.
getParameters() - Method in class bluej.extensions.event.InvocationEvent
Returns the values of the parameters to the invocation as strings.
getParameterTypes() - Method in class bluej.extensions.BConstructor
Returns the parameters of this constructor.
getParameterTypes() - Method in class bluej.extensions.BMethod
Returns the types of the parameters of this method.
getPreferenceGenerator() - Method in class bluej.extensions.BlueJ
Returns the currently registered preference generator.
getProject() - Method in class bluej.extensions.BPackage
Returns the package's project.
getProperty(String) - Method in class bluej.extensions.editor.Editor
Returns a property of the current editor.
getResult() - Method in class bluej.extensions.event.InvocationEvent
Returns the newly created object (if any).
getReturnType() - Method in class bluej.extensions.BMethod
Returns the return type of this method Similar to Reflection API
getSelectionBegin() - Method in class bluej.extensions.editor.Editor
Returns the location at which current selection begins.
getSelectionEnd() - Method in class bluej.extensions.editor.Editor
Returns the location at which the current selection ends.
getSignature() - Method in class bluej.extensions.event.InvocationEvent
Returns the signature of the invoked method or constructor.
getSuperclass() - Method in class bluej.extensions.BClass
Returns the superclass of this class.
getSystemLibDir() - Method in class bluej.extensions.BlueJ
Returns the path of the <BLUEJ_HOME>/lib system directory.
getText(TextLocation, TextLocation) - Method in class bluej.extensions.editor.Editor
Returns the text which lies between the two TextLocations.
getTextLength() - Method in class bluej.extensions.editor.Editor
Returns the length of the currently edited text.
getTextLocationFromOffset(int) - Method in class bluej.extensions.editor.Editor
Translate an offset in the text held by the editor into a TextLocation.
getToolsMenuItem(BPackage) - Method in class bluej.extensions.MenuGenerator
Returns the JMenuItem to be added to the BlueJ Tools menu.
getType() - Method in class bluej.extensions.BField
Return the type of the field.
getURL() - Method in class bluej.extensions.Extension
Should return a URL where more information about the extension is available.
getUserConfigDir() - Method in class bluej.extensions.BlueJ
Returns the path of the user configuration directory.
getValue(BObject, int) - Static method in class bluej.extensions.BArray
Given a BlueJ array object, returns the item at the given index.
getValue(BObject) - Method in class bluej.extensions.BField
Return the value of this field of the given object.
getVersion() - Method in class bluej.extensions.Extension
Should return the version of the extension.

I

InvocationArgumentException - Exception in bluej.extensions
This exception will be thrown when the parameters passed to an invocation do not match the list of arguments of the invocation.
InvocationErrorException - Exception in bluej.extensions
This exception will be thrown when an exception occurs during a method or constructor invocation.
InvocationEvent - Class in bluej.extensions.event
This class encapsulates events generated when the construction or invocation of a BlueJ object finishes.
InvocationEvent(ExecutionEvent) - Constructor for class bluej.extensions.event.InvocationEvent
Constructor for the event.
invocationFinished(InvocationEvent) - Method in interface bluej.extensions.event.InvocationListener
This method will be called when an invocation has finished.
InvocationListener - Interface in bluej.extensions.event
This interface allows you to listen for when an invocation has finished.
invoke(BObject, Object[]) - Method in class bluej.extensions.BMethod
Invoke this method on the given object.
isClassCompiled() - Method in class bluej.extensions.event.ClassEvent
Check whether the class for which the event occurred is compiled.
isCompatible() - Method in class bluej.extensions.Extension
Determine whether this extension is compatible with a particular version of the extensions API.
isCompiled() - Method in class bluej.extensions.BClass
Checks to see if this class has been compiled.
isReadOnly() - Method in class bluej.extensions.editor.Editor
Is the editor currently set to readOnly?.
isVisible() - Method in class bluej.extensions.editor.Editor
Is this Editor currently visible?

L

loadFile() - Method in class bluej.extensions.editor.Editor
Request the editor to load the file currently opened.
loadValues() - Method in interface bluej.extensions.PreferenceGenerator
When this method is called the Extension should load its current values into its preference panel.

M

matches(Class<?>[]) - Method in class bluej.extensions.BConstructor
Tests if this constructor matches the given signature.
matches(String) - Method in class bluej.extensions.BField
Deprecated. 
matches(String, Class<?>[]) - Method in class bluej.extensions.BMethod
Tests if this method matches against the given signature.
ME_PROJECT - Static variable in class bluej.extensions.BlueJ
 
MenuGenerator - Class in bluej.extensions
Extensions which wish to add a menu item to BlueJ's menus should register an instance of MenuGenerator with the BlueJ proxy object.
MenuGenerator() - Constructor for class bluej.extensions.MenuGenerator
 
MissingJavaFileException - Exception in bluej.extensions
This exception will be thrown when a new class is created and not java source file is provided.

N

newClass(String) - Method in class bluej.extensions.BPackage
Creates a new Class with the given name.
newInstance(Object[]) - Method in class bluej.extensions.BConstructor
Creates a new instance of the object described by this constructor.
newPackage(String) - Method in class bluej.extensions.BProject
Create and return a new package with the given fully qualified name.
newProject(File, int) - Method in class bluej.extensions.BlueJ
Creates a new BlueJ project.
newProject(File) - Method in class bluej.extensions.BlueJ
Creates a new BlueJ project.
NORMAL_EXIT - Static variable in class bluej.extensions.event.InvocationEvent
The execution finished normally.
notifyPostClassMenu(BClass, JMenuItem) - Method in class bluej.extensions.MenuGenerator
Called by BlueJ when a class menu added by an extension is about to be displayed.
notifyPostObjectMenu(BObject, JMenuItem) - Method in class bluej.extensions.MenuGenerator
Called by BlueJ when an object menu added by an extension is about to be displayed.
notifyPostToolsMenu(BPackage, JMenuItem) - Method in class bluej.extensions.MenuGenerator
Called by BlueJ when a tools menu added by an extension is about to be displayed.

O

openProject(File) - Method in class bluej.extensions.BlueJ
Opens a project.

P

PACKAGE_CLOSING - Static variable in class bluej.extensions.event.PackageEvent
This event occurs when a package is just about to be closed.
PACKAGE_OPENED - Static variable in class bluej.extensions.event.PackageEvent
This event occurs when a package has just been opened.
PackageAlreadyExistsException - Exception in bluej.extensions
This exception is thrown when there is a request to create a new Package but the package already exists in BlueJ.
packageClosing(PackageEvent) - Method in interface bluej.extensions.event.PackageListener
This method will be called when a package is about to be closed.
PackageEvent - Class in bluej.extensions.event
This class encapsulates events on BlueJ packages.
PackageEvent(int, Package) - Constructor for class bluej.extensions.event.PackageEvent
Constructor for the PackageEvent.
PackageListener - Interface in bluej.extensions.event
This interface allows you to listen for events on BlueJ packages.
PackageNotFoundException - Exception in bluej.extensions
This exception will be thrown when a reference to a package is no longer valid.
packageOpened(PackageEvent) - Method in interface bluej.extensions.event.PackageListener
This method will be called when a package has been opened.
PreferenceGenerator - Interface in bluej.extensions
Extensions which wish to add preference items to BlueJ's Tools/Preferences/Extensions panel should register an instance of PreferenceGenerator with the BlueJ proxy object.
ProjectNotOpenException - Exception in bluej.extensions
This exception will be thrown when a reference to a project is no longer valid.

R

reload() - Method in class bluej.extensions.BPackage
Reloads the entire package.
remove() - Method in class bluej.extensions.BClass
Removes this class from BlueJ, including the underlying files.
remove() - Method in class bluej.extensions.BPackage
Removes this package from BlueJ, including the underlying files.
removeApplicationListener(ApplicationListener) - Method in class bluej.extensions.BlueJ
Removes the specified listener so that it no longer receives events.
removeClassListener(ClassListener) - Method in class bluej.extensions.BlueJ
Removes the specified class listener so no that it no longer receives class events.
removeCompileListener(CompileListener) - Method in class bluej.extensions.BlueJ
Removes the specified listener so that it no longer receives events.
removeExtensionEventListener(ExtensionEventListener) - Method in class bluej.extensions.BlueJ
Removes the specified listener so that it no longer receives events.
removeFromBench() - Method in class bluej.extensions.BObject
Removes this object from the object bench.
removeInvocationListener(InvocationListener) - Method in class bluej.extensions.BlueJ
Removes the specified listener so no that it no longer receives events.
removePackageListener(PackageListener) - Method in class bluej.extensions.BlueJ
Removes the specified listener so that it no longer receives events.
restartVM() - Method in class bluej.extensions.BProject
Restarts the VM used to run user code for this project.

S

save() - Method in class bluej.extensions.BProject
Requests a "save" of all open files in this project.
saveFile() - Method in class bluej.extensions.editor.Editor
Request the editor to save the file currently opened.
saveValues() - Method in interface bluej.extensions.PreferenceGenerator
When this method is called the Extension should save values from the preference panel into its internal state.
SE_PROJECT - Static variable in class bluej.extensions.BlueJ
 
setCaretLocation(TextLocation) - Method in class bluej.extensions.editor.Editor
Sets the current caret location within the edited text.
setColumn(int) - Method in class bluej.extensions.editor.TextLocation
Sets the column of this text position, leaving the line number unchanged.
setErrorLineNumber(int) - Method in class bluej.extensions.event.CompileEvent
Sets the line number where an error or warning occurred.
setErrorMessage(String) - Method in class bluej.extensions.event.CompileEvent
Sets the error message for an error or warning event.
setExtensionPropertyString(String, String) - Method in class bluej.extensions.BlueJ
Sets a property associated with this extension into the standard BlueJ property repository.
setLine(int) - Method in class bluej.extensions.editor.TextLocation
Sets the line number of this text position, leaving the column unchanged.
setMenuGenerator(MenuGenerator) - Method in class bluej.extensions.BlueJ
Install a new menu generator for this extension.
setPosition(int, int) - Method in class bluej.extensions.editor.TextLocation
Set both the line number and column of this text location
setPreferenceGenerator(PreferenceGenerator) - Method in class bluej.extensions.BlueJ
Install a new preference panel for this extension.
setProperty(String, Object) - Method in class bluej.extensions.editor.Editor
Set a property for the current editor.
setReadOnly(boolean) - Method in class bluej.extensions.editor.Editor
Request the editor to permit or deny editor content modification (via the editor GUI).
setSelection(TextLocation, TextLocation) - Method in class bluej.extensions.editor.Editor
Request the editor to mark the text between begin and end as selected.
setText(TextLocation, TextLocation, String) - Method in class bluej.extensions.editor.Editor
Request the editor to replace the text between beginning and end with the given newText If begin and end refer to the same location, the text is inserted.
setVisible(boolean) - Method in class bluej.extensions.editor.Editor
Show or hide this Editor.
showMessage(String) - Method in class bluej.extensions.editor.Editor
Request the editor to display the given message in the editor message area.
startup(BlueJ) - Method in class bluej.extensions.Extension
Called when the extension can start its activity.
STATE_CHANGED - Static variable in class bluej.extensions.event.ClassEvent
 

T

terminate() - Method in class bluej.extensions.Extension
Called when the extension should tidy up and terminate.
TERMINATED_EXIT - Static variable in class bluej.extensions.event.InvocationEvent
The execution finished because the user forcefully terminated it
TextLocation - Class in bluej.extensions.editor
A TextLocation object groups two pieces of information: a line number and a column number.
TextLocation(int, int) - Constructor for class bluej.extensions.editor.TextLocation
Create a TextLocation representing the text position at the specified line and column
toString() - Method in class bluej.extensions.BClass
Returns a string representation of the Object
toString() - Method in class bluej.extensions.BConstructor
Description of the Method
toString() - Method in class bluej.extensions.BMethod
Returns a string representing the return type, name and signature of this method
toString() - Method in class bluej.extensions.BObject
Returns a string representation of the Object
toString() - Method in class bluej.extensions.BPackage
Returns a string representation of the package object
toString() - Method in class bluej.extensions.BProject
Returns a string representation of this package object
toString() - Method in class bluej.extensions.editor.TextLocation
Returns a string representation of this text location.
toString() - Method in class bluej.extensions.event.ApplicationEvent
Returns a meaningful description of this event.
toString() - Method in class bluej.extensions.event.CompileEvent
Returns a meaningful description of this event.
toString() - Method in class bluej.extensions.event.InvocationEvent
Returns a meaningful description of this Event.
toString() - Method in class bluej.extensions.event.PackageEvent
Returns a meaningful description of this event.

U

UNKNOWN_EXIT - Static variable in class bluej.extensions.event.InvocationEvent
This event is returned in case of unknown mapping

V

VERSION_MAJOR - Variable in class bluej.extensions.Extension
The major version number of the Extension API.
VERSION_MINOR - Variable in class bluej.extensions.Extension
The minor version number of the Extension API.

A B C E F G I L M N O P R S T U V

BlueJ homepage