Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E G H I J L M O P R S V X

A

autoFlush - Variable in class jbreport.util.XMLOutputReportVisitor
Should we flush before exiting each method?

B

BreakEventListener - interface jbreport.util.BreakEventListener.
This interface defines the methods that should be implemented by any class that needs to be notified of break events during the loadData phase of report creation.
backingList - Variable in class jbreport.util.Stack
The list instance that is used to store and manage the stack.
breakEvent(ReportBreak, Object) - Method in interface jbreport.util.BreakEventListener
This method will be called whenever the condition of a ReportBreak element changes in accordance with the declaration.
bytesToKB(long) - Static method in class jbreport.util.MemoryTrack
 

C

clear() - Method in class jbreport.util.Stack
Removes all of the elements from this stack (optional operation).
createOutput(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 

E

empty() - Method in class jbreport.util.Stack
Tests if this stack is empty.
equals(Object) - Method in class jbreport.util.Stack
 

G

getBreakEvent() - Method in interface jbreport.util.ReportBreak
Returns the event for which the condition will become true.
getInstance() - Static method in class jbreport.util.MemoryTrack
 
getMaxUsage() - Method in class jbreport.util.MemoryTrack
 

H

hashCode() - Method in class jbreport.util.Stack
 
high - Variable in class jbreport.util.MemoryTrack
The highest memory usage tracked by the thread

I

instance - Static variable in class jbreport.util.MemoryTrack
The singleton instance of this class
isConditionTrue(Object) - Method in interface jbreport.util.ReportBreak
This determines if the given condition has been met by this instance.

J

jbreport.util - package jbreport.util
 

L

low - Variable in class jbreport.util.MemoryTrack
The lowest memory usage tracked by the thread

M

MemoryTrack - class jbreport.util.MemoryTrack.
This will create a thread that will monitor the state of the memory usage of this application.
MemoryTrack() - Constructor for class jbreport.util.MemoryTrack
 
main(String[]) - Static method in class jbreport.util.MemoryTrack
 

O

out - Variable in class jbreport.util.XMLOutputReportVisitor
The output stream used by this visitor

P

peek() - Method in class jbreport.util.Stack
Looks at the object at the top of this stack without removing it from the stack.
peek(int) - Method in class jbreport.util.Stack
Looks at the object at the position relative to the top of the stack.
pop() - Method in class jbreport.util.Stack
Removes the object at the top of this stack and returns that object as the value of this function.
push(Object) - Method in class jbreport.util.Stack
Pushes an item onto the top of this stack.

R

ReportBreak - interface jbreport.util.ReportBreak.
A ReportBreak element is defined such that it can be tested to see if a condition has been met which defines a break in the report.

S

Stack - class jbreport.util.Stack.
This provides for the semantics of a stack.
Stack() - Constructor for class jbreport.util.Stack
 
Stack(List) - Constructor for class jbreport.util.Stack
 
search(Object) - Method in class jbreport.util.Stack
Returns the 1-based position where an object is on this stack.
startTime - Variable in class jbreport.util.MemoryTrack
The amount of time that memory usage has been tracked

V

visitAggregate(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitDatasource(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitDocument(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitFragment(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitGroup(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitInclude(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitQuery(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitQueryBoundResult(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitReportComposite(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitReportSection(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitRepository(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitSectionBreak(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitStyle(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitStylesheet(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitTLine(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitTable(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitTableHeaderItem(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitTableHeaderRow(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 
visitTableRow(ReportElement, ReportVisitorState) - Method in class jbreport.util.XMLOutputReportVisitor
 

X

XMLOutputReportVisitor - class jbreport.util.XMLOutputReportVisitor.
This should be capable of outputting the full xml definition of the report structure.
XMLOutputReportVisitor() - Constructor for class jbreport.util.XMLOutputReportVisitor
 
XMLOutputReportVisitor(PrintWriter, boolean) - Constructor for class jbreport.util.XMLOutputReportVisitor
 

A B C E G H I J L M O P R S V X