org.drools.guvnor.client.explorer
Class Preferences

java.lang.Object
  extended by org.drools.guvnor.client.explorer.Preferences

public class Preferences
extends Object

Storage for global prefs. Preferences effect behaviour and display.


Field Summary
static Preferences INSTANCE
           
 
Method Summary
static boolean getBooleanPref(String name)
           
static String getStringPref(String name)
           
 void loadPrefs(Capabilities caps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final Preferences INSTANCE
Method Detail

loadPrefs

public void loadPrefs(Capabilities caps)

getBooleanPref

public static boolean getBooleanPref(String name)

getStringPref

public static String getStringPref(String name)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.