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

Packages that use LocalAttachment
org.eclipse.mylar.internal.tasks.ui.wizards   
 

Uses of LocalAttachment in org.eclipse.mylar.internal.tasks.ui.wizards
 

Fields in org.eclipse.mylar.internal.tasks.ui.wizards declared as LocalAttachment
private  LocalAttachment PreviewAttachmentPage.attachment
           
private  LocalAttachment NewAttachmentWizard.attachment
           
private  LocalAttachment NewAttachmentPage.attachment
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.wizards that return LocalAttachment
 LocalAttachment NewAttachmentWizard.getAttachment()
           
 LocalAttachment NewAttachmentPage.getAttachment()
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.wizards with parameters of type LocalAttachment
private  void PreviewAttachmentPage.createGenericPreview(org.eclipse.swt.widgets.Composite composite, LocalAttachment attachment)
           
private  void PreviewAttachmentPage.createImagePreview(org.eclipse.swt.widgets.Composite composite, LocalAttachment attachment)
           
private  void PreviewAttachmentPage.createTextPreview(org.eclipse.swt.widgets.Composite composite, LocalAttachment attachment)
           
 

Constructors in org.eclipse.mylar.internal.tasks.ui.wizards with parameters of type LocalAttachment
NewAttachmentPage(LocalAttachment att)
           
PreviewAttachmentPage(LocalAttachment attachment)