public interface ITypeHierarchyViewPart extends IViewPart
This interface is not intended to be implemented by clients.
JavaUI.ID_TYPE_HIERARCHY
PROP_TITLE
Modifier and Type | Method and Description |
---|---|
IType |
getInput()
Deprecated.
use getInputElement instead
|
IJavaElement |
getInputElement()
Returns the input element of this type hierarchy view.
|
void |
setInput(IType type)
Deprecated.
use setInputElement instead
|
void |
setInputElement(IJavaElement element)
Sets the input element of this type hierarchy view.
|
getViewSite, init, init, saveState
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
void setInput(IType type)
type
- the input element of this type hierarchy view, or null
to clear any input elementvoid setInputElement(IJavaElement element)
IMember
(types, methods, fields..), IPackageFragment
, IPackageFragmentRoot
and IJavaProject
.element
- the input element of this type hierarchy view, or null
to clear any inputIType getInput()
null
if no input element is setsetInput(IType)
IJavaElement getInputElement()
null
if no input element is setsetInputElement(IJavaElement)
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.