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

org.eclipse.ui.intro
Interface IIntroSite

All Superinterfaces:
IAdaptable, IServiceLocator, IShellProvider, IWorkbenchSite

public interface IIntroSite
extends IWorkbenchSite

The primary interface between an intro part and the workbench.

The workbench exposes its implemention of intro part sites via this interface, which is not intended to be implemented or extended by clients.

Since:
3.0
Restriction:
This interface is not intended to be implemented by clients.

Method Summary
  IActionBars getActionBars ()
          Returns the action bars for this part site.
  String getId ()
          Returns the part registry extension id for this intro site's part.
  IKeyBindingService getKeyBindingService ()
          Deprecated. Use IServiceLocator#getService(*) to retrieve IContextService and IHandlerService instead.
  String getPluginId ()
          Returns the unique identifier of the plug-in that defines this intro site's part.
 
Methods inherited from interface org.eclipse.ui. IWorkbenchSite
getPage, getSelectionProvider, getShell, getWorkbenchWindow, setSelectionProvider
 
Methods inherited from interface org.eclipse.core.runtime. IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.ui.services. IServiceLocator
getService, hasService
 

Method Detail

getId


String getId()
Returns the part registry extension id for this intro site's part.

The name comes from the id attribute in the configuration element.

Returns:
the registry extension id

getPluginId


String getPluginId()
Returns the unique identifier of the plug-in that defines this intro site's part.

Returns:
the unique identifier of the declaring plug-in
See Also:
IPluginDescriptor.getUniqueIdentifier()

getKeyBindingService


IKeyBindingService getKeyBindingService()
Deprecated. Use IServiceLocator#getService(*) to retrieve IContextService and IHandlerService instead.

Returns the key binding service in use.

The part will access this service to register all of its actions, to set the active scope.

Returns:
the key binding service in use

getActionBars


IActionBars getActionBars()
Returns the action bars for this part site. The intro part has exclusive use of its site's action bars.

Returns:
the action bars

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