com.cc.framework.ui.painter.def2
Class Def2PainterFactory

java.lang.Object
  extended bycom.cc.framework.ui.painter.PainterFactory
      extended bycom.cc.framework.ui.painter.def.DefPainterFactory
          extended bycom.cc.framework.ui.painter.def2.Def2PainterFactory
All Implemented Interfaces:
Factory, java.io.Serializable

public class Def2PainterFactory
extends DefPainterFactory

Factory class for creating the Def2Painter.
The Def2Painter renders the gui similarly to the DefPainter but substitute the stylesheet and some images.

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

Field Summary
private static long serialVersionUID
          Serial Version UID
 
Fields inherited from class com.cc.framework.ui.painter.PainterFactory
 
Constructor Summary
Def2PainterFactory()
          Constructor
 
Method Summary
protected  ResourceMap createResourceMap()
          Creates the Painters Resource Map
 java.lang.String getFactoryId()
          Returns the unique Id for this Painterfactory
static PainterFactory instance()
          Deprecated. use construtor to create a new instance
 
Methods inherited from class com.cc.framework.ui.painter.def.DefPainterFactory
doCreateFramePainter, doCreateHeaderIncludes, doCreatePainter
 
Methods inherited from class com.cc.framework.ui.painter.PainterFactory
createActionPainter, createFramePainter, createHeaderIncludes, createPainter, createPainterContext, doCreateActionPainter, doCreatePainterContext, equals, getColorResource, getFactoyStack, getImageResource, getImageResource, getResources, getStringResource, getStringResource, getStringResource, hashCode, isFactorySelected, isRegisteredInScopeList, iterator, lookupFactory, registerApplicationPainter, registerApplicationPainters, registerRequestPainter, registerSessionPainter, resetApplicationPainter, resetSessionPainter, resetSessionPainter, toString, unregisterApplicationPainter, unregisterRequestPainter, unregisterSessionPainter
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial Version UID

See Also:
Constant Field Values
Constructor Detail

Def2PainterFactory

public Def2PainterFactory()
Constructor

Method Detail

createResourceMap

protected ResourceMap createResourceMap()
Description copied from class: PainterFactory
Creates the Painters Resource Map

Overrides:
createResourceMap in class DefPainterFactory
See Also:
PainterFactory.createResourceMap()

getFactoryId

public java.lang.String getFactoryId()
Returns the unique Id for this Painterfactory

Overrides:
getFactoryId in class DefPainterFactory
Returns:
The unique Id for this Painterfactory which is "def2"

instance

public static PainterFactory instance()
Deprecated. use construtor to create a new instance

Returns the single instance of the class (singleton)

Returns:
The single instance of the DefPainterFactory


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