SRJRCFrames
v0.1.296
A B C D E F G H I J K L M N O P Q R S T U V W X

T

TableDefinition - Class in de.schwarzrot.data.meta
 
TableDefinition() - Constructor for class de.schwarzrot.data.meta.TableDefinition
 
tableDefinitions(Connection, SchemaDefinition) - Method in class de.schwarzrot.data.access.support.AbstractDbUtils
 
tableDefinitions(Connection, SchemaDefinition) - Method in interface de.schwarzrot.data.access.support.DbUtil
 
tableDefinitions(Connection, SchemaDefinition) - Method in class de.schwarzrot.data.access.support.PgUtils
 
tableExists(SchemaDefinition, String) - Method in class de.schwarzrot.data.meta.support.DatabaseModelAccessor
 
tableNames(SchemaDefinition) - Method in class de.schwarzrot.data.meta.support.DatabaseModelAccessor
 
taFactory - Static variable in class de.schwarzrot.app.support.AbstractApplication
 
taFactory - Static variable in class de.schwarzrot.ui.control.support.AbstractDetailsView
 
taFactory - Static variable in class de.schwarzrot.ui.control.support.AbstractTableView
 
taFactory - Static variable in class de.schwarzrot.ui.ServicesTableView
 
taFactory - Static variable in class de.schwarzrot.ui.support.AbstractDesktop
 
Task - Class in de.schwarzrot.concurrent
wrapper around Runnable to add easy access to ProgressPublisher.
Task() - Constructor for class de.schwarzrot.concurrent.Task
 
Task(ProgressPublisher) - Constructor for class de.schwarzrot.concurrent.Task
 
TaskPerThreadExecutor - Class in de.schwarzrot.concurrent
a Task for long running background jobs.
TaskPerThreadExecutor() - Constructor for class de.schwarzrot.concurrent.TaskPerThreadExecutor
 
TCPClient - Class in de.schwarzrot.app.net
 
TCPClient(String, int) - Constructor for class de.schwarzrot.app.net.TCPClient
 
TCPClient(String, int, Charset) - Constructor for class de.schwarzrot.app.net.TCPClient
 
tellProto() - Method in class de.schwarzrot.net.http.server.HTTPRequestProcessor
 
TemporaryRedirect - Static variable in class de.schwarzrot.net.http.HttpStatusCode
 
TestAnnotationProfessor - Class in de.schwarzrot.annotation.processing
 
TestAnnotationProfessor() - Constructor for class de.schwarzrot.annotation.processing.TestAnnotationProfessor
 
TextChangeAdapter - Class in de.schwarzrot.ui.control.model
an implementation of a TextChangeModel.
TextChangeAdapter(ValueModel) - Constructor for class de.schwarzrot.ui.control.model.TextChangeAdapter
 
TextChangeModel - Interface in de.schwarzrot.ui.control.model
model interface to add model functionality to a JButton, base for image-, file-, font- and color-selections.
ThresholdFilter<E> - Interface in de.schwarzrot.ui.control.support
 
TimestampResponseHandler - Class in de.schwarzrot.app.support
 
TimestampResponseHandler(AbstractResponseHandler) - Constructor for class de.schwarzrot.app.support.TimestampResponseHandler
 
TITLE_ERROR - Static variable in interface de.schwarzrot.app.Application
 
TITLE_HINT - Static variable in interface de.schwarzrot.app.Application
 
TITLE_NOT_ALLOWED - Static variable in class de.schwarzrot.app.ui.control.OptionBundleDialog
 
TITLE_NOT_IMPLEMENTED - Static variable in interface de.schwarzrot.app.Application
 
TITLE_NOT_SAVED - Static variable in class de.schwarzrot.ui.control.ApplicationConfigDialog
 
TMPDIR - Static variable in class de.schwarzrot.system.SysInfo
 
TOClear<E extends Entity> - Class in de.schwarzrot.data.transaction
describes an operation, bound in a transaction, that is used to remove all persistent instances of a given Entity.
TOClear(Class<E>) - Constructor for class de.schwarzrot.data.transaction.TOClear
 
TOContextOperation<E extends Entity> - Class in de.schwarzrot.data.transaction
 
TOContextOperation(Class<E>) - Constructor for class de.schwarzrot.data.transaction.TOContextOperation
 
TOContextOperation(Class<E>, Object) - Constructor for class de.schwarzrot.data.transaction.TOContextOperation
 
TOCount<E extends Entity> - Class in de.schwarzrot.data.transaction
describes an operation, bound in a transaction, that is used to count all persistent instances of given Entity.
TOCount(Class<E>) - Constructor for class de.schwarzrot.data.transaction.TOCount
creates a counting operation for a transaction.
TOCount(Class<E>, ConditionElement) - Constructor for class de.schwarzrot.data.transaction.TOCount
creates a counting operation for a transaction.
TOCount(Class<E>, List<ConditionElement>) - Constructor for class de.schwarzrot.data.transaction.TOCount
creates a counting operation for a transaction.
ToggleList<L extends Entity,R extends Entity> - Class in de.schwarzrot.ui.control
standard control to allow visual control over the attachment on multiple simple objects.
ToggleList() - Constructor for class de.schwarzrot.ui.control.ToggleList
 
toolTipHandler - Variable in class de.schwarzrot.ui.control.support.AbstractTableView
 
ToolTipHandler<E extends Entity> - Interface in de.schwarzrot.ui
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.BooleanConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.ByteConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.ColorConverter
 
toPersistence(Object, int) - Method in interface de.schwarzrot.data.support.Converter
convert a value from java world into a value for persistence.
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.DateConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.DoubleConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.EntityConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.EnumConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.FileConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.FloatConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.IntConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.LongConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.NullConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.ShortConverter
 
toPersistence(Object, int) - Method in class de.schwarzrot.data.support.StringConverter
 
TopMainFrame - Class in de.schwarzrot.ui
implementation of a MainFrame for MWI-mode desktops.
TopMainFrame(String, Application<?>) - Constructor for class de.schwarzrot.ui.TopMainFrame
 
