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

Packages that use RepositoryTaskAttribute
org.eclipse.mylar.internal.tasks.ui.editors   
org.eclipse.mylar.tasks.core   
 

Uses of RepositoryTaskAttribute in org.eclipse.mylar.internal.tasks.ui.editors
 

Fields in org.eclipse.mylar.internal.tasks.ui.editors with type parameters of type RepositoryTaskAttribute
protected  java.util.HashMap<org.eclipse.swt.custom.CCombo,RepositoryTaskAttribute> AbstractRepositoryTaskEditor.comboListenerMap
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type RepositoryTaskAttribute
protected  org.eclipse.swt.widgets.Text AbstractRepositoryTaskEditor.createTextField(org.eclipse.swt.widgets.Composite composite, RepositoryTaskAttribute attribute, int style)
          Utility method to create text field sets backgournd to TaskListColorsAndFonts.COLOR_ATTRIBUTE_CHANGED if attribute has changed.
protected  boolean AbstractRepositoryTaskEditor.hasChanged(RepositoryTaskAttribute newAttribute)
           
 

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

Fields in org.eclipse.mylar.tasks.core with type parameters of type RepositoryTaskAttribute
private  java.util.HashMap<java.lang.String,RepositoryTaskAttribute> AttributeContainer.attributes
          report attributes (status, resolution, etc.)
 

Methods in org.eclipse.mylar.tasks.core that return RepositoryTaskAttribute
 RepositoryTaskAttribute AbstractAttributeFactory.createAttribute(java.lang.String key)
           
 RepositoryTaskAttribute AttributeContainer.getAttribute(java.lang.String key)
           
 RepositoryTaskAttribute RepositoryTaskData.getDescriptionAttribute()
           
 

Methods in org.eclipse.mylar.tasks.core that return types with arguments of type RepositoryTaskAttribute
 java.util.List<RepositoryTaskAttribute> AttributeContainer.getAttributes()
           
 

Methods in org.eclipse.mylar.tasks.core with parameters of type RepositoryTaskAttribute
 void AttributeContainer.addAttribute(java.lang.String key, RepositoryTaskAttribute attribute)