Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.IViewSite

Packages that use IViewSite
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.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. 
org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources. 
 

Uses of IViewSite in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IViewSite
 void AbstractDebugView. init ( IViewSite site, IMemento memento)
           
 

Uses of IViewSite in org.eclipse.ui
 

Methods in org.eclipse.ui that return IViewSite
  IViewSite IViewPart. getViewSite ()
          Returns the site for this view.
 

Methods in org.eclipse.ui with parameters of type IViewSite
 void IViewPart. init ( IViewSite site)
          Initializes this view with the given view site.
 void IViewPart. 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
static  ICommonViewerWorkbenchSite CommonViewerSiteFactory. createCommonViewerSite ( IViewSite aViewSite)
           
 void CommonNavigator. init ( IViewSite aSite, IMemento aMemento)
           Note: This method is for internal use only.
 

Uses of IViewSite in org.eclipse.ui.part
 

Methods in org.eclipse.ui.part that return IViewSite
  IViewSite ViewPart. getViewSite ()
           
 

Methods in org.eclipse.ui.part with parameters of type IViewSite
 void ViewPart. init ( IViewSite site)
           
 void PageBookView. init ( IViewSite site)
           
 void ViewPart. init ( IViewSite site, IMemento memento)
           
 

Constructors in org.eclipse.ui.part with parameters of type IViewSite
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
 void BookmarkNavigator. 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
 void ResourceNavigator. 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
 void PropertySheet. init ( IViewSite site)
           
 

Uses of IViewSite in org.eclipse.ui.views.tasklist
 

Methods in org.eclipse.ui.views.tasklist with parameters of type IViewSite
 void TaskList. init ( IViewSite site, IMemento memento)
          Deprecated.  
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire