<?xml version="1.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. | |
--> | |
<!-- | |
Experimental Components | |
--> | |
<componentPackage> | |
<!-- Alert class and it's skin --> | |
<component id="Alert" class="org.apache.flex.components.sparkAlert.Alert"/> | |
<component id="AlertSkin" class="org.apache.flex.components.sparkAlert.skin.AlertSkin"/> | |
<!-- ColorPicker class and it's skins --> | |
<component id="ColorPicker" class="org.apache.flex.components.sparkColorPicker.ColorPicker"/> | |
<component id="ColorPickerSkin" class="org.apache.flex.components.sparkColorPicker.skin.ColorPickerSkin"/> | |
<component id="ColorButtonPickerSkin" class="org.apache.flex.components.sparkColorPicker.skin.ColorPickerButtonSkin"/> | |
<component id="ColorChangeEvent" class="org.apache.flex.components.sparkColorPicker.events.ColorChangeEvent"/> | |
<!-- Horizontal and Vertical dividers and their groups --> | |
<component id="Divider" class="org.apache.flex.components.sparkDividers.Divider"/> | |
<component id="HDivider" class="org.apache.flex.components.sparkDividers.HDivider"/> | |
<component id="VDivider" class="org.apache.flex.components.sparkDividers.VDivider"/> | |
<component id="DividerGroup" class="org.apache.flex.components.sparkDividers.DividedGroup"/> | |
<component id="HDividerGroup" class="org.apache.flex.components.sparkDividers.HDividerGroup"/> | |
<component id="VDividerGroup" class="org.apache.flex.components.sparkDividers.VDividerGroup"/> | |
<!-- Menu classes and skins --> | |
<component id="Menu" class="org.apache.flex.components.sparkMenu.Menu"/> | |
<component id="MenuEvent" class="org.apache.flex.components.sparkMenu.events.MenuEvent"/> | |
<component id="MenuSkin" class="org.apache.flex.components.sparkMenu.skin.MenuSkin"/> | |
<component id="MenuItemRenderer" class="org.apache.flex.components.sparkMenu.skin.MenuItemRenderer"/> | |
<component id="MenuBar" class="org.apache.flex.components.sparkMenu.MenuBar"/> | |
<component id="MenuBarSkin" class="org.apache.flex.components.sparkMenu.skin.MenuBarSkin"/> | |
<component id="MenuBarItemRenderer" class="org.apache.flex.components.sparkMenu.skin.MenuBarItemRenderer"/> | |
<component id="IListItemRenderer" class="org.apache.flex.components.sparkMenu.IListItemRenderer"/> | |
<!-- ProgressBar classes and skins --> | |
<component id="ProgressBar" class="org.apache.flex.components.sparkProgressBar.ProgressBar"/> | |
<component id="ProgressBarSkin" class="org.apache.flex.components.sparkProgressBar.skin.ProgressBarSkin"/> | |
</componentPackage> |