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

com.alee.skin.light.resources.documentpane.xml Maven / Gradle / Ivy

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

    <!-- com.alee.extended.tab.WebDocumentPane -->

    <!-- WebDocumentPane styling -->
    <style type="panel" id="documentpane">
        <component>
            <opaque>false</opaque>
        </component>

        <!-- Split pane -->
        <style type="splitpane" id="split" />

        <!-- Tabbed pane -->
        <style type="tabbedpane" id="tabbedpane">

            <!-- Tab panel -->
            <style type="panel" id="tab" extends="transparent">

                <!-- Tab title -->
                <style type="styledlabel" id="title">
                    <component>
                        <horizontalAlignment>0</horizontalAlignment>
                    </component>
                </style>

                <!-- Tab close button -->
                <style type="button" id="close" extends="icon">
                    <painter>
                        <decorations>
                            <decoration visible="false" />
                        </decorations>
                    </painter>
                </style>

            </style>

            <!-- Tab menu styling -->
            <style type="popupmenu" id="menu">
                <painter>
                    <popupStyle>dropdown</popupStyle>
                    <cornerAlignment>0</cornerAlignment>
                </painter>
            </style>

        </style>

    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy