com.developmentontheedge.application
Class Application
java.lang.Object
com.developmentontheedge.application.Application
- public class Application
- extends java.lang.Object
- To do:
- Replace LOG4J to JDK1.4 logging.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
getRegistry
public static ApplicationRegistry getRegistry()
setRegistry
public static void setRegistry(ApplicationRegistry newRegistry)
getApplicationFrame
public static ApplicationFrame getApplicationFrame()
- Returns:
- instance of application frame.
registerApplicationFrame
public static void registerApplicationFrame(ApplicationFrame frame)
getActionManager
public static ActionManager getActionManager()
- Returns:
- instance of
ActionManager.
registerActionManager
public static void registerActionManager(ActionManager actionManager)
registerCategory
public static void registerCategory(org.apache.log4j.Category c)
registerMessageBundle
public static java.util.ListResourceBundle registerMessageBundle(java.lang.String name)
- Parameters:
name -
- Returns:
- ResourceBundle
getResource
public static java.lang.Object getResource(java.lang.String key)
- Get an object from a ResourceBundle.
- Parameters:
key - an String key
- Returns:
- Requested object or key if not found
getString
public static java.lang.String getString(java.lang.String key)
- Get an String from a registered ResourceBundle.
- Parameters:
key - an key
- Returns:
- Requested object or key if not found
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.