Class InnerEditorTabItem


  • public class InnerEditorTabItem
    extends org.eclipse.swt.custom.CTabItem
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.ui.IEditorPart editor  
      • Fields inherited from class org.eclipse.swt.widgets.Widget

        handle
    • Constructor Summary

      Constructors 
      Constructor Description
      InnerEditorTabItem​(org.eclipse.swt.custom.CTabFolder parent, int style, org.eclipse.ui.IEditorPart editor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.ui.IEditorPart getEditor()  
      • Methods inherited from class org.eclipse.swt.custom.CTabItem

        dispose, getBounds, getControl, getDisabledImage, getFont, getForeground, getParent, getSelectionForeground, getShowClose, getToolTipText, isShowing, setControl, setDisabledImage, setFont, setForeground, setImage, setSelectionForeground, setShowClose, setText, setToolTipText
      • Methods inherited from class org.eclipse.swt.widgets.Item

        checkSubclass, getImage, getText
      • Methods inherited from class org.eclipse.swt.widgets.Widget

        addDisposeListener, addListener, checkWidget, getData, getData, getDisplay, getListeners, getStyle, isAutoDirection, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • editor

        protected org.eclipse.ui.IEditorPart editor
    • Constructor Detail

      • InnerEditorTabItem

        public InnerEditorTabItem​(org.eclipse.swt.custom.CTabFolder parent,
                                  int style,
                                  org.eclipse.ui.IEditorPart editor)
    • Method Detail

      • getEditor

        public org.eclipse.ui.IEditorPart getEditor()