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:59 UTC

[27/35] git commit: [flex-asjs] [refs/heads/develop] - sed removal of staticControls. Now to see what I missed

sed removal of staticControls.  Now to see what I missed


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

Branch: refs/heads/develop
Commit: daa3dabce2528398362ee4ed73e8eab4c4893586
Parents: 5759d50
Author: Alex Harui <ah...@apache.org>
Authored: Tue Mar 25 11:00:01 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Mar 25 11:00:01 2014 -0700

----------------------------------------------------------------------
 .../src/org/apache/flex/html/DataGrid.as        | 14 ++--
 .../src/org/apache/flex/html/DateChooser.as     |  4 +-
 .../src/org/apache/flex/html/DateField.as       |  4 +-
 .../html/accessories/DateFormatMMDDYYYYBead.as  |  8 +--
 .../flex/html/beads/DataGridColumnView.as       | 18 ++---
 .../org/apache/flex/html/beads/DataGridView.as  | 24 +++----
 .../DataItemRendererFactoryForColumnData.as     |  8 +--
 .../apache/flex/html/beads/DateChooserView.as   | 14 ++--
 .../org/apache/flex/html/beads/DateFieldView.as | 10 +--
 .../flex/html/beads/FormatableLabelView.as      |  4 +-
 .../flex/html/beads/FormatableTextInputView.as  |  4 +-
 .../org/apache/flex/html/beads/IDataGridView.as |  6 +-
 .../controllers/DateChooserMouseController.as   | 10 +--
 .../controllers/DateFieldMouseController.as     |  6 +-
 .../flex/html/beads/models/DataGridModel.as     | 12 ++--
 .../beads/models/DataGridPresentationModel.as   |  6 +-
 .../flex/html/beads/models/DateChooserModel.as  |  4 +-
 .../flex/html/supportClasses/DataGridColumn.as  |  6 +-
 .../html/supportClasses/DateChooserButton.as    |  6 +-
 .../FlexJSUI/src/org/apache/flex/html/Alert.as  |  4 +-
 .../FlexJSUI/src/org/apache/flex/html/Button.as |  4 +-
 .../src/org/apache/flex/html/ButtonBar.as       |  4 +-
 .../src/org/apache/flex/html/CheckBox.as        |  4 +-
 .../src/org/apache/flex/html/ComboBox.as        |  4 +-
 .../src/org/apache/flex/html/Container.as       |  4 +-
 .../src/org/apache/flex/html/ControlBar.as      |  6 +-
 .../src/org/apache/flex/html/DropDownList.as    |  4 +-
 .../FlexJSUI/src/org/apache/flex/html/Image.as  |  4 +-
 .../FlexJSUI/src/org/apache/flex/html/Label.as  |  4 +-
 .../FlexJSUI/src/org/apache/flex/html/List.as   |  4 +-
 .../src/org/apache/flex/html/NumericStepper.as  |  6 +-
 .../FlexJSUI/src/org/apache/flex/html/Panel.as  | 14 ++--
 .../src/org/apache/flex/html/RadioButton.as     |  4 +-
 .../src/org/apache/flex/html/SimpleAlert.as     |  4 +-
 .../src/org/apache/flex/html/SimpleList.as      |  6 +-
 .../FlexJSUI/src/org/apache/flex/html/Slider.as |  4 +-
 .../src/org/apache/flex/html/Spinner.as         |  6 +-
 .../src/org/apache/flex/html/TextArea.as        |  8 +--
 .../src/org/apache/flex/html/TextButton.as      |  8 +--
 .../src/org/apache/flex/html/TextInput.as       |  8 +--
 .../src/org/apache/flex/html/TitleBar.as        | 12 ++--
 .../accessories/NumericOnlyTextInputBead.as     |  6 +-
 .../flex/html/accessories/PasswordInputBead.as  |  6 +-
 .../flex/html/accessories/TextPromptBead.as     |  4 +-
 .../flex/html/beads/AlertMeasurementBead.as     | 10 +--
 .../src/org/apache/flex/html/beads/AlertView.as | 14 ++--
 .../org/apache/flex/html/beads/ButtonBarView.as |  8 +--
 .../org/apache/flex/html/beads/CSSButtonView.as |  6 +-
 .../apache/flex/html/beads/CSSTextButtonView.as |  6 +-
 .../org/apache/flex/html/beads/CheckBoxView.as  | 10 +--
 .../org/apache/flex/html/beads/ComboBoxView.as  | 16 ++---
 .../org/apache/flex/html/beads/ContainerView.as | 14 ++--
 .../html/beads/ControlBarMeasurementBead.as     |  8 +--
 .../DataItemRendererFactoryForArrayData.as      |  4 +-
 .../flex/html/beads/DownArrowButtonView.as      |  4 +-
 .../apache/flex/html/beads/DropDownListView.as  |  6 +-
 .../apache/flex/html/beads/IBackgroundBead.as   |  4 +-
 .../org/apache/flex/html/beads/IBorderBead.as   |  4 +-
 .../org/apache/flex/html/beads/IComboBoxView.as |  6 +-
 .../apache/flex/html/beads/IDropDownListView.as | 10 +--
 .../apache/flex/html/beads/IGraphicsDrawing.as  |  4 +-
 .../src/org/apache/flex/html/beads/IListView.as |  6 +-
 .../apache/flex/html/beads/IScrollBarView.as    |  6 +-
 .../org/apache/flex/html/beads/ISliderView.as   | 10 +--
 .../org/apache/flex/html/beads/ISpinnerView.as  | 10 +--
 .../apache/flex/html/beads/ITextFieldView.as    |  4 +-
 .../apache/flex/html/beads/ITextItemRenderer.as |  4 +-
 .../src/org/apache/flex/html/beads/ImageView.as |  6 +-
 .../src/org/apache/flex/html/beads/ListView.as  | 22 +++---
 .../flex/html/beads/NumericStepperView.as       | 20 +++---
 .../src/org/apache/flex/html/beads/PanelView.as | 24 +++----
 .../apache/flex/html/beads/RadioButtonView.as   | 10 +--
 .../org/apache/flex/html/beads/ScrollBarView.as | 18 ++---
 .../apache/flex/html/beads/SimpleAlertView.as   | 10 +--
 .../flex/html/beads/SingleLineBorderBead.as     |  4 +-
 .../apache/flex/html/beads/SliderThumbView.as   |  6 +-
 .../apache/flex/html/beads/SliderTrackView.as   |  6 +-
 .../org/apache/flex/html/beads/SliderView.as    |  8 +--
 .../flex/html/beads/SolidBackgroundBead.as      |  4 +-
 .../org/apache/flex/html/beads/SpinnerView.as   | 14 ++--
 .../org/apache/flex/html/beads/TextAreaView.as  | 12 ++--
 .../html/beads/TextButtonMeasurementBead.as     | 10 +--
 .../apache/flex/html/beads/TextButtonView.as    |  6 +-
 .../html/beads/TextFieldLabelMeasurementBead.as | 10 +--
 .../org/apache/flex/html/beads/TextFieldView.as |  6 +-
 .../apache/flex/html/beads/TextFieldViewBase.as |  4 +-
 .../org/apache/flex/html/beads/TextInputView.as |  6 +-
 .../flex/html/beads/TextInputWithBorderView.as  |  8 +--
 .../TextItemRendererFactoryForArrayData.as      |  4 +-
 ...extItemRendererFactoryForStringVectorData.as |  4 +-
 .../flex/html/beads/TitleBarMeasurementBead.as  | 12 ++--
 .../apache/flex/html/beads/UpArrowButtonView.as |  4 +-
 .../flex/html/beads/VScrollBarThumbView.as      |  4 +-
 .../flex/html/beads/VScrollBarTrackView.as      |  4 +-
 .../html/beads/controllers/AlertController.as   |  8 +--
 .../controllers/ButtonAutoRepeatController.as   |  4 +-
 .../beads/controllers/ComboBoxController.as     |  8 +--
 .../beads/controllers/DropDownListController.as |  8 +--
 .../EditableTextKeyboardController.as           |  6 +-
 .../controllers/ItemRendererMouseController.as  |  4 +-
 .../ListSingleSelectionMouseController.as       |  8 +--
 .../controllers/ScrollBarMouseControllerBase.as |  6 +-
 .../beads/controllers/SliderMouseController.as  |  8 +--
 .../beads/controllers/SpinnerMouseController.as |  8 +--
 .../controllers/VScrollBarMouseController.as    |  6 +-
 .../flex/html/beads/layouts/ButtonBarLayout.as  |  8 +--
 .../beads/layouts/NonVirtualHorizontalLayout.as |  4 +-
 .../NonVirtualHorizontalScrollingLayout.as      |  8 +--
 .../beads/layouts/NonVirtualVerticalLayout.as   |  4 +-
 .../NonVirtualVerticalScrollingLayout.as        |  8 +--
 .../flex/html/beads/layouts/TileLayout.as       |  4 +-
 .../flex/html/beads/layouts/VScrollBarLayout.as |  6 +-
 .../apache/flex/html/beads/models/AlertModel.as |  6 +-
 .../html/beads/models/ArraySelectionModel.as    |  4 +-
 .../flex/html/beads/models/ComboBoxModel.as     | 12 ++--
 .../apache/flex/html/beads/models/ImageModel.as |  6 +-
 .../apache/flex/html/beads/models/PanelModel.as | 10 +--
 .../apache/flex/html/beads/models/RangeModel.as |  4 +-
 .../flex/html/beads/models/ScrollBarModel.as    | 10 +--
 .../html/beads/models/SingleLineBorderModel.as  |  4 +-
 .../html/beads/models/StringSelectionModel.as   |  4 +-
 .../apache/flex/html/beads/models/TextModel.as  |  4 +-
 .../flex/html/beads/models/TitleBarModel.as     |  8 +--
 .../flex/html/beads/models/ToggleButtonModel.as | 10 +--
 .../html/beads/models/ValueToggleButtonModel.as | 10 +--
 .../apache/flex/html/supportClasses/Border.as   |  4 +-
 .../ButtonBarButtonItemRenderer.as              | 12 ++--
 .../html/supportClasses/ContainerContentArea.as |  4 +-
 .../html/supportClasses/DataItemRenderer.as     |  6 +-
 .../html/supportClasses/DropDownListList.as     |  8 +--
 .../html/supportClasses/NonVirtualDataGroup.as  |  6 +-
 .../flex/html/supportClasses/ScrollBar.as       |  4 +-
 .../html/supportClasses/StringItemRenderer.as   |  6 +-
 .../supportClasses/TextFieldItemRenderer.as     |  8 +--
 .../html/supportClasses/UIItemRendererBase.as   |  4 +-
 .../src/org/apache/flex/html5/Button.as         |  6 +-
 .../src/org/apache/flex/html5/CheckBox.as       |  6 +-
 .../src/org/apache/flex/html5/ComboBox.as       |  6 +-
 .../src/org/apache/flex/html5/DropDownList.as   |  6 +-
 .../FlexJSUI/src/org/apache/flex/html5/Label.as |  6 +-
 .../FlexJSUI/src/org/apache/flex/html5/List.as  |  6 +-
 .../src/org/apache/flex/html5/RadioButton.as    |  6 +-
 .../src/org/apache/flex/html5/TextArea.as       |  6 +-
 .../src/org/apache/flex/html5/TextButton.as     |  6 +-
 .../src/org/apache/flex/html5/TextInput.as      |  6 +-
 .../js/FlexJS/src/org/apache/flex/html/Alert.js | 72 ++++++++++----------
 .../FlexJS/src/org/apache/flex/html/Button.js   | 12 ++--
 .../src/org/apache/flex/html/ButtonBar.js       | 34 ++++-----
 .../FlexJS/src/org/apache/flex/html/CheckBox.js | 20 +++---
 .../FlexJS/src/org/apache/flex/html/ComboBox.js | 24 +++----
 .../src/org/apache/flex/html/Container.js       | 18 ++---
 .../src/org/apache/flex/html/ControlBar.js      | 18 ++---
 .../src/org/apache/flex/html/DropDownList.js    | 22 +++---
 .../js/FlexJS/src/org/apache/flex/html/Image.js | 24 +++----
 .../js/FlexJS/src/org/apache/flex/html/Label.js | 14 ++--
 .../js/FlexJS/src/org/apache/flex/html/List.js  | 42 ++++++------
 .../src/org/apache/flex/html/NumericStepper.js  | 46 ++++++-------
 .../js/FlexJS/src/org/apache/flex/html/Panel.js | 48 ++++++-------
 .../src/org/apache/flex/html/RadioButton.js     | 36 +++++-----
 .../src/org/apache/flex/html/SimpleAlert.js     | 12 ++--
 .../src/org/apache/flex/html/SimpleList.js      | 28 ++++----
 .../FlexJS/src/org/apache/flex/html/Slider.js   | 52 +++++++-------
 .../FlexJS/src/org/apache/flex/html/Spinner.js  | 44 ++++++------
 .../FlexJS/src/org/apache/flex/html/TextArea.js | 16 ++---
 .../src/org/apache/flex/html/TextButton.js      | 20 +++---
 .../src/org/apache/flex/html/TextInput.js       | 20 +++---
 .../FlexJS/src/org/apache/flex/html/TitleBar.js | 42 ++++++------
 .../accessories/NumericOnlyTextInputBead.js     | 12 ++--
 .../flex/html/accessories/PasswordInputBead.js  | 10 +--
 .../flex/html/accessories/TextPromptBead.js     | 14 ++--
 .../org/apache/flex/html/beads/ButtonBarView.js | 18 ++---
 .../DataItemRendererFactoryForArrayData.js      | 30 ++++----
 .../src/org/apache/flex/html/beads/IListView.js |  8 +--
 .../src/org/apache/flex/html/beads/ImageView.js | 16 ++---
 .../src/org/apache/flex/html/beads/ListView.js  | 40 +++++------
 .../src/org/apache/flex/html/beads/PanelView.js | 16 ++---
 .../apache/flex/html/beads/SliderThumbView.js   | 10 +--
 .../apache/flex/html/beads/SliderTrackView.js   | 10 +--
 .../TextItemRendererFactoryForArrayData.js      | 22 +++---
 .../controllers/ItemRendererMouseController.js  | 18 ++---
 .../ListSingleSelectionMouseController.js       | 20 +++---
 .../beads/controllers/SliderMouseController.js  | 28 ++++----
 .../beads/controllers/SpinnerMouseController.js | 16 ++---
 .../flex/html/beads/layouts/ButtonBarLayout.js  | 18 ++---
 .../beads/layouts/NonVirtualHorizontalLayout.js | 14 ++--
 .../beads/layouts/NonVirtualVerticalLayout.js   | 12 ++--
 .../NonVirtualVerticalScrollingLayout.js        | 12 ++--
 .../flex/html/beads/layouts/TileLayout.js       | 24 +++----
 .../html/beads/models/ArraySelectionModel.js    | 28 ++++----
 .../flex/html/beads/models/DataGridModel.js     | 22 +++---
 .../apache/flex/html/beads/models/ImageModel.js | 16 ++---
 .../apache/flex/html/beads/models/PanelModel.js | 24 +++----
 .../apache/flex/html/beads/models/RangeModel.js | 34 ++++-----
 .../flex/html/beads/models/TitleBarModel.js     | 24 +++----
 .../ButtonBarButtonItemRenderer.js              | 28 ++++----
 .../flex/html/supportClasses/DataGridColumn.js  | 20 +++---
 .../html/supportClasses/DataItemRenderer.js     | 36 +++++-----
 .../html/supportClasses/NonVirtualDataGroup.js  | 24 +++----
 .../html/supportClasses/StringItemRenderer.js   | 40 +++++------
 .../html/supportClasses/UIItemRendererBase.js   | 42 ++++++------
 200 files changed, 1215 insertions(+), 1215 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DataGrid.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DataGrid.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DataGrid.as
