//////////////////////////////////////////////////////////////////////////////// // // 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. // //////////////////////////////////////////////////////////////////////////////// package { import flash.display.Sprite; public class flex_skins extends Sprite { public function flex_skins(){} private var assets:Array = [ HScrollThumb_downSkin, HScrollThumb_overSkin, HScrollThumb_upSkin, HScrollBar_thumbIcon, ScrollTrack_Skin, ProgressTrackSkin, BackgroundImage, Tree_disclosureClosedIcon, Tree_disclosureOpenIcon, Tree_folderClosedIcon, Tree_folderOpenIcon, Tree_defaultLeafIcon, Menu_branchDisabledIcon, Menu_branchIcon, Menu_checkDisabledIcon, Menu_checkIcon, Menu_radioDisabledIcon, Menu_radioIcon, Menu_separatorSkin, DataGrid_headerSeparatorSkin, DataGrid_sortArrowSkin, DataGrid_columnResizeSkin, DataGrid_stretchCursor, DateChooser_prevMonthDownSkin, DateChooser_prevMonthOverSkin, DateChooser_nextMonthDownSkin, DateChooser_nextMonthOverSkin, DateChooser_todayIndicatorSkin, DateChooser_prevMonthUpSkin, DateChooser_nextMonthUpSkin, DateField_disabledSkin, DateField_downSkin, DateField_overSkin, DateField_upSkin, BusyCursor, DividedBox_dividerSkin, DividedBox_horizontalCursor, DividedBox_verticalCursor, DragManager_linkCursor, DragManager_moveCursor, DragManager_rejectCursor, DragManager_copyCursor, FormItem_indicatorSkin, ProgressTrackSkin, ProgressBarSkin, ProgressIndeterminateSkin, ScrollTrack_disabledSkin, ScrollTrack_Skin, ScrollArrowUp_downSkin, ScrollArrowDown_downSkin, ScrollThumb_downSkin, ScrollArrowDown_overSkin, ScrollThumb_overSkin, ScrollArrowUp_overSkin, Panel_closeButtonUpSkin, Panel_closeButtonOverSkin, Panel_closeButtonDownSkin, Panel_closeButtonDisabledSkin, ComboBoxArrow_editableUpSkin, ComboBoxArrow_editableOverSkin, ComboBoxArrow_editableDownSkin, ComboBoxArrow_editableDisabledSkin, ButtonBar_firstUpSkin, ButtonBar_buttonUpSkin, ButtonBar_lastUpSkin, ButtonBar_firstOverSkin, ButtonBar_buttonOverSkin, ButtonBar_lastOverSkin, ButtonBar_firstDownSkin, ButtonBar_buttonDownSkin, ButtonBar_lastDownSkin, ButtonBar_firstSelectedUpSkin, ButtonBar_buttonSelectedUpSkin, ButtonBar_lastSelectedUpSkin, SliderThumb_upSkin, SliderThumb_overSkin, SliderThumb_downSkin, SliderThumb_disabledSkin, SliderTrack_Skin, SliderHighlight_Skin, Button_upSkin, Button_overSkin, Button_downSkin, Button_disabledSkin, Tab_upSkin, Tab_overSkin, Tab_downSkin, TabSelected_upSkin, AccordionHeader_upSkin, AccordionHeader_overSkin, AccordionHeader_downSkin, PopUpButton_upSkin, RadioButton_upIcon, RadioButton_overIcon, RadioButton_downIcon, RadioButton_disabledIcon, RadioButtonSelected_upIcon, RadioButtonSelected_overIcon, RadioButtonSelected_downIcon, RadioButtonSelected_disabledIcon, CheckBox_upIcon, CheckBox_overIcon, CheckBox_downIcon, CheckBox_disabledIcon, CheckBox_selectedUpIcon, CheckBox_selectedOverIcon, CheckBox_selectedDownIcon, CheckBox_selectedDisabledIcon, AccordionHeader_disabledSkin, ButtonBar_firstDisabledSkin, ButtonBar_buttonDisabledSkin, ButtonBar_lastDisabledSkin, ButtonBar_firstSelectedDisabledSkin, ButtonBar_buttonSelectedDisabledSkin, ButtonBar_lastSelectedDisabledSkin, NumericStepperDownArrow_upSkin, NumericStepperUpArrow_overSkin, NumericStepperDownArrow_overSkin, NumericStepperUpArrow_downSkin, NumericStepperDownArrow_downSkin, NumericStepperUpArrow_disabledSkin, NumericStepperDownArrow_disabledSkin, ScrollArrowDown_disabledSkin, ScrollArrowUp_disabledSkin, Tab_disabledSkin, TabSelected_disabledSkin, ScrollBar_thumbIcon, DataGrid_columnDropIndicatorSkin, DateChooser_prevMonthDisabledSkin, DateChooser_nextMonthDisabledSkin, DateChooser_nextYearUpSkin, DateChooser_prevYearUpSkin, DateChooser_prevYearOverSkin, DateChooser_nextYearOverSkin, DateChooser_nextYearDownSkin, DateChooser_prevYearDownSkin, DateChooser_prevYearDisabledSkin, DateChooser_nextYearDisabledSkin, DateChooser_rollOverIndicatorSkin, DateChooser_selectionIndicatorSkin, Loader_brokenImageSkin, PopUpButton_disabledSkin, PopUpButton_overSkin, PopUpButton_popUpDownSkin, ScrollBar_thumbIcon, MenuBar_backgroundSkin, MenuBar_itemUpSkin, MenuBar_itemOverSkin, MenuBar_itemDownSkin, ToolTip_borderSkin, NumericStepperUpArrow_upSkin, PopUpButton_popUpOverSkin, PopUpButton_downSkin, ComboBoxArrow_upSkin, ComboBoxArrow_overSkin, ComboBoxArrow_downSkin, ComboBoxArrow_disabledSkin, ScrollTrack_Skin, ScrollArrowUp_upSkin, ScrollThumb_upSkin, ScrollArrowDown_upSkin, ScrollBar_thumbIcon, AccordionHeader_selectedSkin, LinkButton_overSkin, LinkButton_downSkin, LinkButton_upSkin, LinkButton_disabledSkin, ColorPicker_upSkin, ColorPicker_overSkin, ColorPicker_downSkin, ColorPicker_disabledSkin, DragManager_defaultDragImageSkin, Panel_controlBarBackgroundSkin, TabSelected_overSkin, TabSelected_downSkin, AccordionHeader_selectedOverSkin, AccordionHeader_selectedDownSkin, Canvas_borderSkin, Title_backgroundSkin, DataGrid_headerBackgroundSkin, VSliderThumb_disabledSkin, VSliderThumb_downSkin, VSliderThumb_overSkin, VSliderThumb_upSkin ]; } }