Ontimize 5.2071EN

com.ontimize.gui
Class AlloyUtils

java.lang.Object
  extended bycom.ontimize.gui.AlloyUtils

public class AlloyUtils
extends java.lang.Object


Nested Class Summary
protected static class AlloyUtils.ColorWindow
           
 
Field Summary
static int ACID
           
protected static java.lang.String ALLOY_CUSTOM_PREFERENCE
           
protected static java.lang.String ALLOY_PREFERENCE
           
static int alloyTheme
           
static int BEDOUIN
           
static java.lang.String CONTRAST
           
protected static java.util.Hashtable currentLFColors
           
static int CUSTOM
           
static int DEFAULT
           
static java.lang.String DESKTOP
           
static int GLASS
           
static java.lang.String HIGHLIGHT
           
static java.util.Hashtable LFColors
           
static java.lang.String ROLLOVER
           
protected static java.lang.String S_ACID
           
protected static java.lang.String S_BEDOUIN
           
protected static java.lang.String S_CUSTOM
           
protected static java.lang.String S_DEFAULT
           
protected static java.lang.String S_GLASS
           
static java.lang.String SELECTION
           
static java.lang.String STANDARD
           
 
Constructor Summary
AlloyUtils()
           
 
Method Summary
static void doAcid()
           
static void doAcid(EntityReferenceLocator locator)
           
static void doBedouin()
           
static void doBedouin(EntityReferenceLocator locator)
           
static void doCustom()
           
static void doDefault()
           
static void doDefault(EntityReferenceLocator locator)
           
static void doGlass()
           
static void doGlass(EntityReferenceLocator locator)
           
static void loadCustomPreference()
           
static void loadPreferences()
           
protected static void saveCustomPreference(ClientReferenceLocator locator)
           
static void setAlloy()
           
protected static void setCustom(java.util.Hashtable colors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final int DEFAULT
See Also:
Constant Field Values

S_DEFAULT

protected static final java.lang.String S_DEFAULT
See Also:
Constant Field Values

ACID

public static final int ACID
See Also:
Constant Field Values

S_ACID

protected static final java.lang.String S_ACID
See Also:
Constant Field Values

BEDOUIN

public static final int BEDOUIN
See Also:
Constant Field Values

S_BEDOUIN

protected static final java.lang.String S_BEDOUIN
See Also:
Constant Field Values

GLASS

public static final int GLASS
See Also:
Constant Field Values

S_GLASS

protected static final java.lang.String S_GLASS
See Also:
Constant Field Values

CUSTOM

public static final int CUSTOM
See Also:
Constant Field Values

S_CUSTOM

protected static final java.lang.String S_CUSTOM
See Also:
Constant Field Values

CONTRAST

public static final java.lang.String CONTRAST
See Also:
Constant Field Values

STANDARD

public static final java.lang.String STANDARD
See Also:
Constant Field Values

DESKTOP

public static final java.lang.String DESKTOP
See Also:
Constant Field Values

SELECTION

public static final java.lang.String SELECTION
See Also:
Constant Field Values

ROLLOVER

public static final java.lang.String ROLLOVER
See Also:
Constant Field Values

HIGHLIGHT

public static final java.lang.String HIGHLIGHT
See Also:
Constant Field Values

ALLOY_PREFERENCE

protected static final java.lang.String ALLOY_PREFERENCE
See Also:
Constant Field Values

ALLOY_CUSTOM_PREFERENCE

protected static final java.lang.String ALLOY_CUSTOM_PREFERENCE
See Also:
Constant Field Values

alloyTheme

public static int alloyTheme

currentLFColors

protected static java.util.Hashtable currentLFColors

LFColors

public static java.util.Hashtable LFColors
Constructor Detail

AlloyUtils

public AlloyUtils()
Method Detail

setAlloy

public static void setAlloy()

setCustom

protected static void setCustom(java.util.Hashtable colors)

saveCustomPreference

protected static void saveCustomPreference(ClientReferenceLocator locator)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

loadCustomPreference

public static void loadCustomPreference()

doCustom

public static void doCustom()

doDefault

public static void doDefault()

doDefault

public static void doDefault(EntityReferenceLocator locator)

doBedouin

public static void doBedouin()

doBedouin

public static void doBedouin(EntityReferenceLocator locator)

doGlass

public static void doGlass()

doGlass

public static void doGlass(EntityReferenceLocator locator)

doAcid

public static void doAcid()

doAcid

public static void doAcid(EntityReferenceLocator locator)

loadPreferences

public static void loadPreferences()

Ontimize