org.eclipse.mylar.internal.tasks.ui.editors
Class TaskEditorInputFactory

java.lang.Object
  extended by org.eclipse.mylar.internal.tasks.ui.editors.TaskEditorInputFactory
All Implemented Interfaces:
org.eclipse.ui.IElementFactory

public class TaskEditorInputFactory
extends java.lang.Object
implements org.eclipse.ui.IElementFactory

Author:
Rob Elves

Field Summary
static java.lang.String ID_FACTORY
           
private static java.lang.String TAG_TASK_HANDLE
           
 
Constructor Summary
TaskEditorInputFactory()
           
 
Method Summary
 org.eclipse.core.runtime.IAdaptable createElement(org.eclipse.ui.IMemento memento)
           
static void saveState(org.eclipse.ui.IMemento memento, TaskEditorInput input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG_TASK_HANDLE

private static final java.lang.String TAG_TASK_HANDLE
See Also:
Constant Field Values

ID_FACTORY

public static final java.lang.String ID_FACTORY
See Also:
Constant Field Values
Constructor Detail

TaskEditorInputFactory

public TaskEditorInputFactory()
Method Detail

createElement

public org.eclipse.core.runtime.IAdaptable createElement(org.eclipse.ui.IMemento memento)
Specified by:
createElement in interface org.eclipse.ui.IElementFactory

saveState

public static void saveState(org.eclipse.ui.IMemento memento,
                             TaskEditorInput input)