Listing of routines and classes
Listing of routines and classes
- Subject: Listing of routines and classes
- From: Andre Olivier <email@hidden>
- Date: Tue, 11 Feb 2003 16:45:53 +0000
As a rookie, I find it quite hard to figure out which routines or
classes I need to call to do a specific task. I find it easy to run
through a tutorial where the methods are given, but when I program on
my own in ProjectBuilder, I seem to look back at the tutorial quite
often to see the syntax and when they are used.
In jBuilder it is easier, since it pops up the appropriate methods from
a routine. For example
method (Graphics g)
g.drawString(.......);
After I typed "g." in jBuilder the app brings up the called methods
from the java.awt.* library, which in this example I chose
drawString(). How can I get a similar feature in PB? There is a
projectbuilderaccess.movie file that describes access to API
information but it doesn't seem to work in my java class files.
Any suggestions on how I could find the appropriate API methods quickly?
Rgds
Andre
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.