TORead<E extends Entity> - Class in de.schwarzrot.data.transaction
describes an operation, bound in a transaction, that is used to read persistent instances of given Entity.
TORead(Class<E>) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType Result of the read operation can be accessed using getResult()
TORead(Class<E>, Collection<String>) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that partially reads all persistent instances of the given entityType, filtered by the given condition.
TORead(Class<E>, Collection<String>, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that partially reads all persistent instances of the given entityType, filtered by the given condition.
TORead(Class<E>, ConditionElement) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by a single condition element.
TORead(Class<E>, ConditionElement, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by a single condition element.
TORead(Class<E>, List<ConditionElement>) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by the given condition.
TORead(Class<E>, List<ConditionElement>, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by the given condition.
TORead(Class<E>, List<ConditionElement>, Collection<String>) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that partially reads all persistent instances of the given entityType, filtered by the given condition.
TORead(Class<E>, List<ConditionElement>, int, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by the given condition.
TORead(E) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that fully populates a partial read Entity instance.
TORead(List<E>, Class<E>) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType.
TORead(List<E>, Class<E>, ConditionElement) - Constructor for class de.schwarzrot.data.transaction.TORead
 
TORead(List<E>, Class<E>, ConditionElement, int, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
 
TORead(List<E>, Class<E>, List<ConditionElement>) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by the given condition.
TORead(List<E>, Class<E>, List<ConditionElement>, Collection<String>, int, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that partially reads all persistent instances of the given entityType, filtered by the given condition.
TORead(List<E>, Class<E>, List<ConditionElement>, int, boolean) - Constructor for class de.schwarzrot.data.transaction.TORead
creates a transaction operation, that reads all persistent instances of the given entityType, filtered by the given condition.
TORemove<E extends Entity> - Class in de.schwarzrot.data.transaction
describes an operation, bound in a transaction, that is used to remove persistent instances of given Entity.
TORemove(Class<E>, ConditionElement) - Constructor for class de.schwarzrot.data.transaction.TORemove
creates a transaction operation, that removes all persistent instances, that match given condition.
TORemove(Class<E>, List<ConditionElement>) - Constructor for class de.schwarzrot.data.transaction.TORemove
creates a transaction operation, that removes all persistent instances, that match given condition.
TORemove(E) - Constructor for class de.schwarzrot.data.transaction.TORemove
creates a transaction operation, that removes the given instance.
TORemove(Entity, Class<E>) - Constructor for class de.schwarzrot.data.transaction.TORemove
creates a transaction operation, that removes all related children of given childType
TORemove(List<E>) - Constructor for class de.schwarzrot.data.transaction.TORemove
creates a transaction operation, that removes all given instances.
TOSave<E extends Entity> - Class in de.schwarzrot.data.transaction
describes an operation, bound in a transaction, that is used to save given instances to persistence.
TOSave(E) - Constructor for class de.schwarzrot.data.transaction.TOSave
creates a transaction operation, that saves the given instance.
TOSave(List<E>) - Constructor for class de.schwarzrot.data.transaction.TOSave
creates a transaction operation, that saves all given instances.
TOSetProperty<E extends Entity> - Class in de.schwarzrot.data.transaction
 
TOSetProperty(E, Collection<String>, ConditionElement) - Constructor for class de.schwarzrot.data.transaction.TOSetProperty
creates a transaction operation, that changes the given property names of all instances matching the given condition to the appropriate values from valueHolder.
TOSetProperty(E, Collection<String>, List<ConditionElement>) - Constructor for class de.schwarzrot.data.transaction.TOSetProperty
creates a transaction operation, that changes the given property names of all instances matching the given condition to the appropriate values from valueHolder.
TOSetProperty(E, String[], ConditionElement) - Constructor for class de.schwarzrot.data.transaction.TOSetProperty
 
TOSetProperty(E, String[], List<ConditionElement>) - Constructor for class de.schwarzrot.data.transaction.TOSetProperty
 
toString() - Method in class de.schwarzrot.app.domain.Option
 
toString() - Method in class de.schwarzrot.app.domain.OptionBundle
 
toString() - Method in class de.schwarzrot.app.service.XtensibleResourceBundleMessageSource
Show the configuration of this MessageSource.
toString() - Method in class de.schwarzrot.app.support.AbstractApplication
 
toString() - Method in class de.schwarzrot.data.access.support.PropertyInfo
 
toString() - Method in class de.schwarzrot.data.meta.AttributeDomain
 
toString() - Method in class de.schwarzrot.data.meta.ColumnDefinition
 
toString() - Method in class de.schwarzrot.data.meta.IndexDefinition
 
toString() - Method in class de.schwarzrot.data.meta.IndexMetaData
 
toString() - Method in class de.schwarzrot.data.meta.SchemaDefinition
 
toString() - Method in class de.schwarzrot.data.meta.TableDefinition
 
toString() - Method in class de.schwarzrot.data.ResourceNode
 
toString() - Method in class de.schwarzrot.data.support.AbstractEntity
 
toString() - Method in class de.schwarzrot.jar.JarExtension
 
Transaction - Interface in de.schwarzrot.data.transaction
A transaction with an interface similar to Transaction, but with slightly different approach.
TransactionalOperation<E extends Entity> - Interface in de.schwarzrot.data.transaction
 
TransactionalOperation.DataDirection - Enum in de.schwarzrot.data.transaction
 
TransactionFactory - Interface in de.schwarzrot.data.transaction.support
used i.e. by the Repository to create implicit Transactions on convenience calls.
TransactionResource<T> - Class in de.schwarzrot.data.access
a wrapper class for the persistence handles used by EntityManagers.
TransactionResource(T) - Constructor for class de.schwarzrot.data.access.TransactionResource
 
TransactionStatus - Enum in de.schwarzrot.data.transaction
 
transform(R) - Method in class de.schwarzrot.ui.control.model.EventToggleListModel
creates an instance from the given instance, usable to insert in the left toggle box
transform - Variable in class de.schwarzrot.ui.util.GraphicsContext.GraphicsSaveables
 
TreeNode<E> - Class in de.schwarzrot.util
 
TreeNode(String) - Constructor for class de.schwarzrot.util.TreeNode
 
TreeNode(String, E) - Constructor for class de.schwarzrot.util.TreeNode
 
TreeNode(TreeNode<E>, String, E) - Constructor for class de.schwarzrot.util.TreeNode
 
treeWillCollapse(TreeExpansionEvent) - Method in class de.schwarzrot.ui.control.NavigatorTreeView.TreeManager
 
treeWillExpand(TreeExpansionEvent) - Method in class de.schwarzrot.ui.control.NavigatorTreeView.TreeManager
 
truncate(Connection, EntityDescriptor, DbUtil) - Method in class de.schwarzrot.data.access.jdbc.JDBCEntityManager
 
TryAgainTransactionException - Exception in de.schwarzrot.app.errors
exception useable for transaction partners to get synchronized.
TryAgainTransactionException(String, PropertyChangeEvent, int) - Constructor for exception de.schwarzrot.app.errors.TryAgainTransactionException
 

SRJRCFrames
v0.1.296
A B C D E F G H I J K L M N O P Q R S T U V W X
hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.