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

com.alee.skin.dark.resources.checkboxlist.xml Maven / Gradle / Ivy

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.list.WebCheckBoxList -->

    <!-- Checkbox list -->
    <style type="list" id="checkboxlist">

        <!-- Default cell renderer checkbox -->
        <style type="checkbox" id="renderer" padding="4,4,4,6" />

        <!-- Default cell editor checkbox -->
        <style type="textfield" id="editor" extends="nofocus" />

    </style>

    <!-- Non-opaque checkbox list -->
    <style type="list" id="checkboxlist-non-opaque" extends="checkboxlist">
        <component>
            <opaque>false</opaque>
        </component>
    </style>

    <!-- Transparent checkbox list -->
    <style type="list" id="checkboxlist-transparent" extends="checkboxlist-non-opaque">
        <painter>
            <decorations overwrite="true" />
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy