Uses of Interface
com.metamatrix.common.transaction.UserTransactionFactory

Packages that use UserTransactionFactory
com.metamatrix.common.object   
com.metamatrix.common.transaction.manager   
com.metamatrix.common.tree   
com.metamatrix.common.tree.basic   
com.metamatrix.common.tree.directory   
com.metamatrix.console.models   
com.metamatrix.console.ui.views.properties   
com.metamatrix.toolbox.ui.widget.tree   
 

Uses of UserTransactionFactory in com.metamatrix.common.object
 

Subinterfaces of UserTransactionFactory in com.metamatrix.common.object
 interface PropertiedObjectEditor
          This interface represents an object that can view and edit properties for a PropertiedObject.
 interface PropertiedObjectsEditor
           
 interface PropertiedObjectView
           
 

Classes in com.metamatrix.common.object that implement UserTransactionFactory
 class PropertiedObjectEditorImpl
           
 class PropertiedObjectsEditorImpl
           
 

Constructors in com.metamatrix.common.object with parameters of type UserTransactionFactory
PropertiedObjectEditorImpl(PropertyAccessPolicy policy, UserTransactionFactory txnFactory)
           
PropertiedObjectEditorImpl(UserTransactionFactory txnFactory)
           
PropertiedObjectsEditorImpl(PropertyAccessPolicy policy, UserTransactionFactory txnFactory)
           
PropertiedObjectsEditorImpl(UserTransactionFactory txnFactory)
           
 

Uses of UserTransactionFactory in com.metamatrix.common.transaction.manager
 

Classes in com.metamatrix.common.transaction.manager that implement UserTransactionFactory
 class SimpleUserTransactionFactory
           
 

Uses of UserTransactionFactory in com.metamatrix.common.tree
 

Subinterfaces of UserTransactionFactory in com.metamatrix.common.tree
 interface TreeNodeEditor
          This interface defines a view of a hierarchy of TreeNode instances.
 interface TreeView
          This interface defines a view of a hierarchy of TreeNode instances.
 

Classes in com.metamatrix.common.tree that implement UserTransactionFactory
 class AbstractTreeView
           
 class RuledTreeViewImpl
           
 

Uses of UserTransactionFactory in com.metamatrix.common.tree.basic
 

Classes in com.metamatrix.common.tree.basic that implement UserTransactionFactory
 class BasicTreeNodeEditor
           
 class BasicTreeView
           
 

Methods in com.metamatrix.common.tree.basic that return UserTransactionFactory
 UserTransactionFactory BasicTreeNodeSource.getUserTransactionFactory()
          Return the UserTransactionFactory instance for this TreeNodeSource
 

Constructors in com.metamatrix.common.tree.basic with parameters of type UserTransactionFactory
BasicTreeNodeEditor(ObjectIDFactory idFactory, PropertyAccessPolicy policy, UserTransactionFactory txnFactory)
           
BasicTreeNodeEditor(ObjectIDFactory idFactory, UserTransactionFactory txnFactory)
           
BasicTreeNodeSource(ObjectIDFactory idFactory, PropertyAccessPolicy policy, UserTransactionFactory txnFactory)
           
BasicTreeNodeSource(ObjectIDFactory idFactory, UserTransactionFactory txnFactory)
           
 

Uses of UserTransactionFactory in com.metamatrix.common.tree.directory
 

Subinterfaces of UserTransactionFactory in com.metamatrix.common.tree.directory
 interface DirectoryEntryEditor
          This interface defines a edit DirectoryEntry instances.
 interface DirectoryEntryView
          This interface defines a view of a hierarchy of DirectoryEntry instances.
 

Classes in com.metamatrix.common.tree.directory that implement UserTransactionFactory
 class FileSystemEntryEditor
          This interface defines a view of a hierarchy of TreeNode instances.
 class FileSystemView
          This interface defines a view of a hierarchy of DirectoryEntry instances.
 class RuledDirectoryEntryViewImpl
           
 

Uses of UserTransactionFactory in com.metamatrix.console.models
 

Classes in com.metamatrix.console.models that implement UserTransactionFactory
 class ConfigurationPropertiedObjectEditor
          This class serves as both a PropertiedObjectEditor and a UserTransaction for the editing of ComponentObjects and the PropertyDefinitions associated to them through their ComponentType.
 class ResourcePropertiedObjectEditor
          Created on Jun 11, 2002 This propertied object editor is for internal resources.
 

Uses of UserTransactionFactory in com.metamatrix.console.ui.views.properties
 

Classes in com.metamatrix.console.ui.views.properties that implement UserTransactionFactory
 class ConsolePropertiedEditor
           
 

Uses of UserTransactionFactory in com.metamatrix.toolbox.ui.widget.tree
 

Classes in com.metamatrix.toolbox.ui.widget.tree that implement UserTransactionFactory
 class DefaultTreeNodeEditor
           
 class DefaultTreeView
          This is the default TreeView used by DefaultTreeModel.
 



Copyright © 2009. All Rights Reserved.