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.services
Interface IServiceScopes


public interface IServiceScopes

Different levels of service locators supported by the workbench.

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

Field Summary
static  String DIALOG_SCOPE
          A sub-scope to the global scope that is not the workbench window.
static  String MPESITE_SCOPE
          An editor site within a MultiPageEditorPart.
static  String PAGESITE_SCOPE
          A page site service locator scope.
static  String PARTSITE_SCOPE
          A part site service locator scope.
static  String WINDOW_SCOPE
          A workbench window service locator scope.
static  String WORKBENCH_SCOPE
          The global service locator scope.
 

Field Detail

WORKBENCH_SCOPE

static final 
String WORKBENCH_SCOPE
The global service locator scope.

See Also:
Constant Field Values

DIALOG_SCOPE

static final 
String DIALOG_SCOPE
A sub-scope to the global scope that is not the workbench window.

Since:
3.5
See Also:
Constant Field Values

WINDOW_SCOPE

static final 
String WINDOW_SCOPE
A workbench window service locator scope.

See Also:
Constant Field Values

PARTSITE_SCOPE

static final 
String PARTSITE_SCOPE
A part site service locator scope. Found in editors and views.

See Also:
Constant Field Values

PAGESITE_SCOPE

static final 
String PAGESITE_SCOPE
A page site service locator scope. Found in pages in a PageBookView.

See Also:
Constant Field Values

MPESITE_SCOPE

static final 
String MPESITE_SCOPE
An editor site within a MultiPageEditorPart.

See Also:
Constant Field Values

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