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

com.alee.skin.web.resources.interfaceinspector.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.inspector.InterfaceInspector -->

    <!-- Inspector -->
    <style type="panel" id="inspector" extends="transparent">

        <!-- Tree filter field -->
        <style type="textfield" id="filter" margin="4" extends="treefilterfield">
            <component>
                <opaque>false</opaque>
            </component>
            <painter>
                <decorations>
                    <decoration visible="false" />
                </decorations>
            </painter>
        </style>

        <!-- Filter and tree separator -->
        <style type="separator" id="separator" extends="horizontal" />

        <!-- Components tree scroll pane -->
        <style type="scrollpane" id="scroll" extends="undecorated">

            <!-- Components tree -->
            <style type="tree" id="tree" />

        </style>

    </style>

    <!-- Popover inspector -->
    <style type="panel" id="inspector-popover" extends="inspector">

        <!-- Components tree scroll pane -->
        <style type="scrollpane" id="scroll" extends="transparent-buttonless">

            <style type="scrollbar" id="scrollbar" extends="undecorated-buttonless">
                <painter>
                    <thumbRound>4</thumbRound>
                </painter>
            </style>

            <!-- Components tree -->
            <style type="tree" id="tree" extends="transparent" />

        </style>

    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy