|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.targets.pageable.pagelayout.LayoutAgentProgress
A class that conveys the completion status of a LayoutTask. No real implementation ... next release ..
Field Summary | |
static LayoutAgentProgress |
PROCESSING_COMPLETE
Indicates that the layout agent has completed processing the task. |
static LayoutAgentProgress |
PROCESSING_INCOMPLETE
Indicates that the layout agent has only partially completed processing the task. |
static LayoutAgentProgress |
WONT_PROCESS
Indicates that the layout agent will not process the task. |
Method Summary | |
java.lang.String |
toString()
Returns the name of the progress object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final LayoutAgentProgress WONT_PROCESS
public static final LayoutAgentProgress PROCESSING_COMPLETE
public static final LayoutAgentProgress PROCESSING_INCOMPLETE
Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |