Uses of Class
org.eclipse.mylar.internal.tasks.ui.editors.MylarTaskEditor

Packages that use MylarTaskEditor
org.eclipse.mylar.internal.tasks.ui   
org.eclipse.mylar.internal.tasks.ui.editors   
 

Uses of MylarTaskEditor in org.eclipse.mylar.internal.tasks.ui
 

Methods in org.eclipse.mylar.internal.tasks.ui that return types with arguments of type MylarTaskEditor
static java.util.List<MylarTaskEditor> TasksUiUtil.getActiveRepositoryTaskEditors()
           
 

Methods in org.eclipse.mylar.internal.tasks.ui with parameters of type MylarTaskEditor
 org.eclipse.ui.IEditorPart ITaskEditorFactory.createEditor(MylarTaskEditor parentEditor, org.eclipse.ui.IEditorInput editorInput)
           
 

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

Fields in org.eclipse.mylar.internal.tasks.ui.editors declared as MylarTaskEditor
private  MylarTaskEditor TaskEditorActionContributor.editor
           
private  MylarTaskEditor TaskPlanningEditor.parentEditor
           
private  MylarTaskEditor AbstractRepositoryTaskEditor.parentEditor
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors that return MylarTaskEditor
 MylarTaskEditor TaskEditorActionContributor.getEditor()
           
 

Methods in org.eclipse.mylar.internal.tasks.ui.editors with parameters of type MylarTaskEditor
 void TaskPlanningEditor.setParentEditor(MylarTaskEditor parentEditor)
           
 void AbstractRepositoryTaskEditor.setParentEditor(MylarTaskEditor parentEditor)