uicomponents
Class PrefsBag

java.lang.Object
  extended by uicomponents.PrefsBag

public class PrefsBag
extends java.lang.Object


Field Summary
 boolean askExit
           
 boolean infoVisible
           
 int LAF
           
static int LAF_NATIVE
           
static int LAF_NIMBUS
           
static int LAF_OCEAN
           
static int LAF_SUBSTANCE_BLUESTEEL
           
static int LAF_SUBSTANCE_BUSINESS
           
static int LAF_SUBSTANCE_CREME
           
static int LAF_SUBSTANCE_OFFICE
           
static int LAF_SUBSTANCE_SAHARA
           
 double rvCurveWidth
           
 boolean showSliders
           
 int threadsNum
           
 
Constructor Summary
PrefsBag()
           
 
Method Summary
static int getFactoryLAF()
           
static java.lang.String getLAFString(int which)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAF_NATIVE

public static final int LAF_NATIVE
See Also:
Constant Field Values

LAF_NIMBUS

public static final int LAF_NIMBUS
See Also:
Constant Field Values

LAF_OCEAN

public static final int LAF_OCEAN
See Also:
Constant Field Values

LAF_SUBSTANCE_BLUESTEEL

public static final int LAF_SUBSTANCE_BLUESTEEL
See Also:
Constant Field Values

LAF_SUBSTANCE_CREME

public static final int LAF_SUBSTANCE_CREME
See Also:
Constant Field Values

LAF_SUBSTANCE_SAHARA

public static final int LAF_SUBSTANCE_SAHARA
See Also:
Constant Field Values

LAF_SUBSTANCE_BUSINESS

public static final int LAF_SUBSTANCE_BUSINESS
See Also:
Constant Field Values

LAF_SUBSTANCE_OFFICE

public static final int LAF_SUBSTANCE_OFFICE
See Also:
Constant Field Values

LAF

public int LAF

infoVisible

public boolean infoVisible

askExit

public boolean askExit

showSliders

public boolean showSliders

rvCurveWidth

public double rvCurveWidth

threadsNum

public int threadsNum
Constructor Detail

PrefsBag

public PrefsBag()
Method Detail

getLAFString

public static java.lang.String getLAFString(int which)

getFactoryLAF

public static int getFactoryLAF()