Apple WebObjects 3.5 Manuel d'utilisateur Page 49

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 120
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 48
Keeping Track of Multiple Guests
49
Note that there is one method already defined: Application, which is
the constructor for the application object. The first line calls the
constructor for Application’s superclass (which is the class
WebApplication). The second line prints a message, which you see
in the Launch panel when you launch your application.
2. After the call to
super, enter this code:
allGuests = new MutableVector();
This statement initializes allGuests to be a new object of class
MutableVector. This class is the Java equivalent of the Objective-C
class NSMutableArray, which provides an interface that allows you to
add, change and delete objects from an array.
You add this line.
You add this line.
You add these
two methods.
Vue de la page 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 119 120

Commentaires sur ces manuels

Pas de commentaire