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

Quick Search    Search Deep
A B C D E F G H I K M O P R S T W X

A

ACTION_ID - Static variable in interface com.dghda.kent.KentModule
The name of the property containing the selected report actions.
ALIGN_CENTRE - Static variable in class com.dghda.kent.ReportTemplateText
Align text in the centre.
ALIGN_LEFT - Static variable in class com.dghda.kent.ReportTemplateText
Align text to the left (default).
ALIGN_RIGHT - Static variable in class com.dghda.kent.ReportTemplateText
Align text to the right.
AUTHENTICATED_USER - Static variable in interface com.dghda.kent.KentModule
The configuration option that contains the authenticated use name, if any.
AuthorisationManager - class com.dghda.kent.AuthorisationManager.
The authorisation manager keeps track of users, groups and their access rights.
AuthorisationManager(InputStream) - Constructor for class com.dghda.kent.AuthorisationManager
Reads data from the given input stream.
AuthorisationManager.ModuleSpec - class com.dghda.kent.AuthorisationManager.ModuleSpec.
A report and the groups authorised to access it.
AuthorisationManager.ModuleSpec(String, TreeSet) - Constructor for class com.dghda.kent.AuthorisationManager.ModuleSpec
 
addAction(ReportAction) - Method in class com.dghda.kent.ReportEngine
Adds the given action.
addAttribute(StringBuffer, String, String) - Static method in class com.dghda.kent.XMLConstructor
 
addColumn(String, String) - Method in class com.dghda.kent.ReportTemplateDataSet
Adds a column.
addColumn(ReportTemplateDataSet.ColumnDefinition) - Method in class com.dghda.kent.ReportTemplateDataSet
Adds a column.
addDataSet(String, String[]) - Method in class com.dghda.kent.ReportData
Adds a new data set to the report.
addDataSet(ReportData.DataSet) - Method in class com.dghda.kent.ReportData
Adds a new, already constructed, data set to the report.
addDataSet(ReportTemplateDataSet) - Method in class com.dghda.kent.ReportTemplate
Adds the given data set to the report's body.
addElement(StringBuffer, int) - Method in class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
Write the column data to the given buffer.
addElement(StringBuffer, int) - Method in class com.dghda.kent.ReportTemplateDataSet
Creates an element representing the object.
addElement(StringBuffer, String, int) - Method in class com.dghda.kent.ReportTemplateText
Creates an element with the given tag representing the object.
addIndent(StringBuffer, int) - Static method in class com.dghda.kent.XMLConstructor
 
addOptionTag(StringBuffer, String, String, boolean, boolean, int) - Static method in class com.dghda.kent.ReportEngine
Add an option tag.
addPageFooterText(ReportTemplateText) - Method in class com.dghda.kent.ReportTemplate
Adds the given text to the page footer.
addPageHeaderText(ReportTemplateText) - Method in class com.dghda.kent.ReportTemplate
Adds the given text to the page header.
addReport(Report) - Method in class com.dghda.kent.ReportEngine
Adds the given report.
addReportFooterText(ReportTemplateText) - Method in class com.dghda.kent.ReportTemplate
Adds the given text to the report footer.
addRow(String[]) - Method in class com.dghda.kent.ReportData.DataSet
Adds a row.
addRow(String, String[]) - Method in class com.dghda.kent.ReportData
Adds a row to the specified data set.
addText(String) - Method in class com.dghda.kent.ReportTemplate
Adds the given text to the report's body with default settings.
addText(ReportTemplateText) - Method in class com.dghda.kent.ReportTemplate
Adds the given text to the report's body.
addTextElements(StringBuffer, Iterator, int) - Method in class com.dghda.kent.ReportTemplate
 
addTransform(ReportTransform) - Method in class com.dghda.kent.ReportEngine
Adds the given transform.
authorised(LinkedList, String, String) - Method in class com.dghda.kent.AuthorisationManager
Checks whether a given user is allowed access to a given report.
authorisedAction(String, String) - Method in class com.dghda.kent.AuthorisationManager
Checks whether a given user is allowed access to a given actions.
authorisedReport(String, String) - Method in class com.dghda.kent.AuthorisationManager
Checks whether a given user is allowed access to a given report.
authorisedTransform(String, String) - Method in class com.dghda.kent.AuthorisationManager
Checks whether a given user is allowed access to a given transform.

B

