public interface IOutlinePopupHost
This interface may be implemented by clients.
OutlinePopup
,
EditorOutlinePopupHost
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.widgets.Control |
getControl()
Returns the SWT control for this host, or
null
if the control is no longer available or has yet to be created. |
org.eclipse.ui.IEditorInput |
getEditorInput()
Returns the editor input for this host, or
null if none. |
org.eclipse.jface.viewers.ISelectionProvider |
getSelectionProvider()
Returns the selection provider of this host.
|
org.eclipse.swt.widgets.Control getControl()
null
if the control is no longer available or has yet to be created.null
org.eclipse.jface.viewers.ISelectionProvider getSelectionProvider()
null
)org.eclipse.ui.IEditorInput getEditorInput()
null
if none.null
Copyright (c) 2014, 2018 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0