|
|||||||||
| Home >> All >> jbreport >> [ core overview ] | PREV NEXT | ||||||||
A
- AbstractReportElement - class jbreport.core.AbstractReportElement.
- This provides default implementations of all the interfaces that are implemented by most elements that exist as part of the report framework.
- AbstractReportElement() - Constructor for class jbreport.core.AbstractReportElement
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.AbstractReportElement
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.Document
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.Fragment
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.Group
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.Include
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.QueryBoundResult
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.ReportCompositeImpl
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.ReportSectionImpl
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.RepositoryImpl
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.SectionBreak
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.Style
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.TLine
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.Table
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.TableColumn
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.TableHeaderRow
- accept(ReportVisitor, ReportVisitorState) - Method in class jbreport.core.TableRow
- accept(ReportVisitor, ReportVisitorState) - Method in interface jbreport.core.Traversable
- This defines the operation that the Traversable instance must perform at each node in the traversal.
- active - Variable in class jbreport.core.Group
- The report element that is currently receiving all the data
- addBreakElement(ReportBreak) - Method in class jbreport.core.Group
- Add a section break to the section definition.
- addCellData(String) - Method in class jbreport.core.TableRow
- addChild(ReportVisitor) - Method in class jbreport.core.DefaultReportVisitor
- This method will add the given ReportVisitor instance to an internal collection, and on every visit method, all the child visitors will be invoked.
- addColumn(TableColumn) - Method in class jbreport.core.Table
- addElement(ReportElement) - Method in class jbreport.core.NullReportStylesheet
- addElement(ReportElement) - Method in class jbreport.core.ReportCompositeImpl
- addParameter(String, String) - Method in class jbreport.core.Style
- addRenderer(String, PrintWriter) - Method in class jbreport.core.ReportSectionImpl
- assert(boolean, String) - Static method in class jbreport.core.AbstractReportElement
- Assert that the given statement is not false, throw an error if it is false.
- assert(boolean, String) - Method in class jbreport.core.TreeTraverser
- assertNotNull(Object, String) - Static method in class jbreport.core.AbstractReportElement
- Assert that the given object instance is not null.
- attrType - Variable in class jbreport.core.AbstractReportElement
- The type declared as an attribute with the declaration of the xml element.
B
- bindBreaksToHigherQuery() - Method in class jbreport.core.Group
- bodyElement - Variable in class jbreport.core.ReportSectionImpl
- The body element of this instance.
- boundParameters() - Method in class jbreport.core.AbstractReportElement
- boundParams - Variable in class jbreport.core.ReportSectionImpl
- The mapping of bound parameters
- breakElements - Variable in class jbreport.core.Group
- The break elements that exist as part of this group
- breakEvent(ReportBreak, Object) - Method in class jbreport.core.Group
- breakEvent - Variable in class jbreport.core.SectionBreak
- The type of event that will trigger this break
- breakEventNotify(ReportBreak, Object) - Method in class jbreport.core.AbstractReportElement
- This will notify the element that a break event has happened, and will give the element a chance to do some work.
- breakEventNotify(ReportBreak, Object) - Method in class jbreport.core.Table
- bundle - Static variable in class jbreport.core.DefaultXMLParseHandler
- The bundle of resources that provide default settings to the parser, and also determine which parser will be used.
- bundle - Variable in class jbreport.core.ReportElementFactoryImpl
- The resource bundle that will be used to load element mappings
C
- cdata - Variable in class jbreport.core.AbstractReportElement
- The character data that existed as part of the element definition
- cdata - Variable in class jbreport.core.DefaultXMLParseHandler
- The current cdata that exists for this element
- cells - Variable in class jbreport.core.TableRow
- The string values of the table row elements
- characters(char[], int, int) - Method in class jbreport.core.DefaultXMLParseHandler
- children - Variable in class jbreport.core.DefaultReportVisitor
- The children of this Visitor.
- children - Variable in class jbreport.core.ReportCompositeImpl
- The list of elements that exist as children of this Composite
- className - Variable in class jbreport.core.AbstractReportElement
- The declared style class - can be null
- clearElements() - Method in class jbreport.core.ReportCompositeImpl
- clone() - Method in class jbreport.core.AbstractReportElement
- Enable cloning of this instance so that the
copy()methods can be implemented. - columns - Variable in class jbreport.core.Table
- The headers of the table
- compareTo(Object) - Method in class jbreport.core.SectionBreak
- copy() - Method in class jbreport.core.AbstractReportElement
- copy(boolean) - Method in class jbreport.core.AbstractReportElement
- copy(boolean) - Method in class jbreport.core.Group
- copy(boolean) - Method in class jbreport.core.ReportCompositeImpl
- copy(boolean) - Method in class jbreport.core.ReportSectionImpl
- copy() - Method in class jbreport.core.Table
- copy(boolean) - Method in class jbreport.core.Table
- createComposite() - Method in class jbreport.core.ReportElementFactoryImpl
- createDocument() - Method in class jbreport.core.ReportElementFactoryImpl
- createElement(String) - Method in class jbreport.core.ReportElementFactoryImpl
- createNewReader() - Static method in class jbreport.core.DefaultXMLParseHandler
- This will create a new reader.
- createSection() - Method in class jbreport.core.ReportElementFactoryImpl
- createdGroupElement - Variable in class jbreport.core.ReportSectionImpl
- Did this element create a group element implicitly?
D
- DATASOURCES - Static variable in class jbreport.core.RepositoryImpl
- Used as a key into the namedTypes map for the named datasources
- DOCUMENTS - Static variable in class jbreport.core.RepositoryImpl
- Used as a key into the namedTypes map for the named documents
- DefaultReportVisitor - class jbreport.core.DefaultReportVisitor.
- This is an implementation of the ReportVisitor interface which does nothing.
- DefaultReportVisitor() - Constructor for class jbreport.core.DefaultReportVisitor
- DefaultXMLParseHandler - class jbreport.core.DefaultXMLParseHandler.
- This is the default xml parser handling class.
- DefaultXMLParseHandler() - Constructor for class jbreport.core.DefaultXMLParseHandler
- Document - class jbreport.core.Document.
- Represents a complete document that can be rendered to produce a valid output result.
- Document() - Constructor for class jbreport.core.Document
- dataLoaded - Variable in class jbreport.core.Document
- Has the data been loaded already?
- depth - Variable in class jbreport.core.TreeTraverser
- The current depth of the tree
- depthStack - Variable in class jbreport.core.TreeTraverser
- The stack of instances that affect the depth
- documentNames() - Method in class jbreport.core.RepositoryImpl
E
- ElementNotFoundException - exception jbreport.core.ElementNotFoundException.
- This exception is thrown when a particular named element could not be found.
- ElementNotFoundException(String, Class) - Constructor for class jbreport.core.ElementNotFoundException
- elementType - Variable in class jbreport.core.AbstractReportElement
- The type of xml *element* that this instance represents.
- endElement(String, String, String) - Method in class jbreport.core.DefaultXMLParseHandler
- exists(String) - Static method in class jbreport.core.RepositoryImpl
F
- FRAGMENTS - Static variable in class jbreport.core.RepositoryImpl
- Used as a key into the namedTypes map for the named fragments
- Fragment - class jbreport.core.Fragment.
- This element can be inserted into other elements as raw data to be rendered as-is in the final output.
- Fragment() - Constructor for class jbreport.core.Fragment
- factory - Variable in class jbreport.core.AbstractReportElement
- The factory that defined this report element instance.
- factory - Variable in class jbreport.core.DefaultXMLParseHandler
- The factory instance that will create the concrete element instances.
- fetchDatasource(String) - Method in class jbreport.core.RepositoryImpl
- fetchDocument(String) - Method in class jbreport.core.RepositoryImpl
- fetchFragment(String) - Method in class jbreport.core.RepositoryImpl
- fetchNamedElement(String, String, Class) - Method in class jbreport.core.RepositoryImpl
- fetchQuery(String) - Method in class jbreport.core.RepositoryImpl
- fetchRepository(String) - Static method in class jbreport.core.RepositoryImpl
- fetchStylesheet(String) - Method in class jbreport.core.RepositoryImpl
- findInherited(Style) - Static method in class jbreport.core.Style
- footerElement - Variable in class jbreport.core.ReportSectionImpl
- The footer element of this instance.
G
- Group - class jbreport.core.Group.
- This provides a home for both queries and break elements.
- Group() - Constructor for class jbreport.core.Group
- getBody() - Method in class jbreport.core.ReportSectionImpl
- getBoundParamValue(String) - Method in class jbreport.core.AbstractReportElement
- getBoundParamValue(String) - Method in class jbreport.core.ReportSectionImpl
- getBreakEvent() - Method in class jbreport.core.SectionBreak
- getDepth() - Method in interface jbreport.core.ReportVisitorState
- Returns the depth of the tree recursion.
- getDepth(SectionBreak) - Static method in class jbreport.core.SectionBreak
- getElement(String) - Method in class jbreport.core.AbstractReportElement
- getElement(String) - Method in class jbreport.core.Table
- getFactory() - Method in class jbreport.core.AbstractReportElement
- getFooter() - Method in class jbreport.core.ReportSectionImpl
- getHeader() - Method in class jbreport.core.ReportSectionImpl
- getList(String) - Method in class jbreport.core.AbstractReportElement
- getList(String) - Method in class jbreport.core.ReportCompositeImpl
- getList(String) - Method in class jbreport.core.TableRow
- getName() - Method in class jbreport.core.AbstractReportElement
- getParent() - Method in class jbreport.core.AbstractReportElement
- getQueryName() - Method in class jbreport.core.SectionBreak
- getRepository() - Method in class jbreport.core.AbstractReportElement
- getString(String, String) - Method in class jbreport.core.AbstractReportElement
- getString(String, String) - Method in class jbreport.core.Group
- getString(String, String) - Method in class jbreport.core.QueryBoundResult
- getString(String, String) - Method in class jbreport.core.TableColumn
- getStyleValue(String, String, String) - Method in class jbreport.core.NullReportStylesheet
- getStyleValue(String, String, String) - Method in class jbreport.core.Style
- getStylesheet() - Method in class jbreport.core.AbstractReportElement
- getType() - Method in class jbreport.core.AbstractReportElement
- getUserData() - Method in interface jbreport.core.ReportVisitorState
- Returns the previously set user data, null if no user data has been set.
H
- handleErrorDuringParse(ReportException, String) - Method in class jbreport.core.DefaultXMLParseHandler
- This method will handle all report errors that occur during parsing in a consistent fashion.
- haveAggregateRow - Variable in class jbreport.core.Table
- Do we already have an aggregate row
- headerElement - Variable in class jbreport.core.ReportSectionImpl
- The header element of this instance
I
- Include - class jbreport.core.Include.
- This will render the named elements that are referenced.
- Include() - Constructor for class jbreport.core.Include
- id - Variable in class jbreport.core.QueryBoundResult
- The identifier of the query result column that we will bind to
- id - Variable in class jbreport.core.SectionBreak
- The QueryResult variable that will be checked
- id - Variable in class jbreport.core.TableColumn
- The name of the column that this instance represents
- inOrderIterator() - Method in class jbreport.core.AbstractReportElement
- inOrderIterator() - Method in interface jbreport.core.Traversable
- Returns an iterator suitable for an inOrder iteration over the hierarchy.
- inOrderTraverse(ReportVisitor) - Method in class jbreport.core.AbstractReportElement
- inOrderTraverse(ReportVisitor) - Method in interface jbreport.core.Traversable
- Traverse the tree using an in-order iterator, and call the
acceptmethod on each element in the traversal. - inheritName - Variable in class jbreport.core.Style
- The name of the style that this inherits from, if any
- initializeReader() - Static method in class jbreport.core.DefaultXMLParseHandler
- This will check if a reader already exists, if not, it will create one.
- insertNamedElement(ReportElement, String) - Method in class jbreport.core.RepositoryImpl
- isConditionTrue(Object) - Method in class jbreport.core.SectionBreak
- isEnd() - Method in interface jbreport.core.ReportVisitorState
- Returns true if this is the end of the element definition in the tree, false otherwise.
- isStart() - Method in interface jbreport.core.ReportVisitorState
- Returns true if this is the start of the element definition in the tree, false otherwise.
- it - Variable in class jbreport.core.TreeTraverser
- The iterator that is used to traverse the tree
J
- jbreport.core - package jbreport.core
L
- loadData() - Method in class jbreport.core.AbstractReportElement
- loadData() - Method in class jbreport.core.Document
- loadData() - Method in class jbreport.core.Group
- loadData() - Method in class jbreport.core.ReportCompositeImpl
- loadData() - Method in class jbreport.core.ReportSectionImpl
N
- NullReportStylesheet - class jbreport.core.NullReportStylesheet.
- This provides the ReportStylesheet functionality for when the stylesheet does not do anything but return null when queried.
- NullReportStylesheet() - Constructor for class jbreport.core.NullReportStylesheet
- name - Variable in class jbreport.core.AbstractReportElement
- The name of this report element
- namedStyles - Variable in class jbreport.core.Style
- The named styles within a stylesheet
- namedTypes - Variable in class jbreport.core.RepositoryImpl
- This provides a map which contains other maps.
O
- objectType - Variable in class jbreport.core.Style
- The name of the object type that this style applies to, if any
P
- params - Variable in class jbreport.core.Style
- The parameters known to this style element
- parent - Variable in class jbreport.core.AbstractReportElement
- The parent of this instance
- parseXML(InputSource) - Static method in class jbreport.core.DefaultXMLParseHandler
- Parse the xml which is read in through the given InputSource instance.
- parseXML(String) - Static method in class jbreport.core.DefaultXMLParseHandler
- Parse the xml which is contained by the given systemId.
- peekElement() - Method in class jbreport.core.DefaultXMLParseHandler
- peekElement(int) - Method in class jbreport.core.DefaultXMLParseHandler
- peekElement() - Method in interface jbreport.core.XMLHandler
- Peek at the top element on the stack
- peekElement(int) - Method in interface jbreport.core.XMLHandler
- Peek at the element at the given position relative to the top of the stack.
- popElement() - Method in class jbreport.core.DefaultXMLParseHandler
- popElement() - Method in interface jbreport.core.XMLHandler
- Pop the top element off the stack
- postOrderIterator() - Method in class jbreport.core.AbstractReportElement
- postOrderIterator() - Method in interface jbreport.core.Traversable
- Returns an iterator suitable for a postOrder iteration over the hierarchy.
- postOrderTraverse(ReportVisitor) - Method in class jbreport.core.AbstractReportElement
- postOrderTraverse(ReportVisitor) - Method in interface jbreport.core.Traversable
- Traverse the tree using a post-order iterator, and call the
acceptmethod on each element in the traversal. - preLoadData() - Method in class jbreport.core.AbstractReportElement
- This method is called prior to the data actually being loaded into the report.
- preLoadData() - Method in class jbreport.core.Group
- preOrderIterator() - Method in class jbreport.core.AbstractReportElement
- preOrderIterator() - Method in interface jbreport.core.Traversable
- Returns an iterator suitable for a preOrder iteration over the hierarchy.
- preOrderTraverse(ReportVisitor) - Method in class jbreport.core.AbstractReportElement
- preOrderTraverse(ReportVisitor) - Method in interface jbreport.core.Traversable
- Traverse the tree using a pre-order iterator, and call the
acceptmethod on each element in the traversal. - pushElement(ReportElement) - Method in class jbreport.core.DefaultXMLParseHandler
- pushElement(ReportElement) - Method in interface jbreport.core.XMLHandler
- Push the given element onto the stack
Q
- QUERIES - Static variable in class jbreport.core.RepositoryImpl
- Used as a key into the namedTypes map for the named queries
- QueryBoundResult - class jbreport.core.QueryBoundResult.
- This is used to get a particular cell of data from the results of the query to the datasource.
- QueryBoundResult() - Constructor for class jbreport.core.QueryBoundResult
- queryName - Variable in class jbreport.core.Group
- The name of the query bound to this group element.
- queryName - Variable in class jbreport.core.SectionBreak
- The query that this is attached to
- queryResult - Variable in class jbreport.core.Group
- The query result that is bound to this group during the preLoadData() method
R
- ReportCompositeImpl - class jbreport.core.ReportCompositeImpl.
- The default concrete implementation of the ReportComposite interface.
- ReportCompositeImpl() - Constructor for class jbreport.core.ReportCompositeImpl
- ReportElementFactoryImpl - class jbreport.core.ReportElementFactoryImpl.
- This is the default implementation of the ReportElementFactory interface.
- ReportElementFactoryImpl() - Constructor for class jbreport.core.ReportElementFactoryImpl
- ReportSectionImpl - class jbreport.core.ReportSectionImpl.
- This is the default implementation of a ReportSection instance.
- ReportSectionImpl() - Constructor for class jbreport.core.ReportSectionImpl
- ReportVisitor - interface jbreport.core.ReportVisitor.
- Define the operations that are available to iterators walking a ReportElement hierarchy.
- ReportVisitorState - interface jbreport.core.ReportVisitorState.
- This is used to define the state of a traversal to the Visitor of a class.
- RepositoryImpl - class jbreport.core.RepositoryImpl.
- This represents a storage area for a bunch of other element types, including but not limited to, datasources, queries, documents, etc.
- RepositoryImpl() - Constructor for class jbreport.core.RepositoryImpl
- reader - Static variable in class jbreport.core.DefaultXMLParseHandler
- The current XML parser.
- render() - Method in class jbreport.core.ReportSectionImpl
- renderers - Variable in class jbreport.core.ReportSectionImpl
- The renderers that have been attached to this section
- repositories - Static variable in class jbreport.core.RepositoryImpl
- The repositories that have been defined
- run() - Method in class jbreport.core.TreeTraverser
S
- STYLESHEETS - Static variable in class jbreport.core.RepositoryImpl
- Used as a key into the namedTypes map for the named stylesheets
- SectionBreak - class jbreport.core.SectionBreak.
- This provides for breaking a section into sub-sections based on various events.
- SectionBreak() - Constructor for class jbreport.core.SectionBreak
- Style - class jbreport.core.Style.
- This represents either a style or a set of styles - known as a style-sheet within a repository.
- Style() - Constructor for class jbreport.core.Style
- search(Style, String) - Static method in class jbreport.core.Style
- setBody(ReportElement) - Method in class jbreport.core.ReportSectionImpl
- setBoundParamValue(String, String) - Method in class jbreport.core.ReportSectionImpl
- setFooter(ReportElement) - Method in class jbreport.core.ReportSectionImpl
- setHeader(ReportElement) - Method in class jbreport.core.ReportSectionImpl
- setParent(ReportElement) - Method in class jbreport.core.AbstractReportElement
- setString(String, String) - Method in class jbreport.core.AbstractReportElement
- setString(String, String) - Method in class jbreport.core.TableColumn
- setUserData(Object) - Method in interface jbreport.core.ReportVisitorState
- Sets the user data to the instance given.
- stack - Variable in class jbreport.core.DefaultXMLParseHandler
- The stack that is used to determine the current state of parsing.
- stackEmpty() - Method in class jbreport.core.DefaultXMLParseHandler
- stackEmpty() - Method in interface jbreport.core.XMLHandler
- Is the stack of XMLParsingElement's empty?
- start - Variable in class jbreport.core.TreeTraverser
- Is this the start of the element?
- startElement(String, String, String, Attributes) - Method in class jbreport.core.DefaultXMLParseHandler
T
- TLine - class jbreport.core.TLine.
- This is used to format the output of section headers into a table-like format.
- TLine() - Constructor for class jbreport.core.TLine
- Table - class jbreport.core.Table.
- This will create a table in the document.
- Table() - Constructor for class jbreport.core.Table
- TableColumn - class jbreport.core.TableColumn.
- This is used to contain the information about the column headers in a table.
- TableColumn() - Constructor for class jbreport.core.TableColumn
- TableHeaderRow - class jbreport.core.TableHeaderRow.
- The implementation of the table header row composite.
- TableHeaderRow() - Constructor for class jbreport.core.TableHeaderRow
- TableRow - class jbreport.core.TableRow.
- This contains all the data relating to a single row in the table.
- TableRow() - Constructor for class jbreport.core.TableRow
- Traversable - interface jbreport.core.Traversable.
- Defines an interface which allows classes to traverse the hierarchy of elements in a predefined fashion.
- TreeTraverser - class jbreport.core.TreeTraverser.
- This class is used to traverse a tree of elements, and call the accept method on each element in the tree.
- TreeTraverser(ReportVisitor, Iterator) - Constructor for class jbreport.core.TreeTraverser
- template - Variable in class jbreport.core.Group
- The template of all the elements below this one in the hierarchy
U
- updateData(QueryResult) - Method in class jbreport.core.AbstractReportElement
- This is called for every successful
next()method call on the QueryResult contained by a group. - updateData(QueryResult) - Method in class jbreport.core.Group
- updateData(QueryResult) - Method in class jbreport.core.QueryBoundResult
- updateData(QueryResult) - Method in class jbreport.core.ReportCompositeImpl
- updateData(QueryResult) - Method in class jbreport.core.ReportSectionImpl
- updateData(QueryResult) - Method in class jbreport.core.Table
- updateData(QueryResult) - Method in class jbreport.core.TableRow
V
- value - Variable in class jbreport.core.QueryBoundResult
- The current value of the bound element
- value - Variable in class jbreport.core.SectionBreak
- The current value of the condition variable
- visitAggregate(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitAggregate(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitDatasource(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitDatasource(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitDocument(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitDocument(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitFragment(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitFragment(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitGroup(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitGroup(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitInclude(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitInclude(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitQuery(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitQuery(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitQueryBoundResult(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitQueryBoundResult(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitReportComposite(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitReportComposite(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitReportSection(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitReportSection(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitRepository(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitRepository(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitSectionBreak(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitSectionBreak(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitStyle(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitStyle(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitStylesheet(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitStylesheet(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitTLine(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitTLine(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitTable(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitTable(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitTableHeaderItem(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitTableHeaderItem(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitTableHeaderRow(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitTableHeaderRow(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitTableRow(ReportElement, ReportVisitorState) - Method in class jbreport.core.DefaultReportVisitor
- visitTableRow(ReportElement, ReportVisitorState) - Method in interface jbreport.core.ReportVisitor
- visitor - Variable in class jbreport.core.TreeTraverser
- The instance that will visit every node in the tree
X
- XMLAware - interface jbreport.core.XMLAware.
- This interface defines the operations that will be performed on an element that implements this interface during the xml parse tree traversal.
- XMLHandler - interface jbreport.core.XMLHandler.
- This defines the methods that are available for use by XMLParseElement instances when interaction with the parser is required.
- XMLParsingElement - interface jbreport.core.XMLParsingElement.
- This interface defines the methods that should be implemented so that an XML parse tree can be appropriately constructed.
- xmlCData(XMLHandler, String) - Method in class jbreport.core.Style
- xmlCData(XMLHandler, String) - Method in interface jbreport.core.XMLParsingElement
- This is called to return the embedded character data from the xml element
- xmlCanParse() - Method in class jbreport.core.Style
- xmlCanParse() - Method in interface jbreport.core.XMLParsingElement
- Can this element parse xml in this context? This might be false if the class handles more than one type of element in a hierarchy.
- xmlEnd(String) - Method in class jbreport.core.AbstractReportElement
- xmlEnd(String) - Method in class jbreport.core.ReportSectionImpl
- xmlEnd(String) - Method in interface jbreport.core.XMLAware
- This is called after the element has been successfully parsed, and will include any known character data defined in the context of this element.
- xmlEndChild(ReportElement) - Method in class jbreport.core.AbstractReportElement
- xmlEndChild(ReportElement) - Method in class jbreport.core.Group
- xmlEndChild(ReportElement) - Method in class jbreport.core.ReportCompositeImpl
- xmlEndChild(ReportElement) - Method in class jbreport.core.ReportSectionImpl
- xmlEndChild(ReportElement) - Method in class jbreport.core.RepositoryImpl
- xmlEndChild(ReportElement) - Method in class jbreport.core.Style
- xmlEndChild(ReportElement) - Method in class jbreport.core.Table
- xmlEndChild(ReportElement) - Method in class jbreport.core.TableColumn
- xmlEndChild(ReportElement) - Method in interface jbreport.core.XMLAware
- This is called after the xmlEnd method, and will thus not be be called if an element fails to be constructed correctly.
- xmlHandler - Variable in class jbreport.core.AbstractReportElement
- The xml handler instance that was responsible for causing this element to be created.
- xmlInitialize(String, Attributes) - Method in class jbreport.core.AbstractReportElement
- xmlInitialize(String, Attributes) - Method in class jbreport.core.Group
- xmlInitialize(String, Attributes) - Method in class jbreport.core.QueryBoundResult
- xmlInitialize(String, Attributes) - Method in class jbreport.core.ReportSectionImpl
- xmlInitialize(String, Attributes) - Method in class jbreport.core.RepositoryImpl
- xmlInitialize(String, Attributes) - Method in class jbreport.core.SectionBreak
- xmlInitialize(String, Attributes) - Method in class jbreport.core.Style
- xmlInitialize(String, Attributes) - Method in class jbreport.core.TableColumn
- xmlInitialize(String, Attributes) - Method in interface jbreport.core.XMLAware
- This will be called after a new element has been constructed, and the element name and attributes are known.
- xmlParse(XMLHandler, String, Attributes) - Method in class jbreport.core.Style
- xmlParse(XMLHandler, String, Attributes) - Method in interface jbreport.core.XMLParsingElement
- This is called to parse some sub-element of this particular element.
A B C D E F G H I J L N O P Q R S T U V X
|
|||||||||
| Home >> All >> jbreport >> [ core overview ] | PREV NEXT | ||||||||