You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/14 09:00:01 UTC

[royale-asjs] branch develop updated: jewel-application: docs improve

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new b85f4fa  jewel-application: docs improve
b85f4fa is described below

commit b85f4fa3ba8da2ff8bba399e9768b45f44252559
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Aug 14 10:59:46 2020 +0200

    jewel-application: docs improve
---
 .../royale/org/apache/royale/jewel/Application.as  | 25 +++++++++++-----------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Application.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Application.as
index b60f61f..dbcd24a 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Application.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Application.as
@@ -107,19 +107,20 @@ package org.apache.royale.jewel
     [Event(name="applicationComplete", type="org.apache.royale.events.Event")]
     
     /**
-     *  Jewel Application holds specific Jewel need in a Royale Application.
-	 *
-	 *  This class extends the standard Application and sets up the
-	 *  AllCSSValuesImpl (implementation) for convenience.
-	 * 
-	 *  The Application class is the main class and entry point for a Royale
-     *  application.  This Application class is different than the
-     *  Flex SDK's mx:Application or spark:Application in that it does not contain
-     *  user interface elements.  Those UI elements go in the views (ViewBase).  This
-     *  Application class expects there to be a main model, a controller, and
-     *  an initial view.
+     *  The Application class is the main class and entry point for a Royale 
+     *  application and does not contain user interface elements. Those UI 
+     *  elements go in the view (Jewel ViewBase).
+     *  
+     *  This Application class expects there to be a main model, a controller, 
+     *  and an initial view.
+     * 
+     *  Jewel Application holds specific Jewel needs in a Royale Application.
+     *  This class extends the standard ApplicationBase and sets up the 
+     *  AllCSSValuesImpl implementation for convenience.
      *
-     *  @see ViewBase
+     *  @see org.apache.royale.jewel.supportClasses.view.ViewBase
+     *  @see org.apache.royale.core.ApplicationBase
+     *  @see org.apache.royale.core.AllCSSValuesImpl
      *  @langversion 3.0
      *  @playerversion Flash 10.2
      *  @playerversion AIR 2.6