org.drools.guvnor.client.configurations
Class ApplicationPreferences

java.lang.Object
  extended by org.drools.guvnor.client.configurations.ApplicationPreferences

public class ApplicationPreferences
extends Object

Storage for global preferences. Preferences effect behaviour and display.


Field Summary
static String DATE_FORMAT
           
static String DEFAULT_COUNTRY
           
static String DEFAULT_LANGUAGE
           
static ApplicationPreferences instance
           
 
Method Summary
static boolean getBooleanPref(String name)
           
static String getDroolsDateFormat()
           
static String getStringPref(String name)
           
static void setUp(Map<String,String> map)
           
static boolean showFlewBPELEditor()
           
static boolean showVerifier()
           
static boolean showVisualRuleFlow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_FORMAT

public static final String DATE_FORMAT
See Also:
Constant Field Values

DEFAULT_LANGUAGE

public static final String DEFAULT_LANGUAGE
See Also:
Constant Field Values

DEFAULT_COUNTRY

public static final String DEFAULT_COUNTRY
See Also:
Constant Field Values

instance

public static ApplicationPreferences instance
Method Detail

setUp

public static void setUp(Map<String,String> map)

getBooleanPref

public static boolean getBooleanPref(String name)

getStringPref

public static String getStringPref(String name)

getDroolsDateFormat

public static String getDroolsDateFormat()

showFlewBPELEditor

public static boolean showFlewBPELEditor()

showVerifier

public static boolean showVerifier()

showVisualRuleFlow

public static boolean showVisualRuleFlow()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.