com.cc.framework.ui.painter.global
Class GlobalResourceMap

java.lang.Object
  extended bycom.cc.framework.ui.painter.ResourceMapImp
      extended bycom.cc.framework.ui.painter.global.GlobalResourceMap
All Implemented Interfaces:
GlobalResources, ResourceMap, Resources, java.io.Serializable

public class GlobalResourceMap
extends ResourceMapImp
implements GlobalResources

The GlobalResourceMap registers all images that are needed by the GlobalPainter.

Since:
1.2
Version:
$Revision: 1.9 $
Author:
Harald Schulz
See Also:
Serialized Form

Field Summary
private static java.lang.String RESOURCE_DIR
          The base directory used for resources by this PainterFactory
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.ui.painter.ResourceMapImp
 
Fields inherited from interface com.cc.framework.ui.painter.global.GlobalResources
FW_FILE_JS_COMMON, FW_FILE_JS_ENVIRONMENT, FW_FILE_JS_FORMATTER, FW_FILE_JS_UTILITY
 
Fields inherited from interface com.cc.framework.ui.painter.Resources
ICON_ADD, ICON_CHECK, ICON_CHECKED, ICON_DELETE, ICON_EDIT, ICON_INSERT, ICON_SELECT, IMAGE_BULLET, IMAGE_SEPARATOR, IMAGE_SPACER
 
Constructor Summary
GlobalResourceMap()
          Constructor
 
Method Summary
protected  void doRegisterColors()
          Registers all local colors
protected  void doRegisterImages()
          Registers all local images
protected  void doRegisterStrings()
          Registers all local strings
protected  java.lang.String expandFileName(java.lang.String src)
          Expands a file name
 
Methods inherited from class com.cc.framework.ui.painter.ResourceMapImp
getColor, getColorPalette, getId, getImage, getImage, getResource, getResourceDir, getResourceKeys, getString, getString, init, register, registerColor, registerImage, registerImage, registerString, setColorPalette, setResourceDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values

RESOURCE_DIR

private static final java.lang.String RESOURCE_DIR
The base directory used for resources by this PainterFactory

See Also:
Constant Field Values
Constructor Detail

GlobalResourceMap

public GlobalResourceMap()
Constructor

Method Detail

doRegisterColors

protected void doRegisterColors()
Description copied from class: ResourceMapImp
Registers all local colors

Specified by:
doRegisterColors in class ResourceMapImp
See Also:
ResourceMapImp.doRegisterColors()

doRegisterImages

protected void doRegisterImages()
Description copied from class: ResourceMapImp
Registers all local images

Specified by:
doRegisterImages in class ResourceMapImp
See Also:
ResourceMapImp.doRegisterImages()

doRegisterStrings

protected void doRegisterStrings()
Description copied from class: ResourceMapImp
Registers all local strings

Specified by:
doRegisterStrings in class ResourceMapImp
See Also:
ResourceMapImp.doRegisterStrings()

expandFileName

protected java.lang.String expandFileName(java.lang.String src)
Expands a file name

Parameters:
src - Filename
Returns:
Expanded filename


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.