Class AbstractStructuredViewerWrapper.ControlAndViewer<C extends org.eclipse.swt.widgets.Control,​V extends org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.IWrappableStructuredViewer>

  • Enclosing class:
    AbstractStructuredViewerWrapper<C extends org.eclipse.swt.widgets.Control,​V extends org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.IWrappableStructuredViewer>

    public static final class AbstractStructuredViewerWrapper.ControlAndViewer<C extends org.eclipse.swt.widgets.Control,​V extends org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.IWrappableStructuredViewer>
    extends Object
    • Method Detail

      • getControl

        public C getControl()
        Returns:
        the c
      • getViewer

        public V getViewer()
        Returns:
        the v
      • create

        public static <C extends org.eclipse.swt.widgets.Control,​V extends org.eclipse.emf.compare.ide.ui.internal.structuremergeviewer.IWrappableStructuredViewer> AbstractStructuredViewerWrapper.ControlAndViewer<C,​V> create​(C control,
                                                                                                                                                                                                                                             V viewer)