A B C D E F G H I K L M N O P R S T U V

T

Table - class net.sf.colle.sql.schema.Table.
Model abstraction of a relational table.
Table(String) - Constructor for class net.sf.colle.sql.schema.Table
Constructs a table with limited state (use for dropping foreign tables only).
Table(File, TableBuilder) - Constructor for class net.sf.colle.sql.schema.Table
Constructs a relational table from a node in a DOM tree.
TableBuilder - class net.sf.colle.sql.schema.TableBuilder.
Command line utility for building SQL tables.
TableBuilder() - Constructor for class net.sf.colle.sql.schema.TableBuilder
Constructs a new table builder with the model and data directories set by system properties.
TableBuilder(File, File, boolean, Connection) - Constructor for class net.sf.colle.sql.schema.TableBuilder
Constructs a new table builder with the specified model and data directories.
TableBuilderTask - class net.sf.colle.ant.TableBuilderTask.
Validates application specific Colle files.
TableBuilderTask() - Constructor for class net.sf.colle.ant.TableBuilderTask
 
TableBuilderTask.LoaderFilterStub - class net.sf.colle.ant.TableBuilderTask.LoaderFilterStub.
 
TableBuilderTask.LoaderFilterStub() - Constructor for class net.sf.colle.ant.TableBuilderTask.LoaderFilterStub
 
TableLoader - class net.sf.colle.sql.schema.TableLoader.
Loads tables with text files.
TableLoader(Table, Connection) - Constructor for class net.sf.colle.sql.schema.TableLoader
Constructs the table loader and prepares the table for loading.
TableLoader(Table, List, Connection) - Constructor for class net.sf.colle.sql.schema.TableLoader
Constructs the table loader and prepares the table for loading.
TaskHelper - class net.sf.colle.ant.TaskHelper.
Common helper methods for ant tasks.
Test - interface net.sf.colle.mid.ejb.test.Test.
Test interface for use in net.sf.colle.mid.ejb.test tests.
Test - interface net.sf.colle.mid.ejb.test.colle_gen.Test.
Generated EJB remote interface for Test.
TestBean - class net.sf.colle.mid.ejb.test.colle_gen.TestBean.
Generated EJB session bean for Test.
TestBean() - Constructor for class net.sf.colle.mid.ejb.test.colle_gen.TestBean
 
TestCodeGenerator - class net.sf.colle.sql.test.TestCodeGenerator.
Tests code generated by sql/CodeGenerator.xsl.
TestCodeGenerator() - Constructor for class net.sf.colle.sql.test.TestCodeGenerator
 
TestController - class net.sf.colle.web.test.TestController.
Test controller for testing net.sf.colle.web.
TestController() - Constructor for class net.sf.colle.web.test.TestController
 
TestEJBs - class net.sf.colle.mid.ejb.test.TestEJBs.
Runs tests on EJB code generators.
TestFactory - class net.sf.colle.mid.ejb.test.TestFactory.
Generated factory class for the Test logic class.
TestFactory() - Constructor for class net.sf.colle.mid.ejb.test.TestFactory
 
TestForm - class net.sf.colle.forms.test.TestForm.
Generated file for validating the TestForm form.
TestForm() - Constructor for class net.sf.colle.forms.test.TestForm
Constructs a TestForm with the same name.
TestForm(String) - Constructor for class net.sf.colle.forms.test.TestForm
Constructs a TestForm with the specified name.
TestForm.Car - class net.sf.colle.forms.test.TestForm.Car.
Java doc for the car list structure Define the inner car structure class.
TestForm.Car(FormElement) - Constructor for class net.sf.colle.forms.test.TestForm.Car
Create a new car structure element.
TestForm.Color - class net.sf.colle.forms.test.TestForm.Color.
Define the inner color FormSet class.
TestForm.Color(FormElement) - Constructor for class net.sf.colle.forms.test.TestForm.Color
Create a new color FormSet element.
TestForm.State - class net.sf.colle.forms.test.TestForm.State.
Define the inner state FormSet class.
TestForm.State(FormElement) - Constructor for class net.sf.colle.forms.test.TestForm.State
Create a new state FormSet element.
TestFormController - class net.sf.colle.forms.test.TestFormController.
Test controller for testing net.sf.colle.forms.
TestFormController() - Constructor for class net.sf.colle.forms.test.TestFormController
 
TestHome - interface net.sf.colle.mid.ejb.test.colle_gen.TestHome.
Generated EJB home interface for Test.
TestImpl - class net.sf.colle.mid.ejb.test.TestImpl.
Implementation of the test bean.
TestImpl() - Constructor for class net.sf.colle.mid.ejb.test.TestImpl
 
TestTable - class net.sf.colle.sql.test.TestTable.
Generated file for accessing the TestTable table/view.
TestTable() - Constructor for class net.sf.colle.sql.test.TestTable
 
TestTable.Row - interface net.sf.colle.sql.test.TestTable.Row.
 
TestTable2 - class net.sf.colle.sql.test.TestTable2.
Generated file for accessing the TestTable2 table/view.
TestTable2() - Constructor for class net.sf.colle.sql.test.TestTable2
 
TestTable2.Row - interface net.sf.colle.sql.test.TestTable2.Row.
 
Text - class net.sf.colle.forms.Text.
This class is the text element within a form structure.
Text(String, Object, FormElement, String, boolean, int, int) - Constructor for class net.sf.colle.forms.Text
Create a new text element.
TooFewFieldsException - exception net.sf.colle.sql.schema.TooFewFieldsException.
Exception to be thrown in read, update and delete methods of the persistence classes.
TooFewFieldsException() - Constructor for class net.sf.colle.sql.schema.TooFewFieldsException
Constructs an exception with no inner throwable.
TooFewFieldsException(String) - Constructor for class net.sf.colle.sql.schema.TooFewFieldsException
Constructs an exception with a message and no inner throwable.
TooFewFieldsException(Throwable) - Constructor for class net.sf.colle.sql.schema.TooFewFieldsException
Constructs an exception with a throwable
TooFewFieldsException(String, Throwable) - Constructor for class net.sf.colle.sql.schema.TooFewFieldsException
Constructs an exception with a message and a throwable
TooManyFieldsException - exception net.sf.colle.sql.schema.TooManyFieldsException.
Exception to be thrown in read, update and delete methods of the persistence classes.
TooManyFieldsException() - Constructor for class net.sf.colle.sql.schema.TooManyFieldsException
Constructs an exception with no inner throwable.
TooManyFieldsException(String) - Constructor for class net.sf.colle.sql.schema.TooManyFieldsException
Constructs an exception with a message and no inner throwable.
TooManyFieldsException(Throwable) - Constructor for class net.sf.colle.sql.schema.TooManyFieldsException
Constructs an exception with a throwable
TooManyFieldsException(String, Throwable) - Constructor for class net.sf.colle.sql.schema.TooManyFieldsException
Constructs an exception with a message and a throwable
Transformation - class net.sf.colle.xml.Transformation.
Information regarding a transformation.
Transformation(URL, String) - Constructor for class net.sf.colle.xml.Transformation
Constructs a transformation with a path to the stylesheet.
throwException() - Method in interface net.sf.colle.mid.ejb.test.Test
Throws an exception, causes transaction to be rolled back.
throwException() - Method in class net.sf.colle.mid.ejb.test.TestImpl
Throws an exception, causes transaction to be rolled back.
throwException() - Method in class net.sf.colle.mid.ejb.test.colle_gen.ClientTest
Throws an exception, causes transaction to be rolled back.
throwException() - Method in interface net.sf.colle.mid.ejb.test.colle_gen.Test
Throws an exception, causes transaction to be rolled back.
throwException() - Method in class net.sf.colle.mid.ejb.test.colle_gen.TestBean
Throws an exception, causes transaction to be rolled back.
transform(Source, long, String, Result, long, String) - Method in class net.sf.colle.ant.GeneratingTask
 
transform() - Method in class net.sf.colle.web.Context
Sends the output to the client.
transform(Source, Result) - Method in class net.sf.colle.xml.Transformation
Performs this transformation.

A B C D E F G H I K L M N O P R S T U V