|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPackagesViewPart
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
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(java.lang.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. |
Method Detail |
---|
void selectAndReveal(java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |