• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Listing of routines and classes
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Listing of routines and classes
      • From: Art Isbell <email@hidden>
References: 
 >Listing of routines and classes (From: Andre Olivier <email@hidden>)

  • Prev by Date: RE: Listing of routines and classes
  • Next by Date: advice? new file upload API and mime content-type
  • Previous by thread: Listing of routines and classes
  • Next by thread: Re: Listing of routines and classes
  • Index(es):
    • Date
    • Thread