se.kmr.scam.editor.properties
Class EditorResources

java.lang.Object
  extended byse.kmr.scam.editor.properties.EditorResources

public class EditorResources
extends Object

Version:
1.0
Author:
Erik Barke (eba@ur.se)

Field Summary
static String COUNTRY_KEY
           
static Color defaultBackground
           
static ResourceBundle editor
           
static Font font
           
static String FONT_NAME_KEY
           
static String FONT_SIZE_KEY
           
static String FONT_STYLE_BOLD
           
static String FONT_STYLE_ITALIC
           
static String FONT_STYLE_KEY
           
static String FONT_STYLE_PLAIN
           
static boolean isAllEditingAllowed
           
static boolean isXP
           
static String LANGUAGE_KEY
           
static Locale locale
           
static ResourceBundle messages
           
static Properties preferences
           
static String USERNAME_KEY
           
static ResourceBundle widgets
           
 
Constructor Summary
EditorResources()
           
 
Method Summary
static int getFontStyle(String key)
           
static int getInt(String key)
           
static void init()
           
static void storePreferences()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isAllEditingAllowed

public static boolean isAllEditingAllowed

FONT_NAME_KEY

public static final String FONT_NAME_KEY
See Also:
Constant Field Values

FONT_SIZE_KEY

public static final String FONT_SIZE_KEY
See Also:
Constant Field Values

FONT_STYLE_KEY

public static final String FONT_STYLE_KEY
See Also:
Constant Field Values

FONT_STYLE_PLAIN

public static final String FONT_STYLE_PLAIN
See Also:
Constant Field Values

FONT_STYLE_BOLD

public static final String FONT_STYLE_BOLD
See Also:
Constant Field Values

FONT_STYLE_ITALIC

public static final String FONT_STYLE_ITALIC
See Also:
Constant Field Values

LANGUAGE_KEY

public static final String LANGUAGE_KEY
See Also:
Constant Field Values

COUNTRY_KEY

public static final String COUNTRY_KEY
See Also:
Constant Field Values

USERNAME_KEY

public static final String USERNAME_KEY
See Also:
Constant Field Values

isXP

public static boolean isXP

preferences

public static Properties preferences

editor

public static ResourceBundle editor

messages

public static ResourceBundle messages

widgets

public static ResourceBundle widgets

locale

public static Locale locale

font

public static Font font

defaultBackground

public static Color defaultBackground
Constructor Detail

EditorResources

public EditorResources()
Method Detail

init

public static void init()

storePreferences

public static void storePreferences()

getFontStyle

public static int getFontStyle(String key)
Parameters:
key -
Returns:

getInt

public static int getInt(String key)
Parameters:
key -
Returns:


Copyright © 2003 SCAM. All Rights Reserved.