MACROMEDIA FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Bedienungsanleitung Seite 53

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 184
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 52
Containers 53
mx.core.UITextFormat
The following table describes the changes to the UITextFormat class:
mx.core.View
The mx.core.View class has been removed and its functionality has been distributed between
the SWFLoader (formerly Loader), ScrollControlBase (formerly ScrollView), and Container
classes.
Object creation and destruction methods that were on the View class have been removed. To
create a new object, you now use the
new operator and use the addChild() method or other
methods to add the new object to the parent container. To destroy an object, you use the
removeChild() or other methods to remove the object from the parent container.
The following methods of the View class have been removed:
createChild()
createChildWithStyles()
destroyChild()
destroyChildAt()
destroyAllChildren()
Containers
This section describes changes to Flex classes in the mx.containers package. In addition to the
changes listed here, there are also changes to the layouts. For more information, see Chapter
15, “Using Layout Containers,” in Flex 2 Developer’s Guide.
Member Change description
isFontFaceEmbedded
Moved to the SystemManager class.
Seitenansicht 52
1 2 ... 48 49 50 51 52 53 54 55 56 57 58 ... 183 184

Kommentare zu diesen Handbüchern

Keine Kommentare