Re: Listing of routines and classes
Re: Listing of routines and classes
- Subject: Re: Listing of routines and classes
- From: Brent Shank <email@hidden>
- Date: Tue, 11 Feb 2003 13:06:41 -0800
If you follow the instructions at the following link, you should be
able to option double-click Java methods and get the features shown in
the movie you mention:
http://developer.apple.com/techpubs/webobjects/PB_for_WO_Developers/
WOinPB/chapter_1_section_9.html .
Following those steps also enables the WebObjects frameworks in Project
Builder's class browser, which is a quick and easy way to see all the
available methods and their documentation.
Brent
On Tuesday, February 11, 2003, at 08:45 AM, Andre Olivier wrote:
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.
_______________________________________________
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.