Class DcsNestedSchemaEditorInput

    • Constructor Detail

      • DcsNestedSchemaEditorInput

        public DcsNestedSchemaEditorInput​(NestedDataCompositionSchema parentNested,
                                          DataCompositionSchemaEditor parentEditor,
                                          String name,
                                          String toolTip)
        Constructor
        Parameters:
        parentNested - parent object, can't be null
        parentEditor - parent editor, can be null
        name - editor name, can't be null
        toolTip - editor tooltip, can't be null
    • Method Detail

      • getAdapter

        public <T> T getAdapter​(Class<T> adapter)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdaptable
      • exists

        public boolean exists()
        Specified by:
        exists in interface org.eclipse.ui.IEditorInput
      • getImageDescriptor

        public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
        Specified by:
        getImageDescriptor in interface org.eclipse.ui.IEditorInput
      • getName

        public String getName()
        Specified by:
        getName in interface org.eclipse.ui.IEditorInput
      • getPersistable

        public org.eclipse.ui.IPersistableElement getPersistable()
        Specified by:
        getPersistable in interface org.eclipse.ui.IEditorInput
      • getToolTipText

        public String getToolTipText()
        Specified by:
        getToolTipText in interface org.eclipse.ui.IEditorInput