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/19 08:50:33 UTC

[royale-asjs] branch develop updated: core: some docs updates

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 7dcd145  core: some docs updates
7dcd145 is described below

commit 7dcd145b1b8296d938fe36225667391ab5fe912c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Aug 19 10:48:54 2020 +0200

    core: some docs updates
---
 .../src/main/royale/org/apache/royale/core/IBeadKeyController.as   | 5 +++--
 .../main/royale/org/apache/royale/core/ISelectableItemRenderer.as  | 7 ++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IBeadKeyController.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IBeadKeyController.as
index a38ce9f..f88d00a 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IBeadKeyController.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IBeadKeyController.as
@@ -20,8 +20,9 @@ package org.apache.royale.core
 {
     /**
      *  The IBeadKeyController interface is a "marker" interface for beads that 
-     *  are controllers.  A marker interface has no addtional APIs.
-     *  It is used to find the controller on the strand via calls to getBeadByType.
+     *  are key controllers. Key controllers add keyboard support to the strand.
+     *  A marker interface has no addtional APIs. It is used to find the controller 
+     *  on the strand via calls to getBeadByType.
      * 
      *  @see org.apache.royale.core.IStrand#getBeadByType
      *  
diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ISelectableItemRenderer.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ISelectableItemRenderer.as
index 66bcb27..0bf209e 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ISelectableItemRenderer.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ISelectableItemRenderer.as
@@ -18,11 +18,8 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.royale.core
 {
-	import org.apache.royale.events.IEventDispatcher;
-
-    /**
-     *  The IItemRenderer interface is the basic interface for item renderers.
-     *  More complex item renderers may implements extensions of this interface.
+	/**
+     *  The IItemRenderer interface is the basic interface for item renderers that require selection.
      *  
      *  @langversion 3.0
      *  @playerversion Flash 10.2