Uses of Interface
net.sf.jasperreports.engine.JRTextField

Packages that use JRTextField
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRTextField in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRTextField
abstract  JRTextField JRAbstractObjectFactory.getTextField(JRTextField textField)
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRTextField
 void JRExpressionCollector.collect(JRTextField textField)
           
abstract  JRTextField JRAbstractObjectFactory.getTextField(JRTextField textField)
           
 

Uses of JRTextField in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRTextField
 class JRBaseTextField
          This class is used for representing a text field.
 

Methods in net.sf.jasperreports.engine.base that return JRTextField
 JRTextField JRBaseObjectFactory.getTextField(JRTextField textField)
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRTextField
 JRTextField JRBaseObjectFactory.getTextField(JRTextField textField)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRTextField
JRBaseTextField(JRTextField textField, JRBaseObjectFactory factory)
          Initializes the text field properties.
 

Uses of JRTextField in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRTextField
 class JRDesignTextField
           
 

Uses of JRTextField in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRTextField
 class JRFillTextField
           
 

Methods in net.sf.jasperreports.engine.fill that return JRTextField
 JRTextField JRFillObjectFactory.getTextField(JRTextField textField)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRTextField
protected  void JRTemplateText.setTextField(JRTextField textField)
           
 JRTextField JRFillObjectFactory.getTextField(JRTextField textField)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRTextField
JRFillTextField(JRBaseFiller filler, JRTextField textField, JRFillObjectFactory factory)
           
JRTemplateText(JRTextField textField, JRFont font)
           
 

Uses of JRTextField in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRTextField
 void JRXmlWriter.writeTextField(JRTextField textField)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com