com.alee.extended.tree
Class WebFileTreeStyle

java.lang.Object
  extended by com.alee.extended.tree.WebFileTreeStyle

public final class WebFileTreeStyle
extends java.lang.Object

WebFileTree style class.

Author:
Mikle Garin

Field Summary
static boolean filesDropSearchEnabled
          Whether allow files location search by dropping a file onto the tree or not.
static Filter<FileTreeNode> filter
          Default tree file filter.
 
Constructor Summary
WebFileTreeStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filesDropSearchEnabled

public static boolean filesDropSearchEnabled
Whether allow files location search by dropping a file onto the tree or not.


filter

public static Filter<FileTreeNode> filter
Default tree file filter. Set to null if you want to display all available files.

Constructor Detail

WebFileTreeStyle

public WebFileTreeStyle()