org.itr_rescue.dataGuard.ui
Class UIOptions

java.lang.Object
  extended by org.itr_rescue.dataGuard.ui.UIOptions

public class UIOptions
extends java.lang.Object


Field Summary
static java.lang.String JFM_LEFTVIEWPANEL_FILESYSTEM_PREF
          The key that is used to save the user's preference on what filesystem the left panel should have
static java.lang.String JFM_LEFTVIEWPANEL_PREF
          The key that is used to save the user's preference on what the left panel should be
static java.lang.String JFM_LEFTVIEWPANELDIR_PREF
          The key that is used to save the user's preference on what the left panel last browsed directory is
static java.lang.String JFM_RIGHTVIEWPANEL_FILESYSTEM_PREF
          The key that is used to save the user's preference on what filesystem the right panel should have
static java.lang.String JFM_RIGHTVIEWPANEL_PREF
          The key that is used to save the user's preference on what the right panel should be
static java.lang.String JFM_RIGHTVIEWPANELDIR_PREF
          The key that is used to save the user's preference on what the right panel last browsed directory is
 
Constructor Summary
UIOptions()
           
 
Method Summary
static java.awt.Color getBackgroundColor()
           
static java.awt.Color getDefaultBackgroundColor()
           
static java.awt.Color getDefaultForegroundColor()
           
static java.awt.Color getDefaultMarkedColor()
           
static java.awt.Font getDefaultPanelsFont()
           
static boolean getDirectoriesSelectedOnAsterisk()
           
static boolean getDirectoriesSelectedOnPlus()
           
static java.awt.Color getForegroundColor()
           
static java.awt.Color getMarkedColor()
           
static java.awt.Font getPanelsFont()
           
static java.util.prefs.Preferences getPreferences()
           
static void savePreferences()
           
static void setBackgroundColor(java.awt.Color c)
           
static void setDirectoriesSelectedOnAsterisk(boolean flag)
           
static void setDirectoriesSelectedOnPlus(boolean flag)
           
static void setForegroundColor(java.awt.Color c)
           
static void setMarkedColor(java.awt.Color c)
           
static void setPanelsFont(java.awt.Font f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JFM_LEFTVIEWPANEL_PREF

public static final java.lang.String JFM_LEFTVIEWPANEL_PREF
The key that is used to save the user's preference on what the left panel should be

See Also:
Constant Field Values

JFM_RIGHTVIEWPANEL_PREF

public static final java.lang.String JFM_RIGHTVIEWPANEL_PREF
The key that is used to save the user's preference on what the right panel should be

See Also:
Constant Field Values

JFM_RIGHTVIEWPANELDIR_PREF

public static final java.lang.String JFM_RIGHTVIEWPANELDIR_PREF
The key that is used to save the user's preference on what the right panel last browsed directory is

See Also:
Constant Field Values

JFM_LEFTVIEWPANELDIR_PREF

public static final java.lang.String JFM_LEFTVIEWPANELDIR_PREF
The key that is used to save the user's preference on what the left panel last browsed directory is

See Also:
Constant Field Values

JFM_LEFTVIEWPANEL_FILESYSTEM_PREF

public static final java.lang.String JFM_LEFTVIEWPANEL_FILESYSTEM_PREF
The key that is used to save the user's preference on what filesystem the left panel should have

See Also:
Constant Field Values

JFM_RIGHTVIEWPANEL_FILESYSTEM_PREF

public static final java.lang.String JFM_RIGHTVIEWPANEL_FILESYSTEM_PREF
The key that is used to save the user's preference on what filesystem the right panel should have

See Also:
Constant Field Values
Constructor Detail

UIOptions

public UIOptions()
Method Detail

getPreferences

public static java.util.prefs.Preferences getPreferences()

savePreferences

public static void savePreferences()

getDefaultPanelsFont

public static java.awt.Font getDefaultPanelsFont()

getPanelsFont

public static java.awt.Font getPanelsFont()

setPanelsFont

public static void setPanelsFont(java.awt.Font f)

getDefaultBackgroundColor

public static java.awt.Color getDefaultBackgroundColor()

getBackgroundColor

public static java.awt.Color getBackgroundColor()

setForegroundColor

public static void setForegroundColor(java.awt.Color c)

getDefaultForegroundColor

public static java.awt.Color getDefaultForegroundColor()

getForegroundColor

public static java.awt.Color getForegroundColor()

setBackgroundColor

public static void setBackgroundColor(java.awt.Color c)

setMarkedColor

public static void setMarkedColor(java.awt.Color c)

getDefaultMarkedColor

public static java.awt.Color getDefaultMarkedColor()

getMarkedColor

public static java.awt.Color getMarkedColor()

setDirectoriesSelectedOnAsterisk

public static void setDirectoriesSelectedOnAsterisk(boolean flag)

getDirectoriesSelectedOnAsterisk

public static boolean getDirectoriesSelectedOnAsterisk()

setDirectoriesSelectedOnPlus

public static void setDirectoriesSelectedOnPlus(boolean flag)

getDirectoriesSelectedOnPlus

public static boolean getDirectoriesSelectedOnPlus()