com.jrefinery.report.targets.style
Class StyleSheetCollectionHelper

java.lang.Object
  |
  +--com.jrefinery.report.targets.style.StyleSheetCollectionHelper
All Implemented Interfaces:
java.io.Serializable

public abstract class StyleSheetCollectionHelper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StyleSheetCollectionHelper()
           
 
Method Summary
 StyleSheetCollection getStyleSheetCollection()
           
protected abstract  void registerStyleSheetCollection()
           
 void setStyleSheetCollection(StyleSheetCollection styleSheetCollection)
           
protected abstract  void unregisterStyleSheetCollection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyleSheetCollectionHelper

public StyleSheetCollectionHelper()
Method Detail

getStyleSheetCollection

public StyleSheetCollection getStyleSheetCollection()

setStyleSheetCollection

public void setStyleSheetCollection(StyleSheetCollection styleSheetCollection)

registerStyleSheetCollection

protected abstract void registerStyleSheetCollection()

unregisterStyleSheetCollection

protected abstract void unregisterStyleSheetCollection()