com.alee.extended.list
Class WebFileListStyle

java.lang.Object
  extended by com.alee.extended.list.WebFileListStyle

public final class WebFileListStyle
extends java.lang.Object

WebFileList style class.

Author:
Mikle Garin

Field Summary
static AbstractFileFilter fileFilter
          File filter.
static FileListViewType fileListViewType
          File view mode.
static boolean generateThumbnails
          Whether to generate image file thumbnails or not.
static int preferredColumnCount
          Preferred visible column count.
static int preferredRowCount
          Preferred visible row count.
 
Constructor Summary
WebFileListStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generateThumbnails

public static boolean generateThumbnails
Whether to generate image file thumbnails or not. Thumbnails generation might slow down list rendering in some cases.


preferredColumnCount

public static int preferredColumnCount
Preferred visible column count.


preferredRowCount

public static int preferredRowCount
Preferred visible row count.


fileListViewType

public static FileListViewType fileListViewType
File view mode.


fileFilter

public static AbstractFileFilter fileFilter
File filter.

Constructor Detail

WebFileListStyle

public WebFileListStyle()