org.eclipse.mylar.internal.tasks.ui
Interface ITaskEditorFactory


public interface ITaskEditorFactory

Author:
Mik Kersten

Method Summary
 boolean canCreateEditorFor(org.eclipse.ui.IEditorInput input)
           
 boolean canCreateEditorFor(ITask task)
           
 org.eclipse.ui.IEditorPart createEditor(MylarTaskEditor parentEditor, org.eclipse.ui.IEditorInput editorInput)
           
 org.eclipse.ui.IEditorInput createEditorInput(ITask task)
           
 java.lang.String getTitle()
           
 boolean providesOutline()
           
 

Method Detail

createEditor

org.eclipse.ui.IEditorPart createEditor(MylarTaskEditor parentEditor,
                                        org.eclipse.ui.IEditorInput editorInput)

createEditorInput

org.eclipse.ui.IEditorInput createEditorInput(ITask task)

providesOutline

boolean providesOutline()

getTitle

java.lang.String getTitle()

canCreateEditorFor

boolean canCreateEditorFor(ITask task)

canCreateEditorFor

boolean canCreateEditorFor(org.eclipse.ui.IEditorInput input)