BG_COLOUR_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
BaseKentModule - class com.dghda.kent.BaseKentModule.
Convenience class which provides resolver methods.
BaseKentModule(String, String, String, Module.ModuleVersion, ReportEngine) - Constructor for class com.dghda.kent.BaseKentModule
Creates a new module object loaded by the given report engine.

C

CONFIG_DTD - Static variable in class com.dghda.kent.ReportEngine
The DTD that defines configuration options.
CONFIG_SPEC_END - Static variable in class com.dghda.kent.ReportEngine
The end of a config spec.
CONFIG_SPEC_START - Static variable in class com.dghda.kent.ReportEngine
The preamble of a config spec.
CONSTRUCTOR_ARG_TYPES - Static variable in class com.dghda.kent.SimpleProvider
 
canAccessModule(Module, String) - Method in class com.dghda.kent.ReportEngine
Returns true if the given user is allowed to access the given module.
com.dghda.kent - package com.dghda.kent
 
constructReportData(String) - Static method in class com.dghda.kent.ReportData
Constructs a new report data object by parsing the given XML document.
constructReportTemplate(ReportEngine, String) - Static method in class com.dghda.kent.ReportTemplate
Constructs a report template object from the given XML document.
constructTextElements(List, Element) - Static method in class com.dghda.kent.ReportTemplate
 
createDocument(String) - Static method in class com.dghda.kent.XMLConstructor
Create a new document.
createDocument(String, String) - Static method in class com.dghda.kent.XMLConstructor
Create a new document using an internal DTD.
createDocument(String, String, String) - Static method in class com.dghda.kent.XMLConstructor
Create a new document using a DTD.
createModuleSelect(List, String, int, String, int) - Method in class com.dghda.kent.ReportEngine
Returns a configuration option fragment to select from the given modules.

D

DATA_SOURCE_ATTR - Static variable in class com.dghda.kent.ReportTemplateDataSet
 
DEFAULT_PAGE_LENGTH - Static variable in class com.dghda.kent.ReportTemplate
The default page length.
DEFAULT_SIMPLE_PROVIDER_CONFIG_FILE - Static variable in class com.dghda.kent.SimpleProvider
 

E

EMPTY_CONFIG - Static variable in class com.dghda.kent.ReportEngine
An empty config spec.
EngineInitialisationException - exception com.dghda.kent.EngineInitialisationException.
An error occurred initialising the Report Engine.
EngineInitialisationException(String) - Constructor for class com.dghda.kent.EngineInitialisationException
 
EngineInitialisationException(String, Throwable) - Constructor for class com.dghda.kent.EngineInitialisationException
 

F

FG_COLOUR_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
FONT_FAMILY_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
FONT_ITALIC_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
FONT_SIZE_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
FONT_WEIGHT_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
FORMAT_ID - Static variable in interface com.dghda.kent.KentModule
The name of the property containing the selected report output format.
failed(String, Throwable) - Method in class com.dghda.kent.ReportAction.ActionResult
Set the result to failed with the given status & error.

G

g_EntityResolver - Variable in class com.dghda.kent.XMLConstructor
 
getAction(String, String) - Method in class com.dghda.kent.ReportEngine
Returns the given action.
getActionPath() - Method in interface com.dghda.kent.ReportEnvironment
Path to action providers.
getAvailableActions(String) - Method in class com.dghda.kent.ReportEngine
Returns a list of all actions available to the given user.
getAvailableModules(ModuleLoader, String) - Method in class com.dghda.kent.ReportEngine
Returns a list of all modules available to the given user.
getAvailableReports(String) - Method in class com.dghda.kent.ReportEngine
Returns a list of all reports available to the given user.
getAvailableTransforms(String) - Method in class com.dghda.kent.ReportEngine
Returns a list of all transforms available to the given user.
getBackgroundColour() - Method in class com.dghda.kent.ReportTemplateText
Gets the colour to use for the background.
getBodyIterator() - Method in class com.dghda.kent.ReportTemplate
Returns an iterator that will iterate over the contents of the template's body.
getColourFromString(String) - Static method in class com.dghda.kent.ReportTemplateText
Returns a Color object constructed from the given RGB values.
getColourString(Color) - Static method in class com.dghda.kent.ReportTemplateText
Returns a string containing the RGB values for the given colour.
getColumn(String, String, int) - Method in class com.dghda.kent.ReportData
Gets the value of a specific column.
getColumns() - Method in class com.dghda.kent.ReportData.DataSet
Get the column headings.
getColumns() - Method in class com.dghda.kent.ReportTemplateDataSet
Returns a list of all columns.
getConfigurationOptions(Properties) - Method in interface com.dghda.kent.KentModule
Return an XML document describing the configuration options for the module.
getContentType(Properties) - Method in interface com.dghda.kent.ReportTransform
Returns the MIME type of the result of the transform.
getDTDPath(String) - Method in class com.dghda.kent.ReportEngine
Returns the path to the given DTD.
getDTDPath(String) - Method in interface com.dghda.kent.ReportEnvironment
Returns the path to the given DTD.
getData() - Method in class com.dghda.kent.ReportData
Returns a document containing the report data constructed.
getDataSet(String) - Method in class com.dghda.kent.ReportData
Returns the given data set.
getDataSetIterator() - Method in class com.dghda.kent.ReportData
An iterator over the data sets.
getDatum(String, int) - Method in class com.dghda.kent.ReportData.DataSet
Returns the value of the given column/row.
getDocBuilder() - Static method in class com.dghda.kent.XMLConstructor
 