index 0bc5281..c608555 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DataGrid.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DataGrid.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IDataGridModel;
 	import org.apache.flex.core.UIBase;
@@ -26,9 +26,9 @@ 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 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 
+	 *  datum. The DataGrid is a composite component built with a org.apache.flex.html.ButtonBar 
+	 *  for the column headers and a org.apache.flex.html.List for each column. The DataGrid's 
+	 *  view bead (usually org.apache.flex.html.beads.DataGridView) constructs these parts while 
 	 *  itemRenderer factories contruct the elements to display the data in each cell.
 	 *  
 	 *  @langversion 3.0
@@ -52,7 +52,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The array of org.apache.flex.html.staticControls.supportClasses.DataGridColumns used to 
+		 *  The array of org.apache.flex.html.supportClasses.DataGridColumns used to 
 		 *  describe each column.
 		 *
 		 *  @langversion 3.0
@@ -70,7 +70,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The object used to provide data to the org.apache.flex.html.staticControls.DataGrid.
+		 *  The object used to provide data to the org.apache.flex.html.DataGrid.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -99,4 +99,4 @@ package org.apache.flex.html.staticControls
 			return IDataGridModel(model).selectedIndex;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateChooser.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateChooser.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateChooser.as
index 6f36af7..33615ea 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateChooser.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateChooser.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IDateChooserModel;
 	import org.apache.flex.core.UIBase;
@@ -71,4 +71,4 @@ package org.apache.flex.html.staticControls
 			IDateChooserModel(model).selectedDate = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateField.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateField.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateField.as
index f5c77f4..d1cf5f8 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateField.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/DateField.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IBead;
 	import org.apache.flex.core.IDateChooserModel;
@@ -87,4 +87,4 @@ package org.apache.flex.html.staticControls
 			IDateChooserModel(model).selectedDate = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/DateFormatMMDDYYYYBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/DateFormatMMDDYYYYBead.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/DateFormatMMDDYYYYBead.as
index 3b52c40..c3e7c7e 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/DateFormatMMDDYYYYBead.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/DateFormatMMDDYYYYBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.accessories
+package org.apache.flex.html.accessories
 {
 	import org.apache.flex.core.IBead;
 	import org.apache.flex.core.IDateChooserModel;
@@ -24,8 +24,8 @@ package org.apache.flex.html.staticControls.accessories
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.EventDispatcher;
-	import org.apache.flex.html.staticControls.TextInput;
-	import org.apache.flex.html.staticControls.beads.DateFieldView;
+	import org.apache.flex.html.TextInput;
+	import org.apache.flex.html.beads.DateFieldView;
 	
 	/**
 	 * The DateFormatBead class formats the display of a DateField using MM/DD/YYYY format.
@@ -148,4 +148,4 @@ package org.apache.flex.html.staticControls.accessories
 		}
 		
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridColumnView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridColumnView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridColumnView.as
index 91f81ef..4266148 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridColumnView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridColumnView.as
@@ -16,15 +16,15 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {
 	import org.apache.flex.core.IStrand;
-	import org.apache.flex.html.staticControls.supportClasses.DataGridColumn;
+	import org.apache.flex.html.supportClasses.DataGridColumn;
 	
 	/**
-	 *  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.  
+	 *  The DataGridColumnView class extends org.apache.flex.html.beads.ListView and 
+	 *  provides properties to the org.apache.flex.html.List that makes a column in 
+	 *  the org.apache.flex.html.DataGrid.  
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -83,9 +83,9 @@ package org.apache.flex.html.staticControls.beads
 		private var _column:DataGridColumn;
 		
 		/**
-		 *  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.
+		 *  The org.apache.flex.html.support.DataGridColumn containing information used to 
+		 *  present the org.apache.flex.html.List as a column in the 
+		 *  org.apache.flex.html.DataGrid.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -101,4 +101,4 @@ package org.apache.flex.html.staticControls.beads
 			_column = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridView.as
index b1c8205..6a5a9bd 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataGridView.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.IBeadModel;
 	import org.apache.flex.core.IDataGridModel;
@@ -26,18 +26,18 @@ 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.ButtonBar;
-	import org.apache.flex.html.staticControls.Container;
-	import org.apache.flex.html.staticControls.List;
-	import org.apache.flex.html.staticControls.beads.layouts.ButtonBarLayout;
-	import org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout;
-	import org.apache.flex.html.staticControls.beads.models.ArraySelectionModel;
-	import org.apache.flex.html.staticControls.supportClasses.DataGridColumn;
+	import org.apache.flex.html.ButtonBar;
+	import org.apache.flex.html.Container;
+	import org.apache.flex.html.List;
+	import org.apache.flex.html.beads.layouts.ButtonBarLayout;
+	import org.apache.flex.html.beads.layouts.NonVirtualHorizontalLayout;
+	import org.apache.flex.html.beads.models.ArraySelectionModel;
+	import org.apache.flex.html.supportClasses.DataGridColumn;
 	
 	/**
-	 *  The DataGridView class is the visual bead for the org.apache.flex.html.staticControls.DataGrid. 
+	 *  The DataGridView class is the visual bead for the org.apache.flex.html.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.  
+	 *  org.apache.flex.html.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 org.apache.flex.html.staticControls.supportClasses.DataGridColumn instances.
+		 *  The array of org.apache.flex.html.supportClasses.DataGridColumn instances.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -210,4 +210,4 @@ package org.apache.flex.html.staticControls.beads
 			IEventDispatcher(_strand).dispatchEvent(new Event('rollOver'));
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataItemRendererFactoryForColumnData.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataItemRendererFactoryForColumnData.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataItemRendererFactoryForColumnData.as
index c33e153..d399cfb 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataItemRendererFactoryForColumnData.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DataItemRendererFactoryForColumnData.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.IBeadView;
@@ -28,12 +28,12 @@ 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.supportClasses.DataItemRenderer;
+	import org.apache.flex.html.supportClasses.DataItemRenderer;
 	
 	/**
 	 *  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.  
+	 *  for each cell in the org.apache.flex.html.DataGrid.  
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -139,4 +139,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/FlexJSJX/src/org/apache/flex/html/beads/DateChooserView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateChooserView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateChooserView.as
index 12cc8f5..34d422e 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateChooserView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateChooserView.as
@@ -16,10 +16,10 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads
+package org.apache.flex.html.beads
 {	
-	import org.apache.flex.html.staticControls.beads.models.DateChooserModel;
-	import org.apache.flex.html.staticControls.supportClasses.DateChooserButton;
+	import org.apache.flex.html.beads.models.DateChooserModel;
+	import org.apache.flex.html.supportClasses.DateChooserButton;
 	
 	import org.apache.flex.core.IBeadModel;
 	import org.apache.flex.core.IBeadView;
@@ -28,9 +28,9 @@ 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.layouts.TileLayout;
-	import org.apache.flex.html.staticControls.Container;
-	import org.apache.flex.html.staticControls.TextButton;
+	import org.apache.flex.html.beads.layouts.TileLayout;
+	import org.apache.flex.html.Container;
+	import org.apache.flex.html.TextButton;
 	
 	/**
 	 * The DateChooserView class is a view bead for the DateChooser. This class
@@ -254,4 +254,4 @@ package org.apache.flex.html.staticControls.beads
 			updateCalendar();
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateFieldView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateFieldView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateFieldView.as
index 6a9008d..7ead1ab 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateFieldView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/DateFieldView.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.IBeadView;
 	import org.apache.flex.core.IDateChooserModel;
@@ -29,9 +29,9 @@ package org.apache.flex.html.staticControls.beads
 	import org.apache.flex.events.Event;
 	import org.apache.flex.events.IEventDispatcher;
 	import org.apache.flex.utils.UIUtils;
-	import org.apache.flex.html.staticControls.DateChooser;
-	import org.apache.flex.html.staticControls.TextButton;
-	import org.apache.flex.html.staticControls.TextInput;
+	import org.apache.flex.html.DateChooser;
+	import org.apache.flex.html.TextButton;
+	import org.apache.flex.html.TextInput;
 	
 	/**
 	 * The DateFieldView class is a bead for DateField that creates the
@@ -184,4 +184,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/FlexJSJX/src/org/apache/flex/html/beads/FormatableLabelView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableLabelView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableLabelView.as
index 1fc8e1a..51e2ec9 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableLabelView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableLabelView.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.IFormatBead;
 	import org.apache.flex.core.IStrand;
@@ -87,4 +87,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/FlexJSJX/src/org/apache/flex/html/beads/FormatableTextInputView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableTextInputView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableTextInputView.as
index 66fcab4..f6a5d57 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableTextInputView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/FormatableTextInputView.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.IFormatBead;
 	import org.apache.flex.core.IStrand;
@@ -86,4 +86,4 @@ package org.apache.flex.html.staticControls.beads
 			this.textField.setSelection(l,l);
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/IDataGridView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/IDataGridView.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/IDataGridView.as
index f359337..8f04d11 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/IDataGridView.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/IDataGridView.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.IBeadView;
 	
 	/**
 	 *  The IDataGridView interface marks as a component as being the bead that
-	 *  can create the visual pieces for a org.apache.flex.html.staticControls.DataGrid. 
+	 *  can create the visual pieces for a org.apache.flex.html.DataGrid. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -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/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateChooserMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateChooserMouseController.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateChooserMouseController.as
index 69343eb..0aaa052 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateChooserMouseController.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateChooserMouseController.as
@@ -16,11 +16,11 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.controllers
+package org.apache.flex.html.beads.controllers
 {	
-	import org.apache.flex.html.staticControls.beads.DateChooserView;
-	import org.apache.flex.html.staticControls.beads.models.DateChooserModel;
-	import org.apache.flex.html.staticControls.supportClasses.DateChooserButton;
+	import org.apache.flex.html.beads.DateChooserView;
+	import org.apache.flex.html.beads.models.DateChooserModel;
+	import org.apache.flex.html.supportClasses.DateChooserButton;
 	
 	import org.apache.flex.core.IBeadController;
 	import org.apache.flex.core.IBeadModel;
@@ -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/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateFieldMouseController.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateFieldMouseController.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateFieldMouseController.as
index e603b04..d1213cb 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateFieldMouseController.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/controllers/DateFieldMouseController.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.IDateChooserModel;
@@ -24,7 +24,7 @@ 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.DateFieldView;
+	import org.apache.flex.html.beads.DateFieldView;
 	
 	/**
 	 * The DateFieldMouseController class is responsible for monitoring
@@ -94,4 +94,4 @@ package org.apache.flex.html.staticControls.beads.controllers
 			IEventDispatcher(_strand).dispatchEvent(new Event("change"));
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridModel.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridModel.as
index 7af27d6..f50b36a 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridModel.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridModel.as
@@ -16,14 +16,14 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.models
+package org.apache.flex.html.beads.models
 {
 	import org.apache.flex.core.IDataGridModel;
 	import org.apache.flex.events.Event;
 	
 	/**
-	 *  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 
+	 *  The DataGridModel class bead extends org.apache.flex.html.beads.modelsArraySelectionModel 
+	 *  and adds the array of org.apache.flex.html.supportClasses.DataGridColumns used to define 
 	 *  each of the column in the DataGrid.
 	 *  
 	 *  @langversion 3.0
@@ -49,8 +49,8 @@ package org.apache.flex.html.staticControls.beads.models
 		private var _columns:Array;
 		
 		/**
-		 *  The array of org.apache.flex.html.staticControls.supportClasses.DataGridColumns used to 
-		 *  define each column of the org.apache.flex.html.staticControls.DataGrid.
+		 *  The array of org.apache.flex.html.supportClasses.DataGridColumns used to 
+		 *  define each column of the org.apache.flex.html.DataGrid.
 		 *  
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -69,4 +69,4 @@ package org.apache.flex.html.staticControls.beads.models
 			}
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridPresentationModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridPresentationModel.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridPresentationModel.as
index a630caf..e05dc0b 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridPresentationModel.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DataGridPresentationModel.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.models
+package org.apache.flex.html.beads.models
 {
 	import org.apache.flex.core.IDataGridPresentationModel;
 	import org.apache.flex.core.IStrand;
@@ -25,7 +25,7 @@ package org.apache.flex.html.staticControls.beads.models
 	
 	/**
 	 *  The DataGridPresentationModel class contains the data to label the columns
-	 *  of the org.apache.flex.html.staticControls.DataGrid along with the height of the rows. 
+	 *  of the org.apache.flex.html.DataGrid along with the height of the rows. 
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -106,4 +106,4 @@ package org.apache.flex.html.staticControls.beads.models
 			_strand = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DateChooserModel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DateChooserModel.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DateChooserModel.as
index 245e3cb..4b6fc18 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DateChooserModel.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/models/DateChooserModel.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.beads.models
+package org.apache.flex.html.beads.models
 {	
 	import org.apache.flex.core.IDateChooserModel;
 	import org.apache.flex.core.IStrand;
@@ -186,4 +186,4 @@ package org.apache.flex.html.staticControls.beads.models
 			}
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DataGridColumn.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DataGridColumn.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DataGridColumn.as
index e999f89..be18319 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DataGridColumn.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DataGridColumn.as
@@ -16,13 +16,13 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.supportClasses
+package org.apache.flex.html.supportClasses
 {
 	import mx.core.IFactory;
 
 	/**
 	 *  The DataGridColumn class is the collection of properties that describe
-	 *  a column of the org.apache.flex.html.staticControls.DataGrid: which renderer 
+	 *  a column of the org.apache.flex.html.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. 
@@ -124,4 +124,4 @@ package org.apache.flex.html.staticControls.supportClasses
 			_dataField = value;
 		}
 	}
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/daa3dabc/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DateChooserButton.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DateChooserButton.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DateChooserButton.as
index 70c7606..2d80b2f 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DateChooserButton.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/supportClasses/DateChooserButton.as
@@ -16,9 +16,9 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.supportClasses
+package org.apache.flex.html.supportClasses
 {
-	import org.apache.flex.html.staticControls.TextButton;
+	import org.apache.flex.html.TextButton;
 	
 	/**
 	 *  The DateChooserButton class is used for each button in the DateChooser. The
@@ -64,4 +64,4 @@ package org.apache.flex.html.staticControls.supportClasses
 			_dayOfMonth = 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/Alert.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Alert.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Alert.as
index 7a04fe7..62c7ec6 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Alert.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Alert.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IAlertModel;
 	import org.apache.flex.core.IPopUp;
@@ -192,4 +192,4 @@ package org.apache.flex.html.staticControls
 		}
 		
 	}
-}
\ 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/Button.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Button.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Button.as
index 8770153..4ef4bc8 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Button.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Button.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IStrand;
 	import org.apache.flex.core.IUIBase;
@@ -71,4 +71,4 @@ package org.apache.flex.html.staticControls
 			super();
 		}		
 	}
-}
\ 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/ButtonBar.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ButtonBar.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ButtonBar.as
index 06da973..4b3c7a9 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ButtonBar.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ButtonBar.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	/**
 	 *  The ButtonBar class is a component that displays a set of Buttons. The ButtonBar
@@ -50,4 +50,4 @@ package org.apache.flex.html.staticControls
 			super();
 		}
 	}
-}
\ 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/CheckBox.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/CheckBox.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/CheckBox.as
index 175d411..7fa5601 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/CheckBox.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/CheckBox.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
     import flash.events.MouseEvent;
 	
@@ -113,4 +113,4 @@ package org.apache.flex.html.staticControls
 			dispatchEvent(new Event("change"));
 		}
 	}
-}
\ 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/ComboBox.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ComboBox.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ComboBox.as
index 7fdebc1..2b2919d 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ComboBox.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ComboBox.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IComboBoxModel;
 	import org.apache.flex.core.UIBase;
@@ -111,4 +111,4 @@ package org.apache.flex.html.staticControls
 		}
 				
 	}
-}
\ 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/Container.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Container.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Container.as
index f9450b1..d4ed27b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Container.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Container.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import flash.display.DisplayObject;
 	import flash.display.DisplayObjectContainer;
@@ -185,4 +185,4 @@ package org.apache.flex.html.staticControls
 			dispatchEvent(new Event("childrenAdded"));
 		}
 	}
-}
\ 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/ControlBar.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ControlBar.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ControlBar.as
index 75456d7..1ba9f37 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ControlBar.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/ControlBar.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	
 	import org.apache.flex.core.IBeadLayout;
@@ -27,7 +27,7 @@ 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 
-	 *  org.apache.flex.html.staticControls.Panel
+	 *  org.apache.flex.html.Panel
 	 *  and is not part of the Panel's scrollable content area. The ControlBar
 	 *  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
@@ -73,4 +73,4 @@ package org.apache.flex.html.staticControls
 			}
 		}
 	}
-}
\ 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/DropDownList.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/DropDownList.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/DropDownList.as
index 4ae7405..9c60f85 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/DropDownList.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/DropDownList.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
     import org.apache.flex.core.ISelectionModel;
     
@@ -134,4 +134,4 @@ package org.apache.flex.html.staticControls
         }
                         
     }
-}
\ 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/Image.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Image.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Image.as
index adda24b..8bf2f98 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Image.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Image.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IImageModel;
 	import org.apache.flex.core.UIBase;
@@ -65,4 +65,4 @@ package org.apache.flex.html.staticControls
 			IImageModel(model).source = 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/Label.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Label.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Label.as
index 4702274..a18b1d1 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Label.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Label.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.ITextModel;
 	import org.apache.flex.core.UIBase;
@@ -115,4 +115,4 @@ package org.apache.flex.html.staticControls
 			IEventDispatcher(model).dispatchEvent( new Event("heightChanged") );
 		}
 	}
-}
\ 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/List.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/List.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/List.as
index 1f93e24..59fb793 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/List.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/List.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import mx.core.IFactory;
 	
@@ -182,4 +182,4 @@ package org.apache.flex.html.staticControls
 		}
         
 	}
-}
\ 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/NumericStepper.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/NumericStepper.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/NumericStepper.as
index f588d7c..ef8de09 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/NumericStepper.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/NumericStepper.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IRangeModel;
 
@@ -24,7 +24,7 @@ package org.apache.flex.html.staticControls
 	
 	/**
 	 *  The NumericStepper class is a component that displays a numeric
-	 *  value and up/down controls (using a org.apache.flex.html.staticControls.Spinner) to 
+	 *  value and up/down controls (using a org.apache.flex.html.Spinner) to 
 	 *  increase and decrease the value by specific amounts. The NumericStepper uses the following beads:
 	 * 
 	 *  org.apache.flex.core.IBeadModel: the data model for the component of type org.apache.flex.core.IRangeModel.
@@ -140,4 +140,4 @@ package org.apache.flex.html.staticControls
 		}
 		
 	}
-}
\ 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/Panel.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Panel.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Panel.as
index ff7afed..0117699 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Panel.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Panel.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IPanelModel;
 
@@ -24,7 +24,7 @@ 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 org.apache.flex.html.staticControls.ControlBar. 
+	 *  components. The Panel has a TitleBar and an optional org.apache.flex.html.ControlBar. 
 	 *  The Panel uses the following bead types:
 	 * 
 	 *  org.apache.flex.core.IBeadModel: the data model for the Panel that includes the title and whether
@@ -54,7 +54,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  The string to display in the org.apache.flex.html.staticControls.TitleBar.
+		 *  The string to display in the org.apache.flex.html.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 org.apache.flex.html.staticControls.TitleBar.
+		 *  The HTML string to display in the org.apache.flex.html.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 org.apache.flex.html.staticControls.TitleBar.
+		 * Whether or not to show a Close button in the org.apache.flex.html.TitleBar.
 		 */
 		public function get showCloseButton():Boolean
 		{
@@ -102,7 +102,7 @@ package org.apache.flex.html.staticControls
 		private var _controlBar:Array;
 		
 		/**
-		 *  The items in the org.apache.flex.html.staticControls.ControlBar. Setting this property automatically
+		 *  The items in the org.apache.flex.html.ControlBar. Setting this property automatically
 		 *  causes the ControlBar to display.
 		 *
 		 *  @langversion 3.0
@@ -120,4 +120,4 @@ package org.apache.flex.html.staticControls
 		}
 		
 	}
-}
\ 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/RadioButton.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/RadioButton.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/RadioButton.as
index 0a1add5..8b53bac 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/RadioButton.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/RadioButton.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import flash.display.DisplayObject;
 	import flash.events.MouseEvent;
@@ -205,4 +205,4 @@ package org.apache.flex.html.staticControls
 			}
 		}
 	}
-}
\ 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/SimpleAlert.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleAlert.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleAlert.as
index ccf73ea..c368b11 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleAlert.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleAlert.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {	
 	import org.apache.flex.core.IAlertModel;
 	import org.apache.flex.core.IPopUp;
@@ -129,4 +129,4 @@ package org.apache.flex.html.staticControls
 		}
 		
 	}
-}
\ 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/SimpleList.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleList.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleList.as
index ba096c6..4c6fc90 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleList.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/SimpleList.as
@@ -16,11 +16,11 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	/**
 	 *  The SimpleList class is a component that displays data in a vertical column. This
-	 *  component differs from org.apache.flex.html.staticControls.List in that it displays 
+	 *  component differs from org.apache.flex.html.List in that it displays 
 	 *  only string values and maps to the &lt;select&gt; HTML element.
 	 *  
 	 *  @langversion 3.0
@@ -43,4 +43,4 @@ package org.apache.flex.html.staticControls
 			super();
 		}
 	}
-}
\ 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/Slider.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Slider.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Slider.as
index 07717a5..0445011 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Slider.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Slider.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IRangeModel;
 	import org.apache.flex.core.UIBase;
@@ -149,4 +149,4 @@ package org.apache.flex.html.staticControls
         }
 
     }
-}
\ 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/Spinner.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Spinner.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Spinner.as
index fb77659..e43e0bc 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Spinner.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/Spinner.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.IRangeModel;
 	import org.apache.flex.core.UIBase;
@@ -25,7 +25,7 @@ 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 org.apache.flex.html.staticControls.NumericStepper 
+	 *  and a control for decrementing a value. The org.apache.flex.html.NumericStepper 
 	 *  uses a Spinner as part of the component. Spinner uses the following beads:
 	 * 
 	 *  org.apache.flex.core.IBeadModel: an IRangeModel to hold the properties.
@@ -143,4 +143,4 @@ package org.apache.flex.html.staticControls
 		}
 		
 	}
-}
\ 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/TextArea.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextArea.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextArea.as
index b1cd581..c3c8fcb 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextArea.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextArea.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.ITextModel;
 	import org.apache.flex.core.UIBase;
@@ -46,7 +46,7 @@ package org.apache.flex.html.staticControls
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#text
+         *  @copy org.apache.flex.html.Label#text
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -67,7 +67,7 @@ package org.apache.flex.html.staticControls
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#html
+         *  @copy org.apache.flex.html.Label#html
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -88,4 +88,4 @@ package org.apache.flex.html.staticControls
 		}
 		
 	}
-}
\ 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/TextButton.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextButton.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextButton.as
index 3658005..90db23e 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextButton.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextButton.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.ITextModel;
 	
@@ -45,7 +45,7 @@ package org.apache.flex.html.staticControls
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#text
+         *  @copy org.apache.flex.html.Label#text
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -66,7 +66,7 @@ package org.apache.flex.html.staticControls
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#html
+         *  @copy org.apache.flex.html.Label#html
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -87,4 +87,4 @@ package org.apache.flex.html.staticControls
 		}
 
 	}
-}
\ 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/TextInput.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextInput.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextInput.as
index ce85fa4..8b937e7 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextInput.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TextInput.as
@@ -15,7 +15,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import org.apache.flex.core.ITextModel;
 	import org.apache.flex.core.UIBase;
@@ -58,7 +58,7 @@ package org.apache.flex.html.staticControls
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#text
+         *  @copy org.apache.flex.html.Label#text
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -79,7 +79,7 @@ package org.apache.flex.html.staticControls
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#html
+         *  @copy org.apache.flex.html.Label#html
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -112,4 +112,4 @@ package org.apache.flex.html.staticControls
             dispatchEvent(new Event(Event.CHANGE));
 		}
 	}
-}
\ 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/TitleBar.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TitleBar.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TitleBar.as
index 1b1ec40..e217b2b 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TitleBar.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/TitleBar.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls
+package org.apache.flex.html
 {
 	import flash.display.Shape;
 	
@@ -26,7 +26,7 @@ package org.apache.flex.html.staticControls
 	import org.apache.flex.core.ITitleBarModel;
 	import org.apache.flex.core.ValuesManager;
 	import org.apache.flex.events.Event;
-	import org.apache.flex.html.staticControls.Label;
+	import org.apache.flex.html.Label;
 	
 	/**
 	 *  The TitleBar class is a Container component that displays a title and an
@@ -35,9 +35,9 @@ package org.apache.flex.html.staticControls
 	 *  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.html.Label and org.apache.flex.html.Button).
 	 *  org.apache.flex.core.IMeasurementBead: a bead that helps determine the size of the 
-	 *  org.apache.flex.html.staticControls.TitleBar for layout.
+	 *  org.apache.flex.html.TitleBar for layout.
 	 * 
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -96,7 +96,7 @@ package org.apache.flex.html.staticControls
 		}
 		
 		/**
-		 *  Whether or not to show a org.apache.flex.html.staticControls.Button that indicates the component
+		 *  Whether or not to show a org.apache.flex.html.Button that indicates the component
 		 *  may be closed.
 		 *
 		 *  @langversion 3.0
@@ -244,4 +244,4 @@ package org.apache.flex.html.staticControls
 			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/accessories/NumericOnlyTextInputBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/NumericOnlyTextInputBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/NumericOnlyTextInputBead.as
index b0c7322..4614294 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/NumericOnlyTextInputBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/NumericOnlyTextInputBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.accessories
+package org.apache.flex.html.accessories
 {
 	import flash.events.TextEvent;
 	
@@ -25,7 +25,7 @@ package org.apache.flex.html.staticControls.accessories
 	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.ITextFieldView;
+	import org.apache.flex.html.beads.ITextFieldView;
 	
 	/**
 	 *  The NumericOnlyTextInputBead class is a specialty bead that can be used with
@@ -122,4 +122,4 @@ package org.apache.flex.html.staticControls.accessories
 			if (isNaN(n)) event.preventDefault();
 		}
 	}
-}
\ 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/accessories/PasswordInputBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/PasswordInputBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/PasswordInputBead.as
index 268ceea..55ef7d2 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/PasswordInputBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/PasswordInputBead.as
@@ -16,14 +16,14 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.accessories
+package org.apache.flex.html.accessories
 {
 	import org.apache.flex.core.CSSTextField;
 	import org.apache.flex.core.IBead;
 	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.ITextFieldView;
+	import org.apache.flex.html.beads.ITextFieldView;
 	
 	/**
 	 *  The PasswordInput class is a specialty bead that can be used with
@@ -82,4 +82,4 @@ package org.apache.flex.html.staticControls.accessories
 			}
 		}
 	}
-}
\ 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/accessories/TextPromptBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/TextPromptBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/TextPromptBead.as
index 4f41a67..36bf732 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/TextPromptBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/accessories/TextPromptBead.as
@@ -16,7 +16,7 @@
 //  limitations under the License.
 //
 ////////////////////////////////////////////////////////////////////////////////
-package org.apache.flex.html.staticControls.accessories
+package org.apache.flex.html.accessories
 {
 	import flash.text.TextFieldType;
 	
@@ -128,4 +128,4 @@ package org.apache.flex.html.staticControls.accessories
 			}
 		}
 	}
-}
\ 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/AlertMeasurementBead.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertMeasurementBead.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertMeasurementBead.as
index f0d315b..dbe6c05 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertMeasurementBead.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertMeasurementBead.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.IMeasurementBead;
 	import org.apache.flex.core.IStrand;
 	
 	/**
 	 *  The AlertMeasureBead class provides boundary measurements for an 
-	 *  org.apache.flex.html.staticControls.Alert component.
+	 *  org.apache.flex.html.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 org.apache.flex.html.staticControls.Alert component.
+		 *  Returns the overall width of the org.apache.flex.html.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 org.apache.flex.html.staticControls.Alert component.
+		 *  Returns the overall height of the org.apache.flex.html.Alert component.
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -85,4 +85,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/AlertView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertView.as
index c43149b..d5b2931 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/AlertView.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;
@@ -30,14 +30,14 @@ 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.Alert;
-	import org.apache.flex.html.staticControls.ControlBar;
-	import org.apache.flex.html.staticControls.TextButton;
-	import org.apache.flex.html.staticControls.TitleBar;
+	import org.apache.flex.html.Alert;
+	import org.apache.flex.html.ControlBar;
+	import org.apache.flex.html.TextButton;
+	import org.apache.flex.html.TitleBar;
 	import org.apache.flex.utils.BeadMetrics;
 	
 	/**
-	 *  The AlertView class creates the visual elements of the org.apache.flex.html.staticControls.Alert
+	 *  The AlertView class creates the visual elements of the org.apache.flex.html.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.
 	 *  
@@ -220,4 +220,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/ButtonBarView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ButtonBarView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ButtonBarView.as
index 873d4eb..8259c25 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ButtonBarView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ButtonBarView.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;
@@ -29,10 +29,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.supportClasses.Border;
+	import org.apache.flex.html.supportClasses.Border;
 
 	/**
-	 *  The ButtonBarView class creates the visual elements of the org.apache.flex.html.staticControls.ButtonBar 
+	 *  The ButtonBarView class creates the visual elements of the org.apache.flex.html.ButtonBar 
 	 *  component. A ButtonBar is a type of List and ButtonBarView extends the ListView bead, adding a border.
 	 *  
 	 *  @langversion 3.0
@@ -91,4 +91,4 @@ package org.apache.flex.html.staticControls.beads
 			IParent(_strand).addElement(_border);
 		}
 	}
-}
\ 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/CSSButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSButtonView.as
index 22f7c84..d91f8c9 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSButtonView.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.Loader;
 	import flash.display.Shape;
@@ -33,7 +33,7 @@ package org.apache.flex.html.staticControls.beads
 
     /**
      *  The CSSButtonView class is the default view for
-     *  the org.apache.flex.html.staticControls.Button class.
+     *  the org.apache.flex.html.Button class.
      *  It allows the look of the button to be expressed
      *  in CSS via the background-image style.  This view
      *  does not display text.  Use CSSTextButtonView and
@@ -152,4 +152,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/CSSTextButtonView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSTextButtonView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSTextButtonView.as
index 991fa05..2e09efe 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSTextButtonView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CSSTextButtonView.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.Loader;
@@ -39,7 +39,7 @@ package org.apache.flex.html.staticControls.beads
 
     /**
      *  The CSSTextButtonView class is the default view for
-     *  the org.apache.flex.html.staticControls.TextButton class.
+     *  the org.apache.flex.html.TextButton class.
      *  It allows the look of the button to be expressed
      *  in CSS via the background-image style and displays
      *  a text label.  This view does not support right-to-left
@@ -259,4 +259,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/CheckBoxView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
index 14ef855..f92f857 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.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;
@@ -32,7 +32,7 @@ package org.apache.flex.html.staticControls.beads
 	
     /**
      *  The CheckBoxView class is the default view for
-     *  the org.apache.flex.html.staticControls.CheckBox class.
+     *  the org.apache.flex.html.CheckBox class.
      *  It displays a simple checkbox with an 'x' if checked,
      *  and a label on the right.  There are no styles or
      *  properties to configure the look of the 'x' or the
@@ -136,7 +136,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#text
+         *  @copy org.apache.flex.html.Label#text
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -164,7 +164,7 @@ package org.apache.flex.html.staticControls.beads
 		}
 		
         /**
-         *  @copy org.apache.flex.html.staticControls.Label#html
+         *  @copy org.apache.flex.html.Label#html
          *  
          *  @langversion 3.0
          *  @playerversion Flash 10.2
@@ -294,4 +294,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/ComboBoxView.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ComboBoxView.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ComboBoxView.as
index f959cd4..65527d4 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ComboBoxView.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/ComboBoxView.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,13 +30,13 @@ package org.apache.flex.html.staticControls.beads
     import org.apache.flex.core.IParent;
 	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.TextInput;
+	import org.apache.flex.html.Button;
+	import org.apache.flex.html.TextInput;
 	
 	/**
-	 *  The ComboBoxView class creates the visual elements of the org.apache.flex.html.staticControls.ComboBox 
+	 *  The ComboBoxView class creates the visual elements of the org.apache.flex.html.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.
+	 *  control and org.apache.flex.html.Button to trigger the pop-up.
 	 *  
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
@@ -64,7 +64,7 @@ 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
+		 *  @copy org.apache.flex.html.beads.IComboBoxView#text
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -83,7 +83,7 @@ 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
+		 *  @copy org.apache.flex.html.beads.IComboBoxView#html
 		 *
 		 *  @langversion 3.0
 		 *  @playerversion Flash 10.2
@@ -245,4 +245,4 @@ package org.apache.flex.html.staticControls.beads
 			IEventDispatcher(strand).dispatchEvent(newEvent);
 		}
 	}
-}
\ No newline at end of file
+}