Uses of Class
org.eclipse.mylar.tasks.core.AbstractAttributeFactory

Packages that use AbstractAttributeFactory
org.eclipse.mylar.tasks.core   
org.eclipse.mylar.tasks.tests   
org.eclipse.mylar.tasks.tests.connector   
 

Uses of AbstractAttributeFactory in org.eclipse.mylar.tasks.core
 

Fields in org.eclipse.mylar.tasks.core declared as AbstractAttributeFactory
private  AbstractAttributeFactory AttributeContainer.attributeFactory
           
 

Methods in org.eclipse.mylar.tasks.core that return AbstractAttributeFactory
 AbstractAttributeFactory IOfflineTaskHandler.getAttributeFactory()
           
 

Methods in org.eclipse.mylar.tasks.core with parameters of type AbstractAttributeFactory
 void RepositoryTaskData.setAttributeFactory(AbstractAttributeFactory factory)
           
 void AttributeContainer.setAttributeFactory(AbstractAttributeFactory factory)
           
 

Constructors in org.eclipse.mylar.tasks.core with parameters of type AbstractAttributeFactory
AttributeContainer(AbstractAttributeFactory attributeFactory)
           
RepositoryAttachment(TaskRepository repository, AbstractAttributeFactory attributeFactory)
           
RepositoryTaskData(AbstractAttributeFactory factory, java.lang.String repositoryKind, java.lang.String repositoryURL, java.lang.String id)
           
TaskComment(AbstractAttributeFactory attributeFactory, int num)
           
 

Uses of AbstractAttributeFactory in org.eclipse.mylar.tasks.tests
 

Methods in org.eclipse.mylar.tasks.tests that return AbstractAttributeFactory
 AbstractAttributeFactory RepositoryTaskSynchronizationTest.TestOfflineTaskHandler.getAttributeFactory()
           
 

Uses of AbstractAttributeFactory in org.eclipse.mylar.tasks.tests.connector
 

Subclasses of AbstractAttributeFactory in org.eclipse.mylar.tasks.tests.connector
 class MockAttributeFactory