uic.widgets.filechooser
Class Config

java.lang.Object
  extended by uic.widgets.filechooser.Config

public class Config
extends Object


Field Summary
static String LAST_DIRECTORY
           
static String LAST_FILE
           
static String LAST_FILEVIEW
           
static String OPEN_DIRECTORIES_WITH_SINGLE_CLICK
           
static String SHOW_HIDDEN_FILES
           
static String SHOW_LARGE_ICONS
           
static String SIZE
           
 
Method Summary
static boolean getBoolean(String key, boolean defaultValue)
           
static String getValue(String key)
           
static String getValue(String key, String defaultValue)
           
static void setBoolean(String key, boolean value)
           
static void setValue(String key, String value)
           
static boolean shouldOpenDirectoriesWithSingleClick()
           
static boolean showHiddenFiles()
           
static boolean showLargeIcons()
           
static void store()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_DIRECTORIES_WITH_SINGLE_CLICK

public static final String OPEN_DIRECTORIES_WITH_SINGLE_CLICK
See Also:
Constant Field Values

SHOW_HIDDEN_FILES

public static final String SHOW_HIDDEN_FILES
See Also:
Constant Field Values

SHOW_LARGE_ICONS

public static final String SHOW_LARGE_ICONS
See Also:
Constant Field Values

LAST_DIRECTORY

public static final String LAST_DIRECTORY
See Also:
Constant Field Values

LAST_FILE

public static final String LAST_FILE
See Also:
Constant Field Values

LAST_FILEVIEW

public static final String LAST_FILEVIEW
See Also:
Constant Field Values

SIZE

public static final String SIZE
See Also:
Constant Field Values
Method Detail

getValue

public static String getValue(String key)

getValue

public static String getValue(String key,
                              String defaultValue)

setValue

public static void setValue(String key,
                            String value)

getBoolean

public static boolean getBoolean(String key,
                                 boolean defaultValue)

setBoolean

public static void setBoolean(String key,
                              boolean value)

shouldOpenDirectoriesWithSingleClick

public static boolean shouldOpenDirectoriesWithSingleClick()

showHiddenFiles

public static boolean showHiddenFiles()

showLargeIcons

public static boolean showLargeIcons()

store

public static void store()
                  throws BackingStoreException
Throws:
BackingStoreException


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence