Class DtEditorInputElementFactory

  • All Implemented Interfaces:
    org.eclipse.ui.IElementFactory

    public class DtEditorInputElementFactory
    extends Object
    implements org.eclipse.ui.IElementFactory
    Element factory for IDtEditorInput.
    • Constructor Detail

      • DtEditorInputElementFactory

        public DtEditorInputElementFactory()
    • Method Detail

      • saveElement

        public static void saveElement​(IDtEditorInput<?> input,
                                       org.eclipse.ui.IMemento memento)
        Saves a given input state to a given memento.
        Parameters:
        input - editor input to save.
        memento - memento to save into.
      • createElement

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