All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.web.resources.filechooserfield.xml Maven / Gradle / Ivy

<skin>

    <!-- com.alee.extended.filechooser.WebFileChooserField -->

    <!-- File chooser field -->
    <style type="panel" id="filechooserfield" extends="focusable">

        <!-- Selected files scroll -->
        <style type="scrollpane" id="scroll" extends="transparent" padding="1,1,1,1">
            <component>
                <verticalScrollBarPolicy>21</verticalScrollBarPolicy>
                <horizontalScrollBarPolicy>31</horizontalScrollBarPolicy>
            </component>

            <!-- Selected files panel -->
            <style type="panel" id="content" extends="transparent">

                <!-- Selected file plate -->
                <style type="panel" id="file" extends="focusable" padding="0,3,0,1">
                    <painter>
                        <decorations>
                            <decoration>
                                <WebShape sides="0,0,0,1" />
                                <WebShadow type="outer" width="0" />
                            </decoration>
                        </decorations>
                    </painter>

                    <!-- Name label -->
                    <style type="label" id="name" padding="0,0,0,2" />

                    <!-- Remove button -->
                    <style type="button" id="remove" extends="icon-hover" />

                </style>

            </style>

        </style>

        <!-- File choose button -->
        <style type="button" id="choose" extends="hover">
            <painter>
                <decorations>
                    <decoration>
                        <WebShape sides="0,1,0,0" />
                        <WebShadow type="outer" width="0" />
                    </decoration>
                </decorations>
            </painter>
        </style>

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy