Apple WebObjects 3.5 Manual de usuario Pagina 49

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 120
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 119 120

Comentarios a estos manuales

Sin comentarios