Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 243BD10F32 for ; Mon, 18 Nov 2013 21:03:02 +0000 (UTC) Received: (qmail 30219 invoked by uid 500); 18 Nov 2013 21:02:58 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 29987 invoked by uid 500); 18 Nov 2013 21:02:58 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 29239 invoked by uid 99); 18 Nov 2013 21:02:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Nov 2013 21:02:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C4FFF35DFB; Mon, 18 Nov 2013 21:02:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aharui@apache.org To: commits@flex.apache.org Date: Mon, 18 Nov 2013 21:03:16 -0000 Message-Id: <5042bcc691dc42e79477e8276d54b1fd@git.apache.org> In-Reply-To: <8ac04100b51c448eb9e3ca087eb86c82@git.apache.org> References: <8ac04100b51c448eb9e3ca087eb86c82@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/21] git commit: [flex-asjs] [refs/heads/develop] - move AS code into a projects/FlexJSUI move AS code into a projects/FlexJSUI Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/66246d8a Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/66246d8a Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/66246d8a Branch: refs/heads/develop Commit: 66246d8a8626415af71fe34029e7d0389848e8ee Parents: 2ab957f Author: Alex Harui Authored: Mon Nov 18 13:01:01 2013 -0800 Committer: Alex Harui Committed: Mon Nov 18 13:02:44 2013 -0800 ---------------------------------------------------------------------- frameworks/as/basic-manifest.xml | 74 ---- frameworks/as/build.properties | 60 --- frameworks/as/build.xml | 69 --- frameworks/as/compile-config.xml | 80 ---- frameworks/as/createjs-manifest.xml | 31 -- frameworks/as/defaults.css | 388 ----------------- frameworks/as/flex-config.xml | 434 ------------------- frameworks/as/flex-sdk-description.xml | 25 -- frameworks/as/html5-manifest.xml | 35 -- frameworks/as/jquery-manifest.xml | 29 -- frameworks/as/mx-manifest.xml | 26 -- .../as/projects/FlexJSUI/basic-manifest.xml | 74 ++++ .../as/projects/FlexJSUI/build.properties | 60 +++ frameworks/as/projects/FlexJSUI/build.xml | 69 +++ .../as/projects/FlexJSUI/compile-config.xml | 80 ++++ .../as/projects/FlexJSUI/createjs-manifest.xml | 31 ++ frameworks/as/projects/FlexJSUI/defaults.css | 388 +++++++++++++++++ frameworks/as/projects/FlexJSUI/flex-config.xml | 434 +++++++++++++++++++ .../projects/FlexJSUI/flex-sdk-description.xml | 25 ++ .../as/projects/FlexJSUI/html5-manifest.xml | 35 ++ .../as/projects/FlexJSUI/jquery-manifest.xml | 29 ++ frameworks/as/projects/FlexJSUI/mx-manifest.xml | 26 ++ .../as/projects/FlexJSUI/src/FlexJSUIClasses.as | 127 ++++++ .../src/mx/binding/ArrayElementWatcher.as | 77 ++++ .../projects/FlexJSUI/src/mx/binding/Binding.as | 85 ++++ .../FlexJSUI/src/mx/binding/BindingManager.as | 37 ++ .../src/mx/binding/FunctionReturnWatcher.as | 129 ++++++ .../FlexJSUI/src/mx/binding/IBindingClient.as | 33 ++ .../src/mx/binding/IWatcherSetupUtil2.as | 47 ++ .../FlexJSUI/src/mx/binding/PropertyWatcher.as | 148 +++++++ .../src/mx/binding/RepeaterComponentWatcher.as | 74 ++++ .../src/mx/binding/RepeaterItemWatcher.as | 74 ++++ .../src/mx/binding/StaticPropertyWatcher.as | 136 ++++++ .../projects/FlexJSUI/src/mx/binding/Watcher.as | 88 ++++ .../FlexJSUI/src/mx/binding/XMLWatcher.as | 106 +++++ .../FlexJSUI/src/mx/core/ClassFactory.as | 100 +++++ .../src/mx/core/DeferredInstanceFromClass.as | 115 +++++ .../src/mx/core/DeferredInstanceFromFunction.as | 131 ++++++ .../FlexJSUI/src/mx/core/IDeferredInstance.as | 51 +++ .../projects/FlexJSUI/src/mx/core/IFactory.as | 39 ++ .../FlexJSUI/src/mx/core/IFlexModuleFactory.as | 147 +++++++ .../src/mx/core/IPropertyChangeNotifier.as | 40 ++ .../FlexJSUI/src/mx/core/IStateClient2.as | 31 ++ .../src/mx/events/PropertyChangeEvent.as | 78 ++++ .../src/mx/events/PropertyChangeEventKind.as | 59 +++ .../FlexJSUI/src/mx/filters/IBitmapFilter.as | 31 ++ .../projects/FlexJSUI/src/mx/states/AddItems.as | 67 +++ .../FlexJSUI/src/mx/states/SetProperty.as | 60 +++ .../as/projects/FlexJSUI/src/mx/states/State.as | 34 ++ .../FlexJSUI/src/mx/styles/CSSCondition.as | 61 +++ .../FlexJSUI/src/mx/styles/CSSSelector.as | 69 +++ .../src/mx/styles/CSSStyleDeclaration.as | 191 ++++++++ .../FlexJSUI/src/mx/styles/IStyleManager2.as | 34 ++ .../FlexJSUI/src/mx/styles/StyleManager.as | 50 +++ .../org/apache/flex/binding/ConstantBinding.as | 52 +++ .../org/apache/flex/binding/GenericBinding.as | 112 +++++ .../org/apache/flex/binding/PropertyWatcher.as | 156 +++++++ .../org/apache/flex/binding/SimpleBinding.as | 64 +++ .../src/org/apache/flex/binding/WatcherBase.as | 236 ++++++++++ .../src/org/apache/flex/core/Application.as | 167 +++++++ .../src/org/apache/flex/core/CSSTextField.as | 59 +++ .../src/org/apache/flex/core/IAlertModel.as | 52 +++ .../FlexJSUI/src/org/apache/flex/core/IBead.as | 25 ++ .../src/org/apache/flex/core/IBeadController.as | 28 ++ .../src/org/apache/flex/core/IBeadLayout.as | 28 ++ .../src/org/apache/flex/core/IBeadModel.as | 30 ++ .../src/org/apache/flex/core/IBeadView.as | 28 ++ .../src/org/apache/flex/core/IBorderModel.as | 27 ++ .../src/org/apache/flex/core/IChrome.as | 31 ++ .../src/org/apache/flex/core/IComboBoxModel.as | 40 ++ .../src/org/apache/flex/core/IContainer.as | 25 ++ .../src/org/apache/flex/core/IDataGridModel.as | 26 ++ .../flex/core/IDataGridPresentationModel.as | 31 ++ .../src/org/apache/flex/core/IDocument.as | 25 ++ .../src/org/apache/flex/core/IFlexInfo.as | 29 ++ .../src/org/apache/flex/core/IImageModel.as | 28 ++ .../src/org/apache/flex/core/IItemRenderer.as | 40 ++ .../flex/core/IItemRendererClassFactory.as | 25 ++ .../org/apache/flex/core/IItemRendererParent.as | 29 ++ .../src/org/apache/flex/core/ILayoutParent.as | 38 ++ .../org/apache/flex/core/IMeasurementBead.as | 26 ++ .../src/org/apache/flex/core/IPanelModel.as | 25 ++ .../src/org/apache/flex/core/IParent.as | 28 ++ .../FlexJSUI/src/org/apache/flex/core/IPopUp.as | 25 ++ .../src/org/apache/flex/core/IPopUpHost.as | 24 + .../src/org/apache/flex/core/IRangeModel.as | 38 ++ .../src/org/apache/flex/core/IRollOverModel.as | 28 ++ .../src/org/apache/flex/core/IScrollBarModel.as | 29 ++ .../src/org/apache/flex/core/ISelectionModel.as | 34 ++ .../src/org/apache/flex/core/IStatesImpl.as | 26 ++ .../src/org/apache/flex/core/IStrand.as | 27 ++ .../src/org/apache/flex/core/ITextModel.as | 29 ++ .../src/org/apache/flex/core/ITitleBarModel.as | 32 ++ .../org/apache/flex/core/IToggleButtonModel.as | 32 ++ .../src/org/apache/flex/core/IUIBase.as | 27 ++ .../apache/flex/core/IValueToggleButtonModel.as | 32 ++ .../src/org/apache/flex/core/IValuesImpl.as | 28 ++ .../flex/core/ItemRendererClassFactory.as | 83 ++++ .../src/org/apache/flex/core/PopUpManager.as | 61 +++ .../org/apache/flex/core/SimpleCSSValuesImpl.as | 301 +++++++++++++ .../org/apache/flex/core/SimpleStatesImpl.as | 137 ++++++ .../org/apache/flex/core/SimpleValuesImpl.as | 58 +++ .../FlexJSUI/src/org/apache/flex/core/Strand.as | 109 +++++ .../FlexJSUI/src/org/apache/flex/core/UIBase.as | 348 +++++++++++++++ .../src/org/apache/flex/core/UIButtonBase.as | 250 +++++++++++ .../src/org/apache/flex/core/UIMetrics.as | 35 ++ .../src/org/apache/flex/core/ValuesManager.as | 38 ++ .../src/org/apache/flex/core/ViewBase.as | 131 ++++++ .../org/apache/flex/core/ViewBaseDataBinding.as | 266 ++++++++++++ .../src/org/apache/flex/createjs/Application.as | 140 ++++++ .../src/org/apache/flex/createjs/core/UIBase.as | 141 ++++++ .../org/apache/flex/createjs/core/ViewBase.as | 86 ++++ .../flex/createjs/staticControls/CheckBox.as | 26 ++ .../flex/createjs/staticControls/Label.as | 27 ++ .../flex/createjs/staticControls/TextButton.as | 52 +++ .../src/org/apache/flex/data/ICollection.as | 25 ++ .../org/apache/flex/data/IStringCollection.as | 25 ++ .../src/org/apache/flex/events/CustomEvent.as | 36 ++ .../src/org/apache/flex/events/Event.as | 38 ++ .../org/apache/flex/events/EventDispatcher.as | 34 ++ .../org/apache/flex/events/IEventDispatcher.as | 31 ++ .../org/apache/flex/events/ValueChangeEvent.as | 46 ++ .../apache/flex/html/staticControls/Alert.as | 85 ++++ .../apache/flex/html/staticControls/Button.as | 37 ++ .../flex/html/staticControls/ButtonBar.as | 28 ++ .../apache/flex/html/staticControls/CheckBox.as | 65 +++ .../apache/flex/html/staticControls/ComboBox.as | 61 +++ .../flex/html/staticControls/Container.as | 125 ++++++ .../html/staticControls/ContainerContentArea.as | 30 ++ .../flex/html/staticControls/ControlBar.as | 46 ++ .../apache/flex/html/staticControls/DataGrid.as | 56 +++ .../flex/html/staticControls/DropDownList.as | 59 +++ .../apache/flex/html/staticControls/Image.as | 41 ++ .../apache/flex/html/staticControls/Label.as | 70 +++ .../org/apache/flex/html/staticControls/List.as | 91 ++++ .../flex/html/staticControls/NumericStepper.as | 77 ++++ .../apache/flex/html/staticControls/Panel.as | 70 +++ .../flex/html/staticControls/RadioButton.as | 142 ++++++ .../flex/html/staticControls/SimpleAlert.as | 70 +++ .../flex/html/staticControls/SimpleList.as | 28 ++ .../apache/flex/html/staticControls/Slider.as | 77 ++++ .../apache/flex/html/staticControls/Spinner.as | 81 ++++ .../apache/flex/html/staticControls/TextArea.as | 50 +++ .../flex/html/staticControls/TextButton.as | 51 +++ .../flex/html/staticControls/TextInput.as | 49 +++ .../apache/flex/html/staticControls/TitleBar.as | 173 ++++++++ .../accessories/NumericOnlyTextInputBead.as | 84 ++++ .../accessories/PasswordInputBead.as | 56 +++ .../accessories/TextPromptBead.as | 92 ++++ .../beads/AlertMeasurementBead.as | 46 ++ .../flex/html/staticControls/beads/AlertView.as | 178 ++++++++ .../html/staticControls/beads/ButtonBarView.as | 44 ++ .../html/staticControls/beads/CSSButtonView.as | 128 ++++++ .../staticControls/beads/CSSTextButtonView.as | 210 +++++++++ .../html/staticControls/beads/CheckBoxView.as | 214 +++++++++ .../html/staticControls/beads/ComboBoxView.as | 175 ++++++++ .../html/staticControls/beads/ContainerView.as | 144 ++++++ .../beads/ControlBarMeasurementBead.as | 74 ++++ .../staticControls/beads/DataGridColumnView.as | 56 +++ .../html/staticControls/beads/DataGridView.as | 156 +++++++ .../DataItemRendererFactoryForArrayData.as | 92 ++++ .../DataItemRendererFactoryForColumnData.as | 98 +++++ .../staticControls/beads/DownArrowButtonView.as | 78 ++++ .../staticControls/beads/DropDownListView.as | 223 ++++++++++ .../staticControls/beads/IBackgroundBead.as | 26 ++ .../html/staticControls/beads/IBorderBead.as | 26 ++ .../html/staticControls/beads/IComboBoxView.as | 37 ++ .../html/staticControls/beads/IDataGridView.as | 27 ++ .../beads/IDataProviderItemRendererMapper.as | 34 ++ .../staticControls/beads/IDropDownListView.as | 31 ++ .../staticControls/beads/IGraphicsDrawing.as | 25 ++ .../flex/html/staticControls/beads/IListView.as | 33 ++ .../html/staticControls/beads/IScrollBarView.as | 36 ++ .../html/staticControls/beads/ISliderView.as | 30 ++ .../html/staticControls/beads/ISpinnerView.as | 30 ++ .../html/staticControls/beads/ITextFieldView.as | 27 ++ .../staticControls/beads/ITextItemRenderer.as | 28 ++ .../flex/html/staticControls/beads/ImageView.as | 88 ++++ .../flex/html/staticControls/beads/ListView.as | 170 ++++++++ .../staticControls/beads/NumericStepperView.as | 157 +++++++ .../flex/html/staticControls/beads/PanelView.as | 119 +++++ .../staticControls/beads/RadioButtonView.as | 218 ++++++++++ .../html/staticControls/beads/ScrollBarView.as | 104 +++++ .../staticControls/beads/SimpleAlertView.as | 118 +++++ .../beads/SingleLineBorderBead.as | 73 ++++ .../staticControls/beads/SliderThumbView.as | 83 ++++ .../staticControls/beads/SliderTrackView.as | 83 ++++ .../html/staticControls/beads/SliderView.as | 129 ++++++ .../staticControls/beads/SolidBackgroundBead.as | 101 +++++ .../html/staticControls/beads/SpinnerView.as | 88 ++++ .../html/staticControls/beads/TextAreaView.as | 188 ++++++++ .../beads/TextButtonMeasurementBead.as | 50 +++ .../html/staticControls/beads/TextButtonView.as | 144 ++++++ .../beads/TextFieldLabelMeasurementBead.as | 50 +++ .../html/staticControls/beads/TextFieldView.as | 34 ++ .../staticControls/beads/TextFieldViewBase.as | 111 +++++ .../html/staticControls/beads/TextInputView.as | 66 +++ .../beads/TextInputWithBorderView.as | 68 +++ .../TextItemRendererFactoryForArrayData.as | 93 ++++ ...extItemRendererFactoryForStringVectorData.as | 73 ++++ .../beads/TitleBarMeasurementBead.as | 64 +++ .../staticControls/beads/UpArrowButtonView.as | 78 ++++ .../staticControls/beads/VScrollBarThumbView.as | 102 +++++ .../staticControls/beads/VScrollBarTrackView.as | 87 ++++ .../beads/controllers/AlertController.as | 52 +++ .../controllers/ButtonAutoRepeatController.as | 102 +++++ .../beads/controllers/ComboBoxController.as | 71 +++ .../beads/controllers/DropDownListController.as | 74 ++++ .../EditableTextKeyboardController.as | 55 +++ .../controllers/ItemRendererMouseController.as | 88 ++++ .../ListSingleSelectionMouseController.as | 67 +++ .../controllers/ScrollBarMouseControllerBase.as | 97 +++++ .../beads/controllers/SliderMouseController.as | 108 +++++ .../beads/controllers/SpinnerMouseController.as | 65 +++ .../controllers/VScrollBarMouseController.as | 77 ++++ .../beads/layouts/ButtonBarLayout.as | 69 +++ .../beads/layouts/NonVirtualHorizontalLayout.as | 145 +++++++ .../NonVirtualHorizontalScrollingLayout.as | 110 +++++ .../beads/layouts/NonVirtualVerticalLayout.as | 163 +++++++ .../NonVirtualVerticalScrollingLayout.as | 111 +++++ .../beads/layouts/VScrollBarLayout.as | 84 ++++ .../staticControls/beads/models/AlertModel.as | 163 +++++++ .../beads/models/ArraySelectionModel.as | 120 +++++ .../beads/models/ComboBoxModel.as | 61 +++ .../beads/models/DataGridModel.as | 45 ++ .../beads/models/DataGridPresentationModel.as | 65 +++ .../staticControls/beads/models/ImageModel.as | 53 +++ .../staticControls/beads/models/PanelModel.as | 82 ++++ .../staticControls/beads/models/RangeModel.as | 138 ++++++ .../beads/models/ScrollBarModel.as | 62 +++ .../beads/models/SingleLineBorderModel.as | 49 +++ .../beads/models/StringSelectionModel.as | 101 +++++ .../staticControls/beads/models/TextModel.as | 70 +++ .../beads/models/TitleBarModel.as | 83 ++++ .../beads/models/ToggleButtonModel.as | 87 ++++ .../beads/models/ValueToggleButtonModel.as | 80 ++++ .../staticControls/supportClasses/Border.as | 31 ++ .../ButtonBarButtonItemRenderer.as | 89 ++++ .../supportClasses/DataItemRenderer.as | 80 ++++ .../supportClasses/DropDownListList.as | 44 ++ .../supportClasses/NonVirtualDataGroup.as | 42 ++ .../staticControls/supportClasses/ScrollBar.as | 30 ++ .../supportClasses/StringItemRenderer.as | 75 ++++ .../supportClasses/TextFieldItemRenderer.as | 230 ++++++++++ .../supportClasses/UIItemRendererBase.as | 123 ++++++ .../apache/flex/html5/staticControls/Button.as | 26 ++ .../flex/html5/staticControls/CheckBox.as | 26 ++ .../flex/html5/staticControls/ComboBox.as | 26 ++ .../flex/html5/staticControls/DropDownList.as | 26 ++ .../apache/flex/html5/staticControls/Label.as | 33 ++ .../apache/flex/html5/staticControls/List.as | 33 ++ .../flex/html5/staticControls/RadioButton.as | 26 ++ .../flex/html5/staticControls/TextArea.as | 26 ++ .../flex/html5/staticControls/TextButton.as | 32 ++ .../flex/html5/staticControls/TextInput.as | 25 ++ .../src/org/apache/flex/jquery/Application.as | 31 ++ .../flex/jquery/staticControls/CheckBox.as | 26 ++ .../flex/jquery/staticControls/RadioButton.as | 26 ++ .../flex/jquery/staticControls/TextButton.as | 32 ++ .../src/org/apache/flex/net/BinaryUploader.as | 305 +++++++++++++ .../src/org/apache/flex/net/HTTPHeader.as | 35 ++ .../src/org/apache/flex/net/HTTPService.as | 304 +++++++++++++ .../src/org/apache/flex/net/IInputParser.as | 25 ++ .../src/org/apache/flex/net/IItemConverter.as | 25 ++ .../src/org/apache/flex/net/JSONInputParser.as | 28 ++ .../org/apache/flex/net/JSONItemConverter.as | 30 ++ .../flex/net/dataConverters/LazyCollection.as | 106 +++++ .../flex/svg/staticControls/TextButton.as | 32 ++ .../src/org/apache/flex/utils/BeadMetrics.as | 79 ++++ .../src/org/apache/flex/utils/BinaryData.as | 106 +++++ .../apache/flex/utils/MXMLDataInterpreter.as | 321 ++++++++++++++ .../org/apache/flex/utils/SolidBorderUtil.as | 39 ++ .../FlexJSUI/src/org/apache/flex/utils/Timer.as | 45 ++ .../flex/utils/ViewSourceContextMenuOption.as | 63 +++ .../as/projects/FlexJSUI/svg-manifest.xml | 26 ++ frameworks/as/src/FlexJSUIClasses.as | 127 ------ .../as/src/mx/binding/ArrayElementWatcher.as | 77 ---- frameworks/as/src/mx/binding/Binding.as | 85 ---- frameworks/as/src/mx/binding/BindingManager.as | 37 -- .../as/src/mx/binding/FunctionReturnWatcher.as | 129 ------ frameworks/as/src/mx/binding/IBindingClient.as | 33 -- .../as/src/mx/binding/IWatcherSetupUtil2.as | 47 -- frameworks/as/src/mx/binding/PropertyWatcher.as | 148 ------- .../src/mx/binding/RepeaterComponentWatcher.as | 74 ---- .../as/src/mx/binding/RepeaterItemWatcher.as | 74 ---- .../as/src/mx/binding/StaticPropertyWatcher.as | 136 ------ frameworks/as/src/mx/binding/Watcher.as | 88 ---- frameworks/as/src/mx/binding/XMLWatcher.as | 106 ----- frameworks/as/src/mx/core/ClassFactory.as | 100 ----- .../as/src/mx/core/DeferredInstanceFromClass.as | 115 ----- .../src/mx/core/DeferredInstanceFromFunction.as | 131 ------ frameworks/as/src/mx/core/IDeferredInstance.as | 51 --- frameworks/as/src/mx/core/IFactory.as | 39 -- frameworks/as/src/mx/core/IFlexModuleFactory.as | 147 ------- .../as/src/mx/core/IPropertyChangeNotifier.as | 40 -- frameworks/as/src/mx/core/IStateClient2.as | 31 -- .../as/src/mx/events/PropertyChangeEvent.as | 78 ---- .../as/src/mx/events/PropertyChangeEventKind.as | 59 --- frameworks/as/src/mx/filters/IBitmapFilter.as | 31 -- frameworks/as/src/mx/states/AddItems.as | 67 --- frameworks/as/src/mx/states/SetProperty.as | 60 --- frameworks/as/src/mx/states/State.as | 34 -- frameworks/as/src/mx/styles/CSSCondition.as | 61 --- frameworks/as/src/mx/styles/CSSSelector.as | 69 --- .../as/src/mx/styles/CSSStyleDeclaration.as | 191 -------- frameworks/as/src/mx/styles/IStyleManager2.as | 34 -- frameworks/as/src/mx/styles/StyleManager.as | 50 --- .../org/apache/flex/binding/ConstantBinding.as | 52 --- .../org/apache/flex/binding/GenericBinding.as | 112 ----- .../org/apache/flex/binding/PropertyWatcher.as | 156 ------- .../org/apache/flex/binding/SimpleBinding.as | 64 --- .../src/org/apache/flex/binding/WatcherBase.as | 236 ---------- .../as/src/org/apache/flex/core/Application.as | 167 ------- .../as/src/org/apache/flex/core/CSSTextField.as | 59 --- .../as/src/org/apache/flex/core/IAlertModel.as | 52 --- frameworks/as/src/org/apache/flex/core/IBead.as | 25 -- .../src/org/apache/flex/core/IBeadController.as | 28 -- .../as/src/org/apache/flex/core/IBeadLayout.as | 28 -- .../as/src/org/apache/flex/core/IBeadModel.as | 30 -- .../as/src/org/apache/flex/core/IBeadView.as | 28 -- .../as/src/org/apache/flex/core/IBorderModel.as | 27 -- .../as/src/org/apache/flex/core/IChrome.as | 31 -- .../src/org/apache/flex/core/IComboBoxModel.as | 40 -- .../as/src/org/apache/flex/core/IContainer.as | 25 -- .../src/org/apache/flex/core/IDataGridModel.as | 26 -- .../flex/core/IDataGridPresentationModel.as | 31 -- .../as/src/org/apache/flex/core/IDocument.as | 25 -- .../as/src/org/apache/flex/core/IFlexInfo.as | 29 -- .../as/src/org/apache/flex/core/IImageModel.as | 28 -- .../src/org/apache/flex/core/IItemRenderer.as | 40 -- .../flex/core/IItemRendererClassFactory.as | 25 -- .../org/apache/flex/core/IItemRendererParent.as | 29 -- .../src/org/apache/flex/core/ILayoutParent.as | 38 -- .../org/apache/flex/core/IMeasurementBead.as | 26 -- .../as/src/org/apache/flex/core/IPanelModel.as | 25 -- .../as/src/org/apache/flex/core/IParent.as | 28 -- .../as/src/org/apache/flex/core/IPopUp.as | 25 -- .../as/src/org/apache/flex/core/IPopUpHost.as | 24 - .../as/src/org/apache/flex/core/IRangeModel.as | 38 -- .../src/org/apache/flex/core/IRollOverModel.as | 28 -- .../src/org/apache/flex/core/IScrollBarModel.as | 29 -- .../src/org/apache/flex/core/ISelectionModel.as | 34 -- .../as/src/org/apache/flex/core/IStatesImpl.as | 26 -- .../as/src/org/apache/flex/core/IStrand.as | 27 -- .../as/src/org/apache/flex/core/ITextModel.as | 29 -- .../src/org/apache/flex/core/ITitleBarModel.as | 32 -- .../org/apache/flex/core/IToggleButtonModel.as | 32 -- .../as/src/org/apache/flex/core/IUIBase.as | 27 -- .../apache/flex/core/IValueToggleButtonModel.as | 32 -- .../as/src/org/apache/flex/core/IValuesImpl.as | 28 -- .../flex/core/ItemRendererClassFactory.as | 83 ---- .../as/src/org/apache/flex/core/PopUpManager.as | 61 --- .../org/apache/flex/core/SimpleCSSValuesImpl.as | 301 ------------- .../org/apache/flex/core/SimpleStatesImpl.as | 137 ------ .../org/apache/flex/core/SimpleValuesImpl.as | 58 --- .../as/src/org/apache/flex/core/Strand.as | 109 ----- .../as/src/org/apache/flex/core/UIBase.as | 348 --------------- .../as/src/org/apache/flex/core/UIButtonBase.as | 250 ----------- .../as/src/org/apache/flex/core/UIMetrics.as | 35 -- .../src/org/apache/flex/core/ValuesManager.as | 38 -- .../as/src/org/apache/flex/core/ViewBase.as | 131 ------ .../org/apache/flex/core/ViewBaseDataBinding.as | 266 ------------ .../src/org/apache/flex/createjs/Application.as | 140 ------ .../src/org/apache/flex/createjs/core/UIBase.as | 141 ------ .../org/apache/flex/createjs/core/ViewBase.as | 86 ---- .../flex/createjs/staticControls/CheckBox.as | 26 -- .../flex/createjs/staticControls/Label.as | 27 -- .../flex/createjs/staticControls/TextButton.as | 52 --- .../as/src/org/apache/flex/data/ICollection.as | 25 -- .../org/apache/flex/data/IStringCollection.as | 25 -- .../src/org/apache/flex/events/CustomEvent.as | 36 -- .../as/src/org/apache/flex/events/Event.as | 38 -- .../org/apache/flex/events/EventDispatcher.as | 34 -- .../org/apache/flex/events/IEventDispatcher.as | 31 -- .../org/apache/flex/events/ValueChangeEvent.as | 46 -- .../apache/flex/html/staticControls/Alert.as | 85 ---- .../apache/flex/html/staticControls/Button.as | 37 -- .../flex/html/staticControls/ButtonBar.as | 28 -- .../apache/flex/html/staticControls/CheckBox.as | 65 --- .../apache/flex/html/staticControls/ComboBox.as | 61 --- .../flex/html/staticControls/Container.as | 125 ------ .../html/staticControls/ContainerContentArea.as | 30 -- .../flex/html/staticControls/ControlBar.as | 46 -- .../apache/flex/html/staticControls/DataGrid.as | 56 --- .../flex/html/staticControls/DropDownList.as | 59 --- .../apache/flex/html/staticControls/Image.as | 41 -- .../apache/flex/html/staticControls/Label.as | 70 --- .../org/apache/flex/html/staticControls/List.as | 91 ---- .../flex/html/staticControls/NumericStepper.as | 77 ---- .../apache/flex/html/staticControls/Panel.as | 70 --- .../flex/html/staticControls/RadioButton.as | 142 ------ .../flex/html/staticControls/SimpleAlert.as | 70 --- .../flex/html/staticControls/SimpleList.as | 28 -- .../apache/flex/html/staticControls/Slider.as | 77 ---- .../apache/flex/html/staticControls/Spinner.as | 81 ---- .../apache/flex/html/staticControls/TextArea.as | 50 --- .../flex/html/staticControls/TextButton.as | 51 --- .../flex/html/staticControls/TextInput.as | 49 --- .../apache/flex/html/staticControls/TitleBar.as | 173 -------- .../accessories/NumericOnlyTextInputBead.as | 84 ---- .../accessories/PasswordInputBead.as | 56 --- .../accessories/TextPromptBead.as | 92 ---- .../beads/AlertMeasurementBead.as | 46 -- .../flex/html/staticControls/beads/AlertView.as | 178 -------- .../html/staticControls/beads/ButtonBarView.as | 44 -- .../html/staticControls/beads/CSSButtonView.as | 128 ------ .../staticControls/beads/CSSTextButtonView.as | 210 --------- .../html/staticControls/beads/CheckBoxView.as | 214 --------- .../html/staticControls/beads/ComboBoxView.as | 175 -------- .../html/staticControls/beads/ContainerView.as | 144 ------ .../beads/ControlBarMeasurementBead.as | 74 ---- .../staticControls/beads/DataGridColumnView.as | 56 --- .../html/staticControls/beads/DataGridView.as | 156 ------- .../DataItemRendererFactoryForArrayData.as | 92 ---- .../DataItemRendererFactoryForColumnData.as | 98 ----- .../staticControls/beads/DownArrowButtonView.as | 78 ---- .../staticControls/beads/DropDownListView.as | 223 ---------- .../staticControls/beads/IBackgroundBead.as | 26 -- .../html/staticControls/beads/IBorderBead.as | 26 -- .../html/staticControls/beads/IComboBoxView.as | 37 -- .../html/staticControls/beads/IDataGridView.as | 27 -- .../beads/IDataProviderItemRendererMapper.as | 34 -- .../staticControls/beads/IDropDownListView.as | 31 -- .../staticControls/beads/IGraphicsDrawing.as | 25 -- .../flex/html/staticControls/beads/IListView.as | 33 -- .../html/staticControls/beads/IScrollBarView.as | 36 -- .../html/staticControls/beads/ISliderView.as | 30 -- .../html/staticControls/beads/ISpinnerView.as | 30 -- .../html/staticControls/beads/ITextFieldView.as | 27 -- .../staticControls/beads/ITextItemRenderer.as | 28 -- .../flex/html/staticControls/beads/ImageView.as | 88 ---- .../flex/html/staticControls/beads/ListView.as | 170 -------- .../staticControls/beads/NumericStepperView.as | 157 ------- .../flex/html/staticControls/beads/PanelView.as | 119 ----- .../staticControls/beads/RadioButtonView.as | 218 ---------- .../html/staticControls/beads/ScrollBarView.as | 104 ----- .../staticControls/beads/SimpleAlertView.as | 118 ----- .../beads/SingleLineBorderBead.as | 73 ---- .../staticControls/beads/SliderThumbView.as | 83 ---- .../staticControls/beads/SliderTrackView.as | 83 ---- .../html/staticControls/beads/SliderView.as | 129 ------ .../staticControls/beads/SolidBackgroundBead.as | 101 ----- .../html/staticControls/beads/SpinnerView.as | 88 ---- .../html/staticControls/beads/TextAreaView.as | 188 -------- .../beads/TextButtonMeasurementBead.as | 50 --- .../html/staticControls/beads/TextButtonView.as | 144 ------ .../beads/TextFieldLabelMeasurementBead.as | 50 --- .../html/staticControls/beads/TextFieldView.as | 34 -- .../staticControls/beads/TextFieldViewBase.as | 111 ----- .../html/staticControls/beads/TextInputView.as | 66 --- .../beads/TextInputWithBorderView.as | 68 --- .../TextItemRendererFactoryForArrayData.as | 93 ---- ...extItemRendererFactoryForStringVectorData.as | 73 ---- .../beads/TitleBarMeasurementBead.as | 64 --- .../staticControls/beads/UpArrowButtonView.as | 78 ---- .../staticControls/beads/VScrollBarThumbView.as | 102 ----- .../staticControls/beads/VScrollBarTrackView.as | 87 ---- .../beads/controllers/AlertController.as | 52 --- .../controllers/ButtonAutoRepeatController.as | 102 ----- .../beads/controllers/ComboBoxController.as | 71 --- .../beads/controllers/DropDownListController.as | 74 ---- .../EditableTextKeyboardController.as | 55 --- .../controllers/ItemRendererMouseController.as | 88 ---- .../ListSingleSelectionMouseController.as | 67 --- .../controllers/ScrollBarMouseControllerBase.as | 97 ----- .../beads/controllers/SliderMouseController.as | 108 ----- .../beads/controllers/SpinnerMouseController.as | 65 --- .../controllers/VScrollBarMouseController.as | 77 ---- .../beads/layouts/ButtonBarLayout.as | 69 --- .../beads/layouts/NonVirtualHorizontalLayout.as | 145 ------- .../NonVirtualHorizontalScrollingLayout.as | 110 ----- .../beads/layouts/NonVirtualVerticalLayout.as | 163 ------- .../NonVirtualVerticalScrollingLayout.as | 111 ----- .../beads/layouts/VScrollBarLayout.as | 84 ---- .../staticControls/beads/models/AlertModel.as | 163 ------- .../beads/models/ArraySelectionModel.as | 120 ----- .../beads/models/ComboBoxModel.as | 61 --- .../beads/models/DataGridModel.as | 45 -- .../beads/models/DataGridPresentationModel.as | 65 --- .../staticControls/beads/models/ImageModel.as | 53 --- .../staticControls/beads/models/PanelModel.as | 82 ---- .../staticControls/beads/models/RangeModel.as | 138 ------ .../beads/models/ScrollBarModel.as | 62 --- .../beads/models/SingleLineBorderModel.as | 49 --- .../beads/models/StringSelectionModel.as | 101 ----- .../staticControls/beads/models/TextModel.as | 70 --- .../beads/models/TitleBarModel.as | 83 ---- .../beads/models/ToggleButtonModel.as | 87 ---- .../beads/models/ValueToggleButtonModel.as | 80 ---- .../staticControls/supportClasses/Border.as | 31 -- .../ButtonBarButtonItemRenderer.as | 89 ---- .../supportClasses/DataItemRenderer.as | 80 ---- .../supportClasses/DropDownListList.as | 44 -- .../supportClasses/NonVirtualDataGroup.as | 42 -- .../staticControls/supportClasses/ScrollBar.as | 30 -- .../supportClasses/StringItemRenderer.as | 75 ---- .../supportClasses/TextFieldItemRenderer.as | 230 ---------- .../supportClasses/UIItemRendererBase.as | 123 ------ .../apache/flex/html5/staticControls/Button.as | 26 -- .../flex/html5/staticControls/CheckBox.as | 26 -- .../flex/html5/staticControls/ComboBox.as | 26 -- .../flex/html5/staticControls/DropDownList.as | 26 -- .../apache/flex/html5/staticControls/Label.as | 33 -- .../apache/flex/html5/staticControls/List.as | 33 -- .../flex/html5/staticControls/RadioButton.as | 26 -- .../flex/html5/staticControls/TextArea.as | 26 -- .../flex/html5/staticControls/TextButton.as | 32 -- .../flex/html5/staticControls/TextInput.as | 25 -- .../src/org/apache/flex/jquery/Application.as | 31 -- .../flex/jquery/staticControls/CheckBox.as | 26 -- .../flex/jquery/staticControls/RadioButton.as | 26 -- .../flex/jquery/staticControls/TextButton.as | 32 -- .../src/org/apache/flex/net/BinaryUploader.as | 305 ------------- .../as/src/org/apache/flex/net/HTTPHeader.as | 35 -- .../as/src/org/apache/flex/net/HTTPService.as | 304 ------------- .../as/src/org/apache/flex/net/IInputParser.as | 25 -- .../src/org/apache/flex/net/IItemConverter.as | 25 -- .../src/org/apache/flex/net/JSONInputParser.as | 28 -- .../org/apache/flex/net/JSONItemConverter.as | 30 -- .../flex/net/dataConverters/LazyCollection.as | 106 ----- .../flex/svg/staticControls/TextButton.as | 32 -- .../as/src/org/apache/flex/utils/BeadMetrics.as | 79 ---- .../as/src/org/apache/flex/utils/BinaryData.as | 106 ----- .../apache/flex/utils/MXMLDataInterpreter.as | 321 -------------- .../org/apache/flex/utils/SolidBorderUtil.as | 39 -- .../as/src/org/apache/flex/utils/Timer.as | 45 -- .../flex/utils/ViewSourceContextMenuOption.as | 63 --- frameworks/as/svg-manifest.xml | 26 -- 528 files changed, 20688 insertions(+), 20688 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/basic-manifest.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/basic-manifest.xml b/frameworks/as/basic-manifest.xml deleted file mode 100644 index 7b2aaa5..0000000 --- a/frameworks/as/basic-manifest.xml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/build.properties ---------------------------------------------------------------------- diff --git a/frameworks/as/build.properties b/frameworks/as/build.properties deleted file mode 100644 index 06c0c33..0000000 --- a/frameworks/as/build.properties +++ /dev/null @@ -1,60 +0,0 @@ -################################################################################ -## -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## -################################################################################ - -# flex-sdk-description values -release = Apache Flex ASJS 0.0.1 -release.version = 0.0.1 - -# override on command line with -Dbuild.number=999 or in local.properties -build.number = 0 - -playerglobal.version = 11.1 - -# locale = en_US - -qa.dir = ${basedir}/../qa -asc = ${basedir}/bin/asc - -# TextLayoutFormat version. This is a sub-directory in frameworks/textLayout. -tlf.version = 3.0.33 - -# For Java 7 on Mac OS X, you need an Intel-based Mac running Mac OS X version 10.7.3 -# (Lion) and above. Only the 64-bit data model is available so leave this blank. -# Since ant properties are immutable, if this property is set in the build file before -# this file is included, setting it to nothing here is a no-op. -local.d32 = - -src.depend = true -src.debug = on - -# JVM options for and tasks -jvm.args = ${local.d32} -Xms64m -Xmx384m -ea -Dapple.awt.UIElement=true - # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default) - # -Xms64m: start out with a 64 MB heap - # -Xmx384m: allow the heap to grow to 384 MB - # -ea: enable Java assertions -compc.jvm.args = ${jvm.args} -mxmlc.jvm.args = ${jvm.args} - -# JAR Manifest Entries -manifest.sealed=false -manifest.Implementation-Title=Apache Flex ASJS -manifest.Implementation-Version=${release.version} -manifest.Implementation-Vendor=The Apache Software Foundation -manifest.Implementation-Vendor-Id=org.apache http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/build.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/build.xml b/frameworks/as/build.xml deleted file mode 100644 index 3a31fbe..0000000 --- a/frameworks/as/build.xml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/compile-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/compile-config.xml b/frameworks/as/compile-config.xml deleted file mode 100644 index aa41d8e..0000000 --- a/frameworks/as/compile-config.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - - - false - - - ${env.PLAYERGLOBAL_HOME}/${playerglobal.version}/playerglobal.swc - - - - - - - - - library://ns.apache.org/flexjs/basic - basic-manifest.xml - - - library://ns.adobe.com/flex/mx - mx-manifest.xml - - - library://ns.apache.org/flexjs/html5 - html5-manifest.xml - - - library://ns.apache.org/flexjs/jquery - jquery-manifest.xml - - - library://ns.apache.org/flexjs/createjs - createjs-manifest.xml - - - - - src - - - false - - - - defaults.css - defaults.css - - - - FlexJSUIClasses - - - - library://ns.apache.org/flexjs/basic - library://ns.adobe.com/flex/mx - library://ns.apache.org/flexjs/html5 - library://ns.apache.org/flexjs/jquery - library://ns.apache.org/flexjs/createjs - - - ${playerglobal.version} - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/createjs-manifest.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/createjs-manifest.xml b/frameworks/as/createjs-manifest.xml deleted file mode 100644 index c72090c..0000000 --- a/frameworks/as/createjs-manifest.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/as/defaults.css b/frameworks/as/defaults.css deleted file mode 100644 index 69ffc96..0000000 --- a/frameworks/as/defaults.css +++ /dev/null @@ -1,388 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -@namespace "library://ns.apache.org/flexjs/basic"; -@namespace h5 "library://ns.apache.org/flexjs/html5"; -@namespace jq "library://ns.apache.org/flexjs/jquery"; -@namespace createjs "library://ns.apache.org/flexjs/createjs"; - -/* Global style declaration */ -* -{ - font-family: "Arial"; - font-size: 12px; -} - -Button -{ - background-color: #d8d8d8; - border: 1px solid #000000; - padding: 4px; - /*IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CSSButtonView");*/ -} - -Button:hover -{ - background-color: #9fa0a1; - border: 1px solid #000000; - padding: 4px; -} - -Button:active -{ - background-color: #929496; - border: 1px solid #000000; - padding: 4px; -} - -ButtonBar -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ButtonBarView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.ListSingleSelectionMouseController"); - IBeadLayout: ClassReference("org.apache.flex.html.staticControls.beads.layouts.ButtonBarLayout"); - IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.staticControls.beads.TextItemRendererFactoryForArrayData"); - IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); - IItemRenderer: ClassReference("org.apache.flex.html.staticControls.supportClasses.ButtonBarButtonItemRenderer"); - - border-style: none; -} - -ButtonBarButtonItemRenderer -{ - width: 80; - height: 30; -} - -DataGrid -{ - IDataGridPresentationModel: ClassReference("org.apache.flex.html.staticControls.beads.models.DataGridPresentationModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.DataGridView"); - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.DataGridModel"); - IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); - IItemRenderer: ClassReference("org.apache.flex.html.staticControls.supportClasses.StringItemRenderer"); - - background-color: #FFFFFF; -} - -List -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ListView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.ListSingleSelectionMouseController"); - IBeadLayout: ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualVerticalScrollingLayout"); - IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.staticControls.beads.DataItemRendererFactoryForArrayData"); - IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); - IItemRenderer: ClassReference("org.apache.flex.html.staticControls.supportClasses.DataItemRenderer"); -} - -SimpleList -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ListView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.ListSingleSelectionMouseController"); - IBeadLayout: ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualVerticalScrollingLayout"); - IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.staticControls.beads.TextItemRendererFactoryForArrayData"); - IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); - IItemRenderer: ClassReference("org.apache.flex.html.staticControls.supportClasses.StringItemRenderer"); -} - -StringItemRenderer -{ - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.ItemRendererMouseController"); - height: 16; -} - -/* Global Style Declaration */ -global -{ - IStatesImpl: ClassReference("org.apache.flex.core.SimpleStatesImpl"); -} - -@media -flex-flash -{ - -Alert -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.AlertModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.AlertView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.AlertController"); - iBackgroundBead: ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead"); - iBorderBead: ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead"); - - background-color: #FFFFFF; - border-style: solid; - border-color: #000000; - border-thickness: 1; -} - -CheckBox -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ToggleButtonModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CheckBoxView"); -} - -ComboBox -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ComboBoxModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ComboBoxView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.ComboBoxController"); - IPopUp: ClassReference("org.apache.flex.html.staticControls.supportClasses.DropDownListList"); - IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.staticControls.beads.TextItemRendererFactoryForArrayData"); - IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); - IItemRenderer: ClassReference("org.apache.flex.html.staticControls.supportClasses.StringItemRenderer"); -} - -Container -{ - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ContainerView") -} - -ControlBar -{ - IBeadLayout: ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout"); - iMeasurementBead: ClassReference("org.apache.flex.html.staticControls.beads.ControlBarMeasurementBead"); - iBackgroundBead: ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead"); - iBorderBead: ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead"); - - background-color: #CECECE; - border-style: solid; - border-color: #000000; - border-thickness: 1; -} - -DropDownList -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.DropDownListView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.DropDownListController"); - IPopUp: ClassReference("org.apache.flex.html.staticControls.supportClasses.DropDownListList"); -} - -DropDownListList -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); - IDataProviderItemRendererMapper: ClassReference("org.apache.flex.html.staticControls.beads.TextItemRendererFactoryForArrayData"); - IItemRendererClassFactory: ClassReference("org.apache.flex.core.ItemRendererClassFactory"); - IItemRenderer: ClassReference("org.apache.flex.html.staticControls.supportClasses.StringItemRenderer"); -} - -Image -{ - width: 64; - height: 64; - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ImageModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ImageView"); -} - -Label -{ - width: 95; - height: 18; - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.TextFieldView"); - iMeasurementBead: ClassReference("org.apache.flex.html.staticControls.beads.TextFieldLabelMeasurementBead"); -} - -NumericStepper -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.RangeModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.NumericStepperView"); - - padding: 0px; - border-style: solid; - border-color: #000000; - border-thickness: 1; - background-color: #FFFFFF; - iBorderBead: ClassReference('org.apache.flex.html.staticControls.beads.SingleLineBorderBead'); - iBackgroundBead: ClassReference('org.apache.flex.html.staticControls.beads.SolidBackgroundBead'); -} - -Panel -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.PanelModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.PanelView"); - iBorderBead: ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead"); - iBackgroundBead: ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead"); - - background-color: #FFFFFF; - border-style: solid; - border-color: #000000; - border-thickness: 1; -} - -RadioButton -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonView"); -} - -ScrollBar -{ - IBeadLayout: ClassReference("org.apache.flex.html.staticControls.beads.layouts.VScrollBarLayout"); - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ScrollBarModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ScrollBarView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.VScrollBarMouseController"); -} - -SimpleAlert -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.AlertModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.SimpleAlertView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.AlertController"); - iBorderBead: ClassReference("org.apache.flex.html.staticControls.beads.SingleLineBorderBead"); - iBackgroundBead: ClassReference("org.apache.flex.html.staticControls.beads.SolidBackgroundBead"); - - background-color: #FFFFFF; - border-style: solid; - border-color: #000000; - border-thickness: 1; -} - -Slider -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.RangeModel"); - iBeadView: ClassReference("org.apache.flex.html.staticControls.beads.SliderView"); - iBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.SliderMouseController"); - iThumbView: ClassReference("org.apache.flex.html.staticControls.beads.SliderThumbView"); - iTrackView: ClassReference("org.apache.flex.html.staticControls.beads.SliderTrackView"); -} - -Spinner -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.RangeModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.SpinnerView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.SpinnerMouseController"); -} - -TextArea -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.TextAreaView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.EditableTextKeyboardController"); - width: 135; - height: 20; -} - -TextButton -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CSSTextButtonView"); - iMeasurementBead: ClassReference("org.apache.flex.html.staticControls.beads.TextButtonMeasurementBead"); -} - -TextFieldItemRenderer -{ - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.ItemRendererMouseController"); - height: 16; -} - -TextInput -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.TextInputWithBorderView"); - IBeadController: ClassReference("org.apache.flex.html.staticControls.beads.controllers.EditableTextKeyboardController"); - width: 135; - height: 20; -} - -TitleBar -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TitleBarModel"); - IBeadLayout: ClassReference("org.apache.flex.html.staticControls.beads.layouts.NonVirtualHorizontalLayout"); - iMeasurementBead: ClassReference("org.apache.flex.html.staticControls.beads.TitleBarMeasurementBead"); -} - -/* HTML5 */ - -h5|TextButton -{ - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CSSTextButtonView"); -} - -h5|TextInput -{ - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.TextInputWithBorderView"); -} - -h5|CheckBox -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ToggleButtonModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CheckBoxView"); -} - -h5|RadioButton -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonView"); -} - -h5|List -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); -} - -h5|DropDownList -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ArraySelectionModel"); - IPopUp: ClassReference("org.apache.flex.html.staticControls.supportClasses.DropDownListList"); -} - -h5|ComboBox -{ - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.ComboBoxView"); - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ComboBoxModel"); - IPopUp: ClassReference("org.apache.flex.html.staticControls.supportClasses.DropDownListList"); -} - -/* jQuery */ - -jq|TextButton -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.TextButtonView"); -} - - -jq|CheckBox -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ToggleButtonModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CheckBoxView"); -} - -jq|RadioButton -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.RadioButtonView"); -} - -/* createjs */ - -createjs|TextButton -{ - IBeadModel: ClassReference("org.apache.flex.html.staticControls.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.TextButtonView"); -} - -createjs|CheckBox -{ - IBeadView: ClassReference("org.apache.flex.html.staticControls.beads.CheckBoxView"); -} - -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/flex-config.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/flex-config.xml b/frameworks/as/flex-config.xml deleted file mode 100644 index e91d830..0000000 --- a/frameworks/as/flex-config.xml +++ /dev/null @@ -1,434 +0,0 @@ - - - - - - - - 11.1 - - - 14 - - - - - true - - - - en_US - - - - - - - - false - - - - true - - - - - - - - - libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc - - - - - - false - - - - - - - libs - locale/en_US - libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion} - - - - - - - library://ns.apache.org/flexjs/basic - - basic-manifest.xml - - - - library://ns.apache.org/flexjs/html5 - - html5-manifest.xml - - - - - - true - - - true - - - - - - - - - - - - - - true - - - true - - - true - - - - - true - - - - - - false - - - - - - - false - - - - - - - - - - - true - - - 20 - - - 1000 - - - - - - - - - - - - - flash.fonts.JREFontManager - flash.fonts.BatikFontManager - flash.fonts.AFEFontManager - flash.fonts.CFFFontManager - - - - - - - - false - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - true - - - false - - - false - - - true - - - true - - - - false - - - false - - - true - - - true - - - true - - - true - - - false - - - true - - - true - - - true - - - true - - - true - - - true - - - false - - - false - - - true - - - - false - - - - - - false - - - true - - - true - - - false - - - - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - - true - - - - Apache FlexJS Application - http://flex.apache.org/ - Apache Software Foundation - unknown - EN - - - http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/flex-sdk-description.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/flex-sdk-description.xml b/frameworks/as/flex-sdk-description.xml deleted file mode 100644 index cc72eab..0000000 --- a/frameworks/as/flex-sdk-description.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - -Apache FlexJS Prototype -4.9.0 -1425567 - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/66246d8a/frameworks/as/html5-manifest.xml ---------------------------------------------------------------------- diff --git a/frameworks/as/html5-manifest.xml b/frameworks/as/html5-manifest.xml deleted file mode 100644 index efba2fa..0000000 --- a/frameworks/as/html5-manifest.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - -