|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPackagesViewPart
The standard Packages view presents a Java-centric view of the workspace. Within Java projects, the resource hierarchy is organized into Java packages as described by the project's classpath. Note that this view shows both Java elements and ordinary resources.
This interface is not intended to be implemented by clients.
JavaUI.ID_PACKAGES
Field Summary |
---|
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
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(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. |
Methods inherited from interface org.eclipse.ui.IViewPart |
---|
getViewSite, init, init, saveState |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
Method Detail |
---|
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
|
Eclipse JDT Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.