getEnvironment() - Method in class com.dghda.kent.ReportEngine
Returns the environment object.
getError() - Method in class com.dghda.kent.ReportAction.ActionResult
The exception causing the action to fail, if applicable.
getError() - Method in class com.dghda.kent.WrappedException
 
getError() - Method in class com.dghda.kent.WrappedRuntimeException
 
getField() - Method in class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
Get the field source for the column.
getFont() - Method in class com.dghda.kent.ReportTemplateText
Gets the font to use.
getFontBold() - Method in class com.dghda.kent.ReportTemplateText
Get whether the font is bold.
getFontFamily() - Method in class com.dghda.kent.ReportTemplateText
Get the font family to use.
getFontItalic() - Method in class com.dghda.kent.ReportTemplateText
Get whether the font is italic.
getFontSize() - Method in class com.dghda.kent.ReportTemplateText
Get the font size to use.
getForegroundColour() - Method in class com.dghda.kent.ReportTemplateText
Gets the colour to use for the foreground.
getHAlignment() - Method in class com.dghda.kent.ReportTemplateText
Gets the horizontal alignment to use.
getHeading() - Method in class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
Get the heading for the column.
getModule(String) - Method in class com.dghda.kent.SimpleProvider
Returns the module instance with the given ID.
getModuleIterator() - Method in class com.dghda.kent.SimpleProvider
An iterator over all modules provided.
getName() - Method in class com.dghda.kent.ReportData.DataSet
Get the data set's name.
getNodeText(Node) - Static method in class com.dghda.kent.XMLConstructor
Returns the contents of any text node children, concatenated together.
getNumberRows() - Method in class com.dghda.kent.ReportData.DataSet
Returns the number of rows in the data set.
getNumberRows(String) - Method in class com.dghda.kent.ReportData
Gets the number of rows in a given data set.
getOptionalElementByTag(Element, String) - Static method in class com.dghda.kent.XMLConstructor
Returns the single child element with the given tag, or null if there is no such element.
getPageFooterIterator() - Method in class com.dghda.kent.ReportTemplate
Returns an iterator that will iterate over the text contents of the page footer.
getPageHeaderIterator() - Method in class com.dghda.kent.ReportTemplate
Returns an iterator that will iterate over the contents of the page header.
getPageLength() - Method in class com.dghda.kent.ReportTemplate
Returns the report's page length.
getProperties() - Method in interface com.dghda.kent.ReportEnvironment
Returns a Property object containing all configuration parameters.
getProperty(String) - Method in class com.dghda.kent.ReportEngine
Returns the value of the given property, or null if it is not set.
getProperty(String) - Method in interface com.dghda.kent.ReportEnvironment
Returns the value of the given property, or null if it is not set.
getReport(String, String) - Method in class com.dghda.kent.ReportEngine
Returns the given report.
getReportData(Properties) - Method in interface com.dghda.kent.Report
Runs the report with the given configuration options.
getReportEngine() - Method in class com.dghda.kent.BaseKentModule
Gets the report engine that loaded this module.
getReportFooterIterator() - Method in class com.dghda.kent.ReportTemplate
Returns an iterator that will iterate over the contents of the report footer.
getReportHeaderIterator() - Method in class com.dghda.kent.ReportTemplate
Returns an iterator that will iterate over the contents of the report header.
getReportPath() - Method in interface com.dghda.kent.ReportEnvironment
Path to report providers.
getReportTemplate(Properties) - Method in interface com.dghda.kent.Report
Returns the report template with the given configuration options.
getResource(String) - Method in class com.dghda.kent.ReportEngine
Accesses the given resource.
getResource(String) - Method in interface com.dghda.kent.ReportEnvironment
Returns an input stream reading from the given resource.
getRowIterator() - Method in class com.dghda.kent.ReportData.DataSet
Returns an iterator over the rows in the data set.
getSingleElementByTag(Element, String) - Static method in class com.dghda.kent.XMLConstructor
Returns the single child element with the given tag.
getSource() - Method in class com.dghda.kent.ReportTemplateDataSet
Get the data source.
getStatus() - Method in class com.dghda.kent.ReportAction.ActionResult
Additional status information.
getSubstitutedText(ReportData) - Method in class com.dghda.kent.ReportTemplateText
Gets the text with all subsitutions made.
getSubtitle() - Method in class com.dghda.kent.ReportTemplate
Returns the report's sub-title, or null if it doesn't have one.
getSuccess() - Method in class com.dghda.kent.ReportAction.ActionResult
True if the action was completed successfully.
getTemplate() - Method in class com.dghda.kent.ReportTemplate
Returns the report template document.
getText() - Method in class com.dghda.kent.ReportTemplateText
Gets the raw text.
getTitle() - Method in class com.dghda.kent.ReportTemplate
Returns the report's title.
getTransform(String, String) - Method in class com.dghda.kent.ReportEngine
Returns the given transform.
getTransformPath() - Method in interface com.dghda.kent.ReportEnvironment
Path to transform providers.

H

H_ALIGN_ATTR - Static variable in class com.dghda.kent.ReportTemplateText
 
hasCustomFont() - Method in class com.dghda.kent.ReportTemplateText
Returns true if any optional font attributes are specified.

I

InvalidAuthorisationException - exception com.dghda.kent.InvalidAuthorisationException.
 
InvalidAuthorisationException(String) - Constructor for class com.dghda.kent.InvalidAuthorisationException
 
InvalidColumnException - exception com.dghda.kent.InvalidColumnException.
This exception is caused by invalid column data.
InvalidColumnException() - Constructor for class com.dghda.kent.InvalidColumnException
 
InvalidColumnException(String) - Constructor for class com.dghda.kent.InvalidColumnException
 
InvalidDataSetException - exception com.dghda.kent.InvalidDataSetException.
This exception is caused by an invalid data set.
InvalidDataSetException() - Constructor for class com.dghda.kent.InvalidDataSetException
 
InvalidDataSetException(String) - Constructor for class com.dghda.kent.InvalidDataSetException
 

K

KentModule - interface com.dghda.kent.KentModule.
Kent modules have configurations and a way to resolve external XML entities.

M

m_ActionLoader - Variable in class com.dghda.kent.ReportEngine
 
m_Actions - Variable in class com.dghda.kent.AuthorisationManager
 
m_Alignment - Variable in class com.dghda.kent.ReportTemplateText
 
m_Authorisation - Variable in class com.dghda.kent.ReportEngine
 
m_BGColour - Variable in class com.dghda.kent.ReportTemplateText
 
m_Body - Variable in class com.dghda.kent.ReportTemplate
 
m_ColumnIndex - Variable in class com.dghda.kent.ReportData.DataSet
 
m_Columns - Variable in class com.dghda.kent.ReportData.DataSet
 
m_Columns - Variable in class com.dghda.kent.ReportTemplateDataSet
 
m_DataSets - Variable in class com.dghda.kent.ReportData
 
m_Engine - Variable in class com.dghda.kent.BaseKentModule
 
m_Engine - Variable in class com.dghda.kent.SimpleProvider
 
m_Environment - Variable in class com.dghda.kent.ReportEngine
 
m_Error - Variable in class com.dghda.kent.ReportAction.ActionResult
 
m_Error - Variable in class com.dghda.kent.WrappedException
 
m_Error - Variable in class com.dghda.kent.WrappedRuntimeException
 
m_FGColour - Variable in class com.dghda.kent.ReportTemplateText
 
m_Field - Variable in class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
 
m_FontFamily - Variable in class com.dghda.kent.ReportTemplateText
 
m_FontItalic - Variable in class com.dghda.kent.ReportTemplateText
 
m_FontSize - Variable in class com.dghda.kent.ReportTemplateText
 
m_FontWeight - Variable in class com.dghda.kent.ReportTemplateText
 
m_Groups - Variable in class com.dghda.kent.AuthorisationManager.ModuleSpec
 
m_Heading - Variable in class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
 
m_Module - Variable in class com.dghda.kent.AuthorisationManager.ModuleSpec
 
m_Modules - Variable in class com.dghda.kent.SimpleProvider
 
m_Name - Variable in class com.dghda.kent.ReportData.DataSet
 
m_PageFooter - Variable in class com.dghda.kent.ReportTemplate
 
m_PageHeader - Variable in class com.dghda.kent.ReportTemplate
 
m_PageLength - Variable in class com.dghda.kent.ReportTemplate
 
m_ReportFooter - Variable in class com.dghda.kent.ReportTemplate
 
m_ReportHeader - Variable in class com.dghda.kent.ReportTemplate
 
m_ReportLoader - Variable in class com.dghda.kent.ReportEngine
 
m_Reports - Variable in class com.dghda.kent.AuthorisationManager
 
m_Rows - Variable in class com.dghda.kent.ReportData.DataSet
 
m_Source - Variable in class com.dghda.kent.ReportTemplateDataSet
 
m_Status - Variable in class com.dghda.kent.ReportAction.ActionResult
 
m_Subtitle - Variable in class com.dghda.kent.ReportTemplate
 
m_Success - Variable in class com.dghda.kent.ReportAction.ActionResult
 
m_Text - Variable in class com.dghda.kent.ReportTemplateText
 
m_Title - Variable in class com.dghda.kent.ReportTemplate
 
m_TransformLoader - Variable in class com.dghda.kent.ReportEngine
 
m_Transforms - Variable in class com.dghda.kent.AuthorisationManager
 
m_Users - Variable in class com.dghda.kent.AuthorisationManager
 
match(String, String) - Method in class com.dghda.kent.AuthorisationManager
Returns true if the names match.

O

openSelectTag(StringBuffer, String, int, String, boolean, int) - Static method in class com.dghda.kent.ReportEngine
Open a select tag.

P

parse(InputStream) - Method in class com.dghda.kent.AuthorisationManager
Parses an authentication specification from the given input stream.
parse(StreamTokenizer) - Method in class com.dghda.kent.AuthorisationManager
Parses an authentication specification from the given tokenizer.
parseDocument(String) - Static method in class com.dghda.kent.XMLConstructor
Parse a new document.
parseDocument(String, String) - Static method in class com.dghda.kent.XMLConstructor
Parse a new document with the given system ID.
parseModules(LinkedList, StreamTokenizer) - Static method in class com.dghda.kent.AuthorisationManager
Parses report specifications from the given tokenizer.
parseRow(Element) - Method in class com.dghda.kent.ReportData.DataSet
Parse a row.
parseUsers(StreamTokenizer) - Method in class com.dghda.kent.AuthorisationManager
Parses user specifications from the given tokenizer.
performAction(String, String, Properties) - Method in interface com.dghda.kent.ReportAction
Take some action with the results of a report.
printStackTrace() - Method in class com.dghda.kent.WrappedException
Prints the stack trace of the wrapped exception, if there is one.
printStackTrace(PrintStream) - Method in class com.dghda.kent.WrappedException
Prints the stack trace of the wrapped exception, if there is one.
printStackTrace(PrintWriter) - Method in class com.dghda.kent.WrappedException
Prints the stack trace of the wrapped exception, if there is one.
printStackTrace() - Method in class com.dghda.kent.WrappedRuntimeException
Prints the stack trace of the wrapped exception, if there is one.
printStackTrace(PrintStream) - Method in class com.dghda.kent.WrappedRuntimeException
Prints the stack trace of the wrapped exception, if there is one.
printStackTrace(PrintWriter) - Method in class com.dghda.kent.WrappedRuntimeException
Prints the stack trace of the wrapped exception, if there is one.

R

