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

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

Go to download

WebLaf is a Java Swing Look and Feel and extended components library for cross-platform applications

There is a newer version: 2.2.1
Show newest version
<skin>

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

    <!-- Main panel -->
    <style type="panel" id="pathfield" extends="focusable">

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

            <!-- Path field -->
            <style type="textfield" id="path-field" extends="undecorated">

                <!-- Autocomplete popup list scroll -->
                <style type="scrollpane" id="scroll">
                    <painter>
                        <decorations>
                            <decoration>
                                <WebShadow type="outer" width="0" />
                            </decoration>
                        </decorations>
                    </painter>
                </style>

            </style>

            <!-- Path root button -->
            <style type="button" id="root" extends="icon-hover">
                <painter>
                    <decorations>
                        <decoration>
                            <WebShape sides="0,0,0,1" round="2,0,0,2" />
                            <WebShadow type="outer" width="0" />
                        </decoration>
                    </decorations>
                </painter>
            </style>

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

            <!-- Path element menu button -->
            <style type="togglebutton" id="menu" extends="icon-hover">
                <painter>
                    <decorations>
                        <decoration>
                            <WebShape sides="0,1,0,1" round="0" />
                            <WebShadow type="outer" width="0" />
                        </decoration>
                    </decorations>
                </painter>
            </style>

        </style>

    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy