com.alee.laf.filechooser
Class WebFileChooserStyle

java.lang.Object
  extended by com.alee.laf.filechooser.WebFileChooserStyle

public final class WebFileChooserStyle
extends java.lang.Object

WebFileChooser style class.

Author:
Mikle Garin, Michka Popoff

Field Summary
static java.lang.String defaultDirectory
          Default file chooser directory.
static int dividerLocation
          Preferred width of the tree on the left and the default split divider location.
 
Constructor Summary
WebFileChooserStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultDirectory

public static final java.lang.String defaultDirectory
Default file chooser directory.


dividerLocation

public static int dividerLocation
Preferred width of the tree on the left and the default split divider location.

Constructor Detail

WebFileChooserStyle

public WebFileChooserStyle()