Package org.eclipse.e4.ui.services
Interface IServiceConstants
public interface IServiceConstants
- Since:
- 1.0
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Details
-
ACTIVE_SELECTION
The current selectionThis value can be
null
if there is no selection- See Also:
-
SELECTION
Deprecated.Due to the possibly misleading nature of this field's name, it has been replaced withACTIVE_SELECTION
. All clients of this API should change their references toACTIVE_SELECTION
.- See Also:
- Restriction:
- This field is not intended to be referenced by clients.
-
ACTIVE_CONTEXTS
The set of the contexts that are currently active.- See Also:
-
ACTIVE_PART
The part active in a given context.This value can be
null
if there is no active part in a given context.- See Also:
-
ACTIVE_SHELL
The currently active Shell.- See Also:
-