Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.output.pageable » base » [javadoc | source]
org.jfree.report.modules.output.pageable.base
static final class: ReportStateList.MasterList [javadoc | source]
java.lang.Object
   org.jfree.report.util.WeakReferenceList
      org.jfree.report.modules.output.pageable.base.ReportStateList$MasterList

All Implemented Interfaces:
    Cloneable, Serializable

Internal WeakReferenceList that is capable to restore its elements. The elements in this list are page start report states.
Method from org.jfree.report.modules.output.pageable.base.ReportStateList$MasterList Summary:
restoreChild,   restoreState
Methods from org.jfree.report.util.WeakReferenceList:
add,   clone,   get,   getChildPos,   getMaster,   getMaxChildCount,   getSize,   isMaster,   restoreChild,   set
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.output.pageable.base.ReportStateList$MasterList Detail:
 protected Object restoreChild(int index) 
    Function to restore the state of a child after the child was garbage collected.
 protected ReportState restoreState(int count,
    ReportState rootstate) throws ReportProcessingException 
    Internal handler function restore a state. Count denotes the number of pages required to be processed to restore the page, when the reportstate master is used as source element.