You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2014/02/06 22:25:54 UTC

[2/2] git commit: [flex-asjs] [refs/heads/develop] - More asdoc work: add missing tags and comments.

More asdoc work: add missing tags and comments.


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6644ca1e
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6644ca1e
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6644ca1e

Branch: refs/heads/develop
Commit: 6644ca1e40b26136eaf90261e008054a9ee5335e
Parents: e9f593f
Author: Peter Ent <pe...@apache.org>
Authored: Thu Feb 6 16:25:42 2014 -0500
Committer: Peter Ent <pe...@apache.org>
Committed: Thu Feb 6 16:25:42 2014 -0500

----------------------------------------------------------------------
 .../apache/flex/charts/beads/BarChartView.as    | 15 +++++++++-
 .../charts/beads/ChartItemRendererFactory.as    | 15 +++++++++-
 .../org/apache/flex/charts/beads/XAxisBead.as   | 15 +++++++++-
 .../flex/charts/beads/layouts/BarChartLayout.as | 10 +++++--
 .../charts/supportClasses/BarChartSeries.as     |  2 +-
 .../charts/supportClasses/BoxItemRenderer.as    | 22 +++++++++++----
 .../flex/core/IDataGridPresentationModel.as     |  2 +-
 .../apache/flex/html/staticControls/DataGrid.as | 13 +++++----
 .../staticControls/beads/DataGridColumnView.as  | 17 ++++++++----
 .../html/staticControls/beads/DataGridView.as   | 15 ++++++----
 .../DataItemRendererFactoryForColumnData.as     | 12 ++++++--
 .../html/staticControls/beads/IDataGridView.as  |  2 +-
 .../beads/models/DataGridModel.as               |  9 ++++--
 .../beads/models/DataGridPresentationModel.as   | 10 +++++--
 .../supportClasses/DataGridColumn.as            |  7 +++--
 .../apache/flex/html/staticControls/Alert.as    | 17 ++++++++----
 .../flex/html/staticControls/ButtonBar.as       | 12 ++++----
 .../apache/flex/html/staticControls/ComboBox.as | 12 ++++----
 .../flex/html/staticControls/ControlBar.as      | 13 +++++----
 .../apache/flex/html/staticControls/Image.as    |  4 +--
 .../org/apache/flex/html/staticControls/List.as | 15 +++++-----
 .../flex/html/staticControls/NumericStepper.as  | 10 +++----
 .../apache/flex/html/staticControls/Panel.as    | 23 ++++++++--------
 .../flex/html/staticControls/RadioButton.as     |  4 +--
 .../flex/html/staticControls/SimpleAlert.as     | 15 ++++++----
 .../flex/html/staticControls/SimpleList.as      |  4 +--
 .../apache/flex/html/staticControls/Slider.as   | 10 +++----
 .../apache/flex/html/staticControls/Spinner.as  | 10 +++----
 .../apache/flex/html/staticControls/TitleBar.as | 12 ++++----
 .../accessories/NumericOnlyTextInputBead.as     |  7 ++++-
 .../accessories/PasswordInputBead.as            |  7 ++++-
 .../accessories/TextPromptBead.as               |  7 ++++-
 .../beads/AlertMeasurementBead.as               | 15 ++++++----
 .../flex/html/staticControls/beads/AlertView.as | 13 ++++++---
 .../html/staticControls/beads/ButtonBarView.as  | 11 ++++++--
 .../html/staticControls/beads/ComboBoxView.as   | 17 +++++++++---
 .../beads/ControlBarMeasurementBead.as          |  9 ++++--
 .../html/staticControls/beads/IComboBoxView.as  |  2 +-
 .../flex/html/staticControls/beads/IListView.as |  2 +-
 .../html/staticControls/beads/ISliderView.as    |  6 ++--
 .../html/staticControls/beads/ISpinnerView.as   |  6 ++--
 .../flex/html/staticControls/beads/ImageView.as |  9 ++++--
 .../flex/html/staticControls/beads/ListView.as  | 20 +++++++++-----
 .../staticControls/beads/NumericStepperView.as  | 14 +++++++---
 .../flex/html/staticControls/beads/PanelView.as | 17 ++++++++----
 .../staticControls/beads/RadioButtonView.as     | 14 +++++++---
 .../staticControls/beads/SimpleAlertView.as     | 10 +++++--
 .../staticControls/beads/SliderThumbView.as     | 11 ++++++--
 .../staticControls/beads/SliderTrackView.as     |  9 ++++--
 .../html/staticControls/beads/SliderView.as     | 11 ++++++--
 .../html/staticControls/beads/SpinnerView.as    | 14 +++++++---
 .../beads/TextButtonMeasurementBead.as          | 13 ++++++---
 .../beads/TextFieldLabelMeasurementBead.as      | 14 +++++++---
 .../beads/TitleBarMeasurementBead.as            | 14 +++++++---
 .../beads/controllers/AlertController.as        | 18 +++++++++---
 .../beads/controllers/ComboBoxController.as     | 12 ++++++--
 .../EditableTextKeyboardController.as           |  7 ++++-
 .../controllers/ItemRendererMouseController.as  |  7 ++++-
 .../beads/controllers/SliderMouseController.as  | 15 ++++++----
 .../beads/controllers/SpinnerMouseController.as | 12 ++++++--
 .../beads/layouts/ButtonBarLayout.as            | 13 ++++++---
 .../staticControls/beads/models/AlertModel.as   | 29 ++++++++++++++++++--
 .../beads/models/ComboBoxModel.as               | 12 +++++---
 .../staticControls/beads/models/ImageModel.as   | 11 ++++++--
 .../staticControls/beads/models/PanelModel.as   | 19 ++++++++++---
 .../staticControls/beads/models/RangeModel.as   | 17 +++++++++++-
 .../beads/models/ScrollBarModel.as              |  9 +++---
 .../beads/models/TitleBarModel.as               | 18 ++++++++++--
 .../beads/models/ToggleButtonModel.as           | 20 +++++++++++---
 .../beads/models/ValueToggleButtonModel.as      |  6 ++--
 .../ButtonBarButtonItemRenderer.as              |  5 ++--
 .../supportClasses/DataItemRenderer.as          |  3 +-
 .../supportClasses/StringItemRenderer.as        |  2 ++
 .../supportClasses/TextFieldItemRenderer.as     |  2 +-
 74 files changed, 595 insertions(+), 241 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/BarChartView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/BarChartView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/BarChartView.as
index 23f747a..86aa397 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/BarChartView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/BarChartView.as
@@ -34,6 +34,14 @@ package org.apache.flex.charts.beads
 	 */
 	public class BarChartView extends ListView
 	{
+		/**
+		 *  constructor.
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
+		 */
 		public function BarChartView()
 		{
 			super();
@@ -43,7 +51,12 @@ package org.apache.flex.charts.beads
 		private var listModel:ISelectionModel;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		override public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
index c124c39..4204811 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/ChartItemRendererFactory.as
@@ -45,6 +45,14 @@ package org.apache.flex.charts.beads
 	 */
 	public class ChartItemRendererFactory implements IBead, IDataProviderItemRendererMapper
 	{
+		/**
+		 *  constructor.
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
+		 */
 		public function ChartItemRendererFactory()
 		{
 		}
@@ -70,7 +78,12 @@ package org.apache.flex.charts.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/XAxisBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/XAxisBead.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/XAxisBead.as
index 837dc17..a7d543d 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/XAxisBead.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/XAxisBead.as
@@ -43,6 +43,14 @@ package org.apache.flex.charts.beads
 	 */
 	public class XAxisBead implements IBead, IChartAxis
 	{
+		/**
+		 *  constructor.
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
+		 */
 		public function XAxisBead()
 		{
 		}
@@ -70,7 +78,12 @@ package org.apache.flex.charts.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/layouts/BarChartLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/layouts/BarChartLayout.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/layouts/BarChartLayout.as
index 80c369e..f30d152 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/layouts/BarChartLayout.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/beads/layouts/BarChartLayout.as
@@ -44,7 +44,12 @@ package org.apache.flex.charts.beads.layouts
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{
@@ -54,6 +59,8 @@ package org.apache.flex.charts.beads.layouts
 			IEventDispatcher(value).addEventListener("itemsCreated", changeHandler);
 		}
 		
+		private var _gap:Number = 20;
+		
 		/**
 		 *  The amount of space to leave between series. If a chart has several series,
 		 *  the bars for an X value are side by side with a gap between the groups of
@@ -64,7 +71,6 @@ package org.apache.flex.charts.beads.layouts
 		 *  @playerversion AIR 2.6
 		 *  @productversion FlexJS 0.0
 		 */
-		private var _gap:Number = 20;
 		public function get gap():Number
 		{
 			return _gap;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BarChartSeries.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BarChartSeries.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BarChartSeries.as
index c46d65f..2848d29 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BarChartSeries.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BarChartSeries.as
@@ -24,7 +24,7 @@ package org.apache.flex.charts.supportClasses
 	
 	/**
 	 *  The BarChartSeries represents a pair of X and Y values to be drawn
-	 *  within a BarChart. 
+	 *  within a org.apache.flex.charts.BarChart. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as
index 8565d0e..67f5978 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as
@@ -18,13 +18,15 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.charts.supportClasses
 {
+	import org.apache.flex.charts.core.IChartItemRenderer;
 	import org.apache.flex.core.FilledRectangle;
+	import org.apache.flex.core.UIBase;
 	import org.apache.flex.html.staticControls.supportClasses.UIItemRendererBase;
-	import org.apache.flex.charts.core.IChartItemRenderer;
 	
 	/**
 	 *  The BoxItemRenderer displays a colored rectangular area suitable for use as
-	 *  an itemRenderer for a BarChartSeries. This class implements the IChartItemRenderer
+	 *  an itemRenderer for a BarChartSeries. This class implements the 
+	 *  org.apache.flex.charts.core.IChartItemRenderer
 	 *  interface. 
 	 *  
 	 *  @langversion 3.0
@@ -127,7 +129,7 @@ package org.apache.flex.charts.supportClasses
 		}
 		
 		/**
-		 *  The data being represented.
+		 *  @copy org.apache.flex.staticControls.supportClasses.UIItemRendererBase#data
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -145,7 +147,12 @@ package org.apache.flex.charts.supportClasses
 		}
 		
 		/**
-		 *  @private
+		 *  @copy org.apache.flex.core.UIBase#width
+		 *
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		override public function set width(value:Number):void
 		{
@@ -154,7 +161,12 @@ package org.apache.flex.charts.supportClasses
 		}
 		
 		/**
-		 *  @private
+		 *  @copy org.apache.flex.core.UIBase#height
+		 *
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		override public function set height(value:Number):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/IDataGridPresentationModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/IDataGridPresentationModel.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/IDataGridPresentationModel.as
index 98b5805..4603eaa 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/IDataGridPresentationModel.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/IDataGridPresentationModel.as
@@ -43,7 +43,7 @@ package org.apache.flex.core
 		function set columnLabels(value:Array):void;
 		
 		/**
-		 *  The height of all of the rows in the DataGrid.
+		 *  The height of all of the rows in the org.apache.flex.html.staticControls.DataGrid.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/DataGrid.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/DataGrid.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/DataGrid.as
index 24d1749..0bc5281 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/DataGrid.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/DataGrid.as
@@ -26,10 +26,10 @@ package org.apache.flex.html.staticControls
 	/**
 	 *  The DataGrid class displays a collection of data using columns and rows. Each
 	 *  column represents a specific field in the data set; each row represents a specific
-	 *  datum. The DataGrid is a composite component built with a ButtonBar for the column
-	 *  headers and a List for each column. The DataGrid's view bead (DataGridView) constructs
-	 *  these parts while itemRenderer factories contruct the elements to display the data
-	 *  in each cell.
+	 *  datum. The DataGrid is a composite component built with a org.apache.flex.html.staticControls.ButtonBar 
+	 *  for the column headers and a org.apache.flex.html.staticControls.List for each column. The DataGrid's 
+	 *  view bead (usually org.apache.flex.html.staticControls.beads.DataGridView) constructs these parts while 
+	 *  itemRenderer factories contruct the elements to display the data in each cell.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -52,7 +52,8 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The array of DataGridColumns used to describe each column.
+		 *  The array of org.apache.flex.html.staticControls.supportClasses.DataGridColumns used to 
+		 *  describe each column.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -69,7 +70,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The object used to provide data to the DataGrid.
+		 *  The object used to provide data to the org.apache.flex.html.staticControls.DataGrid.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridColumnView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridColumnView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridColumnView.as
index ab67918..91f81ef 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridColumnView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridColumnView.as
@@ -22,8 +22,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.supportClasses.DataGridColumn;
 	
 	/**
-	 *  The DataGridColumnView class extends ListView and provides properties to
-	 *  the List that makes a column in the DataGrid.  
+	 *  The DataGridColumnView class extends org.apache.flex.html.staticControls.beads.ListView and 
+	 *  provides properties to the org.apache.flex.html.staticControls.List that makes a column in 
+	 *  the org.apache.flex.html.staticControls.DataGrid.  
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -47,7 +48,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		override public function set strand(value:IStrand):void
 		{
@@ -77,8 +83,9 @@ package org.apache.flex.html.staticControls.beads
 		private var _column:DataGridColumn;
 		
 		/**
-		 *  The DataGridColumn containing information used to present the List as
-		 *  a column in the DataGrid.
+		 *  The org.apache.flex.html.staticControls.support.DataGridColumn containing information used to 
+		 *  present the org.apache.flex.html.staticControls.List as a column in the 
+		 *  org.apache.flex.html.staticControls.DataGrid.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridView.as
index 5956108..b1c8205 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataGridView.as
@@ -35,9 +35,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.supportClasses.DataGridColumn;
 	
 	/**
-	 *  The DataGridView class is the visual bead for the DataGrid. This class constructs
-	 *  the items that make the DataGrid: Lists for each column and a ButtonBar for the
-	 *  column headers.  
+	 *  The DataGridView class is the visual bead for the org.apache.flex.html.staticControls.DataGrid. 
+	 *  This class constructs the items that make the DataGrid: Lists for each column and a 
+	 *  org.apache.flex.html.staticControls.ButtonBar for the column headers.  
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -65,7 +65,7 @@ package org.apache.flex.html.staticControls.beads
 		private var columns:Array;
 		
 		/**
-		 *  The array of DataGridColumn instances.
+		 *  The array of org.apache.flex.html.staticControls.supportClasses.DataGridColumn instances.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -80,7 +80,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataItemRendererFactoryForColumnData.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataItemRendererFactoryForColumnData.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataItemRendererFactoryForColumnData.as
index a757aba..c33e153 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataItemRendererFactoryForColumnData.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/DataItemRendererFactoryForColumnData.as
@@ -31,8 +31,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.supportClasses.DataItemRenderer;
 	
 	/**
-	 *  The DataItemRendererFactoryForColumnData class implents the IDataProviderItemRendererMapper
-	 *  interface and creates the itemRenderers for each cell in the DataGrid.  
+	 *  The DataItemRendererFactoryForColumnData class implents the 
+	 *  org.apache.flex.core.IDataProviderItemRendererMapper interface and creates the itemRenderers 
+	 *  for each cell in the org.apache.flex.html.staticControls.DataGrid.  
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -58,7 +59,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/IDataGridView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/IDataGridView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/IDataGridView.as
index 1cf8ef4..f359337 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/IDataGridView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/IDataGridView.as
@@ -22,7 +22,7 @@ package org.apache.flex.html.staticControls.beads
 	
 	/**
 	 *  The IDataGridView interface marks as a component as being the bead that
-	 *  can create the visual pieces for a DataGrid. 
+	 *  can create the visual pieces for a org.apache.flex.html.staticControls.DataGrid. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridModel.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridModel.as
index 0fff6b8..d88a942 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridModel.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridModel.as
@@ -20,10 +20,12 @@ package org.apache.flex.html.staticControls.beads.models
 {
 	import org.apache.flex.core.IDataGridModel;
 	import org.apache.flex.events.Event;
+	import org.apache.flex.html.staticControls.beads.models;
 	
 	/**
-	 *  The DataGridModel class bead extends ArraySelectionModel and adds the array
-	 *  of DataGridColumns used to define each of the column in the DataGrid.
+	 *  The DataGridModel class bead extends org.apache.flex.html.staticControls.beads.modelsArraySelectionModel 
+	 *  and adds the array of org.apache.flex.html.staticControls.supportClasses.DataGridColumns used to define 
+	 *  each of the column in the DataGrid.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -48,7 +50,8 @@ package org.apache.flex.html.staticControls.beads.models
 		private var _columns:Array;
 		
 		/**
-		 *  The array of DataGridColumns used to define each column of the DataGrid.
+		 *  The array of org.apache.flex.html.staticControls.supportClasses.DataGridColumns used to 
+		 *  define each column of the org.apache.flex.html.staticControls.DataGrid.
 		 *  
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridPresentationModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridPresentationModel.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridPresentationModel.as
index f93ce10..d602262 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridPresentationModel.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/beads/models/DataGridPresentationModel.as
@@ -22,10 +22,11 @@ package org.apache.flex.html.staticControls.beads.models
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.EventDispatcher;
+	import org.apache.flex.html.staticControls.beads.models;
 	
 	/**
 	 *  The DataGridPresentationModel class contains the data to label the columns
-	 *  of the DataGrid along with the height of the rows. 
+	 *  of the org.apache.flex.html.staticControls.DataGrid along with the height of the rows. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -94,7 +95,12 @@ package org.apache.flex.html.staticControls.beads.models
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/supportClasses/DataGridColumn.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/supportClasses/DataGridColumn.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/supportClasses/DataGridColumn.as
index deadeeb..e999f89 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/supportClasses/DataGridColumn.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/staticControls/supportClasses/DataGridColumn.as
@@ -22,9 +22,10 @@ package org.apache.flex.html.staticControls.supportClasses
 
 	/**
 	 *  The DataGridColumn class is the collection of properties that describe
-	 *  a column of the DataGrid: which renderer to use for each cell in the 
-	 *  column, the width of the column, the label for the column, and the name of
-	 *  the field in the data containing the value to display in the column. 
+	 *  a column of the org.apache.flex.html.staticControls.DataGrid: which renderer 
+	 *  to use for each cell in the column, the width of the column, the label for the 
+	 *  column, and the name of the field in the data containing the value to display 
+	 *  in the column. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Alert.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Alert.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Alert.as
index 068b86b..7a04fe7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Alert.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Alert.as
@@ -29,11 +29,11 @@ package org.apache.flex.html.staticControls
 	 *  of buttons configured through the flag property of its show() static function.
 	 *  The Alert component uses the following beads:
 	 * 
-	 *  IBeadModel: the data model for the Alert.
-	 *  IBeadView: the bead used to create the parts of the Alert.
-	 *  IBeadController: the bead used to handle input events.
-	 *  IBorderBead: if present, draws a border around the Alert.
-	 *  IBackgroundBead: if present, places a solid color background below the Alert.
+	 *  org.apache.flex.core.IBeadModel: the data model for the Alert.
+	 *  org.apache.flex.core.IBeadView: the bead used to create the parts of the Alert.
+	 *  org.apache.flex.core.IBeadController: the bead used to handle input events.
+	 *  org.apache.flex.core.IBorderBead: if present, draws a border around the Alert.
+	 *  org.apache.flex.core.IBackgroundBead: if present, places a solid color background below the Alert.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -103,6 +103,11 @@ package org.apache.flex.html.staticControls
 		/**
 		 *  This static method is a convenience function to quickly create and display an Alert. The
 		 *  text and parent paramters are required, the others will default.
+		 * 
+		 *  @param String text The message content of the Alert.
+		 *  @param Object parent The object that hosts the pop-up.
+		 *  @param String title An optional title for the Alert.
+		 *  @param uint flags Identifies which buttons to display in the alert.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -122,6 +127,8 @@ package org.apache.flex.html.staticControls
 		/**
 		 *  Shows the Alert anchored to the given parent object which is usally a root component such
 		 *  as a UIView..
+		 * 
+		 *  @param Object parent The object that hosts the pop-up.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ButtonBar.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ButtonBar.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ButtonBar.as
index d5e4351..06da973 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ButtonBar.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ButtonBar.as
@@ -23,12 +23,12 @@ package org.apache.flex.html.staticControls
 	 *  is actually a List with a default horizontal layout and an itemRenderer that 
 	 *  produces Buttons. The ButtonBar uses the following beads:
 	 * 
-	 *  IBeadModel: the data model for the ButtonBar, including the dataProvider.
-	 *  IBeadView: constructs the parts of the component.
-	 *  IBeadController: handles input events.
-	 *  IBeadLayout: sizes and positions the component parts.
-	 *  IDataProviderItemRendererMapper: produces itemRenderers.
-	 *  IItemRenderer: the class or class factory to use.
+	 *  org.apache.flex.core.IBeadModel: the data model for the ButtonBar, including the dataProvider.
+	 *  org.apache.flex.core.IBeadView: constructs the parts of the component.
+	 *  org.apache.flex.core.IBeadController: handles input events.
+	 *  org.apache.flex.core.IBeadLayout: sizes and positions the component parts.
+	 *  org.apache.flex.core.IDataProviderItemRendererMapper: produces itemRenderers.
+	 *  org.apache.flex.core.IItemRenderer: the class or class factory to use.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ComboBox.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ComboBox.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ComboBox.as
index c0ba134..7fdebc1 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ComboBox.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ComboBox.as
@@ -29,13 +29,13 @@ package org.apache.flex.html.staticControls
 	 *  places that item into the input field of the ComboBox. The ComboBox
 	 *  uses the following bead types:
 	 * 
-	 *  IBeadModel: the data model, which includes the dataProvider, selectedItem, and
+	 *  org.apache.flex.core.IBeadModel: the data model, which includes the dataProvider, selectedItem, and
 	 *  so forth.
-	 *  IBeadView:  the bead that constructs the visual parts of the component.
-	 *  IBeadController: the bead that handles input and output.
-	 *  IPopUp: the bead responsible for displaying the selection list.
-	 *  IDataProviderItemRendererMapper: the bead responsible for creating the itemRenders.
-	 *  IItemRenderer: the class or factory used to display an item in the component.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the component.
+	 *  org.apache.flex.core.IBeadController: the bead that handles input and output.
+	 *  org.apache.flex.core.IPopUp: the bead responsible for displaying the selection list.
+	 *  org.apache.flex.core.IDataProviderItemRendererMapper: the bead responsible for creating the itemRenders.
+	 *  org.apache.flex.core.IItemRenderer: the class or factory used to display an item in the component.
 	 * 
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ControlBar.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ControlBar.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ControlBar.as
index ad284bc..75456d7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ControlBar.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/ControlBar.as
@@ -26,16 +26,17 @@ package org.apache.flex.html.staticControls
 
 	/**
 	 *  The ControlBar class is used within a Panel as a place to position
-	 *  additional controls. The ControlBar appears at the bottom of the Panel
+	 *  additional controls. The ControlBar appears at the bottom of the 
+	 *  org.apache.flex.html.staticControls.Panel
 	 *  and is not part of the Panel's scrollable content area. The ControlBar
-	 *  is a Container and implements the IChrome interface, indicating that is
+	 *  is a Container and implements the org.apache.flex.core.IChrome interface, indicating that is
 	 *  outside of the Container's content area. The ControlBar uses the following
 	 *  beads:
 	 * 
-	 *  IBeadModel: the data model for the component.
-	 *  IMeasurementBead: helps determine the overlay size of the ControlBar for layout.
-	 *  IBorderBead: if present, displays a border around the component.
-	 *  IBackgroundBead: if present, displays a solid background below the ControlBar.
+	 *  org.apache.flex.core.IBeadModel: the data model for the component.
+	 *  org.apache.flex.core.IMeasurementBead: helps determine the overlay size of the ControlBar for layout.
+	 *  org.apache.flex.core.IBorderBead: if present, displays a border around the component.
+	 *  org.apache.flex.core.IBackgroundBead: if present, displays a solid background below the ControlBar.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Image.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Image.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Image.as
index 27a2071..adda24b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Image.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Image.as
@@ -25,8 +25,8 @@ package org.apache.flex.html.staticControls
 	 *  The Image class is a component that displays a bitmap. The Image uses
 	 *  the following beads:
 	 * 
-	 *  IBeadModel: the data model for the Image, including the source property.
-	 *  IBeadView: constructs the visual elements of the component.
+	 *  org.apache.flex.core.IBeadModel: the data model for the Image, including the source property.
+	 *  org.apache.flex.core.IBeadView: constructs the visual elements of the component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/List.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/List.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/List.as
index fc80196..1f93e24 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/List.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/List.as
@@ -32,13 +32,13 @@ package org.apache.flex.html.staticControls
 	 *  The List class is a component that displays multiple data items. The List uses
 	 *  the following bead types:
 	 * 
-	 *  IBeadModel: the data model, which includes the dataProvider, selectedItem, and
+	 *  org.apache.flex.core.IBeadModel: the data model, which includes the dataProvider, selectedItem, and
 	 *  so forth.
-	 *  IBeadView:  the bead that constructs the visual parts of the list.
-	 *  IBeadController: the bead that handles input and output.
-	 *  IBeadLayout: the bead responsible for the size and position of the itemRenderers.
-	 *  IDataProviderItemRendererMapper: the bead responsible for creating the itemRenders.
-	 *  IItemRenderer: the class or factory used to display an item in the list.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the list.
+	 *  org.apache.flex.core.IBeadController: the bead that handles input and output.
+	 *  org.apache.flex.core.IBeadLayout: the bead responsible for the size and position of the itemRenderers.
+	 *  org.apache.flex.core.IDataProviderItemRendererMapper: the bead responsible for creating the itemRenders.
+	 *  org.apache.flex.core.IItemRenderer: the class or factory used to display an item in the list.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -148,6 +148,8 @@ package org.apache.flex.html.staticControls
 			ISelectionModel(model).selectedItem = value;
 		}
 		
+		private var _itemRenderer:IFactory;
+		
 		/**
 		 *  The class or factory used to display each item.
 		 *
@@ -156,7 +158,6 @@ package org.apache.flex.html.staticControls
 		 *  @playerversion AIR 2.6
 		 *  @productversion FlexJS 0.0
 		 */
-		private var _itemRenderer:IFactory;
 		public function get itemRenderer():IFactory
 		{
 			return _itemRenderer;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/NumericStepper.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/NumericStepper.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/NumericStepper.as
index 573a6fb..f588d7c 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/NumericStepper.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/NumericStepper.as
@@ -24,12 +24,12 @@ package org.apache.flex.html.staticControls
 	
 	/**
 	 *  The NumericStepper class is a component that displays a numeric
-	 *  value and up/down controls (using a Spinner) to increase and decrease the value by
-	 *  specific amounts. The NumericStepper uses the following beads:
+	 *  value and up/down controls (using a org.apache.flex.html.staticControls.Spinner) to 
+	 *  increase and decrease the value by specific amounts. The NumericStepper uses the following beads:
 	 * 
-	 *  IBeadModel: the data model for the component of type IRangeModel.
-	 *  IBeadView: constructs the parts of the component.
-	 *  IBeadController: handles the input events.
+	 *  org.apache.flex.core.IBeadModel: the data model for the component of type org.apache.flex.core.IRangeModel.
+	 *  org.apache.flex.core.IBeadView: constructs the parts of the component.
+	 *  org.apache.flex.core.IBeadController: handles the input events.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Panel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Panel.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Panel.as
index 59ffccd..ff7afed 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Panel.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Panel.as
@@ -24,14 +24,14 @@ package org.apache.flex.html.staticControls
 	
 	/**
 	 *  The Panel class is a Container component capable of parenting other
-	 *  components. The Panel has a TitleBar and an optional ControlBar. The Panel
-	 *  uses the following bead types:
+	 *  components. The Panel has a TitleBar and an optional org.apache.flex.html.staticControls.ControlBar. 
+	 *  The Panel uses the following bead types:
 	 * 
-	 *  IBeadModel: the data model for the Panel that includes the title and whether
+	 *  org.apache.flex.core.IBeadModel: the data model for the Panel that includes the title and whether
 	 *  or not to display the close button.
-	 *  IBeadView: creates the parts of the Panel.
-	 *  IBorderBead: if present, draws a border around the Panel.
-	 *  IBackgroundBead: if present, provides a colored background for the Panel.
+	 *  org.apache.flex.core.IBeadView: creates the parts of the Panel.
+	 *  org.apache.flex.core.IBorderBead: if present, draws a border around the Panel.
+	 *  org.apache.flex.core.IBackgroundBead: if present, provides a colored background for the Panel.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -54,7 +54,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The string to display in the TitleBar.
+		 *  The string to display in the org.apache.flex.html.staticControls.TitleBar.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -71,7 +71,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The HTML string to display in the TitleBar.
+		 *  The HTML string to display in the org.apache.flex.html.staticControls.TitleBar.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -88,7 +88,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 * Whether or not to show a Close button in the TitleBar.
+		 * Whether or not to show a Close button in the org.apache.flex.html.staticControls.TitleBar.
 		 */
 		public function get showCloseButton():Boolean
 		{
@@ -99,8 +99,10 @@ package org.apache.flex.html.staticControls
 			IPanelModel(model).showCloseButton = value;
 		}
 		
+		private var _controlBar:Array;
+		
 		/**
-		 *  The items in the ControlBar. Setting this property automatically
+		 *  The items in the org.apache.flex.html.staticControls.ControlBar. Setting this property automatically
 		 *  causes the ControlBar to display.
 		 *
 		 *  @langversion 3.0
@@ -108,7 +110,6 @@ package org.apache.flex.html.staticControls
 		 *  @playerversion AIR 2.6
 		 *  @productversion FlexJS 0.0
 		 */
-		private var _controlBar:Array;
 		public function get controlBar():Array
 		{
 			return _controlBar;

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/RadioButton.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/RadioButton.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/RadioButton.as
index fd8abf4..0a1add5 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/RadioButton.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/RadioButton.as
@@ -34,8 +34,8 @@ package org.apache.flex.html.staticControls
 	 *  are typically used in groups, identified by the groupName property. RadioButton use
 	 *  the following beads:
 	 * 
-	 *  IBeadModel: the data model, which includes the groupName.
-	 *  IBeadView:  the bead that constructs the visual parts of the RadioButton..
+	 *  org.apache.flex.core.IBeadModel: the data model, which includes the groupName.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the RadioButton..
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleAlert.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleAlert.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleAlert.as
index 8add7d6..ccf73ea 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleAlert.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleAlert.as
@@ -30,11 +30,11 @@ package org.apache.flex.html.staticControls
 	 *  SimpleAlert converts directly to window.alert() for HTML. SimpleAlert uses
 	 *  the following beads:
 	 * 
-	 *  IBeadModel: the data model, which includes the message.
-	 *  IBeadView:  the bead that constructs the visual parts of the Alert.
-	 *  IBeadController: the bead responsible for handling input events.
-	 *  IBorderBead: a bead, if present, that draws a border around the control.
-	 *  IBackgroundBead: a bead, if present, that creates a solid-color background.
+	 *  org.apache.flex.core.IBeadModel: the data model, which includes the message.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the Alert.
+	 *  org.apache.flex.core.IBeadController: the bead responsible for handling input events.
+	 *  org.apache.flex.core.IBorderBead: a bead, if present, that draws a border around the control.
+	 *  org.apache.flex.core.IBackgroundBead: a bead, if present, that creates a solid-color background.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -95,6 +95,8 @@ package org.apache.flex.html.staticControls
 		/**
 		 *  This function causes the SimpleAlert to appear. The parent is used for ActionScript and
 		 *  identifies the IPopUpParent that manages the alert.
+		 * 
+		 *  @param Object parent The object that hosts the pop-up.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -108,6 +110,9 @@ package org.apache.flex.html.staticControls
 		
 		/**
 		 *  A convenience function to compose and display the alert.
+		 * 
+		 *  @param String message The content to display in the SimpleAlert.
+		 *  @param Object parent The object that hosts the pop-up.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleList.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleList.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleList.as
index 4e2dba6..ba096c6 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleList.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/SimpleList.as
@@ -20,8 +20,8 @@ package org.apache.flex.html.staticControls
 {
 	/**
 	 *  The SimpleList class is a component that displays data in a vertical column. This
-	 *  component differs from List in that it displays only string values and converts to
-	 *  the &lt;select&gt; HTML element.
+	 *  component differs from org.apache.flex.html.staticControls.List in that it displays 
+	 *  only string values and maps to the &lt;select&gt; HTML element.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Slider.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Slider.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Slider.as
index e30d881..07717a5 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Slider.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Slider.as
@@ -27,11 +27,11 @@ package org.apache.flex.html.staticControls
 	 *  The Slider class is a component that displays a range of values using a
 	 *  track and a thumb control. The Slider uses the following bead types:
 	 * 
-	 *  IBeadModel: the data model, typically an IRangeModel, that holds the Slider values.
-	 *  IBeadView:  the bead that constructs the visual parts of the Slider.
-	 *  IBeadController: the bead that handles input.
-	 *  IThumbValue: the bead responsible for the display of the thumb control.
-	 *  ITrackView: the bead responsible for the display of the track.
+	 *  org.apache.flex.core.IBeadModel: the data model, typically an IRangeModel, that holds the Slider values.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the Slider.
+	 *  org.apache.flex.core.IBeadController: the bead that handles input.
+	 *  org.apache.flex.core.IThumbValue: the bead responsible for the display of the thumb control.
+	 *  org.apache.flex.core.ITrackView: the bead responsible for the display of the track.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Spinner.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Spinner.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Spinner.as
index d4c67a9..fb77659 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Spinner.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/Spinner.as
@@ -25,12 +25,12 @@ package org.apache.flex.html.staticControls
 	
 	/**
 	 *  The Spinner class is a component that displays a control for incrementing a value
-	 *  and a control for decrementing a value. The NumericStepper uses a Spinner as part
-	 *  of the component. Spinner uses the following beads:
+	 *  and a control for decrementing a value. The org.apache.flex.html.staticControls.NumericStepper 
+	 *  uses a Spinner as part of the component. Spinner uses the following beads:
 	 * 
-	 *  IBeadModel: an IRangeModel to hold the properties.
-	 *  IBeadView:  the bead that constructs the visual parts of the Spinner.
-	 *  IBeadController: a bead that handles the input events.
+	 *  org.apache.flex.core.IBeadModel: an IRangeModel to hold the properties.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the Spinner.
+	 *  org.apache.flex.core.IBeadController: a bead that handles the input events.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/TitleBar.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/TitleBar.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/TitleBar.as
index d66d230..1b1ec40 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/TitleBar.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/TitleBar.as
@@ -32,10 +32,12 @@ package org.apache.flex.html.staticControls
 	 *  The TitleBar class is a Container component that displays a title and an
 	 *  optional close button. The TitleBar uses the following bead types:
 	 * 
-	 *  IBeadModel: the data model, which includes the title and showCloseButton values.
-	 *  IBeadView:  the bead that constructs the visual parts of the component.
-	 *  IBeadLayout: the bead that handles size and position of the component parts (Label and Button).
-	 *  IMeasurementBead: a bead that helps determine the size of the TitleBar for layout.
+	 *  org.apache.flex.core.IBeadModel: the data model, which includes the title and showCloseButton values.
+	 *  org.apache.flex.core.IBeadView:  the bead that constructs the visual parts of the component.
+	 *  org.apache.flex.core.IBeadLayout: the bead that handles size and position of the component parts 
+	 *  (org.apache.flex.html.staticControls.Label and org.apache.flex.html.staticControls.Button).
+	 *  org.apache.flex.core.IMeasurementBead: a bead that helps determine the size of the 
+	 *  org.apache.flex.html.staticControls.TitleBar for layout.
 	 * 
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -94,7 +96,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  Whether or not to show a Button that indicates the component
+		 *  Whether or not to show a org.apache.flex.html.staticControls.Button that indicates the component
 		 *  may be closed.
 		 *
 		 *  @langversion 3.0

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/NumericOnlyTextInputBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/NumericOnlyTextInputBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/NumericOnlyTextInputBead.as
index 98a83f6..b0c7322 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/NumericOnlyTextInputBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/NumericOnlyTextInputBead.as
@@ -54,7 +54,12 @@ package org.apache.flex.html.staticControls.accessories
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/PasswordInputBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/PasswordInputBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/PasswordInputBead.as
index 77eea4d..268ceea 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/PasswordInputBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/PasswordInputBead.as
@@ -52,7 +52,12 @@ package org.apache.flex.html.staticControls.accessories
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/TextPromptBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/TextPromptBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/TextPromptBead.as
index ed9775e..4f41a67 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/TextPromptBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/accessories/TextPromptBead.as
@@ -73,7 +73,12 @@ package org.apache.flex.html.staticControls.accessories
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertMeasurementBead.as
index a498ea8..f0d315b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertMeasurementBead.as
@@ -22,8 +22,8 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.IStrand;
 	
 	/**
-	 *  The AlertMeasureBead class provides boundary measurements for an Alert
-	 *  component.
+	 *  The AlertMeasureBead class provides boundary measurements for an 
+	 *  org.apache.flex.html.staticControls.Alert component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -45,7 +45,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  Returns the overall width of the Alert component.
+		 *  Returns the overall width of the org.apache.flex.html.staticControls.Alert component.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -58,7 +58,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  Returns the overall height of the Alert component.
+		 *  Returns the overall height of the org.apache.flex.html.staticControls.Alert component.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -73,7 +73,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertView.as
index 3a4e06a..c43149b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/AlertView.as
@@ -37,9 +37,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.utils.BeadMetrics;
 	
 	/**
-	 *  The AlertView class creates the visual elements of the Alert component. The job of
-	 *  the view bead is to put together the parts of the Alert, such as the TitleBar, message,
-	 *  and various buttons, within the space of the Alert component strand.
+	 *  The AlertView class creates the visual elements of the org.apache.flex.html.staticControls.Alert
+	 *  component. The job of the view bead is to put together the parts of the Alert, such as the 
+	 *  title bar, message, and various buttons, within the space of the Alert component strand.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -71,7 +71,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ButtonBarView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ButtonBarView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ButtonBarView.as
index 9ee35c2..873d4eb 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ButtonBarView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ButtonBarView.as
@@ -32,8 +32,8 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.supportClasses.Border;
 
 	/**
-	 *  The ButtonBarView class creates the visual elements of the ButtonBar component. A ButtonBar is a
-	 *  type of List and ButtonBarView extends the ListView bead, adding a border.
+	 *  The ButtonBarView class creates the visual elements of the org.apache.flex.html.staticControls.ButtonBar 
+	 *  component. A ButtonBar is a type of List and ButtonBarView extends the ListView bead, adding a border.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -73,7 +73,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		override public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ComboBoxView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ComboBoxView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ComboBoxView.as
index 8fa0ffa..f959cd4 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ComboBoxView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ComboBoxView.as
@@ -34,9 +34,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.TextInput;
 	
 	/**
-	 *  The ComboBoxView class creates the visual elements of the ComboBox component. The job of
-	 *  the view bead is to put together the parts of the ComboBox such as the TextInput
-	 *  control and Button to trigger the pop-up.
+	 *  The ComboBoxView class creates the visual elements of the org.apache.flex.html.staticControls.ComboBox 
+	 *  component. The job of the view bead is to put together the parts of the ComboBox such as the TextInput
+	 *  control and org.apache.flex.html.staticControls.Button to trigger the pop-up.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -63,6 +63,8 @@ package org.apache.flex.html.staticControls.beads
 		
 		/**
 		 *  The value of the TextInput component of the ComboBox.
+		 * 
+		 *  @copy org.apache.flex.html.staticControls.beads.IComboBoxView#text
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -80,6 +82,8 @@ package org.apache.flex.html.staticControls.beads
 		
 		/**
 		 *  The HTML value of the TextInput component of the ComboBox.
+		 * 
+		 *  @copy org.apache.flex.html.staticControls.beads.IComboBoxView#html
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -98,7 +102,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function get strand():IStrand
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ControlBarMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ControlBarMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ControlBarMeasurementBead.as
index b74d6cc..8dcbf6d 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ControlBarMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ControlBarMeasurementBead.as
@@ -26,7 +26,7 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.Container;
 	
 	/**
-	 *  The ControlBarMeasurementBead class measures the size of a ControlBar
+	 *  The ControlBarMeasurementBead class measures the size of a org.apache.flex.html.staticControls.ControlBar
 	 *  component.
 	 *  
 	 *  @langversion 3.0
@@ -101,7 +101,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IComboBoxView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IComboBoxView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IComboBoxView.as
index dbbed93..dc4ceb7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IComboBoxView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IComboBoxView.as
@@ -23,7 +23,7 @@ package org.apache.flex.html.staticControls.beads
     
 	/**
 	 *  The IComboBoxView interface provides the protocol for any bead that
-	 *  creates the visual parts for a ComboBox control.
+	 *  creates the visual parts for a org.apache.flex.html.staticControls.ComboBox control.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IListView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IListView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IListView.as
index 0bfae97..6b53e18 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IListView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/IListView.as
@@ -23,7 +23,7 @@ package org.apache.flex.html.staticControls.beads
 
 	/**
 	 *  The IListView interface provides the protocol for any bead that
-	 *  creates the visual parts for a List control.
+	 *  creates the visual parts for a org.apache.flex.html.staticControls.List control.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISliderView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISliderView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISliderView.as
index bf7e83d..aa2b912 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISliderView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISliderView.as
@@ -24,7 +24,7 @@ package org.apache.flex.html.staticControls.beads
 	
 	/**
 	 *  The ISliderView interface provides the protocol for any bead that
-	 *  creates the visual parts for a Slider control.
+	 *  creates the visual parts for a org.apache.flex.html.staticControls.Slider control.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -34,7 +34,7 @@ package org.apache.flex.html.staticControls.beads
 	public interface ISliderView extends IBead
 	{
 		/**
-		 *  The component used for the track area of the Slider.
+		 *  The component used for the track area of the org.apache.flex.html.staticControls.Slider.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -44,7 +44,7 @@ package org.apache.flex.html.staticControls.beads
 		function get track():DisplayObject;
 		
 		/**
-		 *  The component used for the thumb button of the Slider.
+		 *  The component used for the thumb button of the org.apache.flex.html.staticControls.Slider.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISpinnerView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISpinnerView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISpinnerView.as
index 1c37923..4ef5f81 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISpinnerView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ISpinnerView.as
@@ -24,7 +24,7 @@ package org.apache.flex.html.staticControls.beads
 	
 	/**
 	 *  The ISpinnerView interface provides the protocol for any bead that
-	 *  creates the visual parts for a Spinner control.
+	 *  creates the visual parts for a org.apache.flex.html.staticControls.Spinner control.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -34,7 +34,7 @@ package org.apache.flex.html.staticControls.beads
 	public interface ISpinnerView extends IBead
 	{
 		/**
-		 *  The component used to increment the Spinner value.
+		 *  The component used to increment the org.apache.flex.html.staticControls.Spinner value.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -44,7 +44,7 @@ package org.apache.flex.html.staticControls.beads
 		function get increment():DisplayObject;
 		
 		/**
-		 *  The component used to decrement the Spinner value.
+		 *  The component used to decrement the org.apache.flex.html.staticControls.Spinner value.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ImageView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ImageView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ImageView.as
index e1e79b8..3b12779 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ImageView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ImageView.as
@@ -31,7 +31,7 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.events.IEventDispatcher;
 	
 	/**
-	 *  The ImageView class creates the visual elements of the Image component.
+	 *  The ImageView class creates the visual elements of the org.apache.flex.html.staticControls.Image component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -59,7 +59,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _model:IImageModel;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ListView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ListView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ListView.as
index 0c6ff96..ff86d64 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ListView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/ListView.as
@@ -44,8 +44,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.supportClasses.ScrollBar;
 
 	/**
-	 *  The List class creates the visual elements of the List component. A List consists of
-	 *  the area to display the data (in the dataGroup), any scrollbars, and so forth.
+	 *  The List class creates the visual elements of the org.apache.flex.html.staticControls.List 
+	 *  component. A List consists of the area to display the data (in the dataGroup), any 
+	 *  scrollbars, and so forth.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -63,7 +64,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _border:Border;
 		
 		/**
-		 *  The border surrounding the List.
+		 *  The border surrounding the org.apache.flex.html.staticControls.List.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -93,7 +94,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _vScrollBar:ScrollBar;
 		
 		/**
-		 *  The vertical ScrollBar, if needed.
+		 *  The vertical org.apache.flex.html.staticControls.ScrollBar, if needed.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -108,7 +109,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The horizontal ScrollBar, currently null.
+		 *  The horizontal org.apache.flex.html.staticControls.ScrollBar, currently null.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -121,7 +122,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The contentArea includes the dataGroup and ScrollBars.
+		 *  The contentArea includes the dataGroup and scrollBars.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -144,7 +145,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function get strand():IStrand
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/NumericStepperView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/NumericStepperView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/NumericStepperView.as
index bbe07af..600e50c 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/NumericStepperView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/NumericStepperView.as
@@ -37,9 +37,10 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.html.staticControls.supportClasses.ScrollBar;
 	
 	/**
-	 *  The NumericStepperView class creates the visual elements of the NumericStepper component. A
-	 *  NumberStepper consists of a TextInput component to display the value and a Spinner to change
-	 *  the value.
+	 *  The NumericStepperView class creates the visual elements of the 
+	 *  org.apache.flex.html.staticControls.NumericStepper component. A NumberStepper consists of a 
+	 *  org.apache.flex.html.staticControls.TextInput component to display the value and a 
+	 *  org.apache.flex.html.staticControls.Spinner to change the value.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -67,7 +68,12 @@ package org.apache.flex.html.staticControls.beads
 		private var spinner:Spinner;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/PanelView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/PanelView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/PanelView.as
index 95d1a7c..0846b11 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/PanelView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/PanelView.as
@@ -34,8 +34,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.utils.BeadMetrics;
 	
 	/**
-	 *  The Panel class creates the visual elements of the Panel component. A Panel
-	 *  has a TitleBar, content, and an optional ControlBar.
+	 *  The Panel class creates the visual elements of the org.apache.flex.html.staticControls.Panel 
+	 *  component. A Panel has a org.apache.flex.html.staticControls.TitleBar, content, and an 
+	 *  optional org.apache.flex.html.staticControls.ControlBar.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -60,7 +61,8 @@ package org.apache.flex.html.staticControls.beads
 		private var _titleBar:TitleBar;
 		
 		/**
-		 *  The TitleBar component of the Panel.
+		 *  The org.apache.flex.html.staticControls.TitleBar component of the 
+		 *  org.apache.flex.html.staticControls.Panel.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -75,7 +77,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _controlBar:ControlBar;
 		
 		/**
-		 *  The ControlBar for the Panel; may be null.
+		 *  The org.apache.flex.html.staticControls.ControlBar for the Panel; may be null.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -90,7 +92,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		override public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/RadioButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/RadioButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/RadioButtonView.as
index a010bf7..bc24661 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/RadioButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/RadioButtonView.as
@@ -31,7 +31,8 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.events.Event;
 	
 	/**
-	 *  The RadioButtonView class creates the visual elements of the RadioButton component. 
+	 *  The RadioButtonView class creates the visual elements of the org.apache.flex.html.staticControls.RadioButton 
+	 *  component. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -97,7 +98,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{
@@ -134,7 +140,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The string label for the RadioButton.
+		 *  The string label for the org.apache.flex.html.staticControls.RadioButton.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -158,7 +164,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The HTML string for the RadioButton.
+		 *  The HTML string for the org.apache.flex.html.staticControls.RadioButton.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SimpleAlertView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SimpleAlertView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SimpleAlertView.as
index be45524..682c2c9 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SimpleAlertView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SimpleAlertView.as
@@ -34,7 +34,8 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.utils.BeadMetrics;
 	
 	/**
-	 *  The SimpleAlertView class creates the visual elements of the SimpleAlert component.
+	 *  The SimpleAlertView class creates the visual elements of the 
+	 *  org.apache.flex.html.staticControls.SimpleAlert component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -61,7 +62,12 @@ package org.apache.flex.html.staticControls.beads
 		private var _strand:IStrand;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderThumbView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderThumbView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderThumbView.as
index 68f0253..3242274 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderThumbView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderThumbView.as
@@ -28,8 +28,8 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.events.IEventDispatcher;
 	
 	/**
-	 *  The SliderThumbView class creates the draggable input element for the Slider
-	 *  component.
+	 *  The SliderThumbView class creates the draggable input element for the 
+	 *  org.apache.flex.html.staticControls.Slider component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -71,7 +71,12 @@ package org.apache.flex.html.staticControls.beads
 		private var hitArea:Shape;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6644ca1e/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderTrackView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderTrackView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderTrackView.as
index 7d9073a..6fc5047 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderTrackView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/staticControls/beads/SliderTrackView.as
@@ -28,7 +28,7 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.events.IEventDispatcher;
 	
 	/**
-	 *  The SliderTrackView class creates the track area for the Slider
+	 *  The SliderTrackView class creates the track area for the org.apache.flex.html.staticControls.Slider
 	 *  component.
 	 *  
 	 *  @langversion 3.0
@@ -71,7 +71,12 @@ package org.apache.flex.html.staticControls.beads
 		private var hitArea:Shape;
 		
 		/**
-		 * @private
+		 *  @copy org.apache.flex.core.IBead#strand
+		 *  
+		 *  @langversion 3.0
+		 *  @playerversion Flash 10.2
+		 *  @playerversion AIR 2.6
+		 *  @productversion FlexJS 0.0
 		 */
 		public function set strand(value:IStrand):void
 		{