public interface IPackagesViewPart extends IViewPart
This interface is not intended to be implemented by clients.
JavaUI.ID_PACKAGES
PROP_TITLE
Modifier and Type | Method and Description |
---|---|
TreeViewer |
getTreeViewer()
Returns the TreeViewer shown in the Packages view.
|
boolean |
isLinkingEnabled()
Returns whether this Packages view's selection automatically tracks the active editor.
|
void |
selectAndReveal(Object element)
Selects and reveals the given element in this packages view.
|
void |
setLinkingEnabled(boolean enabled)
Sets whether this Packages view's selection automatically tracks the active editor.
|
getViewSite, init, init, saveState
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
void selectAndReveal(Object element)
element
- the element to be revealedTreeViewer getTreeViewer()
boolean isLinkingEnabled()
true
if linking is enabled, false
if notvoid setLinkingEnabled(boolean enabled)
enabled
- true
to enable, false
to disable
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.