Uses of Interface
org.eclipse.ui.IViewSite
-
Packages that use IViewSite Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.navigator Provides the Common Navigator framework.org.eclipse.ui.navigator.resources Provides reusable components for clients that need to expand on the capabilities provided by the reference Common Navigator Resources extension.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace.org.eclipse.ui.views.properties Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. -
-
Uses of IViewSite in org.eclipse.debug.ui
Methods in org.eclipse.debug.ui with parameters of type IViewSite Modifier and Type Method Description voidAbstractDebugView. init(IViewSite site, IMemento memento) -
Uses of IViewSite in org.eclipse.ui
Methods in org.eclipse.ui that return IViewSite Modifier and Type Method Description IViewSiteIViewPart. getViewSite()Returns the site for this view.Methods in org.eclipse.ui with parameters of type IViewSite Modifier and Type Method Description voidIViewPart. init(IViewSite site)Initializes this view with the given view site.voidIViewPart. init(IViewSite site, IMemento memento)Initializes this view with the given view site. -
Uses of IViewSite in org.eclipse.ui.navigator
Methods in org.eclipse.ui.navigator with parameters of type IViewSite Modifier and Type Method Description static ICommonViewerWorkbenchSiteCommonViewerSiteFactory. createCommonViewerSite(IViewSite aViewSite)voidCommonNavigator. init(IViewSite aSite, IMemento aMemento)Note: This method is for internal use only. -
Uses of IViewSite in org.eclipse.ui.navigator.resources
Methods in org.eclipse.ui.navigator.resources with parameters of type IViewSite Modifier and Type Method Description voidProjectExplorer. init(IViewSite site, IMemento memento) -
Uses of IViewSite in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return IViewSite Modifier and Type Method Description IViewSiteViewPart. getViewSite()Methods in org.eclipse.ui.part with parameters of type IViewSite Modifier and Type Method Description voidPageBookView. init(IViewSite site)voidViewPart. init(IViewSite site)voidViewPart. init(IViewSite site, IMemento memento)Constructors in org.eclipse.ui.part with parameters of type IViewSite Constructor Description PageSite(IViewSite parentViewSite)Creates a new sub view site of the given parent view site. -
Uses of IViewSite in org.eclipse.ui.views.bookmarkexplorer
Methods in org.eclipse.ui.views.bookmarkexplorer with parameters of type IViewSite Modifier and Type Method Description voidBookmarkNavigator. init(IViewSite site, IMemento memento)Deprecated. -
Uses of IViewSite in org.eclipse.ui.views.navigator
Methods in org.eclipse.ui.views.navigator with parameters of type IViewSite Modifier and Type Method Description voidResourceNavigator. init(IViewSite site, IMemento memento)Deprecated. -
Uses of IViewSite in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties with parameters of type IViewSite Modifier and Type Method Description voidPropertySheet. init(IViewSite site)
-