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

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

There is a newer version: 1.2.14
Show newest version
<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.dock.WebDockableFrame -->

    <!-- Dockable frame -->
    <style type="dockableframe">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="0" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="170,170,170" />
                    <ColorBackground color="237,237,237" />
                </decoration>
                <decoration states="floating">
                    <WebShadow type="outer" width="0" />
                </decoration>
                <decoration states="focused">
                    <LineBorder color="85,130,190" />
                </decoration>
            </decorations>
        </painter>

        <!-- Dockable frame title panel -->
        <style type="panel" id="title" padding="0,0,0,2">
            <painter>
                <decorations>
                    <decoration>
                        <WebShape round="0" sides="0,0,1,0" />
                        <LineBorder color="170,170,170" />
                        <GradientBackground>
                            <color>236,236,236</color>
                            <color>225,225,225</color>
                        </GradientBackground>
                    </decoration>
                    <decoration states="in-focused-parent">
                        <LineBorder color="85,130,190" />
                        <GradientBackground>
                            <color>236,236,236</color>
                            <color>195,195,195</color>
                        </GradientBackground>
                    </decoration>
                </decorations>
            </painter>

            <!-- Dockable frame title label -->
            <style type="styledlabel" id="title" padding="3,3,3,5">
                <painter>
                    <decorations>
                        <decoration>
                            <LabelLayout>
                                <StyledLabelText shadow="true" shadowColor="180,180,180" />
                            </LabelLayout>
                        </decoration>
                    </decorations>
                </painter>
            </style>

            <!-- Dockable frame tool buttons panel -->
            <style type="panel" id="buttons">
                <component>
                    <opaque>false</opaque>
                </component>

                <!-- Separator -->
                <style type="separator" id="tool">
                    <component>
                        <orientation>1</orientation>
                    </component>
                    <painter>
                        <decorations>
                            <decoration>
                                <SeparatorStripes padding="0,2,0,2">
                                    <Stripe>
                                        <color fraction="0.0">175,175,175,5</color>
                                        <color fraction="0.5">175,175,175</color>
                                        <color fraction="1.0">175,175,175,5</color>
                                    </Stripe>
                                    <Stripe>
                                        <color fraction="0.0">241,241,241,5</color>
                                        <color fraction="0.5">241,241,241</color>
                                        <color fraction="1.0">241,241,241,5</color>
                                    </Stripe>
                                </SeparatorStripes>
                            </decoration>
                        </decorations>
                    </painter>
                </style>

                <!-- Dockable frame tool button -->
                <style type="button" id="tool" extends="undecorated" padding="3,1,3,3">
                    <component>
                        <focusable>false</focusable>
                    </component>
                </style>
                <style type="button" id="tool-icon" extends="tool" padding="3,1,3,1" />

            </style>

        </style>

        <!-- Sidebar button -->
        <style type="togglebutton" id="sidebar" extends="hover" padding="2">
            <painter>
                <decorations overwrite="true">
                    <decoration>
                        <WebShape round="0" />
                        <WebShadow type="outer" width="2" />
                        <LineBorder color="170,170,170" />
                        <GradientBackground>
                            <color>white</color>
                            <color>223,223,223</color>
                        </GradientBackground>
                        <IconTextLayout gap="3">
                            <ButtonIcon constraints="icon" />
                            <ButtonText constraints="text" color="black" shadow="true" shadowColor="180,180,180" />
                        </IconTextLayout>
                    </decoration>
                    <decoration states="west">
                        <GradientBackground from="0,0" to="1,0" />
                        <IconTextLayout hpos="center" vpos="top">
                            <ButtonText rotation="counterClockwise" />
                        </IconTextLayout>
                    </decoration>
                    <decoration states="east">
                        <GradientBackground from="1,0" to="0,0" />
                        <IconTextLayout hpos="center" vpos="bottom">
                            <ButtonText rotation="clockwise" />
                        </IconTextLayout>
                    </decoration>
                    <decoration states="selected">
                        <WebShadow type="outer" opacity="0" />
                        <WebShadow type="inner" width="6" />
                        <ColorBackground color="220,220,220" />
                    </decoration>
                    <decoration states="pressed">
                        <WebShadow type="outer" opacity="0" />
                        <WebShadow type="inner" width="6" />
                        <ColorBackground color="210,210,210" />
                    </decoration>
                    <decoration states="disabled">
                        <WebShadow type="outer" opacity="0" />
                        <LineBorder color="lightGray" />
                        <IconTextLayout>
                            <ButtonText color="120,120,120" />
                        </IconTextLayout>
                    </decoration>
                </decorations>
            </painter>
        </style>

    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy