|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IViewPart | |
---|---|
org.eclipse.ercp.eworkbench | |
org.eclipse.ercp.update.views | |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.views |
Uses of IViewPart in org.eclipse.ercp.eworkbench |
---|
Classes in org.eclipse.ercp.eworkbench that implement IViewPart | |
---|---|
class |
DefaultView
|
Uses of IViewPart in org.eclipse.ercp.update.views |
---|
Classes in org.eclipse.ercp.update.views that implement IViewPart | |
---|---|
class |
NormalView
|
Uses of IViewPart in org.eclipse.ui |
---|
Methods in org.eclipse.ui that return IViewPart | |
---|---|
IViewPart |
IWorkbenchPage.findView(java.lang.String viewId)
Returns the view in this page with the specified id. |
IViewPart |
IViewReference.getView(boolean restore)
Returns the IViewPart referenced by this object. |
IViewPart[] |
IWorkbenchPage.getViews()
Deprecated. use #getViewReferences() instead. |
IViewPart[] |
IWorkbenchPage.getViewStack(IViewPart part)
Returns an array of IViewParts that are stacked with the given part. |
IViewPart |
IWorkbenchPage.showView(java.lang.String viewId)
Shows the view identified by the given view id in this page and gives it focus. |
IViewPart |
IWorkbenchPage.showView(java.lang.String viewId,
java.lang.String secondaryId,
int mode)
Shows a view in this page with the given id and secondary id. |
Methods in org.eclipse.ui with parameters of type IViewPart | |
---|---|
IViewPart[] |
IWorkbenchPage.getViewStack(IViewPart part)
Returns an array of IViewParts that are stacked with the given part. |
void |
IWorkbenchPage.hideView(IViewPart view)
Hides the given view. |
Uses of IViewPart in org.eclipse.ui.part |
---|
Classes in org.eclipse.ui.part that implement IViewPart | |
---|---|
class |
ViewPart
Abstract base implementation of all workbench views. |
Uses of IViewPart in org.eclipse.ui.views |
---|
Methods in org.eclipse.ui.views that return IViewPart | |
---|---|
IViewPart |
IViewDescriptor.createView()
Creates an instance of the view defined in the descriptor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |