HEADER

com.developmentontheedge.application
Class Application


public class Application

todo Replace LOG4J to JDK1.4 logging.

Method Summary
 static ActionManagergetActionManager()
           
 static ApplicationFramegetApplicationFrame()
           
 static ApplicationRegistrygetRegistry()
           
 static ObjectgetResource(String key)
          Get an object from a ResourceBundle.
 static StringgetString(String key)
          Get an String from a registered ResourceBundle.
 static voidregisterActionManager(ActionManager actionManager)
           
 static voidregisterApplicationFrame(ApplicationFrame frame)
           
 static voidregisterCategory(Category c)
           
 static ListResourceBundleregisterMessageBundle(String name)
           
 static voidsetRegistry(ApplicationRegistry newRegistry)
           

Method Detail

getActionManager

public static ActionManager getActionManager()
Returns: instance of ActionManager.

getApplicationFrame

public static ApplicationFrame getApplicationFrame()
Returns: instance of application frame.

getRegistry

public static ApplicationRegistry getRegistry()

getResource

public static Object getResource(String key)
Get an object from a ResourceBundle.
Parameters:
key - an String key
Returns: Requested object or key if not found

getString

public static String getString(String key)
Get an String from a registered ResourceBundle.
Parameters:
key - an key
Returns: Requested object or key if not found

registerActionManager

public static void registerActionManager(ActionManager actionManager)

registerApplicationFrame

public static void registerApplicationFrame(ApplicationFrame frame)

registerCategory

public static void registerCategory(Category c)

registerMessageBundle

public static ListResourceBundle registerMessageBundle(String name)
Parameters:
name
Returns: ResourceBundle

setRegistry

public static void setRegistry(ApplicationRegistry newRegistry)

Association Links

to Class com.developmentontheedge.application.ApplicationRegistry

to Class com.developmentontheedge.application.ApplicationFrame

to Class com.developmentontheedge.application.action.ActionManager

to Class org.apache.log4j.Category

to Class java.util.ListResourceBundle


FOOTER

BOTTOM