|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcoverage.reporting.FormattingContext
com.jcoverage.reporting.ViewFormattingContext
This class provides additional contextual information regarding views, and which of these views is currently being formatted.
| Field Summary | |
(package private) View |
currentView
|
(package private) static org.apache.log4j.Logger |
logger
|
(package private) View[] |
views
|
| Fields inherited from class com.jcoverage.reporting.FormattingContext |
collator, serializer |
| Constructor Summary | |
ViewFormattingContext(FormattingContext ctx,
View[] views,
View currentView)
|
|
| Method Summary | |
View |
getCurrentView()
|
View[] |
getViews()
|
| Methods inherited from class com.jcoverage.reporting.FormattingContext |
getCollator, getSerializer |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static org.apache.log4j.Logger logger
View[] views
View currentView
| Constructor Detail |
public ViewFormattingContext(FormattingContext ctx,
View[] views,
View currentView)
| Method Detail |
public View[] getViews()
public View getCurrentView()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||