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

com.alee.skin.web.resources.filelist.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.list.WebFileList -->

    <!-- File list -->
    <style type="list" id="filelist">
        <component class="com.alee.extended.list.WebFileList">
            <layoutOrientation>2</layoutOrientation>
            <generateThumbnails>true</generateThumbnails>
            <preferredColumnCount>5</preferredColumnCount>
            <preferredRowCount>5</preferredRowCount>
            <fileListViewType>icons</fileListViewType>
        </component>
        <ui>
            <selectionStyle>single</selectionStyle>
        </ui>

        <!-- Cell renderer -->
        <style type="styledlabel" id="renderer" />

        <!-- Tile cell renderer -->
        <style type="styledlabel" id="tile-renderer" extends="renderer" padding="6,6,5,8" />

        <!-- Icon cell renderer -->
        <style type="styledlabel" id="icon-renderer" extends="renderer" padding="5,5,8,5" />

        <!-- Cell editor field -->
        <style type="textfield" id="editor" extends="nofocus" />

        <!-- Tile and Icon cell renderer -->
        <style type="label" id="name"/>
        <style type="label" id="description">
            <component>
                <foreground>gray</foreground>
            </component>
        </style>
        <style type="label" id="size">
            <component>
                <foreground>49,77,179</foreground>
            </component>
        </style>
    </style>

    <!-- Tiles view -->
    <style type="list" id="filelist-tiles" extends="filelist">
        <component class="com.alee.extended.list.WebFileList">
            <preferredColumnCount>3</preferredColumnCount>
            <preferredRowCount>5</preferredRowCount>
            <fileListViewType>tiles</fileListViewType>
        </component>
    </style>

    <!-- Icons view -->
    <style type="list" id="filelist-icons" extends="filelist">
        <component class="com.alee.extended.list.WebFileList">
            <preferredColumnCount>7</preferredColumnCount>
            <preferredRowCount>4</preferredRowCount>
            <fileListViewType>icons</fileListViewType>
        </component>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy