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

[26/35] sed removal of staticControls. Now to see what I missed

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.as
index 67f1458..d65229f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ContainerView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -27,14 +27,14 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.UIBase;
 	import org.apache.flex.core.ValuesManager;
-	import org.apache.flex.html.staticControls.Container;
-	import org.apache.flex.html.staticControls.supportClasses.Border;
-	import org.apache.flex.html.staticControls.supportClasses.ContainerContentArea;
-	import org.apache.flex.html.staticControls.supportClasses.ScrollBar;
+	import org.apache.flex.html.Container;
+	import org.apache.flex.html.supportClasses.Border;
+	import org.apache.flex.html.supportClasses.ContainerContentArea;
+	import org.apache.flex.html.supportClasses.ScrollBar;
 	
     /**
      *  The ContainerView class is the default view for
-     *  the org.apache.flex.html.staticControls.Container class.
+     *  the org.apache.flex.html.Container class.
      *  It lets you use some CSS styles to manage the border, background
      *  and padding around the content area.
      *  
@@ -250,4 +250,4 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ControlBarMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ControlBarMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ControlBarMeasurementBead.as
index 8dcbf6d..97b24b5 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ControlBarMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ControlBarMeasurementBead.as
@@ -16,17 +16,17 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObjectContainer;
 	
 	import org.apache.flex.core.IMeasurementBead;
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.IUIBase;
-	import org.apache.flex.html.staticControls.Container;
+	import org.apache.flex.html.Container;
 	
 	/**
-	 *  The ControlBarMeasurementBead class measures the size of a org.apache.flex.html.staticControls.ControlBar
+	 *  The ControlBarMeasurementBead class measures the size of a org.apache.flex.html.ControlBar
 	 *  component.
 	 *  
 	 *  @langversion 3.0
@@ -113,4 +113,4 @@ package org.apache.flex.html.staticControls.beads
 			_strand = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DataItemRendererFactoryForArrayData.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DataItemRendererFactoryForArrayData.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DataItemRendererFactoryForArrayData.as
index 565c8df..c26e89f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DataItemRendererFactoryForArrayData.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DataItemRendererFactoryForArrayData.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IBead;
 	import org.apache.flex.core.IDataProviderItemRendererMapper;
@@ -140,4 +140,4 @@ package org.apache.flex.html.staticControls.beads
 			IEventDispatcher(_strand).dispatchEvent(new Event("itemsCreated"));
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DownArrowButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DownArrowButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DownArrowButtonView.as
index 3be7ed6..6f461ed 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DownArrowButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DownArrowButtonView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	import flash.display.Shape;
@@ -100,4 +100,4 @@ package org.apache.flex.html.staticControls.beads
 		private var overView:Shape;
         
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DropDownListView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DropDownListView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DropDownListView.as
index 0849c7a..4f9f40d 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DropDownListView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/DropDownListView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -38,7 +38,7 @@ package org.apache.flex.html.staticControls.beads
 
     /**
      *  The DropDownListView class is the default view for
-     *  the org.apache.flex.html.staticControls.DropDownList class.
+     *  the org.apache.flex.html.DropDownList class.
      *  It displays a simple text label with what appears to be a
      *  down arrow button on the right, but really, the entire
      *  view is the button that will display or dismiss the dropdown.
@@ -280,4 +280,4 @@ package org.apache.flex.html.staticControls.beads
         }
         
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBackgroundBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBackgroundBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBackgroundBead.as
index 921bc8a..2590a9a 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBackgroundBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBackgroundBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IBead;
 
@@ -32,4 +32,4 @@ package org.apache.flex.html.staticControls.beads
 	public interface IBackgroundBead extends IBead
 	{
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBorderBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBorderBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBorderBead.as
index 66115c8..3e4fc39 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBorderBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IBorderBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IBead;
 
@@ -32,4 +32,4 @@ package org.apache.flex.html.staticControls.beads
 	public interface IBorderBead extends IBead
 	{
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IComboBoxView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IComboBoxView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IComboBoxView.as
index dc4ceb7..650d300 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IComboBoxView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IComboBoxView.as
@@ -16,14 +16,14 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
     import org.apache.flex.core.IBeadView;
     import org.apache.flex.core.IStrand;
     
 	/**
 	 *  The IComboBoxView interface provides the protocol for any bead that
-	 *  creates the visual parts for a org.apache.flex.html.staticControls.ComboBox control.
+	 *  creates the visual parts for a org.apache.flex.html.ComboBox control.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -75,4 +75,4 @@ package org.apache.flex.html.staticControls.beads
 		function get popUpVisible():Boolean;
 		function set popUpVisible(value:Boolean):void;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IDropDownListView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IDropDownListView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IDropDownListView.as
index ca865bc..688bcc5 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IDropDownListView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IDropDownListView.as
@@ -16,14 +16,14 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
     import org.apache.flex.core.IBeadView;
     import org.apache.flex.core.IStrand;
 
     /**
      *  The IDropDownListView interface is the interface for views for
-     *  the org.apache.flex.html.staticControls.DropDownList.
+     *  the org.apache.flex.html.DropDownList.
      *  
      *  @langversion 3.0
      *  @playerversion Flash 10.2
@@ -34,7 +34,7 @@ package org.apache.flex.html.staticControls.beads
 	{
         
         /**
-         *  @copy org.apache.flex.html.staticControls.beads.DropDownListView#popup
+         *  @copy org.apache.flex.html.beads.DropDownListView#popup
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -44,7 +44,7 @@ package org.apache.flex.html.staticControls.beads
         function get popUp():IStrand;
         
         /**
-         *  @copy org.apache.flex.html.staticControls.beads.DropDownListView#popupVisible
+         *  @copy org.apache.flex.html.beads.DropDownListView#popupVisible
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -54,4 +54,4 @@ package org.apache.flex.html.staticControls.beads
         function get popUpVisible():Boolean;
         function set popUpVisible(value:Boolean):void;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IGraphicsDrawing.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IGraphicsDrawing.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IGraphicsDrawing.as
index e19f7f6..91d1838 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IGraphicsDrawing.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IGraphicsDrawing.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
     /**
      *  The IGraphicsDrawing interface is a marker interface for beads
@@ -33,4 +33,4 @@ package org.apache.flex.html.staticControls.beads
 	{
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IListView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IListView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IListView.as
index 6b53e18..5046399 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IListView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IListView.as
@@ -16,14 +16,14 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {	
 	import org.apache.flex.core.IItemRendererParent;
 	import org.apache.flex.core.IStrand;
 
 	/**
 	 *  The IListView interface provides the protocol for any bead that
-	 *  creates the visual parts for a org.apache.flex.html.staticControls.List control.
+	 *  creates the visual parts for a org.apache.flex.html.List control.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -53,4 +53,4 @@ package org.apache.flex.html.staticControls.beads
 		 */
 		function get strand():IStrand;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IScrollBarView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IScrollBarView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IScrollBarView.as
index 0ccfac2..c42daa7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IScrollBarView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/IScrollBarView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	
@@ -25,7 +25,7 @@ package org.apache.flex.html.staticControls.beads
 
     /**
      *  The IScrollBarView interface is the interface for views for
-     *  the org.apache.flex.html.staticControls.supportClasses.ScrollBar.
+     *  the org.apache.flex.html.supportClasses.ScrollBar.
      *  
      *  @langversion 3.0
      *  @playerversion Flash 10.2
@@ -77,4 +77,4 @@ package org.apache.flex.html.staticControls.beads
 		function get thumb():DisplayObject;
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISliderView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISliderView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISliderView.as
index aa2b912..18e0d56 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISliderView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISliderView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	
@@ -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 org.apache.flex.html.staticControls.Slider control.
+	 *  creates the visual parts for a org.apache.flex.html.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 org.apache.flex.html.staticControls.Slider.
+		 *  The component used for the track area of the org.apache.flex.html.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 org.apache.flex.html.staticControls.Slider.
+		 *  The component used for the thumb button of the org.apache.flex.html.Slider.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -53,4 +53,4 @@ package org.apache.flex.html.staticControls.beads
 		 */
 		function get thumb():DisplayObject;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISpinnerView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISpinnerView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISpinnerView.as
index 4ef5f81..794eb58 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISpinnerView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ISpinnerView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	
@@ -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 org.apache.flex.html.staticControls.Spinner control.
+	 *  creates the visual parts for a org.apache.flex.html.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 org.apache.flex.html.staticControls.Spinner value.
+		 *  The component used to increment the org.apache.flex.html.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 org.apache.flex.html.staticControls.Spinner value.
+		 *  The component used to decrement the org.apache.flex.html.Spinner value.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -53,4 +53,4 @@ package org.apache.flex.html.staticControls.beads
 		 */
 		function get decrement():DisplayObject;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextFieldView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextFieldView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextFieldView.as
index f9bff0b..e94ee34 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextFieldView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextFieldView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.CSSTextField;
 
@@ -41,4 +41,4 @@ package org.apache.flex.html.staticControls.beads
          */
 		function get textField():CSSTextField;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextItemRenderer.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextItemRenderer.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextItemRenderer.as
index 0e86593..4fdc074 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextItemRenderer.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ITextItemRenderer.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IItemRenderer;
 
@@ -42,4 +42,4 @@ package org.apache.flex.html.staticControls.beads
         function get text():String;
         function set text(value:String):void;
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as
index 3b12779..9c5bd9b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ImageView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Bitmap;
 	import flash.display.Loader;
@@ -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 org.apache.flex.html.staticControls.Image component.
+	 *  The ImageView class creates the visual elements of the org.apache.flex.html.Image component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -118,4 +118,4 @@ package org.apache.flex.html.staticControls.beads
 			}
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ListView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ListView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ListView.as
index ff86d64..d01272a 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ListView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ListView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {	
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -37,14 +37,14 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.ValuesManager;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.models.ScrollBarModel;
-	import org.apache.flex.html.staticControls.beads.models.SingleLineBorderModel;
-	import org.apache.flex.html.staticControls.supportClasses.Border;
-	import org.apache.flex.html.staticControls.supportClasses.NonVirtualDataGroup;
-	import org.apache.flex.html.staticControls.supportClasses.ScrollBar;
+	import org.apache.flex.html.beads.models.ScrollBarModel;
+	import org.apache.flex.html.beads.models.SingleLineBorderModel;
+	import org.apache.flex.html.supportClasses.Border;
+	import org.apache.flex.html.supportClasses.NonVirtualDataGroup;
+	import org.apache.flex.html.supportClasses.ScrollBar;
 
 	/**
-	 *  The List class creates the visual elements of the org.apache.flex.html.staticControls.List 
+	 *  The List class creates the visual elements of the org.apache.flex.html.List 
 	 *  component. A List consists of the area to display the data (in the dataGroup), any 
 	 *  scrollbars, and so forth.
 	 *  
@@ -64,7 +64,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _border:Border;
 		
 		/**
-		 *  The border surrounding the org.apache.flex.html.staticControls.List.
+		 *  The border surrounding the org.apache.flex.html.List.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -94,7 +94,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _vScrollBar:ScrollBar;
 		
 		/**
-		 *  The vertical org.apache.flex.html.staticControls.ScrollBar, if needed.
+		 *  The vertical org.apache.flex.html.ScrollBar, if needed.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -109,7 +109,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The horizontal org.apache.flex.html.staticControls.ScrollBar, currently null.
+		 *  The horizontal org.apache.flex.html.ScrollBar, currently null.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -257,4 +257,4 @@ package org.apache.flex.html.staticControls.beads
 		}
 				
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as
index 600e50c..232feb4 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/NumericStepperView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -30,17 +30,17 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.createjs.staticControls.Label;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.Spinner;
-	import org.apache.flex.html.staticControls.TextInput;
-	import org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout;
-	import org.apache.flex.html.staticControls.supportClasses.Border;
-	import org.apache.flex.html.staticControls.supportClasses.ScrollBar;
+	import org.apache.flex.html.Spinner;
+	import org.apache.flex.html.TextInput;
+	import org.apache.flex.html.beads.layouts.NonVirtualHorizontalLayout;
+	import org.apache.flex.html.supportClasses.Border;
+	import org.apache.flex.html.supportClasses.ScrollBar;
 	
 	/**
 	 *  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.
+	 *  org.apache.flex.html.NumericStepper component. A NumberStepper consists of a 
+	 *  org.apache.flex.html.TextInput component to display the value and a 
+	 *  org.apache.flex.html.Spinner to change the value.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -213,4 +213,4 @@ package org.apache.flex.html.staticControls.beads
 			return _strand as DisplayObject;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
index 2108ea1..6ce3be6 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Sprite;
 	
@@ -27,16 +27,16 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.UIMetrics;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.Container;
-	import org.apache.flex.html.staticControls.ControlBar;
-	import org.apache.flex.html.staticControls.Panel;
-	import org.apache.flex.html.staticControls.TitleBar;
+	import org.apache.flex.html.Container;
+	import org.apache.flex.html.ControlBar;
+	import org.apache.flex.html.Panel;
+	import org.apache.flex.html.TitleBar;
 	import org.apache.flex.utils.BeadMetrics;
 	
 	/**
-	 *  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.
+	 *  The Panel class creates the visual elements of the org.apache.flex.html.Panel 
+	 *  component. A Panel has a org.apache.flex.html.TitleBar, content, and an 
+	 *  optional org.apache.flex.html.ControlBar.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -61,8 +61,8 @@ package org.apache.flex.html.staticControls.beads
 		private var _titleBar:TitleBar;
 		
 		/**
-		 *  The org.apache.flex.html.staticControls.TitleBar component of the 
-		 *  org.apache.flex.html.staticControls.Panel.
+		 *  The org.apache.flex.html.TitleBar component of the 
+		 *  org.apache.flex.html.Panel.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -77,7 +77,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _controlBar:ControlBar;
 		
 		/**
-		 *  The org.apache.flex.html.staticControls.ControlBar for the Panel; may be null.
+		 *  The org.apache.flex.html.ControlBar for the Panel; may be null.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -177,4 +177,4 @@ package org.apache.flex.html.staticControls.beads
 		}
         
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/RadioButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/RadioButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/RadioButtonView.as
index bc24661..b133259 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/RadioButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/RadioButtonView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Shape;
 	import flash.display.SimpleButton;
@@ -31,7 +31,7 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.events.Event;
 	
 	/**
-	 *  The RadioButtonView class creates the visual elements of the org.apache.flex.html.staticControls.RadioButton 
+	 *  The RadioButtonView class creates the visual elements of the org.apache.flex.html.RadioButton 
 	 *  component. 
 	 *  
 	 *  @langversion 3.0
@@ -140,7 +140,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The string label for the org.apache.flex.html.staticControls.RadioButton.
+		 *  The string label for the org.apache.flex.html.RadioButton.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -164,7 +164,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The HTML string for the org.apache.flex.html.staticControls.RadioButton.
+		 *  The HTML string for the org.apache.flex.html.RadioButton.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -279,4 +279,4 @@ package org.apache.flex.html.staticControls.beads
 			}
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollBarView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollBarView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollBarView.as
index 5bc7723..7575ed2 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollBarView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ScrollBarView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	
@@ -27,12 +27,12 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.Strand;
 	import org.apache.flex.core.UIBase;
 	import org.apache.flex.core.ValuesManager;
-	import org.apache.flex.html.staticControls.Button;
-	import org.apache.flex.html.staticControls.beads.controllers.ButtonAutoRepeatController;
+	import org.apache.flex.html.Button;
+	import org.apache.flex.html.beads.controllers.ButtonAutoRepeatController;
 
     /**
      *  The ScrollBarView class is the default view for
-     *  the org.apache.flex.html.staticControls.supportClasses.ScrollBar class.
+     *  the org.apache.flex.html.supportClasses.ScrollBar class.
      *  It implements the classic desktop-like ScrollBar.
      *  A different view would implement more modern scrollbars that hide themselves
      *  until hovered over with the mouse.
@@ -103,7 +103,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _thumb:DisplayObject;
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.beads.IScrollBarView#decrement
+         *  @copy org.apache.flex.html.beads.IScrollBarView#decrement
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -116,7 +116,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 
         /**
-         *  @copy org.apache.flex.html.staticControls.beads.IScrollBarView#increment
+         *  @copy org.apache.flex.html.beads.IScrollBarView#increment
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -129,7 +129,7 @@ package org.apache.flex.html.staticControls.beads
 		}
         
         /**
-         *  @copy org.apache.flex.html.staticControls.beads.IScrollBarView#track
+         *  @copy org.apache.flex.html.beads.IScrollBarView#track
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -142,7 +142,7 @@ package org.apache.flex.html.staticControls.beads
 		}
         
         /**
-         *  @copy org.apache.flex.html.staticControls.beads.IScrollBarView#thumb
+         *  @copy org.apache.flex.html.beads.IScrollBarView#thumb
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -155,4 +155,4 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SimpleAlertView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SimpleAlertView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SimpleAlertView.as
index 682c2c9..17080cb 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SimpleAlertView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SimpleAlertView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IAlertModel;
 	import org.apache.flex.core.IBead;
@@ -29,13 +29,13 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.ValuesManager;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.Label;
-	import org.apache.flex.html.staticControls.TextButton;
+	import org.apache.flex.html.Label;
+	import org.apache.flex.html.TextButton;
 	import org.apache.flex.utils.BeadMetrics;
 	
 	/**
 	 *  The SimpleAlertView class creates the visual elements of the 
-	 *  org.apache.flex.html.staticControls.SimpleAlert component.
+	 *  org.apache.flex.html.SimpleAlert component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -147,4 +147,4 @@ package org.apache.flex.html.staticControls.beads
 			IEventDispatcher(_strand).dispatchEvent(newEvent);
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
index fb0f679..1621cde 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SingleLineBorderBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	
@@ -91,4 +91,4 @@ package org.apache.flex.html.staticControls.beads
             g.endFill();
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderThumbView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderThumbView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderThumbView.as
index 3242274..702e515 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderThumbView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderThumbView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	import flash.display.Shape;
@@ -29,7 +29,7 @@ package org.apache.flex.html.staticControls.beads
 	
 	/**
 	 *  The SliderThumbView class creates the draggable input element for the 
-	 *  org.apache.flex.html.staticControls.Slider component.
+	 *  org.apache.flex.html.Slider component.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -111,4 +111,4 @@ package org.apache.flex.html.staticControls.beads
 			drawView(overView.graphics, 0xDDDDDD);
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderTrackView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderTrackView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderTrackView.as
index 6fc5047..6bd6001 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderTrackView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderTrackView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	import flash.display.Shape;
@@ -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 org.apache.flex.html.staticControls.Slider
+	 *  The SliderTrackView class creates the track area for the org.apache.flex.html.Slider
 	 *  component.
 	 *  
 	 *  @langversion 3.0
@@ -111,4 +111,4 @@ package org.apache.flex.html.staticControls.beads
 			drawView(overView.graphics, 0xEEEEEE);
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderView.as
index 83893dc..6ee07a7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SliderView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.Sprite;
@@ -30,10 +30,10 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.ValuesManager;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.Button;
+	import org.apache.flex.html.Button;
 	
 	/**
-	 *  The SliderView class creates the visual elements of the org.apache.flex.html.staticControls.Slider 
+	 *  The SliderView class creates the visual elements of the org.apache.flex.html.Slider 
 	 *  component. The Slider has a track and a thumb control which are also created with view beads.
 	 *  
 	 *  @langversion 3.0
@@ -177,4 +177,4 @@ package org.apache.flex.html.staticControls.beads
 			_thumb.x = xloc;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.as
index 4a90b8a..605664f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SolidBackgroundBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	
@@ -142,4 +142,4 @@ package org.apache.flex.html.staticControls.beads
             g.endFill();
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SpinnerView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SpinnerView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SpinnerView.as
index e2ed0aa..edfd6ac 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SpinnerView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/SpinnerView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	
@@ -27,11 +27,11 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.UIBase;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.Button;
-	import org.apache.flex.html.staticControls.beads.controllers.ButtonAutoRepeatController;
+	import org.apache.flex.html.Button;
+	import org.apache.flex.html.beads.controllers.ButtonAutoRepeatController;
 	
 	/**
-	 *  The SpinnerView class creates the visual elements of the org.apache.flex.html.staticControls.Spinner 
+	 *  The SpinnerView class creates the visual elements of the org.apache.flex.html.Spinner 
 	 *  component.
 	 *  
 	 *  @langversion 3.0
@@ -93,7 +93,7 @@ package org.apache.flex.html.staticControls.beads
 		private var _increment:DisplayObject;
 		
 		/**
-		 *  The component for decrementing the org.apache.flex.html.staticControls.Spinner value.
+		 *  The component for decrementing the org.apache.flex.html.Spinner value.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -106,7 +106,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The component for incrementing the org.apache.flex.html.staticControls.Spinner value.
+		 *  The component for incrementing the org.apache.flex.html.Spinner value.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -131,4 +131,4 @@ package org.apache.flex.html.staticControls.beads
 			_decrement.y      = _increment.height;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as
index 631466e..3bb10fd 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextAreaView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.events.Event;
@@ -29,13 +29,13 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.IParent;
     import org.apache.flex.core.ValuesManager;
-	import org.apache.flex.html.staticControls.beads.models.ScrollBarModel;
-	import org.apache.flex.html.staticControls.supportClasses.Border;
-	import org.apache.flex.html.staticControls.supportClasses.ScrollBar;
+	import org.apache.flex.html.beads.models.ScrollBarModel;
+	import org.apache.flex.html.supportClasses.Border;
+	import org.apache.flex.html.supportClasses.ScrollBar;
 
     /**
      *  The TextAreaView class is the default view for
-     *  the org.apache.flex.html.staticControls.TextArea class.
+     *  the org.apache.flex.html.TextArea class.
      *  It implements the classic desktop-like TextArea with
      *  a border and scrollbars.  It does not support right-to-left text.
      *  
@@ -255,4 +255,4 @@ package org.apache.flex.html.staticControls.beads
 			return null;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonMeasurementBead.as
index e546cdd..1341389 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonMeasurementBead.as
@@ -16,13 +16,13 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IMeasurementBead;
 	import org.apache.flex.core.IStrand;
 	
 	/**
-	 *  The TextButtonMeasurementBead class helps measure a org.apache.flex.html.staticControls.TextButton.
+	 *  The TextButtonMeasurementBead class helps measure a org.apache.flex.html.TextButton.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -44,7 +44,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The overall width of the org.apache.flex.html.staticControls.TextButton.
+		 *  The overall width of the org.apache.flex.html.TextButton.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -59,7 +59,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 * The overall height of the org.apache.flex.html.staticControls.TextButton
+		 * The overall height of the org.apache.flex.html.TextButton
 		 */
 		public function get measuredHeight():Number
 		{
@@ -83,4 +83,4 @@ package org.apache.flex.html.staticControls.beads
 			_strand = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonView.as
index 2665d4f..3a8c9d6 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextButtonView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.Shape;
@@ -32,7 +32,7 @@ package org.apache.flex.html.staticControls.beads
 
     /**
      *  The TextButtonView class is the default view for
-     *  the org.apache.flex.html.staticControls.TextButton class.
+     *  the org.apache.flex.html.TextButton class.
      *  
      *  @langversion 3.0
      *  @playerversion Flash 10.2
@@ -215,4 +215,4 @@ package org.apache.flex.html.staticControls.beads
 			overTextField.htmlText = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldLabelMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldLabelMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldLabelMeasurementBead.as
index 3645247..ca38a0b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldLabelMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldLabelMeasurementBead.as
@@ -16,13 +16,13 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IMeasurementBead;
 	import org.apache.flex.core.IStrand;
 	
 	/**
-	 *  The TextFieldLabelMeasurementBead class helps to measure org.apache.flex.html.staticControls.Label 
+	 *  The TextFieldLabelMeasurementBead class helps to measure org.apache.flex.html.Label 
 	 *  components.
 	 *  
 	 *  @langversion 3.0
@@ -45,7 +45,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The overall width of the org.apache.flex.html.staticControls.Label.
+		 *  The overall width of the org.apache.flex.html.Label.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -60,7 +60,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The overall height of the org.apache.flex.html.staticControls.Label.
+		 *  The overall height of the org.apache.flex.html.Label.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -89,4 +89,4 @@ package org.apache.flex.html.staticControls.beads
 			_strand = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldView.as
index b796eda..2157490 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldView.as
@@ -16,13 +16,13 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.text.TextFieldType;
 	
     /**
      *  The TextFieldView class is the default view for
-     *  the org.apache.flex.html.staticControls.Label class.
+     *  the org.apache.flex.html.Label class.
      *  It displays text using a TextField, so there is no
      *  right-to-left text support in this view.
      *  
@@ -50,4 +50,4 @@ package org.apache.flex.html.staticControls.beads
 			textField.mouseEnabled = false;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.as
index 2f0831c..a18180d 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextFieldViewBase.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -164,4 +164,4 @@ package org.apache.flex.html.staticControls.beads
 			textField.height = DisplayObject(_strand).height;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputView.as
index d746fe5..c5b39c6 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputView.as
@@ -15,7 +15,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.text.TextFieldType;
@@ -26,7 +26,7 @@ package org.apache.flex.html.staticControls.beads
 	
     /**
      *  The TextInputView class is the view for
-     *  the org.apache.flex.html.staticControls.TextInput in
+     *  the org.apache.flex.html.TextInput in
      *  a ComboBox and other controls 
      *  because it does not display a border.
      *  It displays text using a TextField, so there is no
@@ -85,4 +85,4 @@ package org.apache.flex.html.staticControls.beads
 			if( !isNaN(hh) && hh > 0 ) textField.height = hh;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputWithBorderView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputWithBorderView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputWithBorderView.as
index 4fd1566..d205086 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputWithBorderView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextInputWithBorderView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	
@@ -25,13 +25,13 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.IParent;
     import org.apache.flex.core.ValuesManager;
-	import org.apache.flex.html.staticControls.supportClasses.Border;
+	import org.apache.flex.html.supportClasses.Border;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
 
     /**
      *  The TextInputWithBorderView class is the default view for
-     *  the org.apache.flex.html.staticControls.TextInput.
+     *  the org.apache.flex.html.TextInput.
      *  It displays text using a TextField, so there is no
      *  right-to-left text support in this view.
      *  
@@ -76,4 +76,4 @@ package org.apache.flex.html.staticControls.beads
 			_border.height = hh;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForArrayData.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForArrayData.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForArrayData.as
index 7f3ecb0..635b851 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForArrayData.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForArrayData.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
     import org.apache.flex.core.IBead;
 	import org.apache.flex.core.IDataProviderItemRendererMapper;
@@ -138,4 +138,4 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForStringVectorData.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForStringVectorData.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForStringVectorData.as
index 7e5f41f..5c034d9 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForStringVectorData.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TextItemRendererFactoryForStringVectorData.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
     
     import org.apache.flex.core.IBead;
@@ -125,4 +125,4 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarMeasurementBead.as
index 9976ea6..4647113 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/TitleBarMeasurementBead.as
@@ -16,16 +16,16 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IMeasurementBead;
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.ValuesManager;
-	import org.apache.flex.html.staticControls.TitleBar;
+	import org.apache.flex.html.TitleBar;
 	
 	/**
 	 *  The TitleBarMeasurementBead class measures the overall size of a 
-	 *  org.apache.flex.html.staticControls.TitleBar.
+	 *  org.apache.flex.html.TitleBar.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -47,7 +47,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The overall width of the org.apache.flex.html.staticControls.TitleBar.
+		 *  The overall width of the org.apache.flex.html.TitleBar.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -68,7 +68,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
 		/**
-		 *  The overall height of the org.apache.flex.html.staticControls.TitleBar.
+		 *  The overall height of the org.apache.flex.html.TitleBar.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -103,4 +103,4 @@ package org.apache.flex.html.staticControls.beads
 			_strand = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/UpArrowButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/UpArrowButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/UpArrowButtonView.as
index 6ef6efb..b7da755 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/UpArrowButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/UpArrowButtonView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	import flash.display.Shape;
@@ -100,4 +100,4 @@ package org.apache.flex.html.staticControls.beads
 		private var overView:Shape;
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarThumbView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarThumbView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarThumbView.as
index c147a50..201e421 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarThumbView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarThumbView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.Graphics;
 	import flash.display.Shape;
@@ -124,4 +124,4 @@ package org.apache.flex.html.staticControls.beads
 		private var overView:Shape;
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarTrackView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarTrackView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarTrackView.as
index 7f9dc8d..4f12d8b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarTrackView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/VScrollBarTrackView.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import flash.display.DisplayObject;
 	import flash.display.Graphics;
@@ -109,4 +109,4 @@ package org.apache.flex.html.staticControls.beads
 		private var overView:Shape;
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/AlertController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/AlertController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/AlertController.as
index 7622b54..3982d0f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/AlertController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/AlertController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {	
     import flash.display.DisplayObject;
     
@@ -26,8 +26,8 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.events.IEventDispatcher;
 
 	/**
-	 *  The AlertControler class bead handles the close event on the org.apache.flex.html.staticControls.Alert 
-	 *  by removing the org.apache.flex.html.staticControls.Alert from the display.
+	 *  The AlertControler class bead handles the close event on the org.apache.flex.html.Alert 
+	 *  by removing the org.apache.flex.html.Alert from the display.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -85,4 +85,4 @@ package org.apache.flex.html.staticControls.beads.controllers
             DisplayObject(_strand).parent.removeChild(DisplayObject(_strand));
         }
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ButtonAutoRepeatController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ButtonAutoRepeatController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ButtonAutoRepeatController.as
index 70b2348..fe3a7b7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ButtonAutoRepeatController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ButtonAutoRepeatController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.events.MouseEvent;
 	import flash.utils.clearInterval;
@@ -144,4 +144,4 @@ package org.apache.flex.html.staticControls.beads.controllers
        	    IEventDispatcher(_strand).dispatchEvent(new Event("buttonRepeat"));
         }
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ComboBoxController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ComboBoxController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ComboBoxController.as
index 1f333ef..4b9faf7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ComboBoxController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ComboBoxController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.display.DisplayObject;
 	import flash.events.MouseEvent;
@@ -26,11 +26,11 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.IComboBoxView;
+	import org.apache.flex.html.beads.IComboBoxView;
 
 	/**
 	 *  The ComboBoxController class bead handles mouse events on the elements of
-	 *  the org.apache.flex.html.staticControls.ComboBox. This includes selecting the 
+	 *  the org.apache.flex.html.ComboBox. This includes selecting the 
 	 *  button to display the selection list pop-up as well as selecting an item from the 
 	 *  pop-up list.
 	 *  
@@ -101,4 +101,4 @@ package org.apache.flex.html.staticControls.beads.controllers
         }
 	
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropDownListController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropDownListController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropDownListController.as
index 47287be..48d9a6a 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropDownListController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/DropDownListController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.display.DisplayObject;
 	import flash.geom.Point;
@@ -27,11 +27,11 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.IDropDownListView;
+	import org.apache.flex.html.beads.IDropDownListView;
 
     /**
      *  The DropDownListController class is the controller for
-     *  org.apache.flex.html.staticControls.DropDownList.  Controllers
+     *  org.apache.flex.html.DropDownList.  Controllers
      *  watch for events from the interactive portions of a View and
      *  update the data model or dispatch a semantic event.
      *  This controller watches for the click event and displays the
@@ -101,4 +101,4 @@ package org.apache.flex.html.staticControls.beads.controllers
         }
 	
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/EditableTextKeyboardController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/EditableTextKeyboardController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/EditableTextKeyboardController.as
index 01f8e9f..4a8115f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/EditableTextKeyboardController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/EditableTextKeyboardController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import org.apache.flex.core.CSSTextField;
 	import org.apache.flex.core.IBead;
@@ -24,7 +24,7 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.ITextModel;
 	import org.apache.flex.core.UIBase;
-	import org.apache.flex.html.staticControls.beads.ITextFieldView;
+	import org.apache.flex.html.beads.ITextFieldView;
 	
 	/**
 	 *  The EditableTextKeyboardController class bead intercepts keyboard events on the
@@ -83,4 +83,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 			model.text = textField.text;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ItemRendererMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ItemRendererMouseController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ItemRendererMouseController.as
index d72bbdb..30c27e3 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ItemRendererMouseController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ItemRendererMouseController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.events.MouseEvent;
 	
@@ -123,4 +123,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 		}
 	
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ListSingleSelectionMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ListSingleSelectionMouseController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ListSingleSelectionMouseController.as
index fe5dfa1..0b8d14f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ListSingleSelectionMouseController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ListSingleSelectionMouseController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import org.apache.flex.core.IBeadController;
 	import org.apache.flex.core.IItemRenderer;
@@ -26,12 +26,12 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.IListView;
+	import org.apache.flex.html.beads.IListView;
 	
 
     /**
      *  The ListSingleSelectionMouseController class is a controller for
-     *  org.apache.flex.html.staticControls.List.  Controllers
+     *  org.apache.flex.html.List.  Controllers
      *  watch for events from the interactive portions of a View and
      *  update the data model or dispatch a semantic event.
      *  This controller watches for events from the item renderers
@@ -121,4 +121,4 @@ package org.apache.flex.html.staticControls.beads.controllers
         }
 	
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ScrollBarMouseControllerBase.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ScrollBarMouseControllerBase.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ScrollBarMouseControllerBase.as
index de4f73c..5ca1358 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ScrollBarMouseControllerBase.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/ScrollBarMouseControllerBase.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.events.MouseEvent;
 	
@@ -25,7 +25,7 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.IScrollBarView;
+	import org.apache.flex.html.beads.IScrollBarView;
 
     /**
      *  The ScrollBarMouseControllerBase class is the base class
@@ -182,4 +182,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 		}
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SliderMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SliderMouseController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SliderMouseController.as
index 3b6e295..c979e2f 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SliderMouseController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SliderMouseController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.events.MouseEvent;
 	import flash.geom.Point;
@@ -28,11 +28,11 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.UIBase;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.ISliderView;
+	import org.apache.flex.html.beads.ISliderView;
 	
 	/**
 	 *  The SliderMouseController class bead handles mouse events on the 
-	 *  org.apache.flex.html.staticControls.Slider's component parts (thumb and track) and 
+	 *  org.apache.flex.html.Slider's component parts (thumb and track) and 
 	 *  dispatches change events on behalf of the Slider (as well as co-ordinating visual 
 	 *  changes (such as moving the thumb when the track has been tapped or clicked).
 	 *  
@@ -145,4 +145,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 			IEventDispatcher(_strand).dispatchEvent(new Event("valueChanged"));
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SpinnerMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SpinnerMouseController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SpinnerMouseController.as
index 9823184..1b44419 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SpinnerMouseController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/SpinnerMouseController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.events.MouseEvent;
 	
@@ -26,11 +26,11 @@ package org.apache.flex.html.staticControls.beads.controllers
 	import org.apache.flex.core.UIBase;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
-	import org.apache.flex.html.staticControls.beads.ISpinnerView;
+	import org.apache.flex.html.beads.ISpinnerView;
 	
 	/**
 	 *  The SpinnerMouseController class bead handles mouse events on the 
-	 *  org.apache.flex.html.staticControls.Spinner's component buttons, changing the 
+	 *  org.apache.flex.html.Spinner's component buttons, changing the 
 	 *  value of the Spinner.
 	 *  
 	 *  @langversion 3.0
@@ -95,4 +95,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 			IEventDispatcher(_strand).dispatchEvent(new Event("valueChanged"));
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/VScrollBarMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/VScrollBarMouseController.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/VScrollBarMouseController.as
index cc8d29f..6961b73 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/VScrollBarMouseController.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/controllers/VScrollBarMouseController.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {
 	import flash.display.DisplayObject;
 	import flash.events.MouseEvent;
@@ -26,7 +26,7 @@ package org.apache.flex.html.staticControls.beads.controllers
 	
     /**
      *  The VScrollBarMouseController class is the controller for
-     *  org.apache.flex.html.staticControls.supportClasses.ScrollBar
+     *  org.apache.flex.html.supportClasses.ScrollBar
      *  that acts as the Vertical ScrollBar.
      *  
      *  @langversion 3.0
@@ -98,4 +98,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 			sbView.thumb.stage.removeEventListener(MouseEvent.MOUSE_UP, thumbMouseUpHandler);			
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/ButtonBarLayout.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/ButtonBarLayout.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/ButtonBarLayout.as
index d27b2dd..c8c4d74 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/ButtonBarLayout.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/layouts/ButtonBarLayout.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.layouts
+package org.apache.flex.html.beads.layouts
 {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -29,8 +29,8 @@ package org.apache.flex.html.staticControls.beads.layouts
 	import org.apache.flex.events.IEventDispatcher;
 	
 	/**
-	 *  The ButtonBarLayout class bead sizes and positions the org.apache.flex.html.staticControls.Button 
-	 *  elements that make up a org.apache.flex.html.staticControls.ButtonBar. This bead arranges the Buttons 
+	 *  The ButtonBarLayout class bead sizes and positions the org.apache.flex.html.Button 
+	 *  elements that make up a org.apache.flex.html.ButtonBar. This bead arranges the Buttons 
 	 *  horizontally and makes them all the same width unless the buttonWidths property has been set in which case
 	 *  the values stored in that array are used.
 	 *  
@@ -118,4 +118,4 @@ package org.apache.flex.html.staticControls.beads.layouts
 			}
 		}
 	}
-}
\ No newline at end of file
+}