REPORT_ID - Static variable in interface com.dghda.kent.KentModule
The name of the property containing the module name.
Report - interface com.dghda.kent.Report.
The interface all reports must implement.
ReportAction - interface com.dghda.kent.ReportAction.
An interface used to output a report's results.
ReportAction.ActionResult - class com.dghda.kent.ReportAction.ActionResult.
A class that encapsulates the result of performing an action.
ReportAction.ActionResult() - Constructor for class com.dghda.kent.ReportAction.ActionResult
A success, with no status message.
ReportAction.ActionResult(boolean, String) - Constructor for class com.dghda.kent.ReportAction.ActionResult
Success/failure, with a status message.
ReportAction.ActionResult(String, Throwable) - Constructor for class com.dghda.kent.ReportAction.ActionResult
Failure, with a status message and an exception.
ReportAction.ActionResult(Throwable) - Constructor for class com.dghda.kent.ReportAction.ActionResult
Failure, with an exception.
ReportData - class com.dghda.kent.ReportData.
This class provides a convenient method of creating a report data document.
ReportData() - Constructor for class com.dghda.kent.ReportData
Constructs a new report data object.
ReportData(Document) - Constructor for class com.dghda.kent.ReportData
Constructs a new report data object by parsing the given document.
ReportData.DataSet - class com.dghda.kent.ReportData.DataSet.
A class which contains encapsulates a data set.
ReportData.DataSet(String, String[]) - Constructor for class com.dghda.kent.ReportData.DataSet
Creates a new data set with the given name.
ReportData.DataSet(Element) - Constructor for class com.dghda.kent.ReportData.DataSet
Creates a new data set by parsing the given DOM element.
ReportEngine - class com.dghda.kent.ReportEngine.
The report engine manages the available reports, actions and transforms.
ReportEngine(AuthorisationManager, ReportEnvironment) - Constructor for class com.dghda.kent.ReportEngine
Create a new report engine, using the given report & DTD path(s).
ReportEnvironment - interface com.dghda.kent.ReportEnvironment.
An interface which encapsulates the environment the engine is running in.
ReportTemplate - class com.dghda.kent.ReportTemplate.
This class provides a convenient method of creating a report template.
ReportTemplate() - Constructor for class com.dghda.kent.ReportTemplate
Constructs a new empty report template.
ReportTemplate(String) - Constructor for class com.dghda.kent.ReportTemplate
Constructs a new report template using default settings for the title.
ReportTemplate(String, String) - Constructor for class com.dghda.kent.ReportTemplate
Constructs a new report template using default settings for the title and subtitle.
ReportTemplate(ReportTemplateText) - Constructor for class com.dghda.kent.ReportTemplate
Constructs a new report template.
ReportTemplate(ReportTemplateText, ReportTemplateText) - Constructor for class com.dghda.kent.ReportTemplate
Constructs a new report template.
ReportTemplateDataSet - class com.dghda.kent.ReportTemplateDataSet.
This class provides a convenient method of creating a report template data set node.
ReportTemplateDataSet(String) - Constructor for class com.dghda.kent.ReportTemplateDataSet
Create a new data set object which uses the given source.
ReportTemplateDataSet(Element) - Constructor for class com.dghda.kent.ReportTemplateDataSet
Create a new data set object by parsing the given DataSet element.
ReportTemplateDataSet.ColumnDefinition - class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition.
A class for describing a column.
ReportTemplateDataSet.ColumnDefinition(String, String) - Constructor for class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
 
ReportTemplateDataSet.ColumnDefinition(Element) - Constructor for class com.dghda.kent.ReportTemplateDataSet.ColumnDefinition
 
ReportTemplateText - class com.dghda.kent.ReportTemplateText.
This class provides a convenient method of creating a report template text node.
ReportTemplateText() - Constructor for class com.dghda.kent.ReportTemplateText
Create a new empty text object with default settings.
ReportTemplateText(String) - Constructor for class com.dghda.kent.ReportTemplateText
Create a new object containing the given text, with default settings.
ReportTemplateText(String, Font) - Constructor for class com.dghda.kent.ReportTemplateText
Create a new object containing the given text, using the given font.
ReportTemplateText(String, Color, Color, Font, int) - Constructor for class com.dghda.kent.ReportTemplateText
Create a new object containing the given text, using the given settings.
ReportTemplateText(Element) - Constructor for class com.dghda.kent.ReportTemplateText
Create a new text object by parsing the given element.
ReportTransform - interface com.dghda.kent.ReportTransform.
An interface used to transform a report's results.
ReportTransformException - exception com.dghda.kent.ReportTransformException.
An error occurred transforming a report's results.
ReportTransformException(String) - Constructor for class com.dghda.kent.ReportTransformException
 
ReportTransformException(String, Throwable) - Constructor for class com.dghda.kent.ReportTransformException
 
ReportingException - exception com.dghda.kent.ReportingException.
 
ReportingException(String) - Constructor for class com.dghda.kent.ReportingException
 
ReportingException(String, Throwable) - Constructor for class com.dghda.kent.ReportingException
 
readConfig(String, InputStream) - Method in class com.dghda.kent.SimpleProvider
Reads module classes from the given configuration file.

S

SELECT_STYLE_CHECK - Static variable in class com.dghda.kent.ReportEngine
A check-box type select.
SELECT_STYLE_COMBO - Static variable in class com.dghda.kent.ReportEngine
A combo-box type select.
SELECT_STYLE_RADIO - Static variable in class com.dghda.kent.ReportEngine
A radio-button type select.
SIMPLE_PROVIDER_CONFIG_FILE_PROPERTY - Static variable in class com.dghda.kent.SimpleProvider
 
SimpleProvider - class com.dghda.kent.SimpleProvider.
A class which loads modules from classes specified in a config file.
SimpleProvider(ReportEngine) - Constructor for class com.dghda.kent.SimpleProvider
Create a new simple provider for the given report engine.
SubstitutionException - exception com.dghda.kent.SubstitutionException.
This exception is caused by an invalid text substitution.
SubstitutionException() - Constructor for class com.dghda.kent.SubstitutionException
 
SubstitutionException(String) - Constructor for class com.dghda.kent.SubstitutionException
 
setBackgroundColour(Color) - Method in class com.dghda.kent.ReportTemplateText
Sets the colour to use for the background.
setError(Throwable) - Method in class com.dghda.kent.ReportAction.ActionResult
 
setFont(Font) - Method in class com.dghda.kent.ReportTemplateText
Sets all the font attributes to use.
setFontBold(boolean) - Method in class com.dghda.kent.ReportTemplateText
Sets whether the font to use is bold.
setFontFamily(String) - Method in class com.dghda.kent.ReportTemplateText
Sets the font family to use.
setFontItalic(boolean) - Method in class com.dghda.kent.ReportTemplateText
Sets whether the font to use is italic.
setFontSize(int) - Method in class com.dghda.kent.ReportTemplateText
Sets the font size to use.
setForegroundColour(Color) - Method in class com.dghda.kent.ReportTemplateText
Sets the colour to use for the foreground.
setHAlignment(int) - Method in class com.dghda.kent.ReportTemplateText
Sets the horizontal alignment to use.
setPageLength(int) - Method in class com.dghda.kent.ReportTemplate
Sets the page length.
setSource(String) - Method in class com.dghda.kent.ReportTemplateDataSet
Set the data source.
setStatus(String) - Method in class com.dghda.kent.ReportAction.ActionResult
 
setSuccess(boolean) - Method in class com.dghda.kent.ReportAction.ActionResult
 
setText(String) - Method in class com.dghda.kent.ReportTemplateText
Sets the text.

T

TEMPLATE_DTD - Static variable in class com.dghda.kent.ReportTemplate
The name of the report template DTD.
toString() - Method in class com.dghda.kent.WrappedException
 
toString() - Method in class com.dghda.kent.WrappedRuntimeException
 
transform(OutputStream, String, String, Properties) - Method in interface com.dghda.kent.ReportTransform
Transform the results of a report.

W

WrappedException - exception com.dghda.kent.WrappedException.
An exception that may wrap a different exception.
WrappedException(String) - Constructor for class com.dghda.kent.WrappedException
 
WrappedException(String, Throwable) - Constructor for class com.dghda.kent.WrappedException
 
WrappedRuntimeException - exception com.dghda.kent.WrappedRuntimeException.
An runtime exception that may wrap a different exception.
WrappedRuntimeException(String) - Constructor for class com.dghda.kent.WrappedRuntimeException
 
WrappedRuntimeException(String, Throwable) - Constructor for class com.dghda.kent.WrappedRuntimeException
 
writeSubstitution(StringBuffer, String, ReportData) - Method in class com.dghda.kent.ReportTemplateText
Writes the substituted text to the given buffer.

X

XMLConstructor - class com.dghda.kent.XMLConstructor.
This class provides methods useful for classes which want to construct or parse XML documents.
XMLConstructor() - Constructor for class com.dghda.kent.XMLConstructor
 

A B C D E F G H I K M O P R